/* ═══════════════════════════════════════════════
   MeAI — Custom Stylesheet
   Bootstrap 5 is loaded before this file.
   All custom rules use higher specificity or
   !important only where Bootstrap conflicts.
═══════════════════════════════════════════════ */

/* Reset Bootstrap box-model conflicts */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --cy: #00e5ff;
  --cy2: #00b8d4;
  --dk: #05080f;
  --dk2: #0b1220;
  --dk3: #0f1a2e;
  --dk4: #091018;
  --glow: 0 0 40px rgba(0, 229, 255, .18);
  --wh: #ffffff;
  --ye: #FFD600;
  --gr: #00e676;
  --re: #ff1744;
  --or: #ff6d00;
  --grad: linear-gradient(135deg, #00e5ff 0%, #0066cc 100%);
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--dk);
  color: var(--wh);
  font-family: 'Barlow', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

/* LAYOUT */
.wrap {
  /* max-width: 1140px; */
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 24px;
}

.wrap-sm {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 24px;
}

.tc {
  text-align: center;
}

/* TOPBAR */
.topbar {
  background: linear-gradient(90deg, #00b4d8, #00e5ff, #00b4d8);
padding: 5px 0;
  position: sticky;
  top: 0;
  z-index: 999;
  box-shadow: 0 2px 20px rgba(0, 229, 255, .3);
}

.topbar .inn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.topbar .tbt {
color: #000;
  font-weight: 700;
  font-size: 20px;
}

.topbar .cpn {
background: #000;
  color: #feb904;
  font-weight: 900;
  padding: 2px 12px;
  border-radius: 4px;
  font-size: 20px;
  letter-spacing: 1px;
}

.topbar .tbb {
background: #fff;
  color: #030713;
  font-weight: 800;
  padding: 7px 40px;
  border-radius: 6px;
  font-size: 20px;
  transition: .2s;
  border: 1px solid rgb(0, 0, 0);
}

.topbar .tbb:hover {
background: #000;
  transform: scale(1.04);
  border: 1px solid #fff;
  color: #fff;
}


.time-unit {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(0, 0, 0, 0.3) !important;
}

/* SECTIONS */
.s1 {
  background: var(--dk);
  padding: 80px 0;
}

.s2 {
 background: url(../images/s2.png) no-repeat center center;
		background-size: cover;
  padding: 80px 0;
  overflow: hidden;
}

.s3 {
  background: url(../images/s3.png) no-repeat center center;
		background-size: cover;
  padding: 80px 0;
  overflow: hidden;
}

.s4 {
  background: #fff;
  padding: 80px 0;
}


.s5 {
 background: url(../images/s5.png) no-repeat center center;
		background-size: cover;
  padding: 80px 0;
  overflow: hidden;

}

.s6 {
  background: url(../images/s6.png) no-repeat center center;
		background-size: cover;
  padding: 80px 0;
  background-attachment: fixed;
  overflow: hidden;
}

.s7 {
 background: url(../images/s7.png) no-repeat center top;
		background-size: cover;
  padding: 80px 0;
    background-attachment: fixed;
    overflow: hidden;
}

.s8 {
  background: url(../images/s3.png) no-repeat center center;
		background-size: cover;
  padding: 80px 0;
  overflow: hidden;
}
.s9 {
  background-color: #000;
		background-size: cover;
  padding: 80px 0;
  overflow: hidden;
}



/* HEADS */
.tag {
     display: inline-block;
    background: rgba(0, 229, 255, .08);
    border: 1px solid rgba(0, 229, 255, .25);
    color: var(--cy);
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 6px 33px;
    border-radius: 30px;
    margin-bottom: 16px;
}

.h2 {
  font-family: 'Barlow', sans-serif;
  font-size: clamp(32px, 5vw, 42px);
  line-height: 1.03;
  color: var(--wh);
  margin-bottom: 14px;
  font-weight: 900;
}

.h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(22px, 3vw, 38px);
  font-weight: 800;
  color: var(--wh);
  margin-bottom: 12px;
  line-height: 1.2;
}

.hl {
  color: var(--cy);
}

.hl2 {
  color: var(--ye);
}

.sub {
  font-size: 17px;
  color: rgba(255, 255, 255, .65);
}

/* HERO */
.hero {
/* background: radial-gradient(ellipse at 50% 0%, rgba(0, 100, 200, .15) 0%, var(--dk) 70%); */
  padding: 35px 0 0px 0;
  position: relative;
  overflow: hidden;
  background: url(../images/hero.png) no-repeat center top;
		background-size: cover;



}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 229, 255, .4), transparent);
}

.logo-txt {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 80px;
  letter-spacing: 4px;
  color: var(--wh);
  margin-bottom: 6px;
  text-shadow: 0 0 60px rgba(0, 229, 255, .25);
}

.logo-txt span {
  color: var(--cy);
}

