.title {

  margin-bottom: 4rem  !important;
}

.title b {
  font-size: var(--fs-350);
  
}

.title p {
  
  margin-bottom: 2rem;
}

.title p span {
  font-weight: bold;
}

.title_row {
  display: flex;
  
  align-items: center;
}

.title_row p {
  font-size: var(--fs-100);
  opacity: 1;
  margin: 0 0 0 1rem;
}

.pro_icon {
  width: auto; 
  height: auto;
  width: 2.6rem;
}

.header {
  border: 1px solid var(--clr-background-3);
  border-radius: var(--border-radius);
  margin: 0 auto;
   margin-bottom: 4.04rem;
  width: fit-content;
  
  height: var(--rem-400);

  display: flex;
  align-items: center;    
  justify-content: center;
  padding: var(--rem-100);

   text-transform: uppercase;
  font-size: var(--fs-100)!important;
}

.header p {
  
  text-transform: uppercase!important;
  font-size: var(--fs-100)!important;
  margin: 0!important;

}



.video-wrapper {
  position: relative; /* Essential for positioning children */
  width: 100%;
  height: clamp(44.72vw, 50vh, 100vw); 
  /* margin-top: -4.5rem; */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.pg-video {
  border-radius: var(--border-radius-350);
   background-color: rgba(0, 0, 0, calc(1 - var(--progress) / 100));
   width: 100%;
}

/* Container to hold and center the text over the video */
.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;

  display: flex;
  flex-direction: column;
  align-items: center;
    /* mix-blend-mode: saturation; */
}

.herotitle {
  /* font-family: var(--ff-serif); */
  font-weight: 600;

  font-size: calc(clamp(44.72vw, 50vh, 100vw) * 0.085);
  line-height: 1;
  /* color: var(--clr-accent); */
}

.herotitle span {
  font-size: inherit;
  font-weight: 200;
}

.herobody {
  font-weight: 400;
  font-size: var(--fs-300) !important;
  /* background-color: var(--clr-background); */
  width: 41ch;
  padding: 1rem;
  position: absolute;
  bottom: -7rem;


}


/* herovideo end */

.scroll-video {
  width: 100%;
}

/* curious */
.curious {
  margin-top: 12rem !important;
}


/* features */
.features {
  margin-top: 8rem !important;
    margin-bottom: 16rem !important;
}


.features_cta {
  margin: 24rem auto 24rem auto;
  text-align: center;
  max-width: 33ch;
  font-size:var(--fs-500);
}

.features_cta span {
  font-size: inherit;
  /* border-bottom: 0.2rem solid var(--clr-accent); */
   

}


.feature .icon_big {
  height: var(--rem-800);
  aspect-ratio: 1 / 1;
  border: 2px solid var(--clr-dark);
  border-radius: var(--border-radius-400);
  margin: 4.04rem auto;

  display: flex;
  justify-content: center;
  align-items: center;

}

.feature .icon_big svg {
  height:  var(--rem-600);
  width:  var(--rem-600);
  fill: var(--clr-dark);
}

.feature h3 {
  margin-bottom: var(--rem-350);
}

/* Landing page teaser */
.mastering_note_landing {
    opacity: 0;
    transform: translateY(1rem);
    animation: mastering-note-in 700ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
    will-change: transform, opacity;
}

.mastering_note_landingpage {
    position: relative;
    width: 100%;
    max-width: 55ch;
    margin: 2rem 0;
    padding: 2rem;

    background:
      linear-gradient(
        var(--clr-white),
        var(--clr-background)
      );

    border: 1px solid var(--clr-background-2);
    border-radius: var(--border-radius-400);

    box-shadow:
      0 8px 16px -4px rgba(0,0,0,.04);

    /* z-index: 8; */
    /* place-self: center;
     margin: auto; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.mastering_note_landingpage span {
  font-weight: 600;
}

/* end features */


/* Tooltip shared styles */
/* Existing .tooltip positioning is good — no need to change much */
.tooltip {
  position: absolute;
  left: calc(100% + 2rem);
  width: 9rem;  
  padding: 0 1rem;
  color: white;
  color: var(--clr-medium);
  background-color:var(--clr-background);
  border-radius: var(--border-radius);
  font-size: var(--fs-400);
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  text-align: left;
}

/* Animate tooltip cycling */
.tooltip-1 {
  animation: tooltip-cycle 9s infinite;
}

.tooltip-2 {
  animation: tooltip-cycle 9s infinite;
  animation-delay: 3s;
}

.tooltip-3 {
  animation: tooltip-cycle 9s infinite;
  animation-delay: 6s;
}

/* Keyframes: show for 3s, then hide */
@keyframes tooltip-cycle {
  0%, 33.333% {
    visibility: visible;
    opacity: 1;
  }
  33.334%, 100% {
    opacity: 0;
    visibility: hidden;
  }
}


.hover-1:hover ~ .tooltip-1,
.hover-2:hover ~ .tooltip-2,
.hover-3:hover ~ .tooltip-3 {
  opacity: 1;
}





.story {
  margin: 12.12rem auto;
  display: grid;
  justify-content: center; 
  justify-items: center;
  width: fit-content; 
  position: relative;
  max-width: 45rem;
}


.story p {
  font-size: var(--fs-350);
  margin: 0 1rem;
}





.cta {
  margin-top: 8.08rem;
  padding: 8.08rem 0;
  display: grid;
  text-align: center;
  justify-items: center;
  margin-top: 4rem;
  gap: var(--rem-500);
  background-color: var(--clr-background-2);
  
}

.cta p span {
  /* border-bottom: solid 1px var(--clr-accent); */
  font-weight: 600;
}




@media (max-width: 1111px) {


  .curious {
      transform: translateY(0);

  }

}

@media (max-width: 768px) {
    .curious {
    
  margin-top: 4rem !important;

  }
    .story p {
      font-size: 1.14rem;
    }

    .features_cta {
      margin: 8rem auto 8rem auto;
      /* text-align: left; */
      padding-left: 1rem;
    }

    .feature h3 {
    font-size: var(--fs-350);
  }
}

@media (max-width: 480px) {

    .feature {
      display: grid;
    }

    .feature .icon_big {
   
      margin: 1rem auto;

      scale: 0.75;
    }

  .features_cta {
        margin: 0;
        text-align: left;
        padding-left: 0;
      }

    .feature h3 {
   
      margin-bottom: 1rem;
    }
}