   @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

    
    :root{
      --bg0:#070202; --bg1:#120404; --red:#ff2a2a; --red2:#b30000;
      --glow: 0 0 18px rgba(255,60,60,.45), 0 0 40px rgba(255,0,0,.18);
      --stroke: rgba(255,255,255,.18);
      --muted: rgba(255,255,255,.72);
    }

    *{
      box-sizing:border-box; margin: 0; padding: 0;
      font-family: "Roboto", sans-serif;
    }

    img{ max-width: 100%;}

    body{
      margin:0;
      min-height:100vh;
      display:flex;
      justify-content:center;
      background: #0c0204;
      font-family: "Roboto", sans-serif;
    }

    .imgLoad{
      position: absolute;
      width: 0;
      height: 0;
      opacity: 0;
      overflow: hidden;
      top: 0;
      left: 0;
    }

    .imgLoad img{
      width: 0; height: 0;
    }

    .embers{
      position:fixed; 
      inset:0; 
      pointer-events:none;
      background-image:
        radial-gradient(2px 2px at 12% 22%, rgba(255,80,80,.55) 50%, transparent 55%),
        radial-gradient(1.5px 1.5px at 35% 65%, rgba(255,60,60,.35) 50%, transparent 55%),
        radial-gradient(2px 2px at 78% 40%, rgba(255,60,60,.35) 50%, transparent 55%),
        radial-gradient(1.5px 1.5px at 88% 78%, rgba(255,100,100,.25) 50%, transparent 55%),
        radial-gradient(1.5px 1.5px at 55% 15%, rgba(255,80,80,.25) 50%, transparent 55%);
      opacity:.9;
      filter: blur(.2px);
      animation: drift 10s linear infinite;
    }

    @keyframes drift{ 0%{transform:translateY(0)} 100%{transform:translateY(-18px)} }

    .wrap{ 
      width: 100%; 
      max-width: 800px; 
      background: url(../images/bg.png?v=9) top center no-repeat;
    }
    .padLR{
        padding: 50px 80px 0;
    }
    .card{
      position:relative;
      overflow:hidden;
    }
    .logo{ 
      display: flex;
      justify-content: center;
      padding: 0 0 25px 0;
      width: 440px;
      margin: 0 auto;
    }
    .logo img{
      display:block;
    }
 
    /* video frame */
    .videoFrame{
      position: relative;
      border: 2px solid #ffe1e1;
      overflow: hidden;
      background: transparent;
      width: 100%;
      
      padding: 4px;

      box-shadow:
        0 0 18px rgba(255,70,70,0.8),
        0 0 40px rgba(255,30,30,0.6),
        0 0 90px rgba(255,0,0,0.35),

        /* INSIDE GLOW */
        inset 0 0 18px rgba(255,80,80,0.7),
        inset 0 0 35px rgba(255,40,40,0.5),
        inset 0 0 8px rgba(255,200,200,0.9);

      box-shadow:
    0 0 8px rgba(255,70,70,0.5),
    0 0 18px rgba(255,30,30,0.35),
    0 0 35px rgba(255,0,0,0.2),

    /* INSIDE GLOW */
    inset 0 0 8px rgba(255,80,80,0.45),
    inset 0 0 16px rgba(255,40,40,0.35),
    inset 0 0 4px rgba(255,200,200,0.6);
    }

    .videoFrameCont{
      position: relative;
      overflow: hidden;
      aspect-ratio: 16 / 9;
    }


    .videoFrameCont img,
    .videoFrameCont iframe{
      width:100%;
      height:100%;
      display:block;
      border:0;
    }
    .videoFrameCont img{
      object-fit:cover;
      opacity:.95;
      filter: contrast(1.05) saturate(1.1);
    }
    .playBtn{
      position:absolute;
      inset:0;
      display:grid;
      place-items:center;
      background: radial-gradient(120px 120px at 50% 50%, rgba(255,0,0,.18), transparent 60%);
    }
    .playBtn.isHidden{ display:none; }

    .playCircle{
      width:160px; 
      height:160px;
      cursor:pointer;
      background: url(../images/playCircle.png?v=9) 0 0 no-repeat;
      background-size: cover;
      transition: all 0.2s;
    }
    .playCircle:hover{ 
      transform: scale(1.04); 
    }

    .lineText{ 
      text-align:center; 
      margin:20px 0 30px; 
      color:rgba(255,255,255,1); 
      font-style:italic; 
      font-size:20px; 
      line-height: 1.2;
      letter-spacing: 2px;
      display: none;
    }

    .instructions{
      margin:40px auto 0;
      padding:10px 15px;
      border-radius:15px;
      border:2px solid rgba(255,255,255,.70);
      background: rgba(25,2,2,.70);
      color:rgba(255,255,255,1);
      font-size:12px;
      line-height:1.8;
      letter-spacing: 1px;
      font-weight: 300;
      letter-spacing: 2px;
    }
    .instructions span{ display: block; font-size: 16px; color: #fff;  font-weight: 600; letter-spacing: 2px; }
    .instructions b{ font-weight: bold; }

    .ctaRow{ 
      display:flex; 
      justify-content:center; 
      margin:20px 0 16px; 
    }
    .btn{
      appearance:none; 
      border:none; 
      background: url(../images/btnBg.png?v=9) 0 0 no-repeat;
      background-size: contain;
      width: 435px;
      height: 110px;
      cursor:pointer;
      font-weight:700;
      font-size: 24px; 
      text-transform:uppercase;
      color:white;
      letter-spacing: 2px;
    }


    #startBtn.isDisabled{
      opacity: .5;
      cursor: not-allowed;
      filter: grayscale(1);
    }

    
  /* same as before */
  .ecgWrap{ margin:20px 0 8px;  position:relative; }
  .ecg{ width:100%; height:72px; display:block; opacity:.92; 
    filter: drop-shadow(0 0 10px rgba(255,0,0,1)); 
    overflow:visible; 
  }

  /* Base line always visible */
  .ecgBase{
    filter: drop-shadow(0 0 8px rgba(255,0,0,1));
  }

  /* Animated draw line */
  #ecgLine{
    stroke-dasharray: 1200;
    stroke-dashoffset: 1200;
    animation: ecgRun 2.2s linear infinite;

    /* ✅ stop on page load */
    animation-play-state: paused;
    opacity: 0; /* hide animated line until start */
  }

  /* ✅ when started, run it */
  body.isStarted #ecgLine{
    animation-play-state: running;
    opacity: 1;
  }

  @keyframes ecgRun{
    to{ stroke-dashoffset: 0; }
  }

  
    .calculating{
      color: #fff; text-align: center; font-size: 18px; padding: 10px 0; opacity: 0; visibility: hidden; letter-spacing: 2px;
    }

    body.isStarted .calculating{ opacity: 1; visibility: visible; }


  .calcText{ text-align:center; color:rgba(255,255,255,.78); font-size:13px; margin-top:6px; }

  .uservisit{
    margin-top: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .uservisitLft{
    padding-bottom: 30px;
  }
  .thammaLft{
    width: 400px;
  }
  .uservisitRgt{
    width: 200px;
  }

  .uservisit h3{
    margin:0 0 10px;
    font-size:14px;
    letter-spacing:.10em;
    font-weight:900;
    text-transform:uppercase;
    color:rgba(255,255,255,.9);
  }

  .thammaS{
    display: flex;
    justify-content: center;
  }
  .thammaS img{
    width: 320px;
    margin-top: -20px;
  }

  .counter{ 
    display:flex; 
    gap:5px; 
    align-items:center;
    background: #000; 
    border-radius: 15px;
    padding: 10px 5px;
    margin-left: 16px;
    margin-right: 20px;

      /* 🔥 Red Outer Glow Effect */
    box-shadow:
        0 0 8px rgba(255, 0, 0, 0.6),
        0 0 20px rgba(255, 0, 0, 0.5),
        0 0 40px rgba(255, 0, 0, 0.4),
        0 0 80px rgba(255, 0, 0, 0.3);

    border: 2px solid rgba(255, 0, 0, 0.4);
    margin-top: 10px;
  }

  .digit{
    width:54px;
    height:73px;
    display:grid;
    place-items:center;
    font-weight:700;
    font-size:58px;
    line-height:1;
    position:relative;
    overflow:hidden;
    border-radius:0; /* ref is squarish */
    background: url('../images/digitBg.png?v=9') top center repeat;
  }

  .digit .reel{
    position:absolute;
    inset:0;
    display:flex;
    flex-direction:column;
    transform: translateY(0%);
    will-change: transform;
  }

/* ✅ Photoshop match: stroke 2px #ffce6f + reflected gradient + outer glow */
.digit > span,
.digit .reel span{
  font-weight: 900;
  position: relative;
  display: grid;
  place-items: center;

  /* Reflected gradient (Classic) — angle ~ -178deg, scale ~150% */
  background: linear-gradient(
    182deg,
    #f54921 0%,
    #ffecd7 52%,
    #f54921 100%
  );
  
  background-size: 150% 150%;
  background-position: 50% 50%;

  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;

  /* Stroke: 2px center, normal, 100% */
  -webkit-text-stroke: 2px #ffce6f;

  /* Outer Glow: Screen, opacity 67%, size ~13px, softer */
  filter:
  drop-shadow(0 0 4px rgba(255,16,16,.75))   /* tight core */
  drop-shadow(0 0 10px rgba(255,16,16,.70))  /* mid glow */
  drop-shadow(0 0 16px rgba(200,0,0,.60));   /* outer darker halo */
}

/* keep reel layout same */
.digit .reel span{
  flex: 0 0 100%;
}

/* keep reel layout same */
.digit .reel span{
  flex: 0 0 100%;
  display:grid;
  place-items:center;
}
  /* settle animation feel */
  .digit.isSettling .reel{
    transition: transform 700ms cubic-bezier(.18,.9,.2,1);
  }

  .glass{
    width: 100%;
  }
   
  .spacer{height:4px}


/* ===== Camera Modal ===== */
.camModal{
  position:fixed; inset:0;
  background: rgba(0,0,0,.70);
  display:none;
  align-items:center;
  justify-content:center;
  padding:16px;
  z-index:9999;
}
.camModal.isOpen{ display:flex; }

.camCard{
  width:min(520px, 96vw);
  border-radius:18px;
  border:1px solid rgba(255,255,255,.12);
  background: radial-gradient(900px 600px at 50% 0%, rgba(255,30,30,.16), transparent 55%),
              rgba(10,2,2,.92);
  box-shadow: 0 30px 90px rgba(0,0,0,.75);
  padding:14px;
  display:flex;
  flex-direction:column;
  gap:10px;
}

.camTop{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.camTitle{
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-size:13px;
  color:rgba(255,255,255,.9);
}
.camClose{
  appearance:none;
  border:1px solid rgba(255,255,255,.18);
  background: rgba(0,0,0,.35);
  color:#fff;
  border-radius:10px;
  padding:8px 10px;
  cursor:pointer;
}

.camMeta{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.camMetaItem{
  font-size:11px;
  color:rgba(255,255,255,.65);
  border:1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.22);
  border-radius:12px;
  padding:8px 10px;
}

.camStats{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:10px;
}
.camStat{
  border:1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.22);
  border-radius:14px;
  padding:10px;
}
.camStat .k{
  font-size:11px;
  color:rgba(255,255,255,.55);
  text-transform:uppercase;
  letter-spacing:.08em;
}
.camStat .v{
  margin-top:6px;
  font-size:22px;
  font-weight:900;
}
.camStat .v small{
  font-size:11px;
  font-weight:800;
  opacity:.65;
  margin-left:6px;
  letter-spacing:.1em;
}
.badge{
  margin-top:6px;
  display:inline-block;
  font-size:11px;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.18);
  color:rgba(255,255,255,.72);
}