.hero-tag {
display: inline-block;
  background: linear-gradient(135deg, rgba(0, 229, 255, .12), rgba(0, 100, 200, .12));
  border: 1px solid rgba(0, 229, 255, .3);
  color: var(--cy);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  padding: 7px 70px;
  border-radius: 30px;
  margin-bottom: 24px;
}

.hero-pre {
  font-size: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, .78);
  font-style: italic;
  margin-bottom: 16px;
  /* max-width: 740px; */
  margin-left: auto;
  margin-right: auto;
background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12));
  padding: 5px 40px;
  display: inline-block;
  border-radius: 30px;
}

.hero-pre strong {
  color: var(--wh);
  font-style: normal;
  font-weight: 800;
}

.hero-h1 {
font-family: 'Barlow', sans-serif;
  font-size: clamp(40px, 7vw, 60px);
  line-height: 1.4;
  color: var(--wh);
  margin-bottom: 10px;
  text-shadow: 0 2px 40px rgba(0, 0, 0, .5);
  font-weight: 900;
  letter-spacing: 1.09px;
}

.hero-sub {
  font-size: clamp(17px, 2.2vw, 26px);

font-size: clamp(17px, 3.2vw, 36px);
  font-weight: 900;
  color: var(--wh);
  margin: 16px 0 12px;
}

.hero-cy {
  font-size: 26px;
  color: rgba(255, 255, 255, .68);
  margin-bottom: 28px;
    font-weight: 900;
}

.hero-cy strong {
  color: var(--cy);
  font-weight: 800;
}

.nostrip {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.nostrip span {
background: rgba(0, 229, 255, .07);
  border: 1px solid rgba(0, 229, 255, .2);
  color: var(--cy);
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 700;
}

/* VIDEO + COLS */
.two-col {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.col-l {
  flex: 1.3;
  min-width: 0;
}

.col-r {
  flex: 1;
  min-width: 0;
}

.vid-lbl {
  text-align: center;
  background: rgba(0, 229, 255, .06);
  border: 1px solid rgba(0, 229, 255, .16);
  border-radius: 10px 10px 0 0;
  padding: 13px 18px;
font-size: 18px;
  font-weight: 600;
}

.vid-lbl span {
  color: var(--cy);
}

.vid-box {
  background: var(--dk2);
  border: 1px solid rgba(0, 229, 255, .16);
  border-top: none;
  border-radius: 0 0 10px 10px;
  aspect-ratio: 16/9;
  /* display: flex;
  align-items: center;
  justify-content: center; */
  color: rgba(255, 255, 255, .28);
  font-size: 14px;
  text-align: center;
  padding: 20px;
}

/* BULLETS */
.blist {
  list-style: none;
  padding: 0;
}

.blist li {
padding: 8px 0 20px 26px;
  position: relative;
  font-size: 18px;
  color: rgba(255, 255, 255, .8);
  border-bottom: 1px solid rgba(255, 255, 255, .04);
}

.blist li:last-child {
  border-bottom: none;
}

.blist li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--cy);
  font-weight: 900;
font-size: 20px;
}

.blist li strong {
  color: var(--wh);
}

/* CTA BUTTON */
.cta {
  display: block;
  background: var(--grad);
  color: #fff;
  font-weight: 900;
  font-size: clamp(17px, 2vw, 24px);
  text-align: center;
 padding: 15px 30px;
  border-radius: 12px;
margin: 5px auto;
  max-width: 580px;
  box-shadow: 0 0 50px rgba(0, 229, 255, .35), 0 4px 20px rgba(0, 0, 0, .4);
  transition: .3s;
  line-height: 1.3;
  cursor: pointer;
  position: relative;
  overflow: hidden;

  font-size: 30px;
}

.cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
  transform: skewX(-15deg);
  transition: .5s;
}

.cta:hover::before {
  left: 150%;
}

.cta:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 0 70px rgba(0, 229, 255, .5), 0 8px 30px rgba(0, 0, 0, .4);
}

.cta small {
display: block;
  font-size: 18px;
  font-weight: 500;
  opacity: .78;
  margin-top: 0;
}

.gstrip {
  text-align: center;
  font-size: 18px;
  color: rgb(255, 255, 255);
}

.gstrip span {
  color: var(--gr);
}

/* TIMER */
.tmr-wrap {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  background: rgba(0, 0, 0, .5);
  border: 1px solid rgba(0, 229, 255, .16);
  border-radius: 12px;
  padding: 14px 24px;
  box-shadow: 0 0 20px rgba(0, 229, 255, .1);
}

.tmr-u {
  text-align: center;
  min-width: 44px;
}

.tmr-n {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 40px;
  color: var(--cy);
  line-height: 1;
  display: block;
  text-shadow: 0 0 20px rgba(0, 229, 255, .4);
}

.tmr-l {
  font-size: 10px;
  color: rgba(255, 255, 255, .4);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.tmr-s {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 40px;
  color: rgba(0, 229, 255, .5);
  align-self: flex-start;
  margin-top: 1px;
}

/* TESTIMONIALS */
.tscroll {
  overflow: hidden;
padding: 25px 0;
}

.ttrack {
  display: flex;
  gap: 18px;
  animation: scL 45s linear infinite;
  width: max-content;
}

.ttrack2 {
  animation: scR 50s linear infinite;
}

.tscroll:hover .ttrack {
  animation-play-state: paused;
}

@keyframes scL {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-50%)
  }
}

