/* =========================================================
   METHOD PAGE BASE
========================================================= */

.prev-method-page{
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #091525;
  font-family: "Wix Madefor Display", system-ui, sans-serif;
}

.prev-method-page *,
.prev-method-page *::before,
.prev-method-page *::after{
  box-sizing: border-box;
}

.prev-method-page img{
  max-width: 100%;
  display: block;
}

/* =========================================================
   HERO SECTION
========================================================= */

.prev-method-hero{
  position: relative;
  width: 100%;
  min-height: 420px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.prev-method-hero::before{
  content: "";
  position: absolute;
  inset: 0;
  background: #0B121999;
  z-index: 1;
}

.prev-method-hero__inner{
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 880px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  opacity: 0;
  transform: translateY(26px);
  animation: prevMethodFadeUp .8s ease forwards;
}

.prev-method-hero__eyebrow{
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #00EEFF;
}

.prev-method-hero__heading{
  margin: 0;
  font-size: 52px;
  line-height: 100%;
  font-weight: 700;
  color: #FFFFFF;
}

.prev-method-hero__description{
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #EEEEEE;
}

/* =========================================================
   MIDDLE BODY BACKGROUND
========================================================= */

.prev-method-body-bg{
  position: relative;
  width: 100%;
  background-color: #091525;
  overflow: visible;
}

.prev-method-body-bg__top,
.prev-method-body-bg__bottom{
  position: absolute;
  pointer-events: none;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.prev-method-body-bg__top{
  top: -11%;
  right: 0;
  width: 100%;
  height: 50%;
  background-image: url("../images/body-bg-right.png");
  background-position: top right;
}

.prev-method-body-bg__bottom{
  left: 0;
  bottom: -6%;
  width: 100%;
  height: 50%;
  background-image: url("../images/body-bg-left.png");
  background-position: bottom left;
}

.prev-method-body-bg__content{
  position: relative;
  z-index: 1;
}

/* =========================================================
   INTRO SECTION
========================================================= */

.prev-method-intro{
  position: relative;
  width: 100%;
  padding: 90px 0;
}

.prev-method-intro__inner{
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 620px);
  align-items: start;
  gap: 70px;
}

.prev-method-intro__content{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}

.prev-method-intro__heading{
  margin: 0;
  font-size: 40px;
  line-height: 100%;
  font-weight: 600;
  color: #FFFFFF;
}

.prev-method-intro__description{
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #EEEEEE;
}

.prev-method-intro__description p{
  margin: 0 0 16px;
}

.prev-method-intro__description p:last-child{
  margin-bottom: 0;
}

.prev-method-intro__points{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.prev-method-intro__point{
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.prev-method-intro__point-icon{
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  margin-top: 1px;
}

.prev-method-intro__point-icon img{
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.prev-method-intro__point-text h3{
  margin: 0 0 4px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-transform: capitalize;
  color: #00EEFF;
}

.prev-method-intro__point-text p{
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #EEEEEE;
}

.prev-method-intro__button{
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 20px;
  border-radius: 12px;
  background: #00EEFF;
  color: #091525;
  text-decoration: none;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  box-shadow: 0 8px 24px #0DF2F21A;
  transition: transform .3s ease, box-shadow .3s ease;
}

.prev-method-intro__button:hover{
  transform: translateY(-2px);
  box-shadow: 0 12px 34px #0DF2F24D;
}

.prev-method-intro__button img{
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.prev-method-intro__image{
  width: 100%;
  height: 480px;
  border-radius: 20px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* =========================================================
   WORKFLOW SECTION
========================================================= */

.prev-method-workflow{
  position: relative;
  width: 100%;
  padding: 10px 0 90px;
}

.prev-method-workflow__inner{
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto;
}

.prev-method-workflow__header{
  max-width: 760px;
  text-align: center;
  margin: 0 auto 60px;
}

.prev-method-workflow__eyebrow{
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #00EEFF;
}

.prev-method-workflow__heading{
  margin: 0;
  font-size: 40px;
  line-height: 100%;
  font-weight: 700;
  color: #FFFFFF;
}

.prev-method-workflow__description{
  margin: 18px 0 0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #EEEEEE;
}

.prev-method-workflow__layout{
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 60px;
  align-items: stretch;
}

.prev-method-workflow__numbers{
  position: relative;
  width: 200px;
  min-height: 100%;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  --method-line-progress: 0%;
}

.prev-method-workflow__numbers::before{
  content: "";
  position: absolute;
  top: 80px;
  left: 50%;
  width: 1px;
  height: calc(100% - 160px);
  transform: translateX(-50%);
  background: linear-gradient(
    180deg,
    #091525 0%,
    #00E7F8 28%,
    #00E7F8 72%,
    #091525 100%
  );
  z-index: 1;
  clip-path: inset(
    0 0 calc(100% - var(--method-line-progress, 0%)) 0
  );
  transition: clip-path .8s cubic-bezier(0.22, 1, 0.36, 1);
}

.prev-method-workflow__number{
  position: relative;
  z-index: 2;
  width: 80px;
  height: 80px;
  border-radius: 500px;
  border: 1px solid #00EEFF;
  background: #092433;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00EEFF;
  font-size: 32px;
  line-height: 34px;
  font-weight: 700;
  box-shadow: 0 0 60px #00EEFF80;
  opacity: 0;
  transform: scale(.72);
  transition:
    opacity .55s ease,
    transform .55s cubic-bezier(0.22, 1, 0.36, 1);
}

.prev-method-workflow__number.is-visible{
  opacity: 1;
  transform: scale(1);
}

.prev-method-workflow__cards{
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.prev-method-workflow__card{
  width: 100%;
  min-height: 190px;
  border-radius: 20px;
  border: 1px solid #00EEFF4D;
  padding: 40px 60px;
  background: linear-gradient(90deg, #0DF2F233 0%, #FFFFFF1A 100%);
  display: flex;
  flex-direction: column;
  gap: 18px;
  backdrop-filter: blur(30px);
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity .7s ease,
    transform .7s cubic-bezier(0.22, 1, 0.36, 1);
}

.prev-method-workflow__card.is-visible{
  opacity: 1;
  transform: translateY(0);
}

.prev-method-workflow__card-heading{
  margin: 0;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: #FFFFFF;
}

.prev-method-workflow__card-description{
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: #EEEEEE;
}

.prev-method-workflow__card-description span{
  color: #00EEFF;
  font-weight: 400; 
}

.prev-method-workflow__card-description p{
  margin: 0 0 14px;
}

.prev-method-workflow__card-description p:last-child{
  margin-bottom: 0;
}

.prev-method-workflow__card-description strong,
.prev-method-workflow__card-description a{
  color: #00EEFF;
  font-weight: 500;
  text-decoration: none;
}

.prev-method-workflow__table-note{
  margin-top: 16px;
  font-size: 16px;
  line-height: 26px;
  color: #EEEEEE;
}

.prev-method-workflow__table-note p{
  margin: 0;
}

/* Optional highlight inside note */
.prev-method-workflow__table-note span{
  color: #00EEFF;
  font-weight: 500;
}

/* =========================================================
   WORKFLOW TABLE
========================================================= */

.prev-method-workflow-table-wrap{
  width: 100%;
  overflow-x: auto;
  border-radius: 20px;
}

.prev-method-workflow-table{
  width: 100%;
  min-width: 820px;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #FFFFFF4D;
  border-radius: 20px;
  overflow: hidden;
  backdrop-filter: blur(30px);
}

.prev-method-workflow-table th,
.prev-method-workflow-table td{
  border-right: 1px solid #FFFFFF4D;
  border-bottom: 1px solid #FFFFFF4D;
  padding: 20px 50px;
  text-align: left;
  font-size: 16px;
  line-height: 26px;
}

.prev-method-workflow-table th:last-child,
.prev-method-workflow-table td:last-child{
  border-right: 0;
}

.prev-method-workflow-table tbody tr:last-child td{
  border-bottom: 0;
}

.prev-method-workflow-table th{
  background: linear-gradient(90deg, #0DF2F233 0%, #FFFFFF1A 100%);
  color: #00E7F8;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.prev-method-workflow-table td{
  background: #0000001A;
  color: #FFFFFF;
  font-weight: 400;
}

.prev-method-workflow-table th:nth-child(1),
.prev-method-workflow-table td:nth-child(1){
  width: 240px;
}

.prev-method-workflow-table th:nth-child(2),
.prev-method-workflow-table td:nth-child(2){
  width: 250px;
}

.prev-method-workflow-table__cadence{
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.prev-method-workflow-table__cadence img{
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.prev-method-workflow-table__cadence strong{
  font-weight: 600;
  color: #FFFFFF;
}

/* =========================================================
   ENGAGEMENT SECTION
========================================================= */

.prev-method-engagement{
  position: relative;
  width: 100%;
  padding: 10px 0 90px;
}

.prev-method-engagement__inner{
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto;
}

.prev-method-engagement__header{
  max-width: 850px;
  margin: 0 auto 45px;
  text-align: center;
}

.prev-method-engagement__heading{
  margin: 0;
  font-size: 40px;
  line-height: 100%;
  font-weight: 700;
  color: #FFFFFF;
}

.prev-method-engagement__description{
  margin: 18px 0 0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #EEEEEE;
}

.prev-method-engagement__table-wrap{
  width: 100%;
  overflow-x: auto;
  border-radius: 20px;
}

.prev-method-engagement__table{
  width: 100%;
  min-width: 980px;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #FFFFFF4D;
  border-radius: 20px;
  overflow: hidden;
  backdrop-filter: blur(30px);
}

.prev-method-engagement__table th,
.prev-method-engagement__table td{
  height: 66px;
  border-right: 1px solid #FFFFFF4D;
  border-bottom: 1px solid #FFFFFF4D;
  padding: 20px 50px;
  text-align: left;
  font-size: 16px;
  line-height: 26px;
}

.prev-method-engagement__table th:last-child,
.prev-method-engagement__table td:last-child{
  border-right: 0;
}

.prev-method-engagement__table tbody tr:last-child td{
  border-bottom: 0;
}

.prev-method-engagement__table th{
  background: linear-gradient(90deg, #0DF2F233 0%, #FFFFFF1A 100%);
  color: #00EEFF;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.prev-method-engagement__table th:first-child{
  width: 280px;
  background: transparent;
}

.prev-method-engagement__table td{
  background: #0000001A;
  color: #FFFFFF;
  font-weight: 400;
}

.prev-method-engagement__table td:first-child{
  width: 280px;
  color: #00E7F8;
  font-weight: 600;
}

/* =========================================================
   PRICING SECTION
========================================================= */

.prev-method-pricing{
  position: relative;
  width: 100%;
  padding: 10px 0 90px;
}

.prev-method-pricing__inner{
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto;
}

.prev-method-pricing__header{
  max-width: 760px;
  margin: 0 auto 45px;
  text-align: center;
}

.prev-method-pricing__heading{
  margin: 0;
  font-size: 40px;
  line-height: 100%;
  font-weight: 700;
  color: #FFFFFF;
}

.prev-method-pricing__description{
  margin: 18px 0 0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #EEEEEE;
}

.prev-method-pricing__cards{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.prev-method-pricing__card{
  min-height: 624px;
  border-radius: 20px;
  border: 1px solid #FFFFFF4D;
  padding: 30px;
  background: linear-gradient(90deg, #1E293B66 0%, #0F172A66 100%);
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: background .35s ease, transform .35s ease, border-color .35s ease;
}

.prev-method-pricing__card:hover,
.prev-method-pricing__card.is-featured{
  background: linear-gradient(135deg, #00EEFF1A 0%, #0B1521CC 100%);
  transform: translateY(-4px);
}

.prev-method-pricing__pill{
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 4px 20px;
  border-radius: 50px;
  background: #00EEFF33;
  color: #00EEFF;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

.prev-method-pricing__card-heading{
  margin: 4px 0 0;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  color: #FFFFFF;
}

.prev-method-pricing__card-description{
  margin: 0;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  color: #EEEEEE;
}

.prev-method-pricing__divider{
  width: 100%;
  height: 1px;
  background: #FFFFFF33;
  margin: 2px 0;
}

.prev-method-pricing__details{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.prev-method-pricing__detail{
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.prev-method-pricing__detail h4{
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-transform: capitalize;
  color: #00E7F8;
}

.prev-method-pricing__detail p{
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #EEEEEE;
}

.prev-method-pricing__bottom-text{
  margin: auto 0 0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #00E7F8;
}

/* =========================================================
   PRICING CTA
========================================================= */

.prev-method-pricing-cta{
  margin-top: 40px;
  border-radius: 20px;
  border: 1px solid #FFFFFF4D;
  padding: 60px 150px;
  background: linear-gradient(90deg, #0DF2F233 0%, #FFFFFF1A 100%);
  backdrop-filter: blur(30px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  text-align: center;
}

.prev-method-pricing-cta__heading{
  margin: 0;
  font-size: 32px;
  line-height: 100%;
  font-weight: 600;
  color: #FFFFFF;
}

.prev-method-pricing-cta__description{
  margin: 0;
  max-width: 960px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #EEEEEE;
}

.prev-method-pricing-cta__buttons{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.prev-method-pricing-cta__button{
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 20px;
  border-radius: 12px;
  text-decoration: none;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-transform: capitalize;
  transition: transform .3s ease, box-shadow .3s ease;
}

.prev-method-pricing-cta__button:hover{
  transform: translateY(-2px);
}

.prev-method-pricing-cta__button img{
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.prev-method-pricing-cta__button--primary{
  background: #00EEFF;
  color: #091525;
  box-shadow: 0 8px 20px #0DF2F21A;
}

.prev-method-pricing-cta__button--download{
  background: #1E293B;
  border: 1px solid #334155;
  color: #FFFFFF;
}

/* =========================================================
   ENTRANCE ANIMATION
========================================================= */

.prev-method-animate{
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity .8s ease,
    transform .8s ease;
  transition-delay: var(--prev-method-delay, 0s);
}

.prev-method-animate.is-visible{
  opacity: 1;
  transform: translateY(0);
}

@keyframes prevMethodFadeUp{
  from{
    opacity: 0;
    transform: translateY(26px);
  }
  to{
    opacity: 1;
    transform: translateY(0);
  }
}

/* =========================================================
   RESPONSIVE - LAPTOP
========================================================= */

@media (min-width: 1025px) and (max-width: 1500px){

  .prev-method-intro{
    padding: 90px 20px;
  }
  
  .prev-method-workflow {
    padding: 10px 20px 90px;
  }
  
   .prev-method-engagement{
    padding: 10px 20px 90px;
  }
  
    .prev-method-pricing{
    padding: 10px 20px 90px;
  }
  
  .prev-method-intro__inner,
  .prev-method-workflow__inner,
  .prev-method-engagement__inner,
  .prev-method-pricing__inner{
    width: 100%;
  }

  .prev-method-intro__inner{
    gap: 50px;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 560px);
  }

  .prev-method-workflow__layout{
    grid-template-columns: 150px 1fr;
    gap: 40px;
  }

  .prev-method-workflow__numbers{
    width: 150px;
  }

  .prev-method-workflow__card{
    padding: 34px 40px;
  }

  .prev-method-pricing__detail{
    grid-template-columns: 130px minmax(0, 1fr);
  }

  .prev-method-pricing-cta{
    padding: 56px 80px;
  }
}

/* =========================================================
   RESPONSIVE - TABLET
========================================================= */

@media (min-width: 768px) and (max-width: 1024px){

  .prev-method-intro,
  .prev-method-workflow,
  .prev-method-engagement,
  .prev-method-pricing{
    padding-left: 20px;
    padding-right: 20px;
  }

  .prev-method-intro__inner,
  .prev-method-workflow__inner,
  .prev-method-engagement__inner,
  .prev-method-pricing__inner{
    width: 100%;
    max-width: 100%;
  }

  .prev-method-intro__inner{
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .prev-method-intro__image{
    height: 340px;
  }

  .prev-method-workflow__layout{
    width: 100%;
    max-width: 100%;
    grid-template-columns: 90px minmax(0, 1fr);
    gap: 24px;
    overflow: hidden;
  }

  .prev-method-workflow__numbers{
    width: 90px;
    padding: 70px 0;
  }

  .prev-method-workflow__number{
    width: 66px;
    height: 66px;
    font-size: 28px;
    line-height: 32px;
  }

  .prev-method-workflow__cards{
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
  }

  .prev-method-workflow__card{
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 34px;
    overflow: hidden;
  }

  .prev-method-workflow-table-wrap{
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .prev-method-workflow-table{
    width: 100%;
    min-width: 720px;
  }

  .prev-method-workflow-table th,
  .prev-method-workflow-table td{
    padding: 18px 28px;
  }

  .prev-method-workflow-table th:nth-child(1),
  .prev-method-workflow-table td:nth-child(1),
  .prev-method-workflow-table th:nth-child(2),
  .prev-method-workflow-table td:nth-child(2){
    width: auto;
  }

  .prev-method-engagement__table-wrap{
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .prev-method-engagement__table{
    min-width: 820px;
  }

  .prev-method-engagement__table th,
  .prev-method-engagement__table td{
    padding: 18px 28px;
  }

  .prev-method-pricing__cards{
    grid-template-columns: 1fr;
  }

  .prev-method-pricing__card{
    min-height: auto;
  }

  .prev-method-pricing-cta{
    padding: 45px 40px;
  }
}

/* =========================================================
   RESPONSIVE - MOBILE
========================================================= */

@media (min-width: 320px) and (max-width: 767px){

  .prev-method-hero{
    min-height: 320px;
    padding: 80px 0;
  }

  .prev-method-hero__inner{
    width: calc(100% - 30px);
    gap: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .prev-method-hero__eyebrow,
  .prev-method-workflow__eyebrow{
    font-size: 13px;
    line-height: 22px;
  }

  .prev-method-hero__heading{
    font-size: 36px;
  }

  .prev-method-hero__description{
    font-size: 15px;
    line-height: 24px;
  }

  .prev-method-body-bg__top{
    top: -3%;
    height: 32%;
  }

  .prev-method-body-bg__bottom{
    bottom: -2%;
    height: 32%;
  }

  .prev-method-intro,
  .prev-method-workflow,
  .prev-method-engagement,
  .prev-method-pricing{
    padding: 45px 0;
  }

  .prev-method-intro__inner,
  .prev-method-workflow__inner,
  .prev-method-engagement__inner,
  .prev-method-pricing__inner{
    width: calc(100% - 30px);
    max-width: calc(100% - 30px);
  }

  .prev-method-intro__inner{
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .prev-method-intro__content{
    gap: 24px;
  }

  .prev-method-intro__heading,
  .prev-method-workflow__heading,
  .prev-method-engagement__heading,
  .prev-method-pricing__heading{
    font-size: 28px;
    line-height: 38px;
        width: 100%;
    text-align: center;

  }

  .prev-method-workflow__header,
  .prev-method-engagement__header,
  .prev-method-pricing__header{
    margin-bottom: 35px;
  }

  .prev-method-intro__description,
  .prev-method-intro__point-text p,
  .prev-method-workflow__description,
  .prev-method-workflow__card-description,
  .prev-method-engagement__description,
  .prev-method-pricing__description,
  .prev-method-pricing__card-description,
  .prev-method-pricing__detail p,
  .prev-method-pricing-cta__description{
    font-size: 15px;
    line-height: 25px;
  }

  .prev-method-intro__image{
    height: 260px;
  }

  .prev-method-intro__button{
    width: 100%;
  }

  /* =========================================================
     MOBILE WORKFLOW FIX
  ========================================================= */

  .prev-method-workflow{
    padding: 60px 0;
  }

  .prev-method-workflow__layout{
    grid-template-columns: 1fr;
    gap: 26px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .prev-method-workflow__numbers{
    display: none;
  }

  .prev-method-workflow__cards{
    width: 100%;
    max-width: 100%;
    gap: 20px;
    counter-reset: methodWorkflowCard;
    overflow: hidden;
  }

  .prev-method-workflow__card{
    position: relative;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: auto;
    padding: 76px 24px 28px;
    gap: 14px;
    counter-increment: methodWorkflowCard;
    overflow: hidden;
  }

  .prev-method-workflow__card::before{
    content: counter(methodWorkflowCard);
    position: absolute;
    top: 20px;
    left: 24px;
    width: 44px;
    height: 44px;
    border-radius: 500px;
    border: 1px solid #00EEFF;
    background: #092433;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00EEFF;
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    box-shadow: 0 0 40px #00EEFF80;
  }

  .prev-method-workflow__card-heading,
  .prev-method-pricing__card-heading{
    max-width: 100%;
    font-size: 21px;
    line-height: 31px;
    overflow-wrap: break-word;
  }

  .prev-method-workflow__card-description,
  .prev-method-workflow__card-description p{
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: normal;
  }


  .prev-method-workflow-table-wrap{
    width: 100%;
    max-width: 100%;
    overflow: visible;
    border-radius: 0;
  }

  .prev-method-workflow-table{
    width: 100%;
    min-width: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    overflow: visible;
    backdrop-filter: none !important;
  }
  
  .prev-method-workflow-table th:nth-child(1), 
  .prev-method-workflow-table td:nth-child(1){
      width:auto;
  }
  
  .prev-method-workflow-table th:nth-child(2),
  .prev-method-workflow-table td:nth-child(2) {
      width:auto;
  }

  .prev-method-workflow-table thead{
    display: none;
  }

  .prev-method-workflow-table,
  .prev-method-workflow-table tbody,
  .prev-method-workflow-table tr,
  .prev-method-workflow-table td{
    display: block;
    width: 100%;
  }

  .prev-method-workflow-table tr{
    margin-bottom: 16px;
    border: 1px solid #FFFFFF4D;
    border-radius: 16px;
    overflow: hidden;
    background: linear-gradient(90deg, #0DF2F233 0%, #FFFFFF1A 100%);
    backdrop-filter: blur(30px);
  }

  .prev-method-workflow-table tr:last-child{
    margin-bottom: 0;
  }

  .prev-method-workflow-table td{
    height: auto;
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid #FFFFFF4D !important;
    padding: 16px 20px;
    background: #0000001A;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 25px;
    white-space: normal;
    overflow-wrap: break-word;
  }

  .prev-method-workflow-table td:last-child{
    border-bottom: 0;
  }

  .prev-method-workflow-table td:nth-child(1)::before{
    content: "Cadence";
  }

  .prev-method-workflow-table td:nth-child(2)::before{
    content: "Audience";
  }

  .prev-method-workflow-table td:nth-child(3)::before{
    content: "Purpose";
  }

  .prev-method-workflow-table td::before{
    display: block;
    margin-bottom: 8px;
    color: #00EEFF;
    font-size: 13px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .prev-method-workflow-table__cadence{
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }

  .prev-method-workflow-table__cadence img{
    width: 20px;
    height: 20px;
    object-fit: contain;
  }
  
  .prev-method-workflow__table-note{
  font-size: 15px;
  line-height: 25px;
}


  .prev-method-engagement__table-wrap{
    width: 100%;
    max-width: 100%;
    overflow: visible;
    border-radius: 0;
  }

  .prev-method-engagement__table{
    width: 100%;
    min-width: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    overflow: visible;
  }

  .prev-method-engagement__table thead{
    display: none;
  }

  .prev-method-engagement__table,
  .prev-method-engagement__table tbody,
  .prev-method-engagement__table tr,
  .prev-method-engagement__table td{
    display: block;
    width: 100%;
  }

  .prev-method-engagement__table tr{
    margin-bottom: 18px;
    border: 1px solid #FFFFFF4D;
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(90deg, #0DF2F233 0%, #FFFFFF1A 100%);
    backdrop-filter: blur(30px);
  }

  .prev-method-engagement__table tr:last-child{
    margin-bottom: 0;
  }

  .prev-method-engagement__table td{
    height: auto;
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid #FFFFFF4D !important;
    padding: 18px 20px;
    background: #0000001A;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 25px;
    white-space: normal;
    overflow-wrap: break-word;
  }

  .prev-method-engagement__table td:last-child{
    border-bottom: 0;
  }

  .prev-method-engagement__table td:first-child{
    width: 100%;
    background: linear-gradient(90deg, #0DF2F233 0%, #FFFFFF1A 100%);
    color: #00E7F8;
    font-weight: 700;
    text-transform: capitalize;
  }

  .prev-method-engagement__table td:nth-child(2)::before{
    content: "Sprint Engagement";
  }

  .prev-method-engagement__table td:nth-child(3)::before{
    content: "Retainer Engagement";
  }

  .prev-method-engagement__table td:nth-child(2)::before,
  .prev-method-engagement__table td:nth-child(3)::before{
    display: block;
    margin-bottom: 8px;
    color: #00EEFF;
    font-size: 13px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .prev-method-pricing__cards{
    grid-template-columns: 1fr;
  }

  .prev-method-pricing__card{
    min-height: auto;
    padding: 26px 22px;
  }

  .prev-method-pricing__detail{
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .prev-method-pricing-cta{
    padding: 34px 22px;
  }

  .prev-method-pricing-cta__heading{
    font-size: 26px;
    line-height: 34px;
  }

  .prev-method-pricing-cta__buttons,
  .prev-method-pricing-cta__button{
    width: 100%;
  }
  
    .prev-method-scroll-up{
    position: fixed;
    right: 18px;
    bottom: 18px;
    width: 54px;
    height: 54px;
    border: 1px solid rgba(0, 238, 255, 0.22);
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(13, 242, 242, 0.18) 0%, rgba(11, 21, 33, 0.92) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(18px);
    transition: opacity .35s ease, transform .35s ease, visibility .35s ease;
  }

  .prev-method-scroll-up.is-visible{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .prev-method-scroll-up img{
    width: 20px;
    height: 20px;
    object-fit: contain;
  }
  
}

@media (min-width: 768px){
  .prev-method-scroll-up{
    display: none !important;
  }
}