.camView{
  position:relative;
  border-radius:16px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.35);
  min-height:260px;
}
#camVideo{
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:.18;
}
.camOverlay{
  position:absolute; inset:0;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:12px;
  gap:10px;
  pointer-events:none;
  background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,.65));
}
.camStatus{
  display:flex;
  align-items:center;
  gap:10px;
  color:rgba(255,255,255,.82);
  font-size:13px;
}
.camDot{
  width:10px;height:10px;border-radius:999px;
  background: rgba(255,255,255,.25);
  box-shadow:none;
}
.camDot.on{
  background: rgba(255,42,42,.92);
  box-shadow: 0 0 18px rgba(255,42,42,.35);
}
#plot{
  width:100%;
  height:86px;
  border-radius:12px;
  background: rgba(0,0,0,.25);
  border:1px solid rgba(255,255,255,.10);
}

.camBtns{
  display:flex;
  gap:10px;
}
.camBtn{
  flex:1;
  appearance:none;
  border:1px solid rgba(255,255,255,.14);
  border-radius:14px;
  padding:12px 14px;
  cursor:pointer;
  font-weight:900;
}
.camPrimary{
  background: linear-gradient(180deg, rgba(255,42,42,.92), rgba(180,0,0,.92));
  color:#fff;
}
.camGhost{
  background: rgba(0,0,0,.22);
  color: rgba(255,255,255,.85);
}
.camBtn:disabled{ opacity:.55; cursor:not-allowed; }