@keyframes scR {
  0% {
    transform: translateX(-50%)
  }

  100% {
    transform: translateX(0)
  }
}

.tcard {
background: linear-gradient(135deg, rgb(255, 255, 255), rgb(255, 255, 255));
  border: 1px solid rgba(0, 229, 255, .1);
  border-radius: 14px;
  padding: 22px 24px;
  min-width: 400px;
  max-width: 400px;
  box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.13);
  color: #000 !important;
   min-height: 280px;
  max-height: 280px;
}

.tcard:hover {
  border-color: rgba(0, 229, 255, .25);
}

.tstars {
color: #00E0FB;
  font-size: 26px;
  margin-bottom: 8px;
}

.tbold {
     font-weight: 700;
    font-size: 18px;
    margin-bottom: 7px;
    color: var(--dk);
}

.ttext {
    font-size: 14px;
    color: #000;
    line-height: 1.55;
    margin-bottom: 14px;
}

.tuser {
  display: flex;
  align-items: center;
  gap: 9px;
  border-top: 1px solid rgba(255, 255, 255, .06);
  padding-top: 10px;
}

.tavt {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--grad);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 13px;
  color: #000;
  flex-shrink: 0;
}

.tname {
font-weight: 700;
    font-size: 16px;
}

.trole {
font-size: 14px;
    color: var(--dk);
}

/* CTA BAND */
.ctaband {
  /* background: linear-gradient(135deg, rgba(5, 10, 20, .98), rgba(10, 20, 44, .98)); */

background: url(../images/ctaband.jpg) no-repeat center center;
    background-size: auto;
  background-size: cover;

  
  border-top: 1px solid rgba(0, 229, 255, .12);
  border-bottom: 1px solid rgba(0, 229, 255, .12);
  padding: 64px 0;
  position: relative;
  overflow: hidden;
}

.ctaband::before {
content: '';
  position: absolute;
  top: 0%;
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
  width: 100%;
  height: 100%;
  /* background: radial-gradient(ellipse, rgba(0, 229, 255, .06), transparent 70%); */
  pointer-events: none;
  background-color: #00000075;
}

.hbadge {
  display: inline-block;
  background: var(--re);
  color: #fff;
  font-weight: 900;
  font-size: 11px;
  letter-spacing: 2px;
  padding: 4px 14px;
  border-radius: 4px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.endsbar {
  background: linear-gradient(90deg, #c00, #ff1744, #c00);
  color: #fff;
  text-align: center;
  font-weight: 700;
font-size: 28px;
  padding: 11px 0;
  letter-spacing: .5px;
}

/* STATS */
.sgrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.scard {
  background: linear-gradient(135deg, rgba(15, 26, 46, .8), rgba(11, 18, 32, .8));
  border: 1px solid rgba(0, 229, 255, .12);
  border-radius: 16px;
  padding: 32px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: .3s;
}

.scard::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--grad);
}

.scard:hover {
  border-color: rgba(0, 229, 255, .3);
  transform: translateY(-4px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, .3);
}

.snum {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 64px;
  color: var(--cy);
  line-height: 1;
  text-shadow: 0 0 30px rgba(0, 229, 255, .3);
}

.slbl {
  font-size: 18px;
  font-weight: 700;
  margin: 8px 0 6px;
}

.sdsc {
font-size: 17px;
  color: rgba(255, 255, 255, 0.79);
}

/* STEPS */
.step-row {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 70px;
}

.step-row.rev {
  flex-direction: row-reverse;
}

.step-c {
  flex: 1;
}

.step-v {
  flex: 1;
  background: linear-gradient(135deg, rgba(15, 26, 46, .9), rgba(11, 18, 32, .9));
  border: 1px solid rgba(0, 229, 255, .12);
  border-radius: 16px;
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 229, 255, .22);
  font-size: 13px;
  text-align: center;
  padding: 20px;
  box-shadow: 0 0 30px rgba(0, 0, 0, .3);
}

.snum2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: var(--grad);
  color: #000;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 28px;
  border-radius: 50%;
  margin-bottom: 16px;
  box-shadow: 0 0 20px rgba(0, 229, 255, .3);
}

.stit {
    font-family: 'barlow', sans-serif;
    font-size: 40px;
    color: var(--wh);
    margin-bottom: 14px;
    line-height: 1.1;
    font-weight: 900;
}

.stit .hl {
  color: var(--cy);
}

.sbod {
  font-size: 18px;
  color: rgba(255, 255, 255, .7);
 line-height: 1.4;
}

.sbod strong {
  color: var(--wh);
}

/* PROBLEM */
.pcols {
  display: flex;
  gap: 56px;
  align-items: center;
}

