/* AI Consulting Machine — Sales Page Stylesheet */
/* Based on MasterMind AI CSS System | ClicksBotz */

/* ============================================================
   AI Consulting Machine — Sales Page
   Based on MasterMind AI CSS System
   Palette shifted: purple/coral → cyan/blue
============================================================ */
:root {
     --purple: #7d64cf;
  --mauve: #0090e0;
  --coral: #00c8f0;
  --deep: #07090f;
  --deep2: #0c1018;
  --deep3: #101828;
  --accent1: #00DFFE;
  --accent2: #0090FF;
  --accent3: #00c8f0;
  --gold: #f0c040;
  --cyan: #00DFFE;
  --green: #4ecb71;
  --text: #e0eaf8;
  --text2: #7a94b8;
  --text3: #fff;
  --card: rgba(255, 255, 255, 0.035);
  --border: rgba(255, 255, 255, 0.06);
    --grd: linear-gradient(135deg, #7d64cf, #ff20fa);
}

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

body {
  background: var(--deep);
  color: var(--text);
  font-family: 'Inter', sans-serif;
  overflow-x: hidden;
  font-size: 18px;
  line-height: 1.75
}

img {
  max-width: 100%;
  display: block
}

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

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Inter', sans-serif;
  color: #fff;
  line-height: 1.15;
  font-weight: 900
}

h1 {
  font-size: clamp(32px, 6vw, 60px);
  margin-bottom: 20px
}

h2 {
  font-size: clamp(26px, 4.5vw, 38px);
  margin-bottom: 16px
}

h3 {
  font-size: clamp(22px, 3.5vw, 34px);
  margin-bottom: 12px
}

h5 {
  font-size: clamp(18px, 2.5vw, 24px);
  margin-bottom: 10px
}

p {
     font-size: 18px;
    color: #ffffff;
    margin-bottom: 16px;
    line-height: 1.75;

}

section {
  padding: 80px 0;
  position: relative;
  overflow: hidden
}

.row>* {
  margin-bottom: 15px
}

/* GRADIENT TEXT */
.gt {
     background: #9f81ff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.gd {
  color: var(--gold)
}

/* MESH BG */
.mesh::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(ellipse at 20% 50%, rgba(0, 112, 204, .08) 0%, transparent 50%), radial-gradient(ellipse at 80% 20%, rgba(0, 200, 240, .06) 0%, transparent 50%), radial-gradient(ellipse at 50% 80%, rgba(0, 144, 224, .05) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0
}

.mesh>* {
  position: relative;
  z-index: 1
}

/* DOTS */
.dots::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, .03) 1px, transparent 1px);
  background-size: 30px 30px;
  pointer-events: none
}

/* GLASS CARD */
.gc {
  background: rgba(255, 255, 255, .04);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 28px;
  transition: all .4s
}

.gc:hover {
  border-color: rgba(0, 112, 204, .3);
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(0, 112, 204, .12)
}

/* GLOW LINE */
.glow-line {
  height: 3px;
  background: var(--grd);
  border-radius: 10px;
  margin: 0 auto
}

/* FLOAT */
@keyframes float {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-12px)
  }
}

.fl {
  animation: float 4s ease-in-out infinite
}

/* SHINE */
@keyframes shine {
  0% {
    transform: translateX(-100%) rotate(45deg)
  }

  100% {
    transform: translateX(100%) rotate(45deg)
  }
}

/* CTA BUTTON */
.cta-btn {
  display: inline-block;
  background: var(--grd);
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: clamp(16px, 2.5vw, 22px);
  font-weight: 900;
  padding: 18px 44px;
  border-radius: 14px;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all .3s;
  box-shadow: 0 8px 30px rgba(0, 112, 204, .3);
  text-transform: uppercase;
  letter-spacing: 1px
}

.cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 50px rgba(0, 112, 204, .45);
  color: #fff
}

.cta-btn::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, .2) 50%, transparent 70%);
  animation: shine 3s ease-in-out infinite
}

.cta-btn-lg {
  padding: 18px 40px;
  font-size: clamp(16px, 2.4vw, 20px);
  /* max-width: 560px; */
  margin-left: auto;
  margin-right: auto
}

/* ── FROM custom.css ── */
.video-title {
border-radius: 10px;
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .09);
    padding: 9px 12px;
    display: block;
    font-size: 16px;
    text-align: center;
    color: white;
}

.features-box {
  padding: 30px 20px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 10px;
  background: rgba(255, 255, 255, .07);
  box-shadow: 0 32px 38px rgba(0, 0, 0, .21);
  backdrop-filter: blur(15px)
}

.li-card {
  padding: 10px 14px;
  background: rgba(255, 255, 255, .08);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, .1);
  font-size: 15px;
  text-align: center
}

.hurry {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 144, 224, .35) 51.5%, rgba(0, 0, 0, 0) 100%);
  display: block;
  padding: 5px 0;
  text-align: center;
      color: rgb(255, 255, 255);
}

.timer-box {
  margin-top: -30px
}

.timer-row {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
  flex-wrap: wrap
}

.timer-box-u {
  background: rgba(255, 255, 255, .06);
  border: 1px solid var(--border);
  border-radius: 12px;
  min-width: 66px;
  padding: 10px 8px;
  text-align: center
}

.timer-box-u .tn {
  font-family: 'Inter', sans-serif;
  font-size: 26px;
  font-weight: 800;
  color: #fff;
  line-height: 1
}

.timer-box-u .tl {
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 4px
}

.endstime-section {
  padding: 12px 0;
  color: #fff;
  background: rgba(255, 77, 109, .12);
  border-top: 1px solid rgba(255, 77, 109, .25);
  border-bottom: 1px solid rgba(255, 77, 109, .25)
}

.course-card {
  background: linear-gradient(135deg, rgba(0, 112, 204, .22), rgba(0, 20, 50, .5));
  gap: 10px;
  padding: 60px 20px;
  border-radius: 10px
}

/* SECTION THEMES */
.sec-hero {
  background: url('../images/header-bg.webp') no-repeat center top;
  background-size: cover;
  padding: 40px 0 60px;
  position: relative;
  overflow: hidden
}

.sec-industry,
.sec-feature,
.sec-bonuses,
.sec-offer,
.sec-faq,
.sec-urgency,
.sec-different {
    background: #000;
  padding: 80px 0;
  position: relative;
  overflow: hidden
}

.sec-proof,
.sec-narrative,
.sec-goldrush,
.sec-story,
.sec-alt,
.sec-points,
.sec-closing,
.sec-remember,
.sec-block,
.sec-block2,
.sec-components {
  background: var(--deep2);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
      background: url(../images/gggggg.png) center top / cover no-repeat;
}

.sec-perks,
.sec-intro,
.sec-funnels,
.sec-features,
.sec-guarantee,
.sec-dark3,
.sec-changed,
.sec-roadblocks,
.sec-newlife,
.sec-pricing,
.sec-thinking,
.sec-seeyou,
.sec-dark3,
.sec-demo,
.sec-block3 {
  background: var(--deep3);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
   background: url('../images/SEC1.png') no-repeat center top;
  background-size: cover;
}

.sec-testi {
  background: url('../images/SEC4.png') no-repeat center top;
  background-size: cover;
  padding: 80px 0;
  position: relative;
  overflow: hidden
}

.sec-reintro {
  border-top: 3px solid transparent;
  border-image: var(--grd) 1;
  background: url('../images/header-bg.webp') no-repeat center top;
  background-size: cover;
  padding: 80px 0;
  position: relative;
  overflow: hidden
}

.sec-steps,.sec-faq {
  background: linear-gradient(135deg, rgba(0, 112, 204, .15), rgba(0, 200, 240, .08));
  position: relative;
      background: url(../images/section3.png) center top / cover no-repeat;
}

.sec-steps::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--grd)
}

.s-brand {
  background: linear-gradient(135deg, rgba(0, 112, 204, .15), rgba(0, 200, 240, .08));
  position: relative
}

.s-brand::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--grd)
}

/* CTA BLOCK */
.cta-blk {
background: url(../images/cta-blk.png) no-repeat center center;
    background-size: cover;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: 50px 50px;
    text-align: center;
}

/* PRICE */
.price-l {
    font-size: 20px;
    color: #fff;
}

.price-l s {
  color: #ff6b6b
}

.price-l .now {
  color: var(--green);
  font-size: 30px;
  font-weight: 800
}