.camFoot{
  text-align:center;
  font-size:11px;
  color:rgba(255,255,255,.52);
}

.secondScreen{
    display: none;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 100px 80px 0 80px;
}

/* ========= SECOND SCREEN (Result) ========= */

/* when result is open */
.card.isResult .firstScreen{ display:none; }
.card.isResult .secondScreen{ display:flex; }





/* BPM + ECG line row */
.bpmRow{
  position:relative;
  width: 100%;
  height: 430px;
  background: url(../images/bpmRowBg.png?v=9) top center no-repeat;
  background-size: contain;
}

.bpmBox{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  font-weight: 800;
}

.bpmNum{
  font-size: 138px;
  line-height: .9;
}

.bpmUnit{
  font-size: 68px;
  line-height: .9;
  margin-left: 10px;
}

.bpmNum, .bpmUnit{
  position: relative;
  display: inline-block;
  font-weight: 700;
  z-index: 2;
  isolation: isolate; /* blending safe */

  /* gradient fill */
  background: linear-gradient(180deg, #ffecd7 0%, #f54921 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;

  /* PS stroke */
  -webkit-text-stroke: 2px #ffce6f;

  text-shadow: none;
}

/* 1) OUTER HAZE (big + blurred + low alpha) */
.bpmNum::before,
.bpmUnit::before{
  content: attr(data-text);
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;

  color: transparent;
  -webkit-text-fill-color: transparent;

  /* big stroke but transparent (so it stays OUTSIDE) */
  -webkit-text-stroke: 10px rgba(255,16,16,.18);

  /* blur = outer glow only */
  filter: blur(6px);

  opacity: 1;
}

/* CRISP + DARKER GLOW */
.bpmNum::after,
.bpmUnit::after{
  content: attr(data-text);
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;

  color: transparent;
  -webkit-text-fill-color: transparent;

  -webkit-text-stroke: 2px rgba(255,16,16,.65);

  text-shadow:
    0 0 4px  rgba(255,0,0,1),
  0 0 10px rgba(255,0,0,.9),
  0 0 18px rgba(255,0,0,.8),
  0 0 30px rgba(180,0,0,.7),
  0 0 55px rgba(120,0,0,.5);

  mix-blend-mode: screen;
}

.kamzordil{
  position: relative;
  display: inline-block;
  font-size: 48px;      /* adjust if needed */
  font-weight: 800;
  font-style: italic;
  letter-spacing: 2px;
  z-index: 2;
  isolation: isolate;
  /* Gradient fill */
  background: linear-gradient(180deg, #ffecd7 0%, #f54921 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  /* Stroke */
  -webkit-text-stroke: 1.5px #ffce6f;
}

/* OUTER HAZE */
.kamzordil::before{
  content: attr(data-text);
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 6px rgba(255,16,16,.15);
  filter: blur(4px);
}

/* CRISP GLOW */
.kamzordil::after{
  content: attr(data-text);
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1.5px rgba(255,16,16,.6);
   text-shadow:
    0 0 4px  rgba(255,0,0,1),
    0 0 10px rgba(255,0,0,.9),
    0 0 18px rgba(255,0,0,.8),
    0 0 30px rgba(180,0,0,.7),
    0 0 55px rgba(120,0,0,.5);
  mix-blend-mode: screen;
}


.premiere{
  color: #ffffff;
  font-size: 24px;
  line-height: 1.2;
  padding-top: 20px;
}





.firstBtnBox,.secondBtnBox,.thirdBtnBox{
  width:550px; 
  height:125px;
  margin:0 auto;
  display:flex; align-items:center; justify-content:center; flex-direction: column;
  position:relative;
  background: url(../images/btnbg2.png?v=9) 0 0 no-repeat;   /* ✅ button bg stays here */
  background-size: contain;
}
.firstBtnBox i,
.secondBtnBox i,
.thirdBtnBox i{
  display: block;
  font-size: 14px;
  color: #fff;
}

.secondBtnBox{ width:450px; height:96px; opacity:.5; }
.thirdBtnBox{  width:350px; height:74px; opacity:.3; }

.btnText{
  position:relative;
  display:inline-block;
  font-size:42px;
  font-weight:400;
  letter-spacing:2px;
  opacity:.7;

  /* ✅ PS gradient: angle -90deg (top -> bottom) */
  background-image: linear-gradient(180deg, #ffecd7 0%, #f54921 100%);
  background-size: 86% 86%;          /* ✅ approx PS scale 86% */
  background-position: 50% 50%;
  background-repeat: no-repeat;

  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  -webkit-text-fill-color:transparent;

  /* ✅ PS stroke 2px */
  -webkit-text-stroke: 2px #ffce6f;
}

/* (Optional) your glow layers but attach to text span (more accurate) */
.btnText::before{
  content: attr(data-text);
  position:absolute; inset:0;
  -webkit-text-stroke: 6px rgba(255,16,16,.15);
  color:transparent;
  filter: blur(4px);
  pointer-events:none;
}

.btnText::after{
  content: attr(data-text);
  position:absolute; inset:0;
  -webkit-text-stroke: 2px rgba(255,16,16,.6);
  color:transparent;
  text-shadow:
    0 0 4px  rgba(255,0,0,1),
    0 0 10px rgba(255,0,0,.9),
    0 0 18px rgba(255,0,0,.8),
    0 0 30px rgba(180,0,0,.7),
    0 0 55px rgba(120,0,0,.5);
  pointer-events:none;
  mix-blend-mode: screen;
}


.secondBtnBox .btnText{ font-size:36px;}
.thirdBtnBox .btnText{  font-size:24px;}

/* Card Box */
.cardBox{
  width: min(420px, 92%);
  aspect-ratio: 1 / 1;
  margin: 0 auto 14px;
  border-radius: 6px;
  border: 3px solid rgba(255,210,170,.9);
  box-shadow: 0 0 18px rgba(255,0,0,.25);
  position:relative;
  overflow:hidden;
  background: rgba(0,0,0,.55);
  display: none;
}
.cardBox::before{
  content:"";
  position:absolute; inset:10px;
  border:1px solid rgba(255,120,90,.35);
  pointer-events:none;
}
.cardBox img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.cardBox img{
  transition: opacity .35s ease, transform .35s ease;
}
.cardBox img.isChanging{
  opacity: 0;
  transform: scale(.96);
}

/* Share copy */
.shareText{
  color: #fff;
  font-size: 40px;
  line-height: 1.4;
  letter-spacing: 1px;
  padding: 50px 0;
}
.shareText i{ color: rgba(255,255,255,.92); font-style: italic; }

.shareText span{
  display: block;
  font-size: 20px;
  padding-top: 10px;
}

/* Buttons */
.actionRow{
  width: 100%;
  display:flex;
  justify-content: center;
  display: none;
}
.btn2{
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration:none;
  font-size: 24px;
  color:#fff;
  cursor:pointer;
  background: url('../images/btnBg1.png?v=9') top center no-repeat;
  width: 450px;
  height: 130px;
  border: 0;
  outline: none;
}
a.btn2{
  margin-right: -20px;
  display: none;
}



/* socials */
.socialRow{
  width:100%;
  display:flex;
  justify-content: center;
  align-items: center;
}
.soc {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    background: url(../images/btnBg1.png?v=9) top center no-repeat;
    background-size: contain;
    width: 370px;
    height: 104px;
    border: 0;
    outline: none;
    margin-top: 0px;
}
.soc img{
  margin-right: 10px;
  width: 30px;
}

/* retry bubble/button (bottom right) */
.retryBtn{
    display: flex;
    align-items: center;
    padding: 0 0 0 40px;
    color: #fff;
    cursor: pointer;
    background: url(../images/retryBtnBg.png?v=9) 0 0 no-repeat;
    width: 320px;
    height: 115px;
    border: none;
    outline: none;
    text-align: left;
    font-size: 14px;
    line-height: 1.3;
    color: #fff;
    background-size: 100%;
    margin-left: -20px;
}




.bottomRed{
  background: #660606;
  width: 100%;
  padding: 0;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottomRed img{
  max-width: 80%;
}


.dateTime{
  font-size: 32px;
  color: #fff;
  font-weight: 400;
  padding-left: 25px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.dateTime sup{
  text-transform: none;
  font-size: 22px;
}
.dateTime span{
  display: block;
  font-size: 26px;
}



#ytMount{
  position:absolute;
  inset:5px;              /* ✅ padding ke andar fit */
  width:auto;
  height:auto;
  z-index: 50;
  background:#000;        /* ✅ blank flash avoid */
  width: 100%;
  height: 100%;
}
/* force iframe to fill */
#ytMount iframe{
  width:100% !important;
  height:100% !important;
  display:block;
  border:0;
}

/* poster + overlay */
#videoPoster{
  position:absolute;
  inset:5px;              /* ✅ same inset as ytMount */
  width:auto;
  height:auto;
  object-fit:cover;
  z-index: 60;
  top: 0;
  left: 0;
}

#playOverlay{
  position:absolute;
  inset:5px;
  z-index: 70;
}

/* ✅ when playing: hide poster + overlay using opacity (not display) */
.videoFrameCont.isPlaying #videoPoster,
.videoFrameCont.isPlaying #playOverlay{
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* ytMount visible */
.videoFrameCont.isPlaying #ytMount{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}



/* hidden/visible states (NO display:none) */
#ytMount.ytHidden{
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

#ytMount.ytVisible{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}


/* ===== FULL PAGE LOADER ===== */
#pageLoader{
  position: fixed;
  inset: 0;
  background: #450609;              /* change if needed */
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity .4s ease, visibility .4s ease;
}