.pcols.rev {
  flex-direction: row-reverse;
}

.ptxt {
  flex: 1;
}

.pimg {
  flex: 1;
  background: linear-gradient(135deg, rgba(15, 26, 46, .9), rgba(11, 18, 32, .9));
  border: 1px solid rgba(0, 229, 255, .08);
  border-radius: 16px;
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 229, 255, .2);
  font-size: 12px;
  text-align: center;
  padding: 20px;
}

.ph {
  font-family: 'barlow', sans-serif;
  font-size: clamp(28px, 4vw, 52px);
  line-height: 1.05;
  margin-bottom: 18px;
      font-weight: 900;
}

.pbod {
  font-size: 18px;
  color: rgba(255, 255, 255, .7);
  line-height: 1.78;
}

.pbod strong {
  color: var(--wh);
}

.pbod em {
  color: var(--cy);
  font-style: normal;
}

/* FEATURES */
.frow {
  /* display: flex;
  gap: 50px;
  align-items: center;
  padding: 52px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .05); */



  display: flex;
  gap: 50px;
  align-items: center;
  padding: 32px 20px;
  border-bottom: 1px solid rgb(0, 217, 245);

  border-radius: 30px;
  margin-bottom: 20px;

margin-bottom: 20px;
  border: 1px solid rgba(0, 229, 255, .09);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.13);
  color: #000 !important;
}

.frow:last-child {
  border-bottom: none;
}

.frow.rev {
  flex-direction: row-reverse;
}

.fc {
  flex: 1;
}

.fgif {
  flex: 1;
  background: linear-gradient(135deg, rgba(15, 26, 46, .9), rgba(11, 18, 32, .9));
  border: 1px solid rgba(0, 229, 255, .1);
  border-radius: 14px;
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 229, 255, .2);
  font-size: 12px;
  text-align: center;
  padding: 18px;
}

.fnum {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 11px;
  letter-spacing: 4px;
  color: var(--cy);
  text-transform: uppercase;
  margin-bottom: 8px;
}

.ftit {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(20px, 2.5vw, 34px);
  font-weight: 800;
  margin-bottom: 12px;
  line-height: 1.2;
}

.fbod {
font-size: 18px;
  color: rgba(0, 0, 0, 0.86);
  line-height: 1.65;

}

.fbod strong {
  color: var(--cy);
}

/* INCOME */
.icards {
  display: flex;
  gap: 22px;
}

.icard {
  flex: 1;
  background: linear-gradient(135deg, rgba(15, 26, 46, .9), rgba(11, 18, 32, .9));
  border: 1px solid rgba(0, 229, 255, .12);
  border-radius: 16px;
  padding: 28px;
  position: relative;
  overflow: hidden;
  transition: .3s;
}

.icard::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--grad);
}

.icard:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, .4);
}

.inum {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 52px;
  color: var(--cy);
  line-height: 1;
  margin-bottom: 8px;
  text-shadow: 0 0 20px rgba(0, 229, 255, .25);
}

.itit {
font-size: 20px;
  font-weight: 800;
  margin-bottom: 9px;
}

.ibod {
  font-size: 18px;
  color: rgba(255, 255, 255, .6);
  line-height: 1.6;
}

/* AUTHOR */
.abox {
  display: flex;
  gap: 44px;
  align-items: flex-start;
  background: linear-gradient(135deg, rgba(15, 26, 46, .9), rgba(11, 18, 32, .9));
  border: 1px solid rgba(0, 229, 255, .12);
  border-radius: 20px;
  padding: 48px;
  box-shadow: 0 0 60px rgba(0, 0, 0, .3);
}

.aleft {
  flex-shrink: 0;
  text-align: center;
  width: 200px;
}

.aphoto {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 3px solid var(--cy);
  background: var(--dk);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  font-size: 55px;
  box-shadow: 0 0 30px rgba(0, 229, 255, .2);
}

.aname {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 24px;
}

.arole {
  font-size: 13px;
  color: var(--cy);
}

.aright {
  flex: 1;
}

.aright p {
font-size: 18px;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.42;
  margin-bottom: 14px;
}

.aright strong {
  color: var(--wh);
}

/* NICHE */
.ngrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.nc {
  background: linear-gradient(135deg, rgba(15, 26, 46, .8), rgba(11, 18, 32, .8));
  border: 1px solid rgba(0, 229, 255, .1);
  border-radius: 14px;
  padding: 28px 22px;
  text-align: center;
  transition: .2s;
}

.nc:hover {
  border-color: rgba(0, 229, 255, .35);
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .3);
}

.nicon {
  font-size: 40px;
  margin-bottom: 12px;
  display: block;
}

.ntit {
  font-size: 24px;
    font-weight: 800;
    margin-bottom: 7px;
    margin-top: 18px;
}

.ndsc {
  font-size: 18px;
    color: #fff;
    line-height: 1.55;
    text-align: left;
}