/* HERO TAG */
.hero-tag {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--cyan);
  background: rgba(0, 223, 254, .1);
  border: 1px solid rgba(0, 223, 254, .25);
  padding: 6px 18px;
  border-radius: 24px;
  margin-bottom: 16px
}

.hero-big {
  font-size: clamp(26px, 5.5vw, 54px);
  font-weight: 900;
  line-height: 1.2
}

.hero-desc {
  font-size: clamp(15px, 2.2vw, 20px);
  color: #ffffff;
  max-width: 900px;
  margin: 0 auto 20px;
}

.zero-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 20px;
  margin: 18px 0
}

.zero-row span {
  font-size: 17px;
  font-weight: 600;
  color: var(--accent1)
}

.zero-row span::before {
  content: '✦ ';
  color: var(--cyan)
}

/* VSL ROW */
.vsl-row {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  margin-top: 28px
}

.vsl-l {
  flex: 0 0 52%
}

.vsl-r {
  flex: 1
}

.vsl-box {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid rgba(0, 112, 204, .3);
  box-shadow: 0 0 60px rgba(0, 112, 204, .12);
  aspect-ratio: 16/9;
  background: #040c18;
  position: relative;
  cursor: pointer;
  transition: .4s
}

.vsl-box:hover {
  box-shadow: 0 0 80px rgba(0, 200, 240, .2);
  border-color: rgba(0, 200, 240, .4)
}

.vsl-box iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0
}

.vsl-box .play {
  width: 70px;
  height: 70px;
  background: var(--grd);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  box-shadow: 0 0 35px rgba(0, 112, 204, .4);
  transition: .3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.vsl-box:hover .play {
  transform: translate(-50%, -50%) scale(1.12)
}

/* FB LIST */
.fb {
  list-style: none;
  padding: 0;
  margin: 0
}

.fb li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 16px;
  color: var(--text);
  margin-bottom: 10px;
  line-height: 1.55
}

.fb li b {
  color: #fff
}

.fb li .ck {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--grd);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #fff;
  font-weight: 900;
  margin-top: 2px
}

/* TESTI */
.testi-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px
}

.testi-card {
  background: linear-gradient(135deg, rgba(0, 112, 204, .15), rgba(0, 200, 240, .08));
  border: 1px solid rgba(0, 112, 204, .15);
  border-radius: 20px;
  padding: 24px;
  transition: .4s
}

.testi-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 200, 240, .3)
}

.testi-top {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 14px
}

.testi-ava {
  width: 62px;
  height: 62px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 20px;
  color: #fff;
  flex-shrink: 0
}

.testi-ava.c1 {
  /* background: linear-gradient(135deg, #0070cc, #00DFFE) */
      width: 100px;
}

.testi-ava.c2 {
  /* background: linear-gradient(135deg, #0090e0, #00c8f0) */
      width: 100px;
}

.testi-ava.c3 {
  /* background: linear-gradient(135deg, var(--green), #2e9e5e) */
      width: 100px;
}

.testi-ava.c4 {
  /* background: linear-gradient(135deg, #f0c040, #d0a030) */
      width: 100px;
}

.testi-stars {
  color: var(--gold);
  font-size: 24px
}

.testi-card .qt {
     font-size: 16px;
    color: #ffffff;
    font-style: italic;
    line-height: 1.65;
}

.testi-card .qt b {
  color: #fff;
  font-style: normal
}

.testi-card .nm {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  margin-top: 10px
}

.testi-card .rl {
    font-size: 16px;
    color: #ffffff;
}

/* STEPS */
.step-card {
background: rgb(0 0 0 / 9%);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: .4s;
    text-align: start;
}

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

.step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 200, 240, .25)
}

.step-n {
  display: inline-flex;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--grd);
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 14px;
  color: #fff;
  box-shadow: 0 4px 20px rgba(0, 112, 204, .25)
}

/* ZZ */
.zz {
  display: flex;
  gap: 48px;
  align-items: center;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, .05)
}

.zz-flip {
  flex-direction: row-reverse
}

.zz-i {
  flex: 0 0 44%
}

.zz-t {
  flex: 1
}

.zz-t h2 {
  margin-bottom: 12px
}

/* IPH */
.iph {
  width: 100%;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 10px;
  color: rgba(255, 255, 255, .1);
  border: 2px dashed rgba(0, 200, 240, .15);
  background: rgba(0, 200, 240, .025);
  padding: 16px;
  line-height: 1.4;
  min-height: 220px;
  gap: 8px;
  height: 100%
}

.iph i {
  font-size: 26px;
  color: var(--cyan);
  opacity: .3
}

.iph .pl {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 700;
  color: rgba(255, 255, 255, .2)
}

.iph .pc {
  font-size: 11px;
  color: rgba(255, 255, 255, .18);
  font-style: italic;
  max-width: 300px;
  line-height: 1.5
}

/* PROOF IMG */
.proof-img {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 8px;
  margin-top: 16px
}

.proof-img .iph {
  min-height: 100px;
  border-radius: 8px
}

/* PP ROW (product points) */
.pp-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-bottom: 36px;
  border-radius: 16px;
  overflow: hidden;
  /* border: 1px solid var(--border) */
}

.pp-row.even {
  direction: rtl
}

.pp-row.even>* {
  direction: ltr
}

.pp-img {
  overflow: hidden;
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center
}

.pp-txt {
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.pp-row.odd .pp-img {
  /* background: linear-gradient(135deg, rgba(0, 112, 204, .15), rgba(0, 20, 50, .5)) */
}

.pp-row.odd .pp-txt {
  background: linear-gradient(135deg, rgba(0, 112, 204, .08), rgba(0, 144, 224, .04))
}

.pp-row.even .pp-img {
  /* background: linear-gradient(135deg, rgba(0, 200, 240, .12), rgba(0, 30, 60, .5)) */
}

.pp-row.even .pp-txt {
  background: linear-gradient(135deg, rgba(0, 200, 240, .06), rgba(0, 10, 30, .4))
}

.worth {
  color: var(--gold);
  font-weight: 700;
  font-size: 15px;
  margin-top: 8px
}

.zz:last-child,
.zz-flip:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0
}

/* BON */
.bon {
  background: linear-gradient(135deg, rgba(0, 112, 204, .08), rgba(0, 200, 240, .05));
  border: 1px solid rgba(0, 112, 204, .12);
  border-radius: 18px;
  padding: 26px;
  margin-bottom: 16px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  transition: .3s
}

.bon:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 200, 240, .25)
}

.bon-badge {
  flex-shrink: 0;
  background: var(--grd);
  border-radius: 10px;
  padding: 10px 16px;
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #fff
}

.bon h4 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px
}

.bon p {
font-size: 18px;
    color: #ffffff;
    margin: 0;
    line-height: 1.65;
}

.bon .bv {
  color: var(--gold);
  font-weight: 700;
  font-size: 15px;
  margin-top: 6px;
  display: block
}

/* OFR / OFFER */
.ofr {
  background: linear-gradient(180deg, rgba(0, 112, 204, .06), rgba(0, 200, 240, .03));
  border: 2px solid rgba(0, 112, 204, .2);
  border-radius: 24px;
  padding: 40px 32px;
  position: relative;
  overflow: hidden
}

.ofr::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--grd)
}

.oi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid var(--border)
}

.oi:last-child {
  border-bottom: none
}

.oi-n {
     font-weight: 600;
    font-size: 18px;
    color: #ffffff;
}

.oi-n b {
  color: #fff
}

.oi-v {
  font-size: 17px;
  font-weight: 700;
  color: var(--gold);
  text-decoration: line-through;
  opacity: .6
}

.total-r {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  margin-top: 12px;
  border-top: 2px solid rgba(0, 112, 204, .2)
}

.total-r .tl {
  font-size: 20px;
  font-weight: 800;
  color: #fff
}

.total-r .tv {
  font-size: 36px;
  font-weight: 800;
  color: #ff6b6b;
  text-decoration: line-through
}

.paybox {
  background: rgba(78, 203, 113, .08);
  border: 2px solid rgba(78, 203, 113, .2);
  border-radius: 18px;
  padding: 28px;
  margin-top: 20px;
  text-align: center
}

.paybox .pp {
  font-size: clamp(48px, 12vw, 88px);
  font-weight: 800;
  color: var(--green);
  line-height: 1
}

/* BUMP */
.bump {
  background: rgba(240, 192, 64, .06);
  border: 2px dashed var(--gold);
  border-radius: 16px;
  padding: 20px;
  margin-top: 20px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  transition: .3s;
  text-align: left
}