.loaderInner{
  text-align:center;
}

.loaderSpinner{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 6px solid rgba(255,255,255,.2);
  border-top-color: #ff5a00;      /* your theme color */
  animation: spin .9s linear infinite;
}

@keyframes spin{
  to{ transform: rotate(360deg); }
}

/* Hide state */
#pageLoader.hide{
  opacity: 0;
  visibility: hidden;
}

.disclaimer{
  background: #340505;
  padding: 10px;
  color: #fff;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.5;
}
.disclaimer span{
  display: block; 
}

.bottomArrow{
  position: fixed;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  width: 34px;
  height: 46px;
  border: 0;
  background: transparent;
  cursor: pointer;
  z-index: 9999;

  opacity: 1;
  visibility: visible;
  transition: opacity .28s ease, visibility .28s ease, bottom .28s ease;
  padding: 0;
}

.bottomArrow span{
  display: block;
  width: 18px;
  height: 18px;
  margin: 0 auto;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: translate3d(0, 0, 0px) rotate(45deg);
  filter: drop-shadow(0 0 8px rgba(255,60,60,.55));
  animation: arrowVertical 1.2s ease-in-out infinite;
}

.bottomArrow.isHidden{
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.watchVideo{
  color: #ed8e06;
  font-size: 18px;
  text-transform: uppercase;
  font-style: italic;
  text-align: center;
  padding-bottom: 15px;
}

@keyframes arrowVertical{
  0%{
    transform:  translate3d(0, 0, 0px) rotate(45deg)  ; 
    opacity: .35;
  }
  50%{
    transform:  translate3d(0, 10px, 0px) rotate(45deg);
    opacity: 1;
  }
  100%{
    transform:  translate3d(0, 0, 0px) rotate(45deg);
    opacity: .35;
  }
}