/* VALUE STACK */
.vs {
  display: flex;
  gap: 26px;
  align-items: flex-start;
padding: 10px 25px;
  background: linear-gradient(135deg, rgba(15, 26, 46, .7), rgba(11, 18, 32, .7));
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 14px;
  margin-bottom: 16px;
  transition: .2s;
  backdrop-filter: blur(16px);
}

.vs:hover {
  border-color: rgba(0, 229, 255, .15);
}

.vsic {
  font-size: 36px;
  flex-shrink: 0;
  width: 52px;
  text-align: center;
}

.vsn {
 font-size: 30px;
    font-weight: 800;
    margin-bottom: 10px;
}

.vsd {
  font-size: 18px;
  color: #fff;
  line-height: 1.55;
}

.vsv {
  font-size: 24px;
    font-weight: 700;
    color: var(--cy);
    margin-top: 6px;
}

/* BONUS */
.bcard {
  /* background: linear-gradient(135deg, rgba(15, 26, 46, .9), rgba(11, 18, 32, .9)); */
  border: 2px solid rgba(0, 229, 255, .18);
  border-radius: 14px;
padding: 44px 20px;
  margin-bottom: 20px;
  position: relative;
  transition: .2s;
  background: #fff;
  box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.13);
  color: #000 !important;
}

.bcard:hover {
    border: 2px solid rgba(0, 229, 255, .18);
  border-color: rgba(0, 229, 255, .35);
  box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.13);
}

.bbadge {
position: absolute;
    top: -15px;
    left: 22px;
    background: var(--grad);
    color: #ffffff;
    font-weight: 900;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 4px 14px;
    border-radius: 20px;
    text-transform: uppercase;
}

.btit {
      font-family: 'barlow', sans-serif;
    font-size: 28px;
    font-weight: 800;
    margin: 10px 0 8px;
color: var(--cy);
}

.bbod {
      font-size: 18px;
    color: #000;
    line-height: 1.65;
}

.bval {
font-size: 18px;
  font-weight: 700;
  color: #FFA700;
  margin-top: 8px;
}

/* GUARANTEE */
.gbox {
  background: linear-gradient(135deg, rgba(15, 26, 46, .9), rgba(11, 18, 32, .9));
  border: 2px solid rgba(0, 229, 255, .15);
  border-radius: 20px;
  padding: 50px;
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
  box-shadow: 0 0 60px rgba(0, 229, 255, .07);
}

.gseal {
  font-size: 72px;
  margin-bottom: 16px;
  display: block;
}

.gbox h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 40px;
  margin-bottom: 14px;
}

.gbox p {
     font-size: 18px;
    color: #fff;
    line-height: 1.72;
    text-align: start;
}

.gbox strong {
  color: var(--cy);
}

/* PRICING */
.pcards {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
}

.pcard {
background: linear-gradient(135deg, rgb(255, 255, 255), rgb(255, 255, 255));
  border: 2px solid rgba(113, 94, 94, 0.18);
  border-radius: 20px;
  padding: 38px 30px;
  flex: 1;
  min-width: 580px;
  max-width: 580px;
  transition: .2s;
  box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.13);
}

.pcard:hover {
  transform: translateY(-4px);
}

.pcard.ft {
border-color: rgba(0, 229, 255, .35);
  background: linear-gradient(135deg, rgba(0, 222, 250, 0.08), rgba(0, 223, 250, 0.13));
  position: relative;
  box-shadow: 0 0 60px rgba(0, 229, 255, .1);
  backdrop-filter: blur(2px);
  box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.13);
}

.pcard.ft::before {
     content: 'MOST POPULAR';
    position: absolute;
    top: -17px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--grad);
    color: #ffffff;
    font-weight: 900;
    font-size: 17px;
    letter-spacing: 2px;
    padding: 4px 18px;
    border-radius: 20px;
}

.pclogo {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 34px;
  letter-spacing: 2px;
  margin-bottom: 4px;
    color: #000;
}

.pclogo span {
  color: var(--cy);
}

.pcplan {
font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 18px;
}

.pcprice {
  margin: 18px 0;
}

.pcamt {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 80px;
  color: var(--cy);
  line-height: 1;
  text-shadow: 0 0 30px rgba(0, 229, 255, .2);
}

.pcper {
    font-size: 18px;
  color: #000;
}

.pcold {
font-size: 28px;
color: #000;
    text-decoration: line-through;
    display: block;
    margin-bottom: 3px;
}

.pcf {
  list-style: none;
  padding: 0;
  margin: 22px 0 26px;
}

.pcf li {
 padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .05);
    font-size: 18px;
  color: #000;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.pcf li:last-child {
  border-bottom: none;
}

.pcf li span {
  color: var(--gr);
  font-size: 14px;
  flex-shrink: 0;
  margin-top: 2px;
}

.pcf li.dim {
color: #000;
}

.pcf li.dim span {
    color: rgb(189 42 42);
}

.pcbtn {
  display: block;
  padding: 16px;
  border-radius: 10px;
  font-weight: 900;
font-size: 24px;
  text-align: center;
  cursor: pointer;
  transition: .2s;
  border: none;
  width: 100%;
}