.bump:hover {
  background: rgba(240, 192, 64, .1)
}

.bump input[type=checkbox] {
  width: 22px;
  height: 22px;
  accent-color: var(--gold);
  cursor: pointer;
  flex-shrink: 0;
  margin-top: 4px;
  transform: scale(1.2)
}

.bump-ar {
  font-size: 22px;
  color: var(--gold);
  animation: bnc .6s infinite alternate;
  flex-shrink: 0
}

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

  100% {
    transform: translateX(6px)
  }
}

.bump h4 {
  font-size: 15px;
  color: var(--gold);
  margin-bottom: 4px
}

.bump p {
  font-size: 13px;
  line-height: 1.55;
  margin: 0;
  color: #fff
}

.bump p b {
  color: var(--text)
}

/* GUAR */
.guar {
  display: flex;
  gap: 24px;
  align-items: center;
  background: rgba(240, 192, 64, .05);
  border: 2px solid rgba(240, 192, 64, .18);
  border-radius: 20px;
  padding: 36px
}

.guar-badge {
  flex-shrink: 0;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: var(--grd);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 8px 30px rgba(0, 112, 204, .25)
}

.guar-badge .gd {
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
  color: #fff
}

.guar-badge .gl {
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .8px;
  text-align: center;
  line-height: 1.5
}

/* WF GRID */
.wf-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px
}

.wf-item {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 22px 14px;
  text-align: center;
  transition: .4s
}

.wf-item:hover {
  border-color: rgba(0, 200, 240, .25);
  transform: translateY(-3px)
}

.wf-item .ic {
  font-size: 36px;
  margin-bottom: 8px
}

.wf-item h5 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    color: #4e2eb6;
}

/* FAQ */
.faq-item {
  border: 1px solid var(--border);
  border-radius: 14px;
  margin-bottom: 12px;
  overflow: hidden
}

.faq-q {
padding: 18px 22px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
      background: #8400ff;
    color: #ffffff;
    transition: .3s;
}

.faq-q:hover {
      background: #8400ff;
}

.faq-q .tg {
     color: #ffffff;
    font-size: 28px;
    transition: .3s;
}

.faq-q.open .tg {
  transform: rotate(45deg)
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s, padding .3s;
  padding: 0 22px;
  color: #000000;
  font-size: 16px;
  line-height: 1.7;
    background: #78787808;
}

.faq-a.open {
  max-height: 300px;
  padding: 14px 22px 20px
}

/* PS BOX */
.ps-box {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 26px;
  font-size: 15px;
  color: var(--text);
  line-height: 1.85
}

.ps-box p {
  margin-bottom: 10px;
  font-size: 18px
}

.ps-box b {
  color: var(--gold)
}

/* EXIT */
.exit-ov {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .9);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 15px
}

.exit-ov.show {
  display: flex
}

.exit-box {
  background: var(--deep2);
  border: 2px solid var(--purple);
  border-radius: 20px;
  padding: 30px 22px;
  max-width: 560px;
  width: 100%;
  text-align: center;
  position: relative;
  animation: popIn .3s ease;
  max-height: 90vh;
  overflow-y: auto
}

.exit-x {
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 22px;
  cursor: pointer;
  color: #fff;
  background: none;
  border: none
}

.coupon {
  display: block;
  background: rgba(0, 112, 204, .15);
  border: 2px dashed var(--accent1);
  padding: 8px 16px;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 2px;
  color: var(--cyan);
  border-radius: 10px;
  margin: 12px 0;
  word-break: break-word
}

@keyframes popIn {
  0% {
    transform: scale(.85);
    opacity: 0
  }

  100% {
    transform: scale(1);
    opacity: 1
  }
}

/* SCROLL REVEAL */
.rv {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .6s ease, transform .6s ease
}

.rv.vis {
  opacity: 1;
  transform: translateY(0)
}

/* FOOTER */
footer {
  background: #040609;
  padding: 40px 24px;
  text-align: center;
  font-size: 12px;
  color: rgba(255, 255, 255, .2);
  line-height: 1.7
}

footer a {
  color: #fff
}

/* FROM custom.css font/margin utility classes */
.font12 {
  font-size: 12px
}

.font14 {
  font-size: 14px
}

.font16 {
  font-size: 16px
}

.font18 {
  font-size: 18px
}

.font20 {
  font-size: 20px
}

.font22 {
  font-size: 22px
}

.font24 {
  font-size: 24px
}

.font26 {
  font-size: 26px
}

.font28 {
  font-size: 28px
}

.font30 {
  font-size: 30px
}

.font32 {
  font-size: 32px
}

.font36 {
  font-size: 36px
}

.font40 {
  font-size: 40px
}

.font44 {
  font-size: 44px
}

.font48 {
  font-size: 48px
}

.mtop0 {
  margin-top: 0 !important
}

.mtop5 {
  margin-top: 5px !important
}

.mtop8 {
  margin-top: 8px !important
}

.mtop10 {
  margin-top: 10px !important
}

.mtop12 {
  margin-top: 12px !important
}

.mtop14 {
  margin-top: 14px !important
}

.mtop16 {
  margin-top: 16px !important
}

.mtop18 {
  margin-top: 18px !important
}

.mtop20 {
  margin-top: 20px !important
}

.mtop24 {
  margin-top: 24px !important
}

.mtop28 {
  margin-top: 28px !important
}

.mtop30 {
  margin-top: 30px !important
}

.mtop36 {
  margin-top: 36px !important
}

.mtop40 {
  margin-top: 40px !important
}

.mtop48 {
  margin-top: 48px !important
}

.mtop60 {
  margin-top: 60px !important
}

.weight700 {
  font-weight: 700 !important
}

.weight800 {
  font-weight: 800 !important
}

.weight900 {
  font-weight: 900 !important
}

@media(min-width:768px) {
  .font-md22 {
    font-size: 22px
  }

  .font-md26 {
    font-size: 26px
  }

  .font-md28 {
    font-size: 28px
  }

  .font-md32 {
    font-size: 32px
  }

  .font-md36 {
    font-size: 36px
  }

  .font-md38 {
    font-size: 38px
  }

  .font-md40 {
    font-size: 40px
  }

  .font-md44 {
    font-size: 44px
  }

  .font-md46 {
    font-size: 46px
  }

  .font-md48 {
    font-size: 48px
  }

  .font-md52 {
    font-size: 52px
  }

  .font-md56 {
    font-size: 56px
  }

  .font-md60 {
    font-size: 60px
  }

  .mtop-md0 {
    margin-top: 0 !important
  }

  .mtop-md10 {
    margin-top: 10px !important
  }

  .mtop-md20 {
    margin-top: 20px !important
  }

  .mtop-md30 {
    margin-top: 30px !important
  }

  .mtop-md40 {
    margin-top: 40px !important
  }

  .mtop-md50 {
    margin-top: 50px !important
  }
}


/* ── HERO CHAT WIDGET ── */
.hero-chat-widget {
  background: linear-gradient(160deg, #0a1020, #0d1830);
  border: 1px solid rgba(0, 200, 240, .2);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .5)
}

.hcw-top {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  background: rgba(0, 200, 240, .07)
}

.hcw-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%
}

.hcw-d1 {
  background: #ff5f57
}

.hcw-d2 {
  background: #ffbc2e
}

.hcw-d3 {
  background: #28c840
}

.hcw-av {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--grd);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  flex-shrink: 0;
  margin-left: 4px
}

.hcw-av::after {
  content: "AI"
}

.hcw-nm {
  font-size: 13px;
  font-weight: 700;
  color: #fff
}

.hcw-st {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 10.5px;
  color: var(--green)
}

.hcw-pulse {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  display: inline-block;
  animation: hpulse 1.5s infinite
}

@keyframes hpulse {

  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(78, 203, 113, .5)
  }

  60% {
    box-shadow: 0 0 0 5px rgba(78, 203, 113, 0)
  }
}

.hcw-badge {
  margin-left: auto;
  background: rgba(0, 200, 240, .12);
  border: 1px solid rgba(0, 200, 240, .25);
  border-radius: 6px;
  padding: 3px 9px;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .1em;
  color: var(--cyan)
}

.hcw-body {
  padding: 16px 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 300px
}

.hcw-msg {
  max-width: 84%;
  opacity: 0;
  transform: translateY(6px);
  animation: msgIn .4s ease forwards
}

.hcw-msg span {
  display: block;
  padding: 10px 13px;
  border-radius: 11px;
  font-size: 16px;
  line-height: 1.55
}

.hcw-ai span {
  background: rgba(0, 200, 240, .1);
  border: 1px solid rgba(0, 200, 240, .2);
  color: #fff;
  border-radius: 3px 11px 11px 11px
}

.hcw-cl {
  align-self: flex-end
}

.hcw-cl span {
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .08);
  color: #fff;
  border-radius: 11px 3px 11px 11px
}

.hcw-pay {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(78, 203, 113, .1);
  border: 1px solid rgba(78, 203, 113, .3);
  border-radius: 10px;
  padding: 10px 13px;
  opacity: 0;
  transform: translateY(6px);
  animation: msgIn .4s ease forwards
}

.hcw-pay-ic {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: var(--green);
  color: #063a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 14px;
  flex-shrink: 0
}

.hcw-pay-t1 {
  font-size: 12.5px;
  font-weight: 800;
  color: var(--green)
}

.hcw-pay-t2 {
  font-size: 10.5px;
  color: #fff
}

@keyframes msgIn {
  to {
    opacity: 1;
    transform: none
  }
}

.hcw-m1 {
  animation-delay: .5s
}

.hcw-m2 {
  animation-delay: 1.8s
}

.hcw-m3 {
  animation-delay: 3.4s
}

.hcw-m4 {
  animation-delay: 5.2s
}

.hcw-m5 {
  animation-delay: 7s
}

.hcw-m6 {
  animation-delay: 9s
}

.hcw-m7 {
  animation-delay: 10.5s
}

.hcw-foot {
  padding: 9px 14px;
  border-top: 1px solid rgba(255, 255, 255, .05);
  font-size: 10.5px;
  color: #fff;
  text-align: center;
  font-style: italic
}


/* ================================
   ETSY EMPIRE RESULTS SECTION
================================ */

.ee-results-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 87, 0, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 87, 0, 0.035) 1px, transparent 1px),
    #000;
  background-size: 82px 82px;
  padding: 48px 20px 48px;
  box-sizing: border-box;
}

.ee-results-container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.ee-results-heading {
  text-align: center;
  margin-bottom: 55px;
}

.ee-results-heading h2 {
  margin: 0;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 32px;
  line-height: 1.37;
  font-weight: 800;
  letter-spacing: -1px;
}

.ee-results-heading h2 span {
  color: #a791f0;
}

.ee-results-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: min(100%, 1100px);
  margin: 0 auto;
}

.ee-result-card {
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  background: #823aed;
  opacity: 0;
  transform: translateY(25px);
  transition: opacity 0.6s ease, transform 0.6s ease, box-shadow 0.3s ease;
}

.ee-result-card.visible {
  opacity: 1;
  transform: translateY(0);
}

.ee-result-card img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
}

.ee-result-text {
  min-height: 105px;
  padding: 15px 16px 17px;
  background: #823aed;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 300;
}

.ee-result-text strong {
  font-weight: 800;
}

.ee-result-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(255, 85, 0, 0.18);
}

.ee-star {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  line-height: 1;
}

.ee-star-left {
  left: 27px;
  top: 107px;
  color: #ff5a00;
  font-size: 61px;
}

.ee-star-right {
  right: 108px;
  top: 112px;
  color: #fff;
  font-size: 55px;
}

@media (max-width: 900px) {
  .ee-results-container {
    max-width: 760px;
  }

  .ee-results-heading {
    margin-bottom: 45px;
  }

  .ee-results-heading h2 {
    font-size: 28px;
  }

  .ee-results-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .ee-star-right {
    right: 45px;
  }
}

@media (max-width: 650px) {
  .ee-results-section {
    padding: 38px 14px 20px;
    background-size: 55px 55px;
  }

  .ee-results-heading {
    margin-bottom: 32px;
  }

  .ee-results-heading h2 {
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: -0.5px;
  }

  .ee-results-grid {
    grid-template-columns: 1fr;
    max-width: 360px;
    gap: 14px;
  }

  .ee-star-left {
    left: 8px;
    top: 75px;
    font-size: 38px;
  }

  .ee-star-right {
    right: 10px;
    top: 80px;
    font-size: 35px;
  }
}

@media (max-width: 575px) {
  .ee-results-heading h2 {
    font-size: 23px;
    line-height: 1.3;
  }

  .ee-result-text {
    font-size: 12px;
    min-height: auto;
  }
}

@media (max-width: 400px) {
  .ee-results-heading h2 {
    font-size: 21px;
  }

  .ee-results-section {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.feat-check-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.fc-item {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  padding: 16px 20px;
  border-bottom: 1px solid var(--border);
  border-right: 1px solid var(--border);
  font-size: 18px;
  color: #fff;
  line-height: 1.65;
  transition: .2s;
}

.fc-item:hover {
  background: rgba(0, 200, 240, .04)
}

.fc-item:nth-child(even) {
  border-right: none
}

.fc-item:nth-last-child(-n+2) {
  border-bottom: none
}

.fc-item b {
  color: #fff
}

.fc-item .ck {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--grd);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #fff;
  font-weight: 900;
  margin-top: 2px
}

.feat-check-grid {
 border: 1px solid rgb(0 0 0 / 99%);
    border-radius: 16px;
    overflow: hidden;
    background: rgb(0 0 0 / 9%);
}

@media(max-width:767px) {
  .feat-check-grid {
    grid-template-columns: 1fr
  }

  .fc-item {
    border-right: none
  }

  .fc-item:nth-last-child(-n+2) {
    border-bottom: 1px solid var(--border)
  }

  .fc-item:last-child {
    border-bottom: none
  }

  .feature-list-card {
    width: min(100%, 620px);
    padding: 20px 14px;
  }
}

/* RESPONSIVE */
@media(max-width:991px) {
  .vsl-row {
    flex-direction: column
  }

  .vsl-l,
  .vsl-r {
    flex: auto;
    width: 100%
  }

  .vsl-r {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 8px
  }

  .feature-list-card {
    width: 100%;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
  }

  .zz,
  .zz-flip {
    flex-direction: column !important;
    gap: 24px
  }

  .zz-i {
    flex: auto;
    width: 100%
  }

  .pp-row {
    grid-template-columns: 1fr !important;
    direction: ltr !important
  }

  .pp-row.even {
    direction: ltr !important
  }

  .pp-img {
    min-height: 200px
  }

  .pp-txt {
    padding: 28px 20px
  }

  .guar {
    flex-direction: column;
    text-align: center;
    padding: 28px 18px
  }

  .guar-badge {
    width: 90px;
    height: 90px
  }

  .bon {
    flex-direction: column;
    gap: 12px
  }

  .testi-grid {
    grid-template-columns: 1fr 1fr
  }

  .wf-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  section,
  .sec-hero,
  .sec-industry,
  .sec-feature,
  .sec-bonuses,
  .sec-offer,
  .sec-faq,
  .sec-urgency,
  .sec-different,
  .sec-proof,
  .sec-narrative,
  .sec-goldrush,
  .sec-story,
  .sec-alt,
  .sec-points,
  .sec-closing,
  .sec-remember,
  .sec-block,
  .sec-block2,
  .sec-components,
  .sec-perks,
  .sec-intro,
  .sec-funnels,
  .sec-features,
  .sec-guarantee,
  .sec-dark3,
  .sec-changed,
  .sec-roadblocks,
  .sec-newlife,
  .sec-pricing,
  .sec-thinking,
  .sec-seeyou,
  .sec-demo,
  .sec-block3,
  .sec-testi,
  .sec-reintro,
  .sec-steps {
    padding: 60px 0
  }
}

@media(max-width:767px) {
  body {
    font-size: 16px
  }

  h1 {
    font-size: clamp(24px, 7vw, 36px) !important;
    line-height: 1.2
  }

  h2 {
    font-size: clamp(20px, 6vw, 30px) !important
  }

  h3 {
    font-size: clamp(18px, 5vw, 24px) !important
  }

  h5 {
    font-size: 16px !important
  }

  p {
    font-size: 16px
  }

  .sec-hero {
    padding: 28px 0 36px
  }

  .testi-grid {
    grid-template-columns: 1fr
  }

  .wf-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px
  }

  .cta-btn-lg {
    font-size: 16px;
    padding: 18px 24px;
    width: 100%;
    display: block;
    text-align: center
  }

  .ofr {
    padding: 24px 16px
  }

  .oi {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px
  }

  .total-r {
    flex-direction: column;
    gap: 8px;
    text-align: center
  }

  .total-r .tv {
    font-size: 28px
  }

  .paybox .pp {
    font-size: clamp(40px, 12vw, 72px)
  }

  .cta-blk {
    padding: 36px 0
  }

  .bon {
    padding: 18px
  }

  .guar {
    gap: 16px;
    padding: 24px 14px
  }

  .guar-badge {
    width: 80px;
    height: 80px
  }

  .guar-badge .gd {
    font-size: 28px
  }

  .faq-q {
    font-size: 14px;
    padding: 14px 16px
  }

  .faq-a {
    font-size: 14px;
    padding: 0 16px
  }

  .faq-a.open {
    padding: 12px 16px 16px
  }

  .ps-box {
    padding: 20px;
    font-size: 14px !important
  }

  .ps-box p {
    font-size: 14px !important
  }

  section,
  .sec-hero,
  .sec-industry,
  .sec-feature,
  .sec-bonuses,
  .sec-offer,
  .sec-faq,
  .sec-urgency,
  .sec-different,
  .sec-proof,
  .sec-narrative,
  .sec-goldrush,
  .sec-story,
  .sec-alt,
  .sec-points,
  .sec-closing,
  .sec-remember,
  .sec-block,
  .sec-block2,
  .sec-components,
  .sec-perks,
  .sec-intro,
  .sec-funnels,
  .sec-features,
  .sec-guarantee,
  .sec-dark3,
  .sec-changed,
  .sec-roadblocks,
  .sec-newlife,
  .sec-pricing,
  .sec-thinking,
  .sec-seeyou,
  .sec-demo,
  .sec-block3,
  .sec-testi,
  .sec-reintro,
  .sec-steps {
    padding: 44px 0
  }
}