.pcbtn.pr {
  background: var(--grad);
  color: #fff;
  box-shadow: 0 0 30px rgba(0, 229, 255, .2);
}

.pcbtn.pr:hover {
  transform: scale(1.03);
}

.pcbtn.se {
  background: transparent;
  border: 2px solid rgba(0, 229, 255, .4);
  color: var(--cy);
}

.pcbtn.se:hover {
  background: rgba(0, 229, 255, .08);
}

.pcnote {
  text-align: center;
  font-size: 12px;
  color: rgba(255, 255, 255, .3);
  margin-top: 12px;
}

/* ORDER BUMP */




/* FAQ */
.fqitem {
     border-bottom: 1px solid rgb(13 11 11 / 7%);
  padding: 22px 0;
}

.fqitem:first-child {
  border-top: 1px solid rgba(255, 255, 255, .07);
}

.fqq {
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
      color: black;
}

.fqq::after {
  content: '＋';
  color: var(--cy);
  font-size: 22px;
  flex-shrink: 0;
}

.fqa {
font-size: 16px;
    color: #fff;
    line-height: 1.72;
    margin-top: 12px;
    display: none;
        color: black;
}

.fqitem.open .fqq::after {
  content: '－';
}

.fqitem.open .fqa {
  display: block;
}

/* PS */
.psbox {
  max-width: 800px;
  margin: 0 auto;
}

.psline {
font-size: 18px;
    color: #fff;
    line-height: 1.72;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .065);
}

.psline:last-child {
  border-bottom: none;
}

.pstag {
  font-weight: 900;
  color: var(--cy);
  margin-right: 7px;
  font-size: 19px;
}

.psline strong {
  color: var(--wh);
}

/* EXIT MODAL */
.moverlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .85);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.moverlay.show {
  display: flex;
}

.mbox {
  background: var(--dk2);
  border: 2px solid rgba(0, 229, 255, .3);
  border-radius: 20px;
  padding: 46px;
  max-width: 540px;
  width: 90%;
  text-align: center;
  position: relative;
  box-shadow: 0 0 80px rgba(0, 229, 255, .1);
}

.mclose {
  position: absolute;
  top: 14px;
  right: 18px;
  top:48px;right:20px;
  background: none;
  border: none;
  color: rgba(255, 255, 255, .4);
  font-size: 26px;
  cursor: pointer;
}

.mbox h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 46px;
  margin-bottom: 8px;
}

.cpncode {
  display: inline-block;
  background: rgba(0, 229, 255, .08);
  border: 2px dashed rgba(0, 229, 255, .5);
  border-radius: 8px;
  padding: 11px 28px;
  font-family: 'barlow', sans-serif;
  font-size: 34px;
  color: var(--cy);
  letter-spacing: 3px;
  margin: 14px 0 20px;
}

/* FOOTER */
.footer {
  background: #020407;
  border-top: 1px solid rgba(255, 255, 255, .06);
  padding: 44px 0 24px;
}

.flogo {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 44px;
  letter-spacing: 3px;
  text-align: center;
  margin-bottom: 18px;
  text-shadow: 0 0 30px rgba(0, 229, 255, .2);
}

.flogo span {
  color: var(--cy);
}

.fdisc {
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
    text-align: center;
    max-width: 680px;
    margin: 0 auto 20px;
}

.flinks {
  display: flex;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.flinks a {
    font-size: 16px;
    color: #fff;
    transition: .2s;
}

.flinks a:hover {
  color: var(--cy);
}

.fcopy {
    text-align: center;
    font-size: 16px;
    color: #fff;
}

/* SPECIAL SECTIONS */
.oldnew-grid {
display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  border-radius: 0;
  overflow: hidden;
  max-width: 1260px;
  margin: 0 auto;
}

.oldnew-col {
  padding: 36px 30px;
}

.oldnew-col.old {
  background: rgba(255, 23, 68, .06);
  border: 1px solid rgba(255, 23, 68, .2);
}

.oldnew-col.new {
  background: rgba(0, 229, 255, .06);
  border: 1px solid rgba(0, 229, 255, .2);
}

.onhead {
  font-family: 'barlow', sans-serif;
  font-size: 26px;
  margin-bottom: 16px;
  font-weight: 800;
}

.onitem {
display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 18px;
  color: rgb(0, 0, 0);
  margin-bottom: 25px;
  line-height: 1.6;
}

.onitem .ic {
  flex-shrink: 0;
  font-size: 16px;
  margin-top: 1px;
}

.switching-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.sw-card {
  background: linear-gradient(135deg, rgba(15, 26, 46, .9), rgba(11, 18, 32, .9));
  border: 1px solid rgba(0, 229, 255, .1);
  border-radius: 16px;
  padding: 28px;
  position: relative;
  transition: .2s;
}

.sw-card:hover {
  border-color: rgba(0, 229, 255, .3);
  transform: translateY(-4px);
}

.sw-icon {
  font-size: 44px;
  margin-bottom: 14px;
  display: block;
}

.sw-platform {
font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--cy);
  margin-bottom: 8px;
}

.sw-title {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 10px;
}

.sw-body {
font-size: 18px;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.6;
}

.sw-result {
  margin-top: 12px;
  background: rgba(0, 230, 118, .08);
  border: 1px solid rgba(0, 230, 118, .2);
  border-radius: 8px;
  padding: 8px 12px;
font-size: 17px;
  font-weight: 700;
  color: var(--gr);
}

.imagine-box {
  max-width: 760px;
  margin: 0 auto;
  background: linear-gradient(135deg, rgba(0, 40, 80, .3), rgba(11, 18, 32, .8));
  border: 1px solid rgba(0, 229, 255, .15);
  border-radius: 20px;
  padding: 50px;
}

.imagine-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.imagine-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.iim-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 40px;
  color: var(--cy);
  line-height: 1;
  flex-shrink: 0;
  width: 40px;
  text-align: center;
  opacity: .6;
}

.iim-body {
  font-size: 17px;
  color: rgba(255, 255, 255, .78);
  line-height: 1.7;
}

.iim-body strong {
  color: var(--wh);
}

.works-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.wcard {
  /* background: linear-gradient(135deg, rgba(15, 26, 46, .8), rgba(11, 18, 32, .8)); */
  border: 1px solid rgba(0, 229, 255, .09);
  border-radius: 14px;
  padding: 26px 22px;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.13);
  color: #000 !important;
}

.wcard .wic {
  font-size: 36px;
  margin-bottom: 12px;
  display: block;
}

.wcard .wtit {
font-size: 20px;
  font-weight: 800;
  margin-bottom: 8px;

}

.wcard .wbod {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.55);
  line-height: 1.55;
}

.proof-strip {
  background: linear-gradient(90deg, rgba(0, 229, 255, .06), rgba(0, 229, 255, .12), rgba(0, 229, 255, .06));
  border-top: 1px solid rgba(0, 229, 255, .15);
  border-bottom: 1px solid rgba(0, 229, 255, .15);
  padding: 18px;
  text-align: center;
font-size: 20px;
  font-weight: 700;
  color: var(--cy);
}

/* ══════════════════════════════
   RESPONSIVE — FULL COVERAGE
══════════════════════════════ */
@media(max-width:960px) {

  .s1,
  .s2,
  .s3,
  .s4,
  .s5,
  .s6,
  .s7{
    padding: 56px 0;
  }

  .wrap,
  .wrap-sm {
    padding: 0 18px;
  }

  /* layouts */
  .two-col,
  .step-row,
  .step-row.rev,
  .pcols,
  .pcols.rev,
  .frow,
  .frow.rev,
  .abox {
    flex-direction: column !important;
    gap: 28px;
  }

  /* grids */
  .sgrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .switching-cards,
  .works-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ngrid {
    grid-template-columns: repeat(2, 1fr);
  }

  .oldnew-grid {
    grid-template-columns: 1fr;
  }

  .icards {
    flex-direction: column;
  }

  .pcards {
    flex-direction: column;
    align-items: center;
  }

  .pcard {
    max-width: 500px;
    width: 100%;
  }

  /* hero */
  .logo-txt {
    font-size: 58px;
  }

  .hero-h1 {
    font-size: clamp(34px, 7vw, 52px);
  }

  .hero-sub {
    font-size: 18px;
  }

  .nostrip {
    gap: 7px;
  }

  .nostrip span {
    font-size: 12px;
    padding: 5px 10px;
  }

  /* steps */
  .step-v {
    aspect-ratio: 16/9;
    max-width: 100%;
  }

  .stit {
    font-size: 32px;
  }

  /* author */
  .aleft {
    width: 100%;
    text-align: center;
  }

  .abox {
    text-align: left;
  }

  /* features */
  .fgif {
    aspect-ratio: 16/9;
  }

  /* pricing */


  /* twin section */
  .twin-phone-col {
    flex: 0 0 260px !important;
  }

  .twin-copy-col {
    order: 2;
  }

  .twin-phone-col {
    order: 1;
  }
}