@media(max-width:480px) {
  h1 {
    font-size: clamp(22px, 7.5vw, 32px) !important
  }

  h2 {
    font-size: clamp(18px, 6.5vw, 26px) !important
  }

  .wf-grid {
    grid-template-columns: 1fr 1fr
  }

  .guar-badge {
    width: 76px;
    height: 76px
  }

  .guar-badge .gd {
    font-size: 24px
  }

  section,
  .sec-hero,
  .sec-industry,
  .sec-feature,
  .sec-bonuses,
  .sec-offer,
  .sec-faq,
  .sec-urgency,
  .sec-different,
  .sec-proof,
  .sec-narrative,
  .sec-goldrush,
  .sec-story,
  .sec-alt,
  .sec-points,
  .sec-closing,
  .sec-remember,
  .sec-block,
  .sec-block2,
  .sec-components,
  .sec-perks,
  .sec-intro,
  .sec-funnels,
  .sec-features,
  .sec-guarantee,
  .sec-dark3,
  .sec-changed,
  .sec-roadblocks,
  .sec-newlife,
  .sec-pricing,
  .sec-thinking,
  .sec-seeyou,
  .sec-demo,
  .sec-block3,
  .sec-testi,
  .sec-reintro,
  .sec-steps {
    padding: 36px 0
  }

  .sec-hero {
    padding: 24px 0 30px
  }
}

.header-icon2

 {
    position: absolute;
    left: -4%;
    top: 16%;
    width: 14%;
    opacity: 0.7;
}

.header-icon3

 {
    position: absolute;
    right: -4%;
    top: 16%;
    width: 14%;
    z-index: 1;
    opacity: 0.7;
}

.pulse-animation {
    animation: pulse 2s infinite ease-in-out alternate;
}
/* Force notification text to dark */
.notificatio-pro,
.notificatio-pro *,
[class*="notification"],
[class*="notify"],
[class*="notif"] {
    color: #222 !important;
}

/* Make "recently bought" text black */
.notify-recent,
.notify-purchase,
.purchase-text,
[class*="recent"] {
    color: #000 !important;
}
[class*="notify"] *,
[class*="notification"] * {
    color: #000 !important;
}


/* =========================================================
   RESET
========================================================= */

.ee-testimonials-section,
.ee-testimonials-section * {
  box-sizing: border-box;
}


/* =========================================================
   SECTION
========================================================= */

.ee-testimonials-section {
  position: relative;
  width: 100%;
  min-height: 100vh;

  padding: 35px 20px 95px;

  overflow: hidden;

  background-color: #fffdfb;

  background-image:
    radial-gradient(
      circle,
      rgba(90, 90, 90, .25) 1.2px,
      transparent 1.2px
    );

  background-size: 10px 10px;
}

.ee-testimonials-section::before {
  content: "";

  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      to bottom,
      rgba(255,255,255,.82),
      rgba(255,255,255,.96) 40%,
      rgba(255,255,255,.98) 75%,
      rgba(255,255,255,.90)
    );

  pointer-events: none;
}


/* =========================================================
   CONTAINER
========================================================= */

.ee-testimonials-container {
  position: relative;
  z-index: 2;

  width: min(1120px, 100%);

  margin: 0 auto;
}


/* =========================================================
   HEADING
========================================================= */

.ee-testimonials-heading {
  margin: 0 auto 65px;

  text-align: center;
}

.ee-testimonials-heading h2 {
  margin: 0;

  color: #050505;

  font-size: clamp(29px, 3.15vw, 35px);

  line-height: 1.18;

  font-weight: 900;

  letter-spacing: -1.3px;
}

.ee-testimonials-heading h2 span {
     color: #5b3cc4;
}


/* =========================================================
   GRID
========================================================= */

.ee-testimonials-grid {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 40px 22px;
}


/* =========================================================
   CARD
========================================================= */

.ee-testimonial-card {
  position: relative;

  width: 100%;

  background: #fff;

  border-radius: 15px;

  transform-origin: center center;

  box-shadow:
    0 13px 24px rgba(0,0,0,.15),
    0 3px 7px rgba(0,0,0,.08);

  transition:
    transform .45s cubic-bezier(.22,1,.36,1),
    box-shadow .35s ease;
}


/* =========================================================
   DEFAULT TILTS
========================================================= */

.ee-card-1 {
  transform: rotate(-1.8deg);
}

.ee-card-2 {
  transform: rotate(1.5deg);
}

.ee-card-3 {
  transform: rotate(-1.3deg);
}

.ee-card-4 {
  transform: rotate(1.5deg);
}

.ee-card-5 {
  transform: rotate(-.7deg);
}


/* =========================================================
   HOVER = STRAIGHTEN
========================================================= */

@media (hover: hover) and (pointer: fine) {

  .ee-testimonial-card:hover {
    transform:
      rotate(0deg)
      translateY(-7px);

    box-shadow:
      0 22px 38px rgba(0,0,0,.20),
      0 6px 13px rgba(0,0,0,.10);

    z-index: 10;
  }

}


/* =========================================================
   ORANGE HEADER
========================================================= */

.ee-testimonial-top {
  position: relative;

  min-height: 74px;

  padding: 13px 16px 14px;

  overflow: hidden;

  border-radius: 15px 15px 0 0;

    background: linear-gradient(100deg, #a74dff 0%, #ea65ff 45%, #b605ff 100%);
  color: #fff;
}


.ee-stars {
  display: block;

  margin-bottom: 8px;

  font-size: 12px;

  line-height: 1;

  letter-spacing: 2px;
}


.ee-quote {
  margin: 0;

  max-width: 86%;

  color: #fff;

  font-size: 15px;

  line-height: 1.15;

  font-weight: 800;

  letter-spacing: -.35px;
}


.ee-verified {
  position: absolute;

  top: 10px;
  right: 16px;

  padding: 4px 10px;

  border: 1px solid rgba(255,255,255,.75);

  border-radius: 30px;

  font-size: 9px;

  line-height: 1;

  font-weight: 700;

  white-space: nowrap;
}


/* =========================================================
   BODY
========================================================= */

.ee-testimonial-body {
  padding: 15px 17px 10px;
}


.ee-profile {
  display: flex;

  align-items: flex-start;

  gap: 11px;
}


.ee-avatar {
  flex: 0 0 29px;

  width: 29px;
  height: 29px;

  display: flex;

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

  border-radius: 50%;

  object-fit: cover;

  background: #edf0f4;

  border: 1px solid #dce1e7;

  color: #657181;

  font-size: 13px;

  font-weight: 700;
}


.ee-profile-info {
  flex: 1;

  min-width: 0;
}


.ee-name {
  margin: 2px 0 7px;

  color: #252b32;

  font-size: 12px;

  line-height: 1;

  font-weight: 800;
}


.ee-message {
  margin: 0;

  color: #68707a;

  font-size: 12px;

  line-height: 1.5;
}


.ee-message strong {
  color: #3d434a;

  font-weight: 800;
}


.ee-meta {
  display: flex;

  gap: 9px;

  margin-top: 2px;

  color: #717983;

  font-size: 9px;

  line-height: 1;
}


/* =========================================================
   REACTIONS
========================================================= */

.ee-reactions {
  display: flex;

  align-items: center;

  min-height: 31px;

  margin-top: 7px;

  padding: 8px 16px;

  border-top: 1px solid #e8e8e8;
}


.ee-reaction-items {
  display: flex;

  align-items: center;

  gap: 12px;
}


.ee-reaction {
  display: flex;

  align-items: center;

  gap: 5px;

  color: #515860;

  font-size: 10px;

  cursor: pointer;

  user-select: none;
}


.ee-reaction b {
  font-weight: 700;
}


.ee-loved {
  margin-left: auto;

  color: #a2a7ad;

  font-size: 8px;

  line-height: 1;

  font-weight: 800;
}


/* =========================================================
   FULL WIDTH CARD
========================================================= */

.ee-card-full {
  grid-column: 1 / -1;
}

.ee-card-full .ee-testimonial-top {
  min-height: 86px;
}

.ee-card-full .ee-quote {
  font-size: 16px;
}

.ee-card-full .ee-message {
  max-width: 790px;
}


/* =========================================================
   FLOATING ICONS
========================================================= */

.ee-float-icon {
  position: absolute;

  z-index: 20;

  width: 27px;
  height: 27px;

  display: flex;

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

  font-size: 21px;

  pointer-events: none;

  filter:
    drop-shadow(1px 2px 1px rgba(0,0,0,.25));

  animation:
    ee-floating 3.5s ease-in-out infinite;
}


.ee-icon-top {
  right: -10px;

  top: -19px;
}


.ee-icon-left {
  left: -14px;

  top: 48%;
}


/* =========================================================
   BACKGROUND SPARKLE
========================================================= */

.ee-sparkle-left {
  position: absolute;

  left: calc(50% - 590px);

  top: 142px;

  width: 32px;
  height: 32px;

  z-index: 1;

  transform: rotate(45deg);
}

.ee-sparkle-left::before,
.ee-sparkle-left::after {
  content: "";

  position: absolute;

  left: 50%;
  top: 50%;

  background: #666;

  transform:
    translate(-50%,-50%);
}

.ee-sparkle-left::before {
  width: 4px;
  height: 34px;
}

.ee-sparkle-left::after {
  width: 34px;
  height: 4px;
}


/* =========================================================
   LIGHTNING
========================================================= */

.ee-lightning-left {
  position: absolute;

  left: calc(50% - 655px);

  bottom: 220px;

  z-index: 1;

  font-size: 75px;

  color: transparent;

  -webkit-text-stroke: 1px #d2d2d2;

  transform: rotate(-14deg);
}


/* =========================================================
   ORANGE STAR
========================================================= */

.ee-orange-star {
  position: absolute;

  right: calc(50% - 665px);

  top: 535px;

  width: 45px;
  height: 45px;

  z-index: 1;

  transform: rotate(45deg);
}

.ee-orange-star::before,
.ee-orange-star::after {
  content: "";

  position: absolute;

  left: 50%;
  top: 50%;

  background: #ff5b08;

  transform:
    translate(-50%,-50%);
}

.ee-orange-star::before {
  width: 6px;
  height: 46px;
}

.ee-orange-star::after {
  width: 46px;
  height: 6px;
}


/* =========================================================
   RIGHT SWIRL
========================================================= */

.ee-swirl {
  position: absolute;

  right: -10px;

  top: 530px;

  width: 150px;
  height: 130px;

  z-index: 1;

  border: 1.5px solid #888;

  border-left: 0;

  border-bottom: 0;

  border-radius: 50%;

  opacity: .75;

  transform:
    rotate(-25deg)
    skewX(-20deg);
}

.ee-swirl::before,
.ee-swirl::after {
  content: "";

  position: absolute;

  width: 130px;
  height: 90px;

  border: 1.3px solid #888;

  border-left: 0;

  border-bottom: 0;

  border-radius: 50%;
}

.ee-swirl::before {
  top: 15px;
  right: 5px;

  transform: rotate(7deg);
}

.ee-swirl::after {
  top: 33px;
  right: 18px;

  transform: rotate(13deg);
}


/* =========================================================
   ANIMATION
========================================================= */

@keyframes ee-floating {

  0%,
  100% {
    transform: translateY(0) rotate(-2deg);
  }

  50% {
    transform: translateY(-5px) rotate(3deg);
  }

}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1100px) {

  .ee-testimonials-container {
    width:
      min(850px, calc(100% - 40px));
  }

  .ee-sparkle-left {
    left: 3%;
  }

  .ee-orange-star {
    right: 3%;
  }

  .ee-swirl {
    right: -55px;
  }

  .ee-lightning-left {
    left: -20px;
  }

}


@media (max-width: 760px) {

  .ee-testimonials-section {
    padding: 30px 15px 65px;
  }

  .ee-testimonials-container {
    width: 100%;
  }

  .ee-testimonials-heading {
    margin-bottom: 42px;
  }

  .ee-testimonials-heading h2 {
    font-size: 28px;
  }

  .ee-testimonials-grid {
    grid-template-columns: 1fr;

    gap: 30px;
  }

  .ee-card-full {
    grid-column: auto;
  }

  .ee-quote {
    font-size: 14px;
  }

  .ee-message {
    font-size: 11.5px;
  }

  .ee-sparkle-left,
  .ee-lightning-left,
  .ee-orange-star,
  .ee-swirl {
    display: none;
  }

}


@media (max-width: 450px) {

  .ee-testimonials-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ee-testimonials-heading h2 {
    font-size: 25px;
  }

  .ee-testimonial-body {
    padding-left: 13px;
    padding-right: 13px;
  }

  .ee-reactions {
    padding-left: 13px;
    padding-right: 13px;
  }

  .ee-loved {
    display: none;
  }

  .ee-verified {
    right: 10px;

    padding: 4px 7px;

    font-size: 8px;
  }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

  .ee-testimonial-card,
  .ee-float-icon {
    animation: none !important;
    transition: none !important;
  }

}

@media (hover: none) {

  .ee-testimonial-card.ee-card-active {
    transform:
      rotate(0deg)
      translateY(-5px);

    box-shadow:
      0 22px 38px rgba(0,0,0,.20),
      0 6px 13px rgba(0,0,0,.10);

    z-index: 10;
  }

}

/* =========================================
   RETAINER AI ZIG ZAG SECTION
========================================= */

.rai-zigzag-section {
  position: relative;
  overflow: hidden;
  padding: 100px 0 120px;
  background: #08080d;
  color: #fff;
}

.rai-zigzag-section::before {
  content: "";
  position: absolute;
  top: -300px;
  left: 50%;
  width: 700px;
  height: 700px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: rgba(120, 80, 255, .12);
  filter: blur(130px);
  pointer-events: none;
}


/* =========================================
   HEADING
========================================= */

.rai-zigzag-heading {
  position: relative;
  z-index: 2;
  max-width: 850px;
  margin: 0 auto 80px;
  text-align: center;
}

.rai-zigzag-heading > span {
  display: inline-block;
  margin-bottom: 18px;
  padding: 8px 16px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50px;
  background: rgba(255,255,255,.04);

  color: #a991ff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
}