@media(max-width:600px) {

  .s1,
  .s2,
  .s3,
  .s4,
  .s5,
  .s6,
  .s7{
    padding: 44px 0;
  }

  .wrap,
  .wrap-sm {
    padding: 0 14px;
  }

  /* type */
  .logo-txt {
    font-size: 48px;
  }

  .hero-h1 {
    font-size: 34px;
  }

  .h2 {
    font-size: 28px;
  }

  .h3 {
    font-size: 22px;
  }

  .stit {
    font-size: 28px;
  }

  /* grids → single col on very small */
  .sgrid {
    grid-template-columns: 1fr 1fr;
  }

  .switching-cards,
  .works-grid {
    grid-template-columns: 1fr;
  }

  .ngrid {
    grid-template-columns: 1fr 1fr;
  }

  .icards {
    flex-direction: column;
  }

  /* hero */
  .nostrip span {
    font-size: 11px;
    padding: 4px 9px;
  }

  .hero-cy {
    font-size: 15px;
  }

  .hero-pre {
    font-size: 16px;
  }

  /* cta button */
  .cta {
    font-size: 16px !important;
    padding: 18px 22px !important;
  }

  .cta small {
    font-size: 12px;
  }

  /* timer */
  .tmr-wrap {
    gap: 8px;
    padding: 10px 14px;
  }

  .tmr-n {
    font-size: 30px;
  }

  .tmr-s {
    font-size: 30px;
  }

  .tmr-l {
    font-size: 9px;
  }

  /* topbar */
  .topbar .tbt {
    font-size: 13px;
  }

  .topbar .inn {
    gap: 10px;
  }

  /* testimonials */
  .tcard {
    min-width: 260px;
    max-width: 260px;
  }

  /* stats */
  .snum {
    font-size: 48px;
  }

  /* steps */
  .snum2 {
    width: 42px;
    height: 42px;
    font-size: 22px;
  }

  /* features */
  .frow {
    gap: 24px;
    padding: 36px 0;
  }

  /* pricing */
  .pcards {
    gap: 16px;
  }

  .pcamt {
    font-size: 64px;
  }

  /* flow bar in twin section */
  .flow-bar {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 14px !important;
  }

  .flow-bar .flow-arrow {
    display: none !important;
  }

  .flow-step {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    text-align: left !important;
  }

  .flow-step .fsi {
    margin: 0 !important;
  }

  /* twin section */
  .twin-main-col {
    flex-direction: column !important;
    gap: 36px !important;
  }

  .twin-phone-col {
    flex: unset !important;
    width: 220px;
    margin: 0 auto;
  }

  .twin-copy-col .cta {
    margin-left: 0 !important;
  }

  /* not-for-everyone */
  .nfe-grid {
    grid-template-columns: 1fr !important;
  }

  /* value stack */
  .vs {
    flex-direction: column;
    gap: 14px;
  }

  .vsic {
    width: auto;
  }

  /* author */
  .aphoto {
    width: 120px;
    height: 120px;
  }

  /* old-new */
  .oldnew-col {
    padding: 24px 18px;
  }

  /* exit popup */
  .mbox {
    padding: 30px 20px;
  }

  .mbox h2 {
    font-size: 34px;
  }

  .cpncode {
    font-size: 26px;
  }

  /* FAQ */
  .fqq {
    font-size: 15px;
  }

  /* footer */
  .flinks {
    gap: 14px;
  }
}

@media(max-width:380px) {
  .logo-txt {
    font-size: 42px;
  }

  .hero-h1 {
    font-size: 30px;
  }

  .h2 {
    font-size: 25px;
  }

  .ngrid {
    grid-template-columns: 1fr;
  }

  .sgrid {
    grid-template-columns: 1fr;
  }

  .tcard {
    min-width: 240px;
    max-width: 240px;
  }
}

/* ─── Bootstrap utility overrides ─────────────────
   Prevent Bootstrap's utility classes from bleeding
   into our custom layout components.
─────────────────────────────────────────────────── */
.container,
.container-fluid {
  max-width: 100%;
  padding: 0;
}

.row {
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

body {
  font-family: 'Barlow', sans-serif !important;
}
.s10{
padding: 80px 0;
    background: url(../images/moneys.png) no-repeat top center;
    background-size: cover;
}

.gtee-img {
    flex: 0 0 120px;
}
.gtee-img img {
    max-width: 200px;
    height: auto;
    margin-bottom: 40px;
}

@media(max-width:576px) {
.topbar .tbb {
  display: none;
}

.hero-tag {
  display: inline-block;
  letter-spacing: 1px;
  padding: 7px 20px;
}
.logo-img {
  width: 70% !important;
  height: 70% !important;
  max-width: 235px !important;
}

.hero-pre {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
  padding: 5px 9px;
  display: inline-block;
  border-radius: 10px;
}


 .frow {
   
    padding: 36px 10px;
  }
.topbar .cpn {
  background: #000;
  color: #feb904;
  font-weight: 900;
  padding: 2px 5px;
  border-radius: 4px;
  font-size: 13px;
  letter-spacing: 1px;
}

.endsbar {
  font-size: 16px;
  letter-spacing: .5px;
}


.pcard {
  min-width: 300px;
  max-width: 300px;

}

.pcard.ft::before {
  top: -17px;
  font-size: 14px;
  letter-spacing: 2px;
  padding: 4px 12px;
  border-radius: 10px;
}
.pcbtn {
  font-size: 16px;
}

.ctaband .wrap {
    padding: 0 0px;
  }


  .tcard {
   min-height: 100%;
  max-height: 100%;
}
.mclose {
  position: absolute;
  top: 25px;
  right: 5px;
  background: none;
  border: none;
  color: rgba(255, 255, 255, .4);
  font-size: 30px;
  cursor: pointer;
}
  
}