.rai-zigzag-heading h2 {
  margin: 0;
  font-size: clamp(38px, 5vw, 65px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -2px;
}

.rai-zigzag-heading h2 strong {
  background: linear-gradient(
    90deg,
    #9d7cff,
    #d5b8ff,
    #8b5cf6
  );

  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.rai-zigzag-heading p {
  max-width: 680px;
  margin: 22px auto 0;

  color: #92929e;
  font-size: 17px;
  line-height: 1.7;
}


/* =========================================
   ZIG ZAG ROW
========================================= */

.rai-zigzag-row {
  position: relative;
  z-index: 2;

  min-height: 430px;
  margin-bottom: 55px;

  padding: 35px 0;

  border: 1px solid rgba(255,255,255,.07);
  border-radius: 28px;

  background:
    linear-gradient(
      135deg,
      rgba(255,255,255,.045),
      rgba(255,255,255,.015)
    );

  box-shadow:
    0 25px 70px rgba(0,0,0,.25);

  transition:
    transform .35s ease,
    border-color .35s ease,
    box-shadow .35s ease;
}

.rai-zigzag-row:hover {
  transform: translateY(-6px);

  border-color: rgba(148,110,255,.3);

  box-shadow:
    0 35px 90px rgba(0,0,0,.4),
    0 0 50px rgba(125,90,255,.06);
}


/* =========================================
   CONTENT
========================================= */

.rai-zigzag-content {
  position: relative;
  padding: 45px 55px;
}

.rai-zigzag-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 48px;
  height: 48px;

  margin-bottom: 20px;

  border: 1px solid rgba(160,130,255,.25);
  border-radius: 14px;

  background: rgba(139,92,246,.1);

  color: #b19aff;
  font-size: 13px;
  font-weight: 900;
}

.rai-zigzag-worth {
  display: inline-block;

  margin-left: 10px;
  padding: 8px 12px;

  border-radius: 7px;

  background: rgba(139,92,246,.1);

  color: #b5a2ff;

  font-size: 10px;
  font-weight: 900;
  letter-spacing: .8px;
  vertical-align: middle;
}

.rai-zigzag-content h3 {
  margin: 0 0 18px;

  font-size: clamp(27px, 3vw, 40px);
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -1px;
}

.rai-zigzag-content p {
  max-width: 530px;
  margin: 0;

  color: #9999a6;
  font-size: 16px;
  line-height: 1.8;
}

.rai-zigzag-content p strong {
  color: #f0edf5;
  font-weight: 700;
}


/* =========================================
   TAGS
========================================= */

.rai-zigzag-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;

  margin-top: 28px;
}

.rai-zigzag-tags span {
  padding: 9px 13px;

  border: 1px solid rgba(255,255,255,.08);
  border-radius: 8px;

  background: rgba(255,255,255,.035);

  color: #777784;

  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .7px;
}


/* =========================================
   IMAGE
========================================= */

.rai-zigzag-image {
  position: relative;

  height: 350px;
  margin: 0 35px;

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

  border: 1px solid rgba(255,255,255,.07);
  border-radius: 22px;

  background:
    radial-gradient(
      circle at center,
      rgba(139,92,246,.12),
      transparent 65%
    ),
    rgba(0,0,0,.16);

  overflow: hidden;
}

.rai-zigzag-image::before {
  content: "";

  position: absolute;

  width: 180px;
  height: 180px;

  border-radius: 50%;

  background: #8b5cf6;

  opacity: .12;

  filter: blur(70px);
}

.rai-zigzag-image img {
  position: relative;
  z-index: 2;

  width: 75%;
  max-width: 350px;

  object-fit: contain;

  filter:
    drop-shadow(0 25px 35px rgba(0,0,0,.5))
    drop-shadow(0 0 30px rgba(139,92,246,.15));

  transition:
    transform .45s cubic-bezier(.2,.8,.2,1);
}

.rai-zigzag-row:hover .rai-zigzag-image img {
  transform: scale(1.08) translateY(-5px);
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 991px) {

  .rai-zigzag-section {
    padding: 80px 15px;
  }

  .rai-zigzag-row {
    margin-left: 0;
    margin-right: 0;
  }

  .rai-zigzag-content {
    padding: 35px;
  }

  .rai-zigzag-image {
    margin: 20px 35px 35px;
  }

  .rai-reverse {
    display: flex;
    flex-direction: column-reverse;
  }

}

@media (max-width: 575px) {

  .rai-zigzag-heading {
    margin-bottom: 45px;
  }

  .rai-zigzag-heading h2 {
    font-size: 38px;
    letter-spacing: -1.5px;
  }

  .rai-zigzag-heading p {
    font-size: 15px;
  }

  .rai-zigzag-row {
    min-height: auto;
    border-radius: 20px;
    margin-bottom: 25px;
  }

  .rai-zigzag-content {
    padding: 30px 25px;
  }

  .rai-zigzag-content h3 {
    font-size: 28px;
  }

  .rai-zigzag-content p {
    font-size: 15px;
  }

  .rai-zigzag-image {
    height: 260px;
    margin: 0 20px 10px;
  }

  .rai-zigzag-image img {
    width: 70%;
  }

}

/* =========================================
   SURPRISE BONUS SECTION
========================================= */

.surprise-bonus-section {
  width: 100%;
  padding: 100px 20px;
  background: #ffffff;
  color: #111111;
  overflow: hidden;
  box-sizing: border-box;
}

.surprise-bonus-section *,
.surprise-bonus-section *::before,
.surprise-bonus-section *::after {
  box-sizing: border-box;
}

.bonus-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}


/* =========================================
   HEADING
========================================= */

.bonus-heading {
  max-width: 920px;
  margin: 0 auto 60px;
  text-align: center;
}

.bonus-eyebrow {
  display: inline-block;
  padding: 8px 18px;
  margin-bottom: 17px;

  background: #fff8dd;
  border: 1px solid #f0cc54;
  border-radius: 50px;

  color: #b78300;

  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.bonus-heading h2 {
  margin: 0;

  color: #111111;

  font-size: clamp(38px, 5vw, 46px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -2.5px;
}

.bonus-heading h2 span {
  color: #e0a900;
}

.bonus-heading p {
  max-width: 760px;
  margin: 22px auto 0;

  color: #666666;

  font-size: 18px;
  line-height: 1.7;
  font-weight: 400;
}


/* =========================================
   BONUS CARD
========================================= */

.bonus-card {
  position: relative;

  display: grid;
  grid-template-columns: 380px minmax(0, 1fr);

  width: 100%;
  min-height: 310px;

  margin-bottom: 28px;

  background: #ffffff;

  border: 1px solid #e5e5e5;
  border-radius: 24px;

  overflow: hidden;

  box-shadow:
    0 12px 35px rgba(0, 0, 0, 0.055);

  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.bonus-card:hover {
  transform: translateY(-7px);

  border-color: #efc338;

  box-shadow:
    0 22px 55px rgba(0, 0, 0, 0.11),
    0 0 30px rgba(255, 196, 0, 0.08);
}


/* =========================================
   BONUS IMAGE
========================================= */

.bonus-image {
  position: relative;

  width: 100%;
  min-height: 310px;

  background:
    radial-gradient(
      circle at center,
      rgba(255, 196, 0, 0.16),
      transparent 65%
    ),
    #f5f5f5;

  overflow: hidden;
}

.bonus-image img {
  display: block;

  width: 100%;
  height: 100%;
  min-height: 310px;

  object-fit: cover;

  transition:
    transform 0.55s ease;
}

.bonus-card:hover .bonus-image img {
  transform: scale(1.05);
}


/* =========================================
   BONUS NUMBER
========================================= */

.bonus-number {
  position: absolute;

  top: 20px;
  left: 20px;

  width: 58px;
  height: 58px;

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

  background: #ffc400;

  border-radius: 50%;

  color: #111111;

  font-size: 19px;
  line-height: 1;
  font-weight: 900;

  box-shadow:
    0 8px 25px rgba(255, 196, 0, 0.35);

  z-index: 2;
}


/* =========================================
   BONUS CONTENT
========================================= */

.bonus-content {
  display: flex;
  flex-direction: column;
  justify-content: center;

  padding: 45px 50px;
}

.bonus-tag {
  display: inline-block;

  width: fit-content;

  margin-bottom: 12px;

  color: #d19b00;

  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;

  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.bonus-content h3 {
  margin: 0 0 15px;

  color: #111111;

  font-size: clamp(27px, 3vw, 39px);
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -1px;
}

.bonus-content p {
  max-width: 690px;

  margin: 0;

  color: #666666;

  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
}


/* =========================================
   VALUE
========================================= */

.bonus-value {
  display: flex;
  align-items: center;

  gap: 12px;

  margin-top: 25px;
}

.bonus-value span {
  color: #999999;

  font-size: 11px;
  line-height: 1;
  font-weight: 900;

  letter-spacing: 1.5px;
}

.bonus-value strong {
  color: #d39b00;

  font-size: 25px;
  line-height: 1;
  font-weight: 900;
}


/* =========================================
   TOTAL BONUS BOX
========================================= */

.bonus-total {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;

  margin-top: 45px;
  padding: 27px 38px;

  background:
    linear-gradient(
      90deg,
      #fffaf0 0%,
      #fffdf8 50%,
      #fffaf0 100%
    );

  border: 1px solid #efd36e;
  border-radius: 20px;

  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.04);
}

.total-box {
  display: flex;
  align-items: center;
  gap: 18px;
}

.total-box span {
  color: #777777;

  font-size: 11px;
  line-height: 1;
  font-weight: 900;

  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.total-box strong {
  color: #111111;

  font-size: 30px;
  line-height: 1;
  font-weight: 900;
}

.total-free strong {
  color: #d39b00;
}

.total-divider {
  width: 1px;
  height: 35px;

  margin: 0 40px;

  background: #e5d9b6;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 950px) {

  .surprise-bonus-section {
    padding: 80px 20px;
  }

  .bonus-card {
    grid-template-columns: 310px minmax(0, 1fr);
  }

  .bonus-content {
    padding: 35px;
  }

  .bonus-content h3 {
    font-size: 31px;
  }

  .bonus-total {
    padding: 25px;
  }

  .total-divider {
    margin: 0 25px;
  }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 700px) {

  .surprise-bonus-section {
    padding: 65px 15px;
  }

  .bonus-heading {
    margin-bottom: 40px;
  }

  .bonus-eyebrow {
    font-size: 10px;
    padding: 8px 14px;
  }

  .bonus-heading h2 {
    font-size: 36px;
    letter-spacing: -1.5px;
  }

  .bonus-heading p {
    margin-top: 18px;

    font-size: 16px;
    line-height: 1.65;
  }


  /* CARD */

  .bonus-card {
    display: block;

    min-height: 0;

    margin-bottom: 22px;

    border-radius: 20px;
  }


  /* IMAGE */

  .bonus-image {
    height: 235px;
    min-height: 235px;
  }

  .bonus-image img {
    min-height: 235px;
  }


  /* NUMBER */

  .bonus-number {
    top: 16px;
    left: 16px;

    width: 52px;
    height: 52px;

    font-size: 17px;
  }


  /* CONTENT */

  .bonus-content {
    padding: 28px 24px 30px;
  }

  .bonus-tag {
    font-size: 10px;
  }

  .bonus-content h3 {
    margin-bottom: 13px;

    font-size: 27px;
    line-height: 1.18;
  }

  .bonus-content p {
    font-size: 15px;
    line-height: 1.7;
  }

  .bonus-value {
    margin-top: 21px;
  }

  .bonus-value strong {
    font-size: 23px;
  }


  /* TOTAL */

  .bonus-total {
    flex-direction: column;

    gap: 20px;

    margin-top: 35px;

    padding: 24px 20px;
  }

  .total-box {
    width: 100%;

    justify-content: space-between;

    gap: 10px;
  }

  .total-box span {
    font-size: 10px;
  }

  .total-box strong {
    font-size: 25px;
  }

  .total-divider {
    width: 100%;
    height: 1px;

    margin: 0;

    background: #e5d9b6;
  }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 420px) {

  .bonus-heading h2 {
    font-size: 31px;
  }

  .bonus-heading p {
    font-size: 15px;
  }

  .bonus-image {
    height: 210px;
    min-height: 210px;
  }

  .bonus-image img {
    min-height: 210px;
  }

  .bonus-content {
    padding: 25px 20px 28px;
  }

  .bonus-content h3 {
    font-size: 25px;
  }

  .total-box strong {
    font-size: 22px;
  }

}

/* ================================
   RETAINER AI CTA
================================ */

.retainer-cta {
  padding: 80px 20px;
  background: #f6f8fb;
  position: relative;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
}

.retainer-cta-card {
     max-width: 980px;
    margin: 0 auto;
    padding: 42px 41px 0px;
    position: relative;
    overflow: hidden;
    text-align: center;
    background: transparent;
    border: 2px solid #d19aff;
    border-radius: 28px;
    box-shadow: 0 25px 70px rgb(0 0 0 / 12%), 0 8px 20px rgba(0, 0, 0, 0.06);
}

/* Top accent */
.retainer-cta-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background: linear-gradient(
    90deg,
    #111827,
    #ff4d00,
    #ff8a00,
    #111827
  );
}

/* Decorative glow */
.cta-glow {
  position: absolute;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: rgba(255, 105, 0, 0.08);
  filter: blur(70px);
  top: -180px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

/* Heading */
.retainer-cta-card h2 {
  position: relative;
  margin: 0 auto 22px;
  max-width: 760px;

  color: #111827;
  font-size: 38px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -1.2px;
}

.retainer-cta-card h2 span {
  color: #ff5a00;
}

/* Price */
.cta-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.old-price {
  color: #777;
  font-size: 21px;
  font-weight: 700;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

.dash {
  color: #555;
  font-size: 22px;
  font-weight: 700;
}

.new-price {
  color: #111827;
  font-size: 62px;
  line-height: 1;
  font-weight: 1000;
  letter-spacing: -3px;
}

.once {
  color: #111827;
  font-size: 22px;
  font-weight: 800;
}

/* Urgency */
.cta-urgency {
  display: inline-block;
  padding: 12px 22px;
  margin-bottom: 28px;

  color: #ffffff;
  background: #111827;

  border-radius: 8px;

  font-size: 16px;
  font-weight: 900;
  letter-spacing: .3px;

  box-shadow: 0 8px 20px rgba(0, 0, 0, .15);
}

/* CTA Button */
.cta-button {
  width: min(100%, 600px);
  min-height: 68px;
  margin: 0 auto 25px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;

  position: relative;
  overflow: hidden;

  color: #ffffff;
  background: linear-gradient(
    135deg,
    #ff4b00,
    #ff7600
  );

  border: 3px solid #111827;
  border-radius: 12px;

  text-decoration: none;

  font-size: 20px;
  font-weight: 900;

  box-shadow:
    0 8px 0 #111827,
    0 18px 30px rgba(255, 90, 0, .25);

  transition: all .25s ease;
}

.cta-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 70%;
  height: 100%;

  background: linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,.35),
    transparent
  );

  transform: skewX(-20deg);
  transition: left .6s ease;
}

.cta-button:hover::before {
  left: 140%;
}

.cta-button:hover {
  color: #ffffff;
  transform: translateY(-4px);
  box-shadow:
    0 12px 0 #111827,
    0 24px 35px rgba(255, 90, 0, .30);
}

.cta-button:active {
  transform: translateY(4px);
  box-shadow:
    0 4px 0 #111827,
    0 10px 20px rgba(255, 90, 0, .2);
}

.cta-button b {
  font-size: 28px;
  transition: transform .25s ease;
}

.cta-button:hover b {
  transform: translateX(5px);
}

/* Guarantee */
.cta-guarantee {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  flex-wrap: wrap;

  margin-bottom: 34px;

  color: #18212f;
  font-size: 15px;
}

.guarantee-icon {
  width: 27px;
  height: 27px;

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

  color: #fff;
  background: #19a463;

  border-radius: 50%;

  font-size: 15px;
  font-weight: 900;
}

.cta-guarantee strong {
  font-size: 16px;
}

.cta-guarantee small {
  color: #666;
  font-size: 15px;
}

/* Countdown heading */
.countdown-title {
  margin-bottom: 15px;

  color: #111827;
  font-size: 18px;
  font-weight: 900;
}

/* Countdown */
.countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.count-box {
  min-width: 92px;
}

.count-number {
  display: flex;
  align-items: center;
  justify-content: center;

  height: 70px;

  color: #ffffff;
  background: #111827;

  border-radius: 10px;

  font-size: 36px;
  font-weight: 900;
  line-height: 1;

  box-shadow: inset 0 -4px 0 rgba(255,255,255,.05);
}

.count-label {
  margin-top: 7px;

  color: #555;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .8px;
}

.count-colon {
  color: #111827;
  font-size: 35px;
  font-weight: 900;
  margin-bottom: 24px;
}


/* ================================
   RESPONSIVE
================================ */

@media (max-width: 767px) {

  .retainer-cta {
    padding: 45px 15px;
  }

  .retainer-cta-card {
    padding: 45px 18px 35px;
    border-radius: 20px;
  }

  .retainer-cta-card h2 {
    font-size: 28px;
    letter-spacing: -.7px;
  }

  .old-price {
    font-size: 17px;
  }

  .new-price {
    font-size: 50px;
  }

  .once {
    font-size: 18px;
  }

  .cta-urgency {
    font-size: 13px;
    padding: 10px 13px;
  }

  .cta-button {
    min-height: 62px;
    font-size: 16px;
    gap: 10px;
  }

  .cta-button b {
    font-size: 23px;
  }

  .count-box {
    min-width: 70px;
  }

  .count-number {
    height: 58px;
    font-size: 28px;
  }

  .count-colon {
    font-size: 25px;
  }

  .cta-guarantee {
    font-size: 13px;
  }

  .cta-guarantee strong {
    font-size: 14px;
  }
}