﻿.hero-wrap {
    background-image: url("../images/banner-bk.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 0px;
    border-radius: 0 0 70px 70px;
}
.container
{
         max-width: 1120px;
         margin: 0 auto;
}
.main-header .nav-link:hover {
    color: #7465fe;
}
.mf-demo-play img, .imgf-demo-play img, .imgf-demo-play img, .imgf-demo-play img {
    width: 100%;
    object-fit: cover;
}
.proof-grid-images img {
    width: 100%;
}
p.real-tok {
  color: #fff;
  font-size: 19px;
  padding: 0 30px;
}
p.real-tok span
{
  color: #ff1f8c;
  font-weight: 700;
}
span.main-tok-ai {
  width: auto;
  color: #ff1f8c;
  font-size: 60px;
  border: 2px solid;
  margin: 0 auto 20px;
  display: table;
  padding: 8px 30px;
  border-radius: 12px;
}
section.launch-timeline h1 {
  text-align: center;
  color: #6d44ff;
}
section.prelaunc-lead {
  background: rgb(135,86,255);
  background: -moz-linear-gradient(45deg, rgba(135,86,255,1) 0%, rgba(112,52,255,1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(135,86,255,1) 0%,rgba(112,52,255,1) 100%);
  background: linear-gradient(45deg, rgba(135,86,255,1) 0%,rgba(112,52,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8756ff', endColorstr='#7034ff',GradientType=1 );
  padding: 60px 0;
}
section.launch-timeline h6 {
  text-align: center;
  font-size: 18px;
}
.arrow {
  text-align: center;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
img.arrow.bounce {
    position: relative;
    top: 30px;
}
.tp-showcase__image video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.tp-showcase__image {
    margin-bottom: 16px;
}
.down-arrow span {
    text-align: center;
    width: 100%;
    display: table;
}

.paypal-wrap {
    background-image: url("../images/pink-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50px;
    padding: 35px 20px;
    background-position: center bottom;

}
.mf-demo-play video, .imgf-demo-play video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.paypal-btn.section-wrap {
    padding: 50px 0;
}
.reality-wrap {
    background-image: url(../images/pink-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
span#mfDemoPlaceholder {
    display: none;
}
.launch-speed {
    text-align: center;
    width: 100%;
    padding: 29px 0 0;
}

.launch-speed p {
    font-size: 24px;
    text-align: center;
}
.tp-footer-row a {
    margin: 0 auto;
}

.oto-cards {
    text-align: center;
    width: 100%;
}
.oto-cards p.pay-down {
    font-size: 22px;
    margin: 19px 0 31px;
}
span.use-code {
    width: 100%;
    display: table;
    text-align: center;
    font-size: 20px;
    margin: 18px 0 7px;
}
.dx-capsule-shimmer {
    pointer-events: none;
    position: absolute;
    top: -60%;
    left: -40%;
    width: 60%;
    height: 220%;
    background: linear-gradient(
      120deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.8) 45%,
      rgba(255, 255, 255, 0) 90%
    );
    transform: translateX(-130%) skewX(-18deg);
    opacity: 0;
    mix-blend-mode: screen;
    animation: dxCapsuleSweep 9s ease-in-out infinite;
}
.grad-bk {
    position: relative;
    max-width: 980px;
    padding: 18px 26px;
    border-radius: 999px;
    background: radial-gradient(circle at top left, rgba(15, 23, 42, 0.96), rgba(15, 23, 42, 0.85));
    border: 1px solid rgba(252, 211, 77, 0.9);
    box-shadow: 0 0 0 2px rgba(253, 224, 71, 0.2),
      0 18px 55px rgba(15, 23, 42, 0.9),
      inset 0 1px 0 rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(20px);
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    margin: 0 auto 16px;
}
.dx-glow-separator {
    width: 260px;
    height: 4px;
    border-radius: 999px;
    margin: 20px auto 32px;
    background: radial-gradient(circle, #ec4899 0%, #3b82f6 35%, transparent 70%);
    box-shadow: 0 0 18px rgba(227, 21, 250, 0.95),
      0 0 40px rgba(183, 36, 251, 0.75);
    opacity: 0.98;
}

a.cta-button-main span:nth-child(1) {
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(90deg, transparent, #d09500);
    animation: animate1 1s linear infinite;
       position: absolute;
    display: block;
}

a.cta-button-main span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 10px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #d09500);
    animation: animate2 1s linear infinite;
    animation-delay: 0.25s;
       position: absolute;
    display: block;
}
a.cta-button-main span:nth-child(3) {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(270deg, transparent, #ffbd17);
    animation: animate3 1s linear infinite;
       position: absolute;
    display: block;
    animation-delay: 0.5s;
}
.down-arrow {
    margin-top: -50px;
    position: relative;
    z-index: 1;
}
section.tp-showcase .grad-bk {
    margin-top: 30px;
    margin-bottom: 30px;
}
.image-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
}
.tiktok-attention__headline span {
    color: #00baff;
    border: 2px solid;
    padding: 4px 20px;
    border-radius: 10px;
    display: inline-block;
    position: relative;
    top: 10px;
    font-size: 32px;
}
.video-colg {
    position: relative;
}
.video-colg img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}
a.cta-button-main span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 10px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #ffbd17);
    animation: animate4 1s linear infinite;
    animation-delay: 0.75s;
       position: absolute;
    display: block;
}

section.prelaunc-lead h2 {
  text-align: center;
  color: #fff;
  font-size: 60px;
  text-shadow: 1px 1px 1px #000;
  font-weight: 800;
}
section#prizes h2 span {
  color: #FEDC01;
}
.launch-date {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0 33px;
}
.launch-date h5 {
  background: #300560;
  color: #fff;
  font-size: 29px;
  text-transform: uppercase;
  padding: 8px 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.launch-date h5 img {
  margin-right: 11px;
}
.launch-date h5 img:last-child {
  margin-left: 23px;
}
.launch-date span {
  color: #fff;
  font-size: 27px;
  background: transparent;
  border-radius: 100px;
  width: 54px;
  height: 54px;
  margin: 0 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px 1px #dddddd4f;
  padding-top: 6px;
}
.prelaunc-lead-left ul li {
  list-style: none;
  background: #fff;
  margin-bottom: 24px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 22px;
  display: flex;
  align-items: center;
}
.prelaunc-lead-left ul li h5 {
  font-size: 38px;
  margin: 10px 110px 0 41px;
  color: #20253D;
  min-width: 234px;
}
.prelaunc-lead-left ul li span {
  font-size: 38px;
  margin: 11px 0 0;
  background: -webkit-linear-gradient(#b190ff, #7034FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.prelaunc-lead-right {
  background: #fff;
  padding: 30px 30px 8px;
  border-radius: 8px;
}
.prelaunc-lead-right h4 {
  text-align: center;
  font-size: 36px;
}
section.prelaunc-lead .prelaunc-lead-right p {
  color: #20253D;
  font-size: 18px;
  line-height: 27px;
  text-align: left;
  margin-bottom: 23px;
}
section.launch-cup {
  padding: 50px 0 50px;
  position: relative;
  background-image: url(../images/trofy-bk.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
section.launch-cup h2 {
  color: #003957;
  font-size: 75px;
  text-align: center;
  margin: 0 auto 55px;
  display: table;
  position: relative;
}
.launc-des {
  padding-bottom: 20px;
}
.launc-des {
  text-align: center;
}
.launc-des h3 {
  font-size: 46px;
  color: #3518B4;
  font-weight: 600;
}
  .launc-des p {
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    padding: 0 100px;
}
.launc-des-cup ul {
  padding: 0;
}
section.launch-cup h2::before {
  content: "";
  width: 100%;
  height: 9px;
  border-radius: 10px;
  background: #FF5050;
  position: absolute;
  bottom: 0;
}
.launc-des-cup ul li {
  list-style: none;
  background: #fff;
  background: -moz-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,251,238,1) 100%);
  background: -webkit-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,251,238,1) 100%);
  background: linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(255,251,238,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',endColorstr='#fffbee',GradientType=0 );
  border: 3px solid #fec301;
  border-radius: 10px;
  margin-bottom: 31px;
  box-shadow: 3px 4px 1px 1px #fec301;
  display: flex;
  padding: 15px 0;
  align-items: center;
}
.launc-des-cup ul li img {
  max-width: 79px;
}
.launc-des-cup li h4 {
  color: #2C3C47;
  font-size: 38px;
  margin: 6px 0 0;
  padding-left: 23px;
  min-width: 310px;
}
.launc-des-cup ul li:first-child img {
  max-width: 123px;
  position: relative;
  margin-top: -55px;
  left: -16px;
}
.launc-des-cup li:first-child h4 {
  padding: 0;
  margin-left: -15px;
}
.launc-des-cup li span {
  font-size: 35px;
  color: #2C3C47;
  margin: 8px 0 0;
  font-weight: 600;
}
.launc-des-cup ul li:first-child span {
  color: #E3335B;
  margin-left: -29px;
}
.launc-des-cup ul li:nth-child(2) span {
  color: #003FBC;
}
.launc-des-cup ul li:nth-child(3) span {
  color: #30AF6E;
}
section.launch-cup h6 {
  font-size: 26px;
  color: #E3335B;
  text-align: center;
}
.launc-des-cup.pr-3 p {
  font-size: 14px;
  text-align: center;
}

.launc-des-cup ul li:nth-child(2) {
  border-color: #08CCFE;
  box-shadow: 3px 4px 1px 1px #08CCFE;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,250,255,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,250,255,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,250,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5faff',GradientType=0 );
}
.launc-des-cup ul li:nth-child(3) {
  border-color: #49CA88;
  box-shadow: 3px 4px 1px 1px #49CA88;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,255,248,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,255,248,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,255,248,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1fff8',GradientType=0 );
}
.launc-des-cup ul li:nth-child(4), .launc-des-cup ul li:last-child {
  border-color: #D6D6D6;
  box-shadow: 3px 4px 1px 1px #D6D6D6;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(239,239,239,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
}
section.promoter-sec {
  padding: 60px 0;
  background: #fff;
}
section.promoter-sec h2 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 45px;
  font-weight: 700;
  color: #1a1a1a;
}

/* New flexbox layout */
.promoter-content {
  display: flex;
  gap: 50px;
  align-items: stretch;
}

.promoter-left {
  flex: 0 0 500px;
  min-width: 500px;
  display: flex;
  align-items: center;
}

.promoter-left img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.2);
  display: block;
  object-fit: cover;
}

.promoter-right {
  flex: 1;
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  align-content: start;
  height: 100%;
}

.benefit-card {
  border-radius: 12px;
  padding: 14px;
  display: flex;
  gap: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.2s ease;
  min-height: 45px;
  flex-direction: row;
  align-items: flex-start;
}

.benefit-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

.benefit-green-wide {
  background: #E7FEE7;
  border: 2px solid #84F8BD;
  grid-column: 1 / -1;
  min-height: auto;
  padding: 14px 14px;
}

.check-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background: #7FD18C;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  margin-top: 2px;
}

.card-content {
  flex: 1;
}

.card-content h4 {
  font-size: 13px;
  line-height: 1.3;
  margin: 0;
  color: #2C3C47;
  font-weight: 600;
}

.card-content p {
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  color: #4a5568;
}

.merit-text {
  font-size: 15px !important;
  font-weight: 600;
  margin-top: 10px !important;
  color: #2C3C47;
}

/* Card color variants */
.benefit-blue {
  background: #DBF7FE;
  border: 2px solid #78DBF5;
  padding: 10px 12px !important;
  min-height: 55px;
}

.benefit-yellow {
  background: #FFFAE8;
  border: 2px solid #FEC301;
}

.benefit-purple {
  background: #F9F6FF;
  border: 2px solid #C6B1F8;
}

.benefit-green {
  background: #E7FEE7;
  border: 2px solid #84F8BD;
}

.benefit-lavender {
  background: #F9F6FF;
  border: 2px solid #C6B1F8;
}

.benefit-pink {
  background: #FFECF1;
  border: 2px solid #FFC9D6;
}

.benefit-cyan {
  background: #DBF7FE;
  border: 2px solid #78DBF5;
  padding: 6px 12px !important;
  min-height: 40px;
}

.benefit-green-wide {
  background: #E7FEE7;
  border: 2px solid #84F8BD;
  grid-column: 1 / -1;
}

/* Mobile responsive */
@media (max-width: 1200px) {
  .promoter-left {
    flex: 0 0 420px;
    min-width: 420px;
  }
  
  .promoter-right {
    grid-template-columns: 1fr;
  }
  
  .benefit-green-wide {
    grid-column: 1;
  }
}

@media (max-width: 991px) {
  .promoter-content {
    flex-direction: column;
    gap: 40px;
  }
  
  .promoter-left {
    flex: 0 0 auto;
    min-width: auto;
    max-width: 100%;
  }
  
  .promoter-left img {
    max-width: 450px;
    margin: 0 auto;
  }
  
  .promoter-right {
    grid-template-columns: 1fr;
    width: 100%;
  }
  
  .benefit-card {
    min-height: auto;
  }
}

/* Old styles - keeping for backward compatibility */
.promoter-sec-left img {
  width: 100%;
}

.promoter-sec-right {
  display: flex;
}

.promoter-sec-right-col {
  width: 50%;
  padding: 0 11px;
}

.pro-sec-blog {
  background: #DBF7FE;
  border: 1px solid #78DBF5;
  padding: 20px 10px;
  border-radius: 5px;
  margin-bottom: 30px;
  box-shadow: 0px 6px 2px 0px #AAD7EF;
}
section.new-agrigat {
    background: #faeffe;
    padding: 60px 0;
    text-align:center;
}
.my-partner-outer img.absolute:nth-child(2) {
    position: absolute;
    right: -70px;
    top: 50px;
}
.my-partner-outer img.absolute:first-child {
    position: absolute;
    left: -60px;
    top: 60px;
}
.my-partner h4 {
    font-size: 30px;
    margin-bottom: 22px;
}
.my-partner button {
    width: 27%;
    background: transparent;
    border: 0;
    color: #000;
    margin: 8px 0;
    text-align: left;
}
.my-partner button a {
    color: #000;
    text-decoration: none;
    font-size: 17px;
}
section.meet-agricator div {
    text-align: center;
}
.my-partner-outer {
    background-color: #E8A1FF;
    border-radius: 20px;
    position: relative;
    margin-top: 30px;
    padding: 33px 0;
}
section.meet-agricator {
    background-color: #36074E;
    padding: 70px 0;
}
section.meet-agricator h3 {
    font-size: 58px;
    font-weight: 700;
}
section.meet-agricator p {
    font-size: 23px;
}
section.new-agrigat img {
    margin: 20px 0;
}
.promoter-sec-left img {
    position: relative;
    left: -204px;
    top: -23px;
}
.promoter-sec-right {
  display: flex;
}
.promoter-sec-right-col {
  width: 50%;
  padding: 0 11px;
}
.pro-sec-blog {
  background: #DBF7FE;
  border: 1px solid #78DBF5;
  padding: 20px 10px;
  border-radius: 5px;
  margin-bottom: 30px;
  box-shadow: 0px 6px 2px 0px #AAD7EF;
} 
.pro-sec-blog h4 {
  position: relative;
  font-size: 18px;
  line-height: 27px;
  padding-left: 44px;
  color: #2C3C47;
  margin-bottom: 0;
}

.pro-sec-blog h4 img {
  position: absolute;
  left: -8px;
}
.pro-sec-blog p {
  padding-left: 43px;
  font-size: 17px;
  color: #2C3C47;
  line-height: 25px;
  margin-top: 9px;
  margin-bottom: 16px;
}
.pro-sec-blog.pro-fr-jv {
  background: #E7FEE7;
  border-color: #84F8BD;
  box-shadow: 0px 6px 2px 0px #BDF3BD;
}.pro-sec-blog.pro-fv-jv {
  background: #F9F6FF;
  border-color: #C6B1F8;
  box-shadow: 0px 6px 2px 0px #E1D2FF;
}.pro-sec-blog.pro-sx-jv {
  background: #FFECF1;
  border-color: #FFC9D6;
  box-shadow: 0px 6px 2px 0px #F9D2FF;
}
.pro-sec-blog.pro-gr-jv {
  background: #E7FEE7;
  border-color: #84F8BD;
  box-shadow: 0px 6px 2px 0px #BDF3BD;
}
.pro-sec-blog.pro-sec-jv {
  background: #FFFAE8;
  border-color: #FEC301;
  box-shadow: 0px 6px 2px 0px #F9D99D;
}
.pro-sec-blog.pro-thr-jv {
  background: #F9F6FF;
  border-color: #C6B1F8;
  box-shadow: 0px 6px 2px 0px #E1D2FF;
}
section.track-records h2 {
  font-size: 46px;
  color: #3518B4;
  text-align: center;
  border-top: 1px dashed #ddd;
  padding-top: 50px;
  font-weight: 700;
}
section.track-records p {
  font-size: 29px;
  text-align: center;
  margin-bottom: 70px;
}

section.track-records ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
section.track-records ul li {
  list-style: none;
  width: 18.7%;
  margin: 0 7px;
  background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 1%, rgba(255,255,255,0.83) 73%, rgba(230,245,255,0.77) 100%);
  background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 1%,rgba(255,255,255,0.83) 73%,rgba(230,245,255,0.77) 100%);
  background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 1%,rgba(255,255,255,0.83) 73%,rgba(230,245,255,0.77) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c4e6f5ff',GradientType=1 );
  border: 1px solid #10BEFE;
  border-radius: 4px;
  padding: 0 13px 14px;
  text-align: center;
  margin-bottom: 60px;
  box-shadow: 1px 2px 6px 3px #A8DBF6;
}
section.track-records ul li h5 {
  font-size: 26px;
  color: #fff;  
  background: #00A8FF;
  margin: -17px auto 13px;
  display: table;
  padding: 1px 20px;
  border-radius: 2px;
  font-weight: 700;
  box-shadow: 0px 2px 1px 1px #0099FF;
}
section.track-records ul li img {
  max-width: 93%;
} 
section.receplotae {
  padding-top: 22px;
  padding-bottom: 90px;
}
section.receplotae h2 {
  border-top: 1px dashed #ddd;
  padding-top: 50px;
  text-align: center;
  color: #1B2E4E;
  font-size: 63px;
  font-weight: 700;
}
section.receplotae p {
  text-align: center;
  font-size: 28px;
  margin-bottom: 5px;
  color: #2B446E;
}
section.receplotae h4 {
  text-align: center;
  width: 100%;
  margin-bottom: 55px;
}
section.receplotae h4 u {
  font-size: 28px;
  text-decoration: underline;
  color: #0099FF;
}
.receplotae-inner {
  border: 1px solid #dcf1ff;
  border-radius: 9px;
  text-align: center;
  padding: -1px 0 40px;
  min-height: 138px;
  margin-bottom: 16px;
  overflow: hidden;
  background: #1aa8ff;
}
.receplotae-inner span {
  font-size: 20px;
  text-align: center;
  width: 100%;
  float: left;
  color: #62667a;
  margin-bottom: 20px;
  font-size: 14px;
  text-align: center;
  width: 100%;
  float: left;
  color: #083580;
  margin-bottom: 20px;
  background: #c9edff;
  padding: 10px 0;
}
.receplotae-inner img {
  max-height: 35px;
  object-fit: contain;
  max-height: 58px;
  object-fit: contain;
  max-width: 180px;
}
section.receplotae .col-md-4 {
  padding: 0 8px;
  width: 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
section.welcm-introduction {
  background: -moz-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8) 41%, rgba(255,255,255,0.76) 49%, rgba(125,185,232,0.51) 100%);
  background: -webkit-linear-gradient(45deg, rgba(255,255,255,1) 0%,rgba(255,255,255,0.8) 41%,rgba(255,255,255,0.76) 49%,rgba(125,185,232,0.51) 100%);
  background: linear-gradient(45deg, rgba(255,255,255,1) 0%,rgba(255,255,255,0.8) 41%,rgba(255,255,255,0.76) 49%,rgba(125,185,232,0.51) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#827db9e8',GradientType=1 );
  padding: 70px 0;
  background-image: url(../images/author-bk.png);
  background-repeat: no-repeat;
  background-size: cover;
}

section.jv-get-touch h2 {
  text-align: center;
  margin: 0 auto;
  display: table;
  padding: 0 20px;
  position: relative;
  font-size: 48px;
font-weight: 700;
}
section.jv-get-touch h2 img {
  margin-right: 14px;
}

.welcm-introduction-left ul {
  margin: 0;
  padding: 0;
}
.welcm-introduction-left ul li {
  font-size: 24px;
  border-bottom: 1px solid #ddd;
  width: 100%;
  float: left;
  padding: 13px 0;
  line-height: 41px;
  list-style: none;
  position: relative;
  padding-left: 60px;
  font-size: 23px;
}
.welcm-introduction-left ul li img {
  position: absolute;
  left: 0;
  top: 7px;
}
.welcm-introduction-right img {
  position: relative;
  left: 30px;
}
section.jv-brands h2 img {
  margin-left: 16px;
}
section.jv-brands p {
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
}
.fobes img {
  width: 100%;
}
section.jv-brands {
  padding: 50px 0 90px;
}
section.jv-brands h2 {
  text-align: center;
  font-size: 47px;
  font-weight: 700;
}
section.jv-brands p span {
  border-bottom: 4px solid #0099FF;
  padding-bottom: 5px;
}
img.brand-logo {
  width: 100%;
  margin-bottom: 90px;
}
.jv-brand-own {
  background-image: url(../images/yop-bk.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0px 0 0;
  text-align: center;
  background-position: center;
}
.payment-jv-left img {
  width: 100%;
}
.payment-jv-right::before {
  width: 190px;
  height: 310px;
  background-image: url(../images/lapi.png);
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  right: -133px;
  bottom: -20px;
} 
.payment-jv-right h3 {
  font-size: 28px;
  text-align: center;
font-weight: 700;
  color: #083580;
  margin-bottom: 15px;
}
.payment-data {
  background: #a2d8ff40;
  border: 1px solid #a2d8ff40;
  border-radius: 6px;
  padding: 21px;
  max-width: 91%;
  margin: 0 auto;
}
.payment-data a {
  background: #4291F8;
  width: 100%;
  display: table;
  max-width: 425px;
  margin: 0 auto 15px;
  height: 70px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  font-size: 27px;
  color: #fff;
  padding: 0 9px;
  box-shadow: 1px 4px 1px 1px #0153BB;
  position: relative;
  padding-left: 75px;
  text-decoration: none;
}
.payment-data a span {
  position: absolute;
  left: 0;
  top: 0;
  border-right: 1px solid #dddddd42;
  height: 100%;
  bottom: 0;
  display: flex;
  align-items: center;
  padding: 0px 10px;
  width: 56px;
  justify-content: center;
  text-align: center;
}
.payment-data a:last-child {
  background: #00BAFF;
  box-shadow: 1px 4px 1px 1px #0C96CB;
}

.payment-data h5 {
  font-size: 26px;
  line-height: 34px;
  color: #394271;
font-weight: 700;
  text-align: center;
  margin-bottom: 18px;
  text-transform: uppercase;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

@keyframes dxCapsuleSweep {
        0% {
            transform: translateX(-140%) skewX(-18deg);
            opacity: 0;
        }

        20% {
            opacity: 0.85;
        }

        55% {
            transform: translateX(160%) skewX(-18deg);
            opacity: 0.9;
        }

        100% {
            transform: translateX(200%) skewX(-18deg);
            opacity: 0;
        }
    }

    @keyframes animate1 {
  0% {
    left: -100%;
  }
  50%,
  100% {
    left: 100%;
  }
}

@keyframes animate2 {
  0% {
    top: -100%;
  }
  50%,
  100% {
    top: 100%;
  }
}
@keyframes animate3 {
  0% {
    right: -100%;
  }
  50%,
  100% {
    right: 100%;
  }
}
@keyframes animate4 {
  0% {
    bottom: -100%;
  }
  50%,
  100% {
    bottom: 100%;
  }
}

/* ========================================== */
/* EXTRACTED INLINE STYLES FROM INDEX.HTML */
/* ========================================== */


/* ========== Inline Style Block 1 ========== */
:root {
      /* Global palette */
      --pink-main: #ff1f8c;
      --pink-soft: #ff7ac4;
      --pink-neon: #ff4fb3;
      --green-main: #10b981;
      --green-neon: #22c55e;
      --blue-main: #2563eb;
      --blue-accent: #2563eb;
      --orange-main: #ff8a3c;
      --purple-main: #7b61ff;
      --highlight-yellow: #fff64b;
      --text-main: #111827;
      --soft-border: #e5e7eb;
      --red-main: #ef4444;
      --insta: #a855f7;
      --youtube: #ef4444;
      --facebook: #2563eb;
    }

    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: "Nunito", sans-serif;
      background: #ffffff;
      color: var(--text-main);
      overflow-x: hidden;
    }

    /* ================== HEADER NAVIGATION ================== */
    .main-header {
      background: #ffffff;
      border-bottom: 1px solid #e5e7eb;
      position: sticky;
      top: 0;
      z-index: 1000;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    }

    .main-header .navbar {
      padding: 12px 0;
    }

    .main-header .navbar-brand {
      display: flex;
      align-items: center;
      gap: 10px;
      text-decoration: none;
      font-weight: 600;
    }
.demo-hero-wrap .video-label {
    height: 610px;
}
    .main-header .logo-box {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      background-image: linear-gradient(135deg, var(--pink-main), var(--purple-main));
      color: #ffffff;
      font-weight: 700;
      font-size: 18px;
      border-radius: 10px;
      border: 2px solid #ffffff;
      box-shadow:
        0 0 0 1px rgba(236, 72, 153, 0.35),
        0 10px 24px rgba(15, 23, 42, 0.22);
    }

    .main-header .logo-text {
      color: var(--text-main);
      font-size: 18px;
      font-weight: 700;
      background-image: linear-gradient(120deg, var(--pink-main), var(--purple-main));
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }

    .main-header .nav-link {
      color: #4b5563;
      font-weight: 500;
      font-size: 15px;
      padding: 8px 16px !important;
      transition: color 0.2s ease;
    }

    .main-header .nav-link:hover {
      color: var(--text-main);
    }

    .main-header .btn-affiliate {
      background: linear-gradient(90deg, #3b82f6, #7b61ff);
      color: #ffffff;
      font-weight: 600;
      font-size: 14px;
      padding: 10px 24px;
      border-radius: 8px;
      border: none;
      text-decoration: none;
      display: inline-block;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
      margin-left: 8px;
    }

    .main-header .btn-affiliate:hover {
      transform: translateY(-1px);
      box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
      color: #ffffff;
    }

    .main-header .navbar-toggler {
      border: 1px solid #e5e7eb;
      padding: 6px 12px;
    }

    .main-header .navbar-toggler-icon {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    @media (max-width: 991px) {
      .main-header .navbar-collapse {
        margin-top: 0px;
        padding-top: 16px;
        border-top: 1px solid #e5e7eb;
      }

      .main-header .nav-link {
        padding: 10px 0 !important;
      }

      .main-header .btn-affiliate {
        margin-left: 0;
        margin-top: 8px;
        width: 100%;
        text-align: center;
      }
    }

    /* ================== SECTION 1: HERO ================== */

    .hero-wrap {
      text-align: center;
    }
.hero-pre {
    font-size: 16px;
    font-weight: 600;
    color: #00ad4f;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 22px;
    position: relative;
    z-index: 9;
}

    .hero-problem{
      position: relative;
      max-width: 980px;
      margin: 0 auto 26px;
      padding: 18px 24px 20px;
      border-radius: 24px;
      background: #ffffff;
      border: 1px solid rgba(248,113,113,0.18);
      box-shadow:
        0 0 0 1px rgba(255,255,255,0.8),
        0 22px 60px rgba(15,23,42,0.14);
      color: var(--text-main);
      text-align: center;
    }

    .hero-problem-eyebrow {
      font-size: 29px;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--pink-main);
      font-weight: 700;
      margin-bottom: 8px;
  }

  .hero-problem-tagline {
    font-size: 17px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}
    .hero-problem-main{
      font-size: 17px;
      font-weight: 500;
      margin-bottom: 12px;
    }

    .hero-problem-main span{
      color: var(--pink-main);
      font-weight: 700;
    }

    .hero-problem-list{
      margin: 0;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 8px;
      font-size: 14px;
      justify-items: flex-start;
    }

    .hero-problem-list li {
      line-height: 1.5;
      display: flex;
      align-items: center;
      gap: 17px;
      max-width: 100%;
      font-size: 17px;
      padding: 5px 0;
  }

    .hero-problem-icon{
      flex-shrink: 0;
      width: 34px;
      height: 34px;
      border-radius: 999px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-image: linear-gradient(135deg,var(--orange-main),var(--pink-main));
      box-shadow:
        0 10px 22px rgba(15,23,42,0.85),
        0 0 0 1px rgba(255,255,255,0.14);
      font-size: 18px;
    }

    .hero-problem-text{
      text-align: left;
    }

    @media (max-width: 768px){
      .hero-problem{
        padding: 16px 14px 18px;
        border-radius: 18px;
        margin-bottom: 22px;
      }

      .hero-problem-eyebrow{
        font-size: 18px;
      }

      .hero-problem-list{
        font-size: 13px;
      }
    }

    .hero-heading,
    .hero-sub {
      font-size: clamp(30px, 3.6vw, 33px);
      line-height: 1.25;
      font-weight: 700;
      letter-spacing: -0.02em;
      margin-bottom: 8px;
    }

    .hero-heading .pink, .hero-sub .pink {
      color: var(--pink-main);
      color: var(--text-main);
      font-weight: 700;
      background-image: linear-gradient(120deg, var(--pink-main), var(--purple-main));
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
  }

    .hero-sub {
      margin-bottom: 28px;
    }

 .hero-body {
    font-size: 19px;
    line-height: 1.7;
    color: #fff;
    margin: 0;
}

    p.hero-body span {
    background: linear-gradient(90deg, #f97316, #fb7185, #a855f7, #0ea5e9, #22c55e);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 600;
}
.hero-cta-heading {
    margin-top: 26px;
    text-align: center;
}

.hero-cta-title {
    margin: 0;
    font-size: 36px;
    line-height: 1.25;
    font-weight: 800;
    background: linear-gradient(90deg, #f97316, #fb7185, #a855f7, #0ea5e9, #22c55e);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero-cta-subtitle {
  margin: 10px 0 20px;
  font-size: 27px;
  font-weight: 600;
  color: #2e2e2e;
}

.hero-cta {
    display: inline-block;
    margin-top: 10px;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.5;
    padding: 8px 14px;
    border-radius: 6px;
    background: linear-gradient(90deg, #ec4899, #a855f7, #3b82f6, #06b6d4);
    color: #fff;
}
    /* ================== SECTION 2: VIDEO + MAIN CTA BUTTON ================== */

    .section-wrap {
      /* max-width: 1120px; */
      margin: 0 auto 20px;
      padding: 0 18px;
      text-align: center;
    }

    .video-shell {
    max-width: 100%;
    margin: 40px auto 10px;
    border-radius: 18px;

    display: flex;
    align-items: stretch;
    background: #ffffff;
    overflow: hidden;
    min-height: 300px;
    column-gap: 10px;
}

  .video-shell-left {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    /* border: 2px solid #ff1f8c; */
        height: auto;
    border-radius: 22px;
}

  .jv-video-text {
    font-size: clamp(48px, 6vw, 72px);
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #111827;
    text-align: center;
  }

  .video-shell-right {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 30px 20px;
    background: #ffffff;
  }

  /* ================== HOW IT WORKS SECTION ================== */
  .how-it-works {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .how-it-works-title {
    font-size: clamp(22px, 2.5vw, 28px);
    font-weight: 800;
    color: #111827;
    margin: 0;
    line-height: 1.2;
    text-align: center;
  }

  .how-it-works-title .title-accent {
    color: #fbbf24;
    font-weight: 800;
  }

  .how-it-works-intro {
    font-size: clamp(14px, 1.5vw, 18px);
    color: #4b5563;
    margin: 0;
    text-align: center;
    font-weight: 500;
  }

  .how-it-works-steps {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 10px;
  }

  .step-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 18px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.05);
  }

  .step-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
  }

  .step-card:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
  }

  .step-card:hover::before {
    opacity: 1;
  }

  .step-icon-wrapper {
    flex-shrink: 0;
    position: relative;
  }

  .step-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform-style: preserve-3d;
  }

  .step-icon svg {
    width: 28px;
    height: 28px;
    stroke-width: 2.5;
    transition: transform 0.3s ease;
    z-index: 2;
    position: relative;
  }

  .step-card:hover .step-icon {
    transform: rotateY(15deg) rotateX(5deg) scale(1.1);
  }

  .step-card:hover .step-icon svg {
    transform: scale(1.1);
  }

  /* Step 1 - Pink Gradient */
  .step-1 .step-icon {
    background: linear-gradient(135deg, #ec4899 0%, #f472b6 50%, #f9a8d4 100%);
    box-shadow: 0 8px 20px rgba(236, 72, 153, 0.35),
                0 0 0 1px rgba(236, 72, 153, 0.1),
                inset 0 1px 0 rgba(255, 255, 255, 0.3);
  }

  .step-1 .step-icon svg {
    color: #ffffff;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
  }

  .step-1:hover {
    background: linear-gradient(135deg, #fef3f7 0%, #fce7f3 100%);
    border-color: rgba(236, 72, 153, 0.2);
  }

  /* Step 2 - Blue Gradient */
  .step-2 .step-icon {
    background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 50%, #93c5fd 100%);
    box-shadow: 0 8px 20px rgba(59, 130, 246, 0.35),
                0 0 0 1px rgba(59, 130, 246, 0.1),
                inset 0 1px 0 rgba(255, 255, 255, 0.3);
  }

  .step-2 .step-icon svg {
    color: #ffffff;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
  }

  .step-2:hover {
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    border-color: rgba(59, 130, 246, 0.2);
  }

  /* Step 3 - Orange Gradient */
  .step-3 .step-icon {
    background: linear-gradient(135deg, #f97316 0%, #fb923c 50%, #fdba74 100%);
    box-shadow: 0 8px 20px rgba(249, 115, 22, 0.35),
                0 0 0 1px rgba(249, 115, 22, 0.1),
                inset 0 1px 0 rgba(255, 255, 255, 0.3);
  }

  .step-3 .step-icon svg {
    color: #ffffff;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
  }

  .step-3:hover {
    background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
    border-color: rgba(249, 115, 22, 0.2);
  }

  /* Step 4 - Green Gradient */
  .step-4 .step-icon {
    background: linear-gradient(135deg, #22c55e 0%, #4ade80 50%, #86efac 100%);
    box-shadow: 0 8px 20px rgba(34, 197, 94, 0.35),
                0 0 0 1px rgba(34, 197, 94, 0.1),
                inset 0 1px 0 rgba(255, 255, 255, 0.3);
  }

  .step-4 .step-icon svg {
    color: #ffffff;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
  }

  .step-4:hover {
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
    border-color: rgba(34, 197, 94, 0.2);
  }

  /* Step 5 - Purple Gradient */
  .step-5 .step-icon {
    background: linear-gradient(135deg, #a855f7 0%, #c084fc 50%, #d8b4fe 100%);
    box-shadow: 0 8px 20px rgba(168, 85, 247, 0.35),
                0 0 0 1px rgba(168, 85, 247, 0.1),
                inset 0 1px 0 rgba(255, 255, 255, 0.3);
  }

  .step-5 .step-icon svg {
    color: #ffffff;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
  }

  .step-5:hover {
    background: linear-gradient(135deg, #faf5ff 0%, #f3e8ff 100%);
    border-color: rgba(168, 85, 247, 0.2);
  }

  .step-content {
    flex: 1;
    display: flex;
    align-items: center;
  }

  .step-text {
    font-size: clamp(13px, 1.3vw, 15px);
    font-weight: 600;
    color: #1f2937;
    margin: 0;
    line-height: 1.5;
    transition: color 0.3s ease;
    text-align:left;
  }

  .step-card:hover .step-text {
    color: #111827;
  }

  /* Responsive adjustments */
  @media (max-width: 768px) {
    .video-shell-right {
      padding: 20px 15px;
    }

    .how-it-works-steps {
      gap: 12px;
    }

    .step-card {
      padding: 14px 16px;
      gap: 14px;
    }

    .step-icon {
      width: 50px;
      height: 50px;
    }

    .step-icon svg {
      width: 24px;
      height: 24px;
    }
  }

  @media (max-width: 640px) {
    .how-it-works {
      gap: 16px;
    }

    .step-card {
      flex-direction: column;
      text-align: center;
      padding: 18px 16px;
    }

    .step-icon-wrapper {
      margin-bottom: 8px;
    }
  }

  .contact-heading {
    font-size: clamp(15px, 1.8vw, 20px);
    font-weight: 700;
    color: #111827;
    margin: 28px 0 15px;
    text-align: left;
    line-height: 1;
    text-align: center;
}

  .contact-box {
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  }

  .contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
    color: #ffffff;
    text-decoration: none;
    font-size: clamp(13px, 1.4vw, 16px);
    font-weight: 600;
    transition: all 0.3s ease;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, var(--gradient-start, #6264a7), var(--gradient-end, #7b61ff));
  }

  .contact-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.95;
    transition: opacity 0.3s ease;
  }

  .contact-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    color: #ffffff;
  }

  .contact-item:hover .contact-text,
  .contact-item:hover .contact-icon {
    color: #ffffff;
  }

  .contact-item:hover .contact-icon svg {
    fill: #ffffff;
  }

  .contact-item:hover::before {
    opacity: 1;
  }

  .contact-icon {
    font-size: 24px;
    line-height: 1;
    z-index: 1;
    position: relative;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
  }

  .contact-icon svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
  }

  .contact-text {
    z-index: 1;
    position: relative;
    flex: 1;
  }

  .contact-teams {
    background: linear-gradient(135deg, #6264a7 0%, #7b61ff 50%, #a855f7 100%);
  }

  .contact-teams::before {
    background: linear-gradient(135deg, #7b61ff, #a855f7);
  }

  .contact-facebook {
    background: linear-gradient(135deg, #1877f2 0%, #42a5f5 50%, #2563eb 100%);
  }

  .contact-facebook::before {
    background: linear-gradient(135deg, #2563eb, #3b82f6);
  }

  .contact-whatsapp {
    background: linear-gradient(135deg, #25d366 0%, #22c55e 50%, #10b981 100%);
  }

  .contact-whatsapp::before {
    background: linear-gradient(135deg, #22c55e, #10b981);
  }

  .contact-email {
    background: linear-gradient(135deg, #ff1f8c 0%, #ec4899 50%, #f472b6 100%);
  }

  .contact-email::before {
    background: linear-gradient(135deg, #ec4899, #f472b6);
  }

   .video-label {
    font-size: 40px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    width: 100%;
}
div#videoo_frame {
    width: 100%;
    height: 100%;
}
div#videoo_frame div {
    height: 100%;
}
div#videoo_frame figure {
    padding: 0 !important;
    height: 100% !important;
}
div#videoo_frame figure iframe {
    border-radius: 17px !important;
}
    .cta-button-wrap {
      margin-top: 10px;
      margin-bottom: 14px;
    }

    .cta-button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 20px 40px;
          border-radius: 14px;
      border: none;
      cursor: pointer;
      font-size: 34px;
      font-weight: 800;
      color: #ffffff;
      letter-spacing: 0.03em;
      white-space: normal;
      text-align: center;
      background-image: linear-gradient(90deg, var(--orange-main), var(--pink-main), var(--purple-main));
      box-shadow: 0 18px 40px rgba(255, 105, 180, 0.55);
      transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
    }

    .cta-button span.arrows {
      margin-left: 14px;
      font-size: 30px;
    }

    .cta-button:hover {
      transform: translateY(-2px);
      filter: brightness(1.04);
      box-shadow: 0 22px 60px rgba(255, 105, 180, 0.75);
    }

    .cta-button:active {
      transform: translateY(1px);
      box-shadow: 0 12px 30px rgba(255, 105, 180, 0.5);
    }

   .cta-subline {
    margin-top: 19px;
    font-size: 21px;
    font-weight: 500;
    color: #fff;
}
.benefits span {
    color: #fff;
}
    .payment-row {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 14px;
      margin-top: 18px;
      margin-bottom: 17px;
      flex-wrap: wrap;
    }

    .pay-badge {
      min-width: 80px;
      padding: 6px 12px;
      border-radius: 10px;
      font-size: 13px;
      font-weight: 600;
      background: #f3f4f6;
      border: 1px solid #e5e7eb;
    }

    .guarantee-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 6px 12px;
      border-radius: 999px;
      background: #fff7e0;
      border: 1px solid #fbbf24;
      font-size: 13px;
      font-weight: 600;
      color: #92400e;
    }

    .guarantee-badge span.icon {
      font-size: 18px;
    }

    .benefits {
      font-size: 28px;
      font-weight: 600;
      line-height: 1.6;
      margin-top: 12px;
    }
.benefits span:last-child {
    font-size: 24px;
}
    .benefits span {
      display: block;
    }

    /* ================== SECTION 3: PARTICLES + FEATURES GRID ================== */

    .particles{
      position:fixed;
      inset:0;
      z-index:0;
      pointer-events:none;
    }
    .particles span{
      position:absolute;
      width:14px;height:14px;
      border-radius:50%;
      background:linear-gradient(45deg,#ff1f8c,#facc15,#7a3cff);
      opacity:.15;
      animation:float 14s infinite linear;
    }
    @keyframes float{
      0%{transform:translateY(0) translateX(0)}
      50%{transform:translateY(-120px) translateX(40px)}
      100%{transform:translateY(0) translateX(0)}
    }

    .features-wrap{
      position:relative;
      z-index:1;
      max-width:1180px;
      margin:30px auto;
      padding:30px 18px 40px;
    }

 .features-heading {
    text-align: center;
    font-size: 38px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: var(--pink-main);
    margin-bottom: 36px;
    opacity: 0;
    transform: translateY(30px);
    transition: .8s ease;
    border-top: 3px solid;
    border-bottom: 3px solid;
    padding: 18px 0;
}
    .features-heading.show{opacity:1;transform:none;}

    .features-grid{
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:26px;
    }

    .feature-card{
      position:relative;
      border-radius:22px;
      padding:22px 22px 26px;
      font-size:15px;
      line-height:1.7;
      color:#111827;
      background-size:140% 140%;
      background-position:0% 0%;
      box-shadow:0 18px 55px rgba(0, 0, 0, 0.15);
      border:1px solid rgba(255,255,255,.7);
      backdrop-filter:blur(18px);
      -webkit-backdrop-filter:blur(18px);
      overflow:hidden;
      opacity:0;
      transform:translateY(40px);
      transition:
        box-shadow .35s ease,
        background-position .9s ease,
        opacity .6s ease,
        transform .6s ease;
    }

    .feature-card.show{
      opacity:1;
      transform:none;
    }

    .feature-card::before{
      content:"";
      position:absolute;
      inset:-2px;
      border-radius:24px;
      background:linear-gradient(120deg,#ff1f8c,#facc15,#7a3cff);
      opacity:0;
      z-index:-1;
      filter:blur(16px);
      transition:.35s ease;
      animation:glowShift 5s linear infinite;
    }
    .feature-card:hover::before{opacity:.9;}

    @keyframes glowShift{
      0%{background-position:0% 50%}
      50%{background-position:100% 50%}
      100%{background-position:0% 50%}
    }

    .feature-card:hover{
      box-shadow:0 32px 90px rgba(0,0,0,0.28);
      background-position:100% 100%;
    }

    .feature-header{display:flex;align-items:center;gap:10px;margin-bottom:10px}
    .feature-icon{
      width:40px;height:40px;border-radius:18px;
      display:flex;align-items:center;justify-content:center;
      font-size:20px;color:#fff;
      background:radial-gradient(circle at 20% 0%,rgba(255,255,255,.9),rgba(255,255,255,.15));
      box-shadow:0 10px 25px rgba(0,0,0,.35);
    }
    .feature-title{font-size:20px;font-weight:700}
    .feature-subtitle{font-size:15px;margin-bottom:10px;font-weight:500}
    .feature-list{padding-left:18px}
    .feature-list li{font-size:15px;margin-bottom:6px}

    .feature-card:nth-child(1){background:linear-gradient(180deg,#eafff8,#b1f8e0);}
    .feature-card:nth-child(2){background:linear-gradient(180deg,#ffe5f6,#f36cbd);}
    .feature-card:nth-child(3){background:linear-gradient(180deg,#ffe9d7,#ffb894);}
    .feature-card:nth-child(4){background:linear-gradient(180deg,#fff0f5,#ff9fbf);}
    .feature-card:nth-child(5){background:linear-gradient(180deg,#fff8dd,#ffe27a);}
    .feature-card:nth-child(6){background:linear-gradient(180deg,#e0fff6,#17a18f);}
    .feature-card:nth-child(7){background:linear-gradient(180deg,#eceeff,#9ea3ff);}
    .feature-card:nth-child(8){background:linear-gradient(180deg,#ffecec,#ff9a9a);}
    .feature-card:nth-child(9){background:linear-gradient(180deg,#fff2e4,#ffb27c);}
    .feature-card:nth-child(10){background:linear-gradient(180deg,#f1f9ff,#d3f0fc);}

    /* ================== SECTION 4: BOTTOM CTA FROM HERO ================== */

    .cta-wrapper {

      text-align: center;
    }

    .cta-button-outer {
      display: inline-block;
      position: relative;
      padding-bottom: 10px;
      margin-bottom: 12px;
    }

    .cta-button-main {
      position: relative;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 26px 60px;
      border-radius: 28px;
      font-size: 34px;
      font-weight: 800;
      letter-spacing: 0.03em;
      color: #ffffff;
      text-decoration: none;
      background: linear-gradient(90deg, #ff7a3c, #ff4f7b, #7b3bf3);
      box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
      transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
      white-space: nowrap;
      overflow: hidden;
    }

    .cta-button-main span.chevron {
      margin-left: 16px;
      font-size: 36px;
    }



    .cta-button-main:hover {
      transform: translateY(-4px) scale(1.02);
      box-shadow: 0 26px 70px rgba(0, 0, 0, 0.4);
      filter: brightness(1.05);
      color: #fff;
    }

    .cta-subline-bottom {
    font-size: 21px;
    margin-bottom: 26px;
    color: #fff;
}
    .cta-subline-bottom span {
      margin: 0 4px;
    }

  .cta-payment-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 16px;
}

    .pay-pill {
      min-width: 110px;
      padding: 10px 16px;
      border-radius: 10px;
      border: 1px solid #d4d4d8;
      background: #ffffff;
      box-shadow: 0 7px 18px rgba(15, 23, 42, 0.08);
      font-weight: 600;
      font-size: 15px;
    }

    .pay-pill.blue { color: #2563eb; }
    .pay-pill.red  { color: #dc2626; }
    .pay-pill.gold { color: #b45309; }

    .guarantee-pill {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 10px 18px;
      border-radius: 999px;
      border: 1px solid #facc15;
      background: #fffbeb;
      box-shadow: 0 7px 18px rgba(251, 191, 36, 0.25);
      font-size: 15px;
      font-weight: 700;
      color: #92400e;
    }

    .guarantee-pill span.badge {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 38px;
      height: 38px;
      border-radius: 50%;
      background: #facc15;
      color: #1f2937;
      font-size: 18px;
    }

    .cta-bottom-heading {
      font-size: 28px;
      font-weight: 700;
      color: #fff;
      margin-bottom: 8px;
    }

   .cta-bottom-sub {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
}

    /* ================== SECTION 5: WHY TIKTOK (TRUMP) ================== */

   .why-wrap {
    margin: 0px auto;
    padding: 70px 0px;
    background: #fff2db;
}

    .why-heading {
      text-align: center;
      margin-bottom: 40px;
    }

  .why-heading h2 {
    font-size: 52px;
    font-weight: 800;
    color: #ffa300;
    margin-bottom: 12px;
}

   .why-heading p {
    font-size: 26px;
    line-height: 1.35;
    font-weight: 600;
    color: #ffa300;
}

    .why-heading p em {
      font-style: italic;
    }

  .why-grid {
    display: flex;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    gap: 28px;
    align-items: center;
}

  .why-card {
    border-radius: 10px;
    border: 2px solid #ffa300;
    padding: 30px 32px;
    font-size: 17px;
    line-height: 1.8;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.05);
}

    .why-card p + p {
      margin-top: 14px;
    }

    .why-card .pink {
      color: var(--pink-main);
      font-weight: 700;
    }

.why-card .blue {
    color: #ffa300;
    font-weight: 700;
}

    .why-card em {
      font-style: italic;
    }

.why-image-wrap {
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    justify-content: center;
    background: transparent;
    flex-direction: column;
}
    .why-image-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    /* ================== SECTION 6: TIKTOK = #1 ATTENTION ================== */

   .tiktok-attention {
    margin: 0 auto;
    padding: 70px 0;
    background: #fff;
}

  .tiktok-attention__headline {
    text-align: center;
    font-size: 39px;
    font-weight: 800;
    color: #000;
    letter-spacing: 0;
    line-height: 1.3;
    margin-bottom: 40px;
}

.tiktok-attention__story {
    font-size: 17px;
    line-height: 1.8;
    max-width: 980px;
    margin: 0 auto 32px;
    text-align: center;
    color: #00baff;
    font-weight: 600;
} 
.tiktok-attention__story p {
    margin-bottom: 0;
    margin-top: 3px !IMPORTANT;
}
    .tiktok-attention__story p + p {
      margin-top: 14px;
    }

.tiktok-attention__hook {
    display: table;
    max-width: 100%;
    margin: 23px auto 25px;
    font-size: 22px;
    font-weight: 700;
    color: var(--pink-main);
    position: relative;
    padding: 10px 18px;
    text-align: center;
    box-shadow: 0 0 10px 1px #ddd;
    border-radius: 10px;
}
    .tiktok-attention__hook::before {
      content: "";
      position: absolute;
      inset: 60% 4px -4px;
      background: linear-gradient(90deg, #fff1f8, #ffe9fb);
      border-radius: 10px;
      z-index: -1;
    }

    .tiktok-attention__comparison {
      max-width: 640px;
      margin: 0 auto 26px;
      font-size: 18px;
      line-height: 1.8;
    }

    .tiktok-attention__comparison ul {
      list-style: none;
      margin: 18px 0;
    }

  .tiktok-attention__comparison li {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: center;
    margin: 13px auto;
    display: table;
}

    .tiktok-attention__comparison li span.x {
    color: #ef4444;
    font-size: 20px;
    line-height: 1;
    padding: 0 11px;
}

    .tiktok-attention__comparison li span.instagram {
      color: var(--insta);
    }
    .tiktok-attention__comparison li span.youtube {
      color: var(--youtube);
    }
    .tiktok-attention__comparison li span.facebook {
      color: var(--facebook);
    }

.tiktok-attention__but {
    margin-top: 8px;
    font-weight: 500;
    text-align: center;
    font-size: 34px;
    color: #fff;
    margin: 0 auto;
    display: table;
    padding: 0 20px;
    background: #00baff;
    border-radius: 10px;
}

    .tiktok-attention__final {
      max-width: 980px;
      margin: 24px auto 0;
      text-align: center;
      font-size: 18px;
      line-height: 1.8;
      color: #4b5563;
    }

    .tiktok-attention__final span.pink {
      color: var(--pink-main);
      font-weight: 700;
    }

    /* ================== SECTION 7: PROOF WALL (10 FAMOUS EXAMPLES) ================== */

.proof-wrap.proof-wall {
    margin: 0px auto 0px;
    padding: 60px 0;
    background: #fff2db;
}

    .proof-wrap.proof-wall .proof-heading {
      text-align: center;
      margin-bottom: 30px;
      font-size: 20px;
      font-weight: 700;
      color: #4b5563;
    }

.proof-wrap.proof-wall .proof-heading span {
    color: #ffaa12;
    font-size: 40px;
    background: #fff;
    padding: 11px 40px;
    border-radius: 10px;
    box-shadow: 0 0 10px 1px #dddd;
    margin-bottom: 30px;
}

    .proof-wrap.proof-wall .proof-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 20px;
    }

   .proof-wrap.proof-wall .proof-card {
    padding: 16px 12px 20px;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 14px;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.12);
    background: #ffffff;
}

    .proof-wrap.proof-wall .proof-card:nth-child(1) {
      background: linear-gradient(180deg, #e9f2ff 0%, #d4e4ff 100%);
    }
    .proof-wrap.proof-wall .proof-card:nth-child(2) {
      background: linear-gradient(180deg, #ffe9f3 0%, #ffd1e8 100%);
    }
    .proof-wrap.proof-wall .proof-card:nth-child(3) {
      background: linear-gradient(180deg, #fff4e0 0%, #ffe0b3 100%);
    }
    .proof-wrap.proof-wall .proof-card:nth-child(4) {
      background: linear-gradient(180deg, #f3ecff 0%, #ddd4ff 100%);
    }
    .proof-wrap.proof-wall .proof-card:nth-child(5) {
      background: linear-gradient(180deg, #e6fff4 0%, #c8f5df 100%);
    }
    .proof-wrap.proof-wall .proof-card:nth-child(6) {
      background: linear-gradient(180deg, #fff9df 0%, #ffe9a8 100%);
    }
    .proof-wrap.proof-wall .proof-card:nth-child(7) {
      background: linear-gradient(180deg, #ffeef7 0%, #fbd4ff 100%);
    }
    .proof-wrap.proof-wall .proof-card:nth-child(8) {
      background: linear-gradient(180deg, #e6f9ff 0%, #cfeeff 100%);
    }
    .proof-wrap.proof-wall .proof-card:nth-child(9) {
      background: linear-gradient(180deg, #fef1e8 0%, #ffd5c2 100%);
    }
    .proof-wrap.proof-wall .proof-card:nth-child(10) {
      background: linear-gradient(180deg, #f0ffe8 0%, #d3fbbf 100%);
    }

    .proof-wrap.proof-wall .proof-name {
      font-size: 19px;
      font-weight: 800;
    }

    .proof-wrap.proof-wall .proof-subtitle {
      font-size: 15px;
      font-weight: 700;
    }

    .proof-wrap.proof-wall .proof-story {
      font-size: 14px;
      line-height: 1.8;
      max-width: 320px;
      color: #111827;
    }

    .proof-wrap.proof-wall .proof-story em {
      font-style: italic;
    }

    .proof-wrap.proof-wall .proof-highlight {
      font-weight: 800;
      color: var(--pink-main);
    }

    .proof-wrap.proof-wall .proof-img-wrap {
      margin-top: 6px;
      max-width: 100%;
    }

    .proof-wrap.proof-wall .proof-img-wrap img {
      max-width: 100%;
      height: auto;
      display: block;
      border-radius: 16px;
      box-shadow: 0 14px 34px rgba(15, 23, 42, 0.18);
    }

    /* ================== SECTION 8: LOGIC SECTION ================== */

.logic-wrap {
    max-width: 1100px;
    margin: 29px auto 0;
    padding: 40px 20px 50px;
    text-align: center;
    line-height: 1.8;
    border-radius: 24px;
    background: radial-gradient(circle at top, #ffe6f3 0%, #ffffff 42%, #ffffff 100%);
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
}

    .logic-lead {
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 22px;
    }

    .logic-lines {
      font-size: 17px;
    }

    .logic-lines p {
      margin-bottom: 4px;
    }

    .logic-lines p.block-gap {
      margin-top: 0px;
    }

    .logic-highlight {
      margin: 26px auto 22px;
      max-width: 720px;
      font-size: 18px;
      font-weight: 800;
      color: var(--pink-main);
      padding: 10px 16px;
      border-radius: 999px;
      background: rgba(255, 24, 140, 0.06);
      box-shadow: 0 0 0 1px rgba(255, 24, 140, 0.2);
    }

    .logic-final {
      margin-top: 20px;
      font-size: 18px;
      font-weight: 600;
    }

    .logic-final span {
      color: var(--pink-main);
    }

    /* ================== SECTION 9: MANUAL VS TOKPRIMEAI TABLE ================== */
    .reality-wrap {
    max-width: 1150px;
    margin: 50px auto 0px;
    padding: 40px 22px 30px;
    text-align: center;
    position: relative;
    /* background: radial-gradient(circle at 0% 0%, rgba(255, 192, 203, 0.15), transparent 55%),
        radial-gradient(circle at 100% 100%, rgba(110, 231, 183, 0.12), transparent 55%); */
    border-radius: 32px;
}
  .reality-title {
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 8px;
    letter-spacing: 0.02em;
}

   .reality-sub {
    font-size: 17px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ffff;
    margin-bottom: 26px;
}

    .reality-sub span.pain {
      color: var(--red-main);
      font-weight: 700;
    }
    .reality-sub span.gain {
      color: var(--green-main);
      font-weight: 700;
    }

    .reality-card-shell {
      position: relative;
      border-radius: 26px;
      padding: 1px;
      background: linear-gradient(135deg, #ff9ad5, #ffb347, #4ade80, #38bdf8);
      box-shadow:
        0 24px 80px rgba(248, 113, 113, 0.28),
        0 0 0 1px rgba(255, 255, 255, 0.8);
    }

    .reality-grid {
      border-radius: 24px;
      background: #ffffff;
      overflow: hidden;
    }

    .reality-header {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      font-size: 20px;
      font-weight: 700;
      text-align: left;
    }

    .reality-header-cell {
      padding: 18px 22px;
      display: flex;
      align-items: center;
      gap: 12px;
      position: relative;
      overflow: hidden;
    }

    .reality-header-cell.left {
      background: linear-gradient(90deg, #ffe4e6, #ffe8f0);
      border-right: 1px solid var(--soft-border);
      color: #b91c1c;
    }

    .reality-header-cell.right {
      background: linear-gradient(90deg, #dcfce7, #e0fdf5);
      color: #065f46;
    }

    .reality-header-pill {
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 0.12em;
      padding: 2px 8px;
      border-radius: 999px;
      border: 1px solid rgba(0, 0, 0, 0.08);
      background: rgba(255, 255, 255, 0.85);
      color: #4b5563;
    }

    .reality-header-icon {
      width: 30px;
      height: 30px;
      border-radius: 999px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      background: #ffffff;
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
    }

    .reality-rows {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      border-top: 1px solid var(--soft-border);
    }

    .reality-row {
      display: contents;
    }

    .reality-cell {
      padding: 12px 22px;
      font-size: 14px;
      text-align: left;
      line-height: 1.65;
      border-top: 1px solid #f3f4f6;
      position: relative;
      transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.18s ease;
    }

    .reality-cell.left {
      background: #fff9fb;
      border-right: 1px solid #f3f4f6;
      border-left: 3px solid rgba(248, 113, 113, 0.55);
    }

    .reality-cell.right {
      background: #f4fff8;
      border-left: 3px solid rgba(74, 222, 128, 0.55);
    }

    .reality-row:nth-child(2n) .reality-cell.left {
      background: #fff5f7;
    }
    .reality-row:nth-child(2n) .reality-cell.right {
      background: #ecfdf3;
    }

    .reality-cell span.pain {
      color: var(--red-main);
      font-weight: 600;
    }

    .reality-cell span.gain {
      color: var(--green-main);
      font-weight: 600;
    }

    .reality-row:hover .reality-cell.left {
      background: #ffe4ec;
      box-shadow: inset 4px 0 0 rgba(248, 113, 113, 0.8);
      transform: translateX(-2px);
    }
    .reality-row:hover .reality-cell.right {
      background: #dcfce7;
      box-shadow: inset 4px 0 0 rgba(34, 197, 94, 0.9);
      transform: translateX(2px);
    }

  .reality-bottomline {
    margin-top: 19px;
    font-size: 20px;
    color: #fff;
}

    .reality-bottomline span.label {
      color: var(--pink-neon);
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 0.12em;
      margin-right: 4px;
    }

    .reality-bottomline span.strong {
      font-weight: 700;
    }

    /* ================== SECTION 10: REAL PROOF (TOKPRIMEAI ACCOUNTS) ================== */

    .proof-wrap.real-proof{
      max-width:1160px;
      margin:80px auto 0px;
      padding:0 18px 0px;
      text-align:center;
      position:relative;
    }

    .proof-wrap.real-proof::before{
      content:"";
      position:absolute;
      inset:-120px -140px auto;
      background:
        radial-gradient(circle at 10% 0%,rgba(255,192,203,.25),transparent 60%),
        radial-gradient(circle at 90% 20%,rgba(129,140,248,.18),transparent 60%);
      z-index:-1;
    }

    .proof-wrap.real-proof .proof-pre{
      font-size:16px;
      color:#6b7280;
      margin-bottom:6px;
    }

  .proof-wrap.real-proof .proof-main-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--pink-main);
    margin-bottom: 26px;
    box-shadow: 0 0 10px 1px #ddd;
    margin: 10px auto 40px;
    display: table;
    padding: 12px 20px;
    border-radius: 5px;
}

    .proof-wrap.real-proof .proof-main-title span{
      text-transform:uppercase;
      letter-spacing:.12em;
    }

    .proof-wrap.real-proof .proof-list{
      display:flex;
      flex-direction:column;
      gap:22px;
      margin-bottom:36px;
    }

    .proof-wrap.real-proof .proof-card{
      border-radius:24px;
      padding:16px 18px 18px;
      text-align:left;
      position:relative;
      overflow:hidden;
      background:linear-gradient(135deg,#fff0f6,#fef3c7);
      box-shadow:0 18px 50px rgba(248,113,113,.16);
      border:1px solid rgba(255,255,255,.9);
    }

    .proof-wrap.real-proof .proof-card:nth-child(2){
      background:linear-gradient(135deg,#e0f2fe,#fdf2ff);
      box-shadow:0 18px 50px rgba(96,165,250,.18);
    }
    .proof-wrap.real-proof .proof-card:nth-child(3){
      background:linear-gradient(135deg,#ecfdf5,#fef3c7);
      box-shadow:0 18px 50px rgba(52,211,153,.18);
    }
    .proof-wrap.real-proof .proof-card:nth-child(4){
      background:linear-gradient(135deg,#fef3c7,#fee2e2);
      box-shadow:0 18px 50px rgba(251,191,36,.2);
    }
    .proof-wrap.real-proof .proof-card:nth-child(5){
      background:linear-gradient(135deg,#eef2ff,#ffe4e6);
      box-shadow:0 18px 50px rgba(129,140,248,.2);
    }

    .proof-wrap.real-proof .proof-card::before{
      content:"";
      position:absolute;
      inset:-40%;
      background:radial-gradient(circle at 0 0,rgba(255,255,255,.9),transparent 60%);
      opacity:.35;
      pointer-events:none;
    }

    .proof-wrap.real-proof .proof-card-inner{
      position:relative;
      display:grid;
      grid-template-columns:auto minmax(0,1fr);
      column-gap:14px;
      row-gap:10px;
    }

    .proof-wrap.real-proof .proof-number{
      width:32px;
      height:32px;
      border-radius:999px;
      display:flex;
      align-items:center;
      justify-content:center;
      font-weight:700;
      font-size:16px;
      color:#fff;
      background:linear-gradient(135deg,var(--orange-main),var(--pink-main));
      box-shadow:0 8px 18px rgba(0,0,0,.18);
    }
.proof-wrap.real-proof .proof-headline {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.45;
    margin: 0;
}

    .proof-wrap.real-proof .proof-highlight{
      color:var(--pink-main);
    }

  .proof-wrap.real-proof .proof-body {
    grid-column: 1 / -1;
    font-size: 13px;
    margin-top: 4px;
    color: #374151;
    display: none;
}

    .proof-wrap.real-proof .proof-grid-images{
      grid-column:1 / -1;
      display:grid;
      grid-template-columns:repeat(1,minmax(0,1fr));
      gap:12px;
      margin-top:12px;
    }

    .proof-wrap.real-proof .proof-img-shell{
      border-radius:18px;
      overflow:hidden;
      background:#000;
      position:relative;
      box-shadow:0 14px 30px rgba(15,23,42,.35);
      transform:translateY(0);
      transition:transform .2s ease,box-shadow .2s ease;
    }

    .proof-wrap.real-proof .proof-img-shell img{
      width:100%;
      display:block;
    }

    .proof-wrap.real-proof .proof-tag{
      position:absolute;
      left:12px;
      top:12px;
      padding:4px 10px;
      border-radius:999px;
      font-size:11px;
      font-weight:600;
      letter-spacing:.08em;
      text-transform:uppercase;
      color:#f9fafb;
      background:rgba(15,23,42,.62);
      backdrop-filter:blur(10px);
    }

    .proof-wrap.real-proof .proof-img-shell:hover{
      transform:translateY(-4px);
      box-shadow:0 20px 40px rgba(15,23,42,.6);
    }

    .proof-wrap.real-proof .proof-card:hover{
      transform:translateY(-3px);
      box-shadow:0 24px 70px rgba(248,113,113,.25);
    }

   .proof-wrap.real-proof .proof-bottom-line {
    margin-top: 25px;
    font-size: 16px;
    color: #404040;
    text-align: center;
}

    .proof-wrap.real-proof .proof-bottom-line span.strong{
      font-weight:700;
      color:var(--text-main);
    }

    .proof-wrap.real-proof .proof-trust{
      margin-top:24px;
      font-size:23px;
      font-weight:600;
    }

    .proof-wrap.real-proof .proof-trust span{
      color:var(--pink-main);
    }

 .proof-wrap.real-proof .proof-mini {
    margin-top: 10px;
    font-size: 17px;
    color: #4b5563;
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
}

    .proof-wrap.real-proof .proof-final{
      margin-top:18px;
      font-size:17px;
      color:#111827;
      font-weight:500;
    }

    .proof-wrap.real-proof .proof-final span{
      font-weight:700;
    }

    /* ================== SECTION 11: INTRO + DEMO VIDEO ================== */

    .demo-hero-wrap{
      max-width:1120px;
      margin:80px auto 40px;
      padding:0 18px 20px;
      text-align:center;
      position:relative;
    }

    .demo-hero-wrap::before{
      content:"";
      position:absolute;
      inset:-140px -220px auto;
      background:
        radial-gradient(circle at 10% 0%,rgba(255,192,203,.35),transparent 60%),
        radial-gradient(circle at 90% 10%,rgba(129,140,248,.25),transparent 60%);
      z-index:-1;
    }

.demo-intro-label {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: #7549E1;
    margin-bottom: 4px;
}
.demo-product-name {
    font-size: 58px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: capitalize;
    color: var(--pink-main);
    margin-bottom: 14px;
    margin: 24px auto;
    display: table;
    box-shadow: 0 0 10px 1px #ddd;
    padding: 0 40px;
    border-radius: 10px;
}

   .demo-strapline {
    display: inline-block;
    padding: 12px 18px;
    border-radius: 999px;
    background: var(--highlight-yellow);
    font-size: 20px;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(250,204,21,.4);
    margin-bottom: 26px;
}

.demo-description {
    font-size: 18px;
    line-height: 1.7;
    max-width: 100%;
    margin: 0 auto 6px;
}

    .demo-description .pink{color:var(--pink-main);font-weight:600;}
    .demo-description .blue{color:var(--blue-accent);font-weight:600;}
.demo-description-small {
    font-size: 20px;
    line-height: 1.7;
    max-width: 980px;
    margin: 0 auto 26px;
}

    .demo-description-small .pink{color:var(--pink-main);font-weight:600;}

.demo-subline {
    font-size: 23px;
    font-weight: 700;
    color: var(--pink-main);
    margin-bottom: 18px;
    margin-top: 32px;
}

   .demo-watch-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 18px;
    margin: 0 auto 20px;
    display: table;
    border: 1px solid var(--pink-main);
    color: var(--pink-main);
    padding: 10px 30px;
    border-radius: 14px;
}

    .demo-video-shell{
      max-width:880px;
      margin:0 auto 32px;
      position:relative;
      border-radius:24px;
      padding:4px;
      background:linear-gradient(135deg,#ff9ac6,#7c3aed);
      box-shadow:0 22px 60px rgba(0,0,0,.35);
    }

    .demo-video-inner{
      border-radius:20px;
      overflow:hidden;
      background:#050816;
      display:flex;
      align-items:center;
      justify-content:center;
      aspect-ratio:16 / 9;
      position:relative;
    }

    .demo-video-placeholder{
      font-size:22px;
      letter-spacing:.18em;
      text-transform:uppercase;
      color:#e5e7eb;
    }

    .demo-play-pill{
      position:absolute;
      bottom:18px;
      left:50%;
      transform:translateX(-50%);
      padding:7px 16px;
      border-radius:999px;
      font-size:12px;
      letter-spacing:.12em;
      text-transform:uppercase;
      background:rgba(15,23,42,.84);
      color:#f9fafb;
      display:flex;
      align-items:center;
      gap:8px;
      backdrop-filter:blur(10px);
    }
    .demo-play-pill span.icon{
      width:20px;height:20px;
      border-radius:999px;
      display:inline-flex;
      align-items:center;justify-content:center;
      background:radial-gradient(circle at 30% 20%,#f9fafb,#e5e7eb);
      color:#f97316;
      font-size:11px;
    }

    .demo-cta-wrapper{
      margin-top:8px;
    }

    .demo-cta-button-outer{
      display:inline-block;
      position:relative;
      padding-bottom:10px;
      margin-bottom:26px;
    }

    .demo-cta-button{
      position:relative;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      padding:24px 56px;
      border-radius:28px;
      font-size:30px;
      font-weight:800;
      letter-spacing:.03em;
      color:#ffffff;
      background:linear-gradient(90deg,#ff7a3c,#ff1f8c,#7b61ff);
      box-shadow:0 20px 45px rgba(236,72,153,.65);
      border:none;
      cursor:pointer;
      white-space:nowrap;
      transition:transform .22s ease,box-shadow .22s ease,filter .22s ease;
    }

    .demo-cta-button span.chev{
      margin-left:16px;
      font-size:32px;
    }

    .demo-cta-button::after{
      content:"";
      position:absolute;
      inset:auto 0 -10px 0;
      height:11px;
      border-radius:0 0 28px 28px;
      background:#d75a3d;
      opacity:.92;
      z-index:-1;
    }

    .demo-cta-button:hover{
      transform:translateY(-4px) scale(1.02);
      box-shadow:0 28px 70px rgba(236,72,153,.8);
      filter:brightness(1.05);
    }

    .demo-cta-subline{
      font-size:16px;
      margin-bottom:20px;
    }

    .demo-cta-subline span{margin:0 4px;}

    .demo-payment-row{
      display:flex;
      flex-wrap:wrap;
      justify-content:center;
      align-items:center;
      gap:18px;
      margin-bottom:26px;
    }

    .demo-bottom-benefits{
      font-size:18px;
      font-weight:600;
      line-height:1.6;
    }
    .demo-bottom-benefits span{
      display:block;
    }
.span-title1::after {
    content: '';
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    background: linear-gradient(to right, #7549E1, #C1509C, #F88E4D);
    z-index: -1;
    border-radius: 60px;
}
.span-title1 {
    border-radius: 60px;
    background: #fff;
    display: inline-block;
    padding: 17.4px 2.5% 19.4px 2.5%;
    position: relative;
    border: 2px solid transparent;
    background-clip: padding-box;
} 
    /* ================== RESPONSIVE ================== */

    @media (max-width: 992px) {
      .proof-wrap.proof-wall .proof-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 900px){
      .demo-product-name{
        font-size:26px;
      }
      .demo-strapline{
        font-size:11px;
        padding:6px 14px;
      }
      .demo-video-shell{
        border-radius:20px;
      }
      .demo-cta-button{
        font-size:22px;
        padding:18px 26px;
        white-space:normal;
      }
      .demo-cta-button span.chev{
        font-size:26px;
      }
      .demo-bottom-benefits{
        font-size:16px;
      }

      .features-grid{
        grid-template-columns:1fr;
      }
    }

    @media (max-width: 768px) {
      .hero-wrap { margin-top: 40px; }

      .hero-body {
        font-size: 16px;
      }

      .hero-cta {
        font-size: 15px;
        padding: 8px 12px;
      }

      .video-shell {
        border-radius: 14px;
        flex-direction: column;
        min-height: auto;
      }

      .video-shell-left {
        flex: 1;
        border-right: none;
        border-bottom: 2px solid #ff1f8c;
      }

      .jv-video-text {
        font-size: 42px;
      }

      .video-shell-right {
        flex: 1;
        padding: 25px 20px;
      }

      .contact-heading {
        font-size: 18px;
        margin-bottom: 16px;
      }

      .contact-item {
        font-size: 14px;
        padding: 14px 16px;
      }

      .contact-icon {
        font-size: 20px;
      }

      .video-label {
        font-size: 30px;
      }

      .cta-button {
        font-size: 22px;
        padding: 18px 26px;
      }

      .cta-button span.arrows {
        font-size: 26px;
      }

      .benefits {
        font-size: 15px;
      }

      .cta-button-main {
        font-size: 24px;
        padding: 20px 24px;
        white-space: normal;
      }

      .cta-button-main span.chevron {
        font-size: 28px;
      }

      .cta-subline-bottom {
        font-size: 18px;
      }

      .cta-bottom-heading {
        font-size: 22px;
      }

      .cta-bottom-sub {
        font-size: 18px;
      }

      .why-heading h2 {
        font-size: 26px;
      }

      .why-heading p {
        font-size: 20px;
      }

      .why-grid {
        grid-template-columns: 1fr;
      }

      .why-card {
        font-size: 16px;
        padding: 24px 22px;
      }

      .tiktok-attention {
        margin: 60px auto 80px;
      }

      .tiktok-attention__headline {
        font-size: 24px;
      }

      .tiktok-attention__story,
      .tiktok-attention__final,
      .tiktok-attention__comparison {
        font-size: 16px;
      }

      .tiktok-attention__hook {
        font-size: 18px;
        padding: 8px 12px;
      }

      .proof-wrap.proof-wall .proof-grid {
        grid-template-columns: 1fr;
      }

      .logic-wrap {
        margin: 60px 16px 70px;
        padding: 30px 18px 40px;
      }

      .logic-lead {
        font-size: 18px;
      }

      .logic-lines,
      .logic-highlight,
      .logic-final {
        font-size: 16px;
      }

      .reality-wrap {
        padding: 30px 16px 45px;
      }

      .reality-card-shell {
        box-shadow:
          0 16px 50px rgba(248, 113, 113, 0.25),
          0 0 0 1px rgba(255, 255, 255, 0.8);
      }

      .reality-header,
      .reality-rows {
        grid-template-columns: 1fr;
      }

      .reality-header-cell.left,
      .reality-cell.left {
        border-right: none;
      }

      .reality-cell {
        border-top: 1px solid #e5e7eb;
      }

      .reality-row:hover .reality-cell.left,
      .reality-row:hover .reality-cell.right {
        transform: translateX(0);
      }

      .proof-wrap.real-proof .proof-card-inner{
        grid-template-columns:minmax(0,1fr);
      }
      .proof-wrap.real-proof .proof-grid-images{
        grid-template-columns:1fr;
      }
      .proof-wrap.real-proof .proof-card{
        padding:14px 14px 16px;
      }
    }

    @media (max-width: 640px) {
      .proof-wrap.proof-wall .proof-name {
        font-size: 20px;
      }

      .proof-wrap.proof-wall .proof-subtitle {
        font-size: 14px;
      }

      .proof-wrap.proof-wall .proof-story {
        font-size: 13px;
      }
    }

/* ========== Inline Style Block 2 ========== */
/* subtle float for right panel */
  .video-shell-right {
    position: relative;
    animation: floatRight 7s ease-in-out infinite;
    will-change: transform;
  }

  @keyframes floatRight {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-6px);
    }
  }

  /* base animation + layout enhancements for contact buttons */
  .contact-box {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .contact-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 22px;
    border-radius: 18px;
    text-decoration: none;
    color: #ffffff;
    overflow: hidden;
    cursor: pointer;
    transition:
      transform 0.25s ease,
      box-shadow 0.25s ease,
      opacity 0.25s ease,
      background 0.35s ease;
  }

  /* glowing gradient border / sheen */
  .contact-item::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(circle at 0% 0%, rgba(255,255,255,0.45), transparent 60%);
    opacity: 0;
    mix-blend-mode: screen;
    transition: opacity 0.35s ease, transform 0.35s ease;
    pointer-events: none;
  }

  .contact-item:hover::before {
    opacity: 1;
    transform: translate3d(12px, -8px, 0);
  }

  .contact-icon {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
    flex-shrink: 0;
    transition:
      background 0.3s ease,
      color 0.3s ease,
      transform 0.25s ease;
  }

  .contact-icon svg {
    width: 18px;
    height: 18px;
    display: block;
    transition: transform 0.25s ease;
  }

  .contact-text {
    font-weight: 600;
    letter-spacing: 0.02em;
    transition: color 0.3s ease, transform 0.25s ease;
  }

  /* shared hover effects */
  .contact-item:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.32);
    opacity: 1;
  }

  .contact-item:hover .contact-icon {
    background: rgba(255, 255, 255, 0.25);
    transform: scale(1.08);
  }

  .contact-item:hover .contact-icon svg {
    transform: scale(1.12);
  }

  .contact-item:hover .contact-text {
    transform: translateX(2px);
  }

  /* INDIVIDUAL BUTTON COLORS & GRADIENT HOVERS
     (normal state kept close to your original colors) */

  .contact-teams {
    background: linear-gradient(120deg, #7c3aed, #a855f7);
  }
  .contact-teams:hover {
    background: linear-gradient(135deg, #6d28d9, #c084fc);
    box-shadow: 0 0 22px rgba(124, 58, 237, 0.7);
  }

  .contact-facebook {
    background: #1877f2;
  }
  .contact-facebook:hover {
    background: linear-gradient(135deg, #1559c4, #2d88ff);
    box-shadow: 0 0 22px rgba(24, 119, 242, 0.7);
  }

  .contact-whatsapp {
    background: #25d366;
  }
  .contact-whatsapp:hover {
    background: linear-gradient(135deg, #1ebe5d, #3cf27e);
    box-shadow: 0 0 22px rgba(37, 211, 102, 0.7);
  }

  .contact-email {
    background: linear-gradient(120deg, #ff4f9a, #ff6ac1);
  }
  .contact-email:hover {
    background: linear-gradient(135deg, #f43f87, #ff85cf);
    box-shadow: 0 0 22px rgba(255, 111, 167, 0.7);
  }

  /* Optional: make icons shift color slightly on hover */
  .contact-teams:hover .contact-icon,
  .contact-facebook:hover .contact-icon,
  .contact-whatsapp:hover .contact-icon,
  .contact-email:hover .contact-icon {
    color: #ffffff;
  }

  @media (max-width: 767px) {
    .video-shell-right {
      animation: none; /* disable float on very small screens if you want */
    }
  }

/* ========== Inline Style Block 3 ========== */
:root{
    --pink-main:#ff1f8c;
    --highlight-yellow:#fff64b;
  }

  .tp-showcase{
    margin:40px auto 30px;
    padding:0 0px;
    text-align:center;
    position:relative;
  }

  .tp-showcase__inner{
    position:relative;
    z-index:1;
  }

  .tp-showcase__pre{
    font-size:15px;
    font-weight:600;
    letter-spacing:.18em;
    text-transform:uppercase;
    color:#6b7280;
    margin-bottom:8px;
  }

  .tp-showcase__title{
    font-size:clamp(26px,3vw,32px);
    line-height:1.35;
    font-weight:800;
    letter-spacing:.02em;
    margin-bottom:24px;
    color:#0f172a;
  }
  .tp-showcase__title span{
    color:var(--pink-main);
  }

  /* Collage frame */
   .tp-showcase__frame{
    position:relative;
    max-width:980px;
    margin:0 auto 30px;
    border-radius:28px;
    padding:15px;
    background:
      radial-gradient(circle at 0 0,#f97316,transparent 55%),
      radial-gradient(circle at 100% 0,#22c55e,transparent 50%),
      radial-gradient(circle at 50% 100%,#6366f1,transparent 55%);
    box-shadow:
      0 26px 80px rgba(15,23,42,.55),
      0 0 0 1px rgba(255,255,255,.4);
    overflow:hidden;
  }

  /* subtle animated outer glow */
  .tp-showcase__border{
    position:absolute;
    inset:-80%;
    background:conic-gradient(
      from 140deg,
      #f97316,
      #fb7185,
      #a855f7,
      #22c55e,
      #38bdf8,
      #f97316
    );
    opacity:.32;
    filter:blur(40px);
    animation:tp-orbit 12s linear infinite;
    pointer-events:none;
  }
  @keyframes tp-orbit{
    0%{transform:rotate(0deg);}
    100%{transform:rotate(360deg);}
  }

  /* collage image background */
  .tp-showcase__image{
    position:relative;
    border-radius:22px;
    overflow:hidden;
    background-size:cover;
    background-position:center;
    aspect-ratio:16 / 7;
  }



  .tp-showcase__badge-top{
    font-size:10px;
    letter-spacing:.18em;
    text-transform:uppercase;
    opacity:.8;
  }
  .tp-showcase__badge-main{
    font-size:18px;
    font-weight:800;
    letter-spacing:.06em;
  }
  .tp-showcase__badge-main span{
    margin-left:4px;
    padding:1px 6px;
    border-radius:999px;
    background:linear-gradient(90deg,var(--pink-main),var(--highlight-yellow));
    color:#111827;
    font-size:11px;
    font-weight:800;
  }
  .tp-showcase__badge-sub{
    font-size:11px;
    opacity:.9;
  }

  /* diagonal light sweep */
  .tp-showcase__shine{
    position:absolute;
    inset:0;
    background:linear-gradient(120deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.55) 50%,rgba(255,255,255,0) 100%);
    transform:translateX(-120%);
    mix-blend-mode:screen;
    animation:tp-shine 7s ease-in-out infinite;
    pointer-events:none;
  }
  @keyframes tp-shine{
    0%{transform:translateX(-130%);}
    18%{transform:translateX(130%);}
    100%{transform:translateX(130%);}
  }

  /* Text below */
  .tp-showcase__bigline{
    max-width:980px;
    margin:6px auto 6px;
    font-size:16px;
    line-height:1.7;
    font-weight:600;
    color:#111827;
  }
  .tp-showcase__bigline span{
    color:var(--pink-main);
  }

  .tp-showcase__smallline{
    font-size:19px;
    color:#6b7280;
    line-height:1.7;
  }
  .tp-showcase__smallline span{
    font-weight:700;
    color:#111827;
  }

  /* responsive tweaks */
  @media (max-width:768px){
    .tp-showcase__frame{
      border-radius:22px;
      padding:4px;
    }
    .tp-showcase__image{
      aspect-ratio:16 / 9;
    }
    .tp-showcase__badge{
      inset:auto 50% 12px;
      padding:8px 14px 9px;
    }
    .tp-showcase__badge-main{
      font-size:15px;
    }
    .tp-showcase__bigline{
      font-size:15px;
    }
  }
  @media (max-width:480px){
    .tp-showcase{
      margin-top:30px;
    }
    .tp-showcase__title{
      font-size:22px;
    }
    .tp-showcase__badge-sub{
      display:none;
    }
  }

/* ========== Inline Style Block 4 ========== */
:root{
    --pink-main:#ff1f8c;
    --highlight-yellow:#fff64b;
  }

  .tp-showcase{
    margin:40px auto 30px;
    padding:0 0px;
    text-align:center;
    position:relative;
  }

  .tp-showcase__inner{
    position:relative;
    z-index:1;
  }

  .tp-showcase__pre{
    font-size:15px;
    font-weight:600;
    letter-spacing:.18em;
    text-transform:uppercase;
    color:#6b7280;
    margin-bottom:8px;
  }

  .tp-showcase__title{
    font-size:clamp(26px,3vw,32px);
    line-height:1.35;
    font-weight:800;
    letter-spacing:.02em;
    margin-bottom:24px;
    color:#0f172a;
  }
  .tp-showcase__title span{
    color:var(--pink-main);
  }

  /* Collage frame */
   .tp-showcase__frame{
    position:relative;
    max-width:980px;
    margin:0 auto 30px;
    border-radius:28px;
    padding:15px;
    background:
      radial-gradient(circle at 0 0,#f97316,transparent 55%),
      radial-gradient(circle at 100% 0,#22c55e,transparent 50%),
      radial-gradient(circle at 50% 100%,#6366f1,transparent 55%);
    box-shadow:
      0 26px 80px rgba(15,23,42,.55),
      0 0 0 1px rgba(255,255,255,.4);
    overflow:hidden;
  }

  /* subtle animated outer glow */
  .tp-showcase__border{
    position:absolute;
    inset:-80%;
    background:conic-gradient(
      from 140deg,
      #f97316,
      #fb7185,
      #a855f7,
      #22c55e,
      #38bdf8,
      #f97316
    );
    opacity:.32;
    filter:blur(40px);
    animation:tp-orbit 12s linear infinite;
    pointer-events:none;
  }
  @keyframes tp-orbit{
    0%{transform:rotate(0deg);}
    100%{transform:rotate(360deg);}
  }

  /* collage image background */
  .tp-showcase__image{
    position:relative;
    border-radius:22px;
    overflow:hidden;
    background-size:cover;
    background-position:center;
    aspect-ratio:16 / 7;
  }

  /* center badge */
  .tp-showcase__badge{
    position:relative;
    inset:auto 50% 0px;
    transform:translateX(-50%);
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:2px;
    padding:10px 20px 11px;
    border-radius:999px;
    background:rgba(0,0,0,.84);
    color:#f9fafb;
    backdrop-filter:blur(14px);
    box-shadow:
      0 18px 45px rgba(0,0,0,.8),
      0 0 0 1px rgba(148,163,184,.5);
  }

  .tp-showcase__badge-top{
    font-size:10px;
    letter-spacing:.18em;
    text-transform:uppercase;
    opacity:.8;
  }
  .tp-showcase__badge-main{
    font-size:18px;
    font-weight:800;
    letter-spacing:.06em;
  }
  .tp-showcase__badge-main span{
    margin-left:4px;
    padding:1px 6px;
    border-radius:999px;
    background:linear-gradient(90deg,var(--pink-main),var(--highlight-yellow));
    color:#111827;
    font-size:11px;
    font-weight:800;
  }
  .tp-showcase__badge-sub{
    font-size:11px;
    opacity:.9;
  }

  /* diagonal light sweep */
  .tp-showcase__shine{
    position:absolute;
    inset:0;
    background:linear-gradient(120deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.55) 50%,rgba(255,255,255,0) 100%);
    transform:translateX(-120%);
    mix-blend-mode:screen;
    animation:tp-shine 7s ease-in-out infinite;
    pointer-events:none;
  }
  @keyframes tp-shine{
    0%{transform:translateX(-130%);}
    18%{transform:translateX(130%);}
    100%{transform:translateX(130%);}
  }

  /* Text below */
  .tp-showcase__bigline{
    max-width:980px;
    margin:6px auto 6px;
    font-size:16px;
    line-height:1.7;
    font-weight:600;
    color:#111827;
  }
  .tp-showcase__bigline span{
    color:var(--pink-main);
  }

  .tp-showcase__smallline{
    font-size:14px;
    color:#6b7280;
    line-height:1.7;
  }
  .tp-showcase__smallline span{
    font-weight:700;
    color:#111827;
  }

  /* responsive tweaks */
  @media (max-width:768px){
    .tp-showcase__frame{
      border-radius:22px;
      padding:4px;
    }
    .tp-showcase__image{
      aspect-ratio:16 / 9;
    }
    .tp-showcase__badge{
      inset:auto 50% 12px;
      padding:8px 14px 9px;
    }
    .tp-showcase__badge-main{
      font-size:15px;
    }
    .tp-showcase__bigline{
      font-size:15px;
    }
  }
  @media (max-width:480px){
    .tp-showcase{
      margin-top:30px;
    }
    .tp-showcase__title{
      font-size:22px;
    }
    .tp-showcase__badge-sub{
      display:none;
    }
  }

/* ========== Inline Style Block 5 ========== */
:root{
    --mf-pink:#ff1f8c;
    --mf-blue:#2563eb;
    --mf-purple:#7b61ff;
    --mf-orange:#f97316;
    --mf-bg:#fdf2ff;
    --mf-text:#0f172a;
  }

  .mf-section{
    background:radial-gradient(circle at 0 0,#e0f2fe 0,#fdf2ff 40%,#fff 100%);
    padding:70px 20px 90px;
    font-family:"Nunito", sans-serif;
    color:var(--mf-text);
  }

  .mf-inner{
    max-width:1160px;
    margin:0 auto;
  }

.mf-eyebrow {
    text-align: center;
    font-size: 18px;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--mf-blue);
    font-weight: 700;
    margin-bottom: 10px;
    margin: 0 auto 22px;
    display: table;
    border: 1px solid;
    border-radius: 100px;
    padding: 10px 30px;
}

  .mf-heading{
    text-align:center;
    font-size:clamp(30px,3.3vw,40px);
    font-weight:800;
    letter-spacing:.02em;
    margin-bottom:6px;
  }
  .mf-heading span{
    color:var(--mf-pink);
  }

  .mf-subheading{
    text-align:center;
    font-size:clamp(22px,2.6vw,28px);
    font-weight:800;
    margin-bottom:12px;
  }
  .mf-subheading span{
    color:var(--mf-pink);
  }

.mf-tagline {
    text-align: center;
    font-size: 22px;
    font-style: italic;
    color: var(--mf-pink);
    margin-bottom: 32px;
    font-weight: 700;
}

  /* top tab row */
  .mf-tabs{
    display:flex;
    gap:14px;
    justify-content:space-between;
    flex-wrap:wrap;
    margin:0 auto 24px;
  }

  .mf-tab{
    flex:1 1 160px;
    min-width:140px;
    cursor:pointer;
    border-radius:16px;
    padding:10px 14px;
    border:1px solid rgba(148,163,184,.6);
    background:linear-gradient(135deg,#ffffff,#f5f5ff);
    box-shadow:0 10px 24px rgba(148,163,184,.25);
    display:flex;
    align-items:center;
    gap:10px;
    position:relative;
    overflow:hidden;
    transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease;
  }
  .mf-tab::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(135deg,#ffe4f3,#e0f2fe);
    opacity:0;
    transition:opacity .18s ease;
  }
  .mf-tab-inner{
    position:relative;
    display:flex;
    align-items:center;
    gap:10px;
    width:100%;
  }
  .mf-tab-icon{
    width:30px;
    height:30px;
    border-radius:999px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    background:radial-gradient(circle at 30% 20%,#ffffff,#e5e7eb);
    box-shadow:0 6px 12px rgba(15,23,42,.25);
  }
  .mf-tab-title{
    font-size:14px;
    font-weight:700;
    line-height:1.3;
  }

  .mf-tab.active{
    border-color:transparent;
    background:linear-gradient(135deg,#ff9ecf,#a5b4fc);
    box-shadow:0 16px 34px rgba(236,72,153,.45);
    transform:translateY(-3px);
  }
  .mf-tab.active::before{
    opacity:.25;
  }

  /* content panel */
.mf-panel-shell {
    margin-top: 6px;
    border-radius: 24px;
    padding: 1px;
    background: linear-gradient(135deg,#ff9ecf,#a5b4fc,#4ade80);
    box-shadow: 0 20px 60px rgba(148,163,184,.55);
    max-width: 1200px !important;
    margin: 20px auto 0;
}
  .mf-panel{
    border-radius:22px;
    background:#ffffff;
    padding:24px 26px 26px;
    display:grid;
    grid-template-columns:minmax(0,1.5fr) minmax(0,1.1fr);
    gap:26px;
  }

  .mf-panel-copy-eyebrow{
    font-size:13px;
    font-weight:700;
    letter-spacing:.14em;
    text-transform:uppercase;
    color:#6b7280;
    margin-bottom:4px;
  }
  .mf-panel-title{
    font-size:22px;
    font-weight:800;
    margin-bottom:10px;
  }
  .mf-panel-title span{
    color:var(--mf-pink);
  }
  .mf-panel-desc{
    font-size:15px;
    line-height:1.8;
    color:#4b5563;
    margin-bottom:10px;
  }
  .mf-panel-bullets{
    list-style:none;
    padding-left:0;
    font-size:14px;
    color:#111827;
  }
  .mf-panel-bullets li{
    display:flex;
    align-items:flex-start;
    gap:8px;
    margin-bottom:6px;
  }
  .mf-panel-bullets li span.dot{
    font-size:16px;
    line-height:1.2;
    color:var(--mf-pink);
  }

  /* demo side */
  .mf-demo-card{
    border-radius:18px;
    padding:14px 16px 18px;
    background:radial-gradient(circle at 0 0,#fee2e2,#e0f2fe);
    box-shadow:0 16px 40px rgba(15,23,42,.25);
    display:flex;
    flex-direction:column;
    gap:10px;
  }
  .mf-demo-label{
    font-size:13px;
    font-weight:700;
    letter-spacing:.14em;
    text-transform:uppercase;
    color:#6b7280;
  }
  .mf-demo-title{
    font-size:17px;
    font-weight:700;
    margin-bottom:2px;
  }
  .mf-demo-video{
    flex:1;
    border-radius:14px;
    border:1px dashed rgba(55,65,81,.35);
    background:#020617;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#e5e7eb;
    font-size:13px;
    letter-spacing:.18em;
    text-transform:uppercase;
    position:relative;
    overflow:hidden;
  }
 .mf-demo-play {
    position: relative;
    bottom: 0;
    left: 0;
    padding: 0;
    border-radius: 999px;
    background: rgba(15,23,42,.8);
    color: #f9fafb;
    font-size: 11px;
    letter-spacing: .12em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 6px;
}
  .mf-demo-play span.icon{
    width:18px;
    height:18px;
    border-radius:999px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:radial-gradient(circle at 30% 20%,#fefce8,#fed7aa);
    color:#ea580c;
    font-size:10px;
  }

  /* fade animation when feature changes */
  .mf-panel,
  .mf-demo-card{
    transition:opacity .25s ease,transform .25s ease;
  }
  .mf-panel.is-switching,
  .mf-demo-card.is-switching{
    opacity:1;
    transform:translateY(6px);
  }

  /* responsive */
  @media (max-width:900px){
    .mf-panel{
      grid-template-columns:1fr;
      padding:20px 18px 22px;
    }
  }
  @media (max-width:640px){
    .mf-section{
      padding:60px 16px 70px;
    }
    .mf-tabs{
      flex-wrap:nowrap;
      overflow-x:auto;
      padding-bottom:4px;
      scrollbar-width:none;
    }
    .mf-tabs::-webkit-scrollbar{display:none;}
    .mf-tab{
      flex:0 0 70%;
    }
  }

/* ========== Inline Style Block 6 ========== */
/* =========================
   MEGA-FEATURES LIST PILL
   ========================= */
.mf-pill-wrap{
  display:flex;
  justify-content:center;
  margin-bottom:18px;
}
.mf-pill{
  padding:14px 34px;
  border-radius:999px;
  border:2px solid rgba(64, 115, 255, 0.55);
  color:#3b6bff;
  font-weight:800;
  letter-spacing:0.28em;
  font-size:18px;
  text-transform:uppercase;
  background:rgba(255,255,255,0.55);
  backdrop-filter: blur(6px);
}

/* =========================
   HEADLINE STYLES
   ========================= */
.mf-section-head{
  text-align:center;
  margin-bottom:28px;
}
.mf-section-title{
  font-size:42px;
  font-weight:800;
  color:#0f172a;
  margin:0 0 10px;
  line-height:1.15;
}
.mf-section-index{ color:#ff4d8d; }
.mf-section-subtitle{
  font-size:20px;
  font-style:italic;
  color:#ff4d8d;
  font-weight:600;
  margin:0;
}

<style>
/* HARD OVERRIDE: force 2 rows (3 columns) no matter what existing CSS does */
#mfTabs{
  display:grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap:14px !important;
  align-items:stretch !important;
  justify-items:stretch !important;
}

/* Make each tab fill its grid cell cleanly */
#mfTabs .mf-tab{
  width:100% !important;
  max-width:none !important;
}

/* Tablet: 2 columns */
@media (max-width: 760px){
  #mfTabs{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* Mobile: 1 column */
@media (max-width: 620px){
  #mfTabs{
    grid-template-columns: 1fr !important;
  }
}

/* === FORCE 2 ROWS (3 + 3) — LAST CSS IN FILE === */
#ai-video-creation-suite #mfTabs{
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
  width: 100% !important;
  max-width: 1200px !important; /* keeps it centered and prevents ultra-wide stretching */
  margin: 0 auto !important;
}

/* Each tab fills its grid cell */
#ai-video-creation-suite #mfTabs > .mf-tab{
  width: 100% !important;
  max-width: none !important;
  flex: initial !important;       /* kills any flex sizing */
  justify-self: stretch !important;
}

/* If your CSS forces horizontal scrolling, kill it */
#ai-video-creation-suite #mfTabs{
  overflow: visible !important;
  white-space: normal !important;
}

/* Tablet */
@media (max-width: 760px){
  #ai-video-creation-suite #mfTabs{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* Mobile */
@media (max-width: 620px){
  #ai-video-creation-suite #mfTabs{
    grid-template-columns: 1fr !important;
  }
}

/* ========== Inline Style Block 7 ========== */
:root{
    --imgf-pink:#ff1f8c;
    --imgf-blue:#0ea5e9;
    --imgf-mint:#22c55e;
    --imgf-peach:#fb923c;
    --imgf-text:#0f172a;
  }

  .imgf-section{
    background:
      radial-gradient(circle at 0 0,#e0f2fe 0,#ecfdf3 40%,transparent 65%),
      radial-gradient(circle at 100% 0,#fee2e2 0,#fff7ed 40%,transparent 70%),
      #f4fbff;
    padding:70px 20px 90px;
    font-family:"Nunito", sans-serif;
    color:var(--imgf-text);
  }

  .imgf-inner{ max-width:1160px; margin:0 auto; }

  .imgf-heading{
    text-align:center;
    font-size:clamp(30px,3.3vw,40px);
    font-weight:800;
    letter-spacing:.02em;
    margin-bottom:10px;
  }
  .imgf-heading span{ color:var(--imgf-pink); }

  .imgf-tagline{
    text-align:center;
    font-size:clamp(18px,2.2vw,22px);
    font-weight:700;
    color:var(--imgf-pink);
    margin-bottom:28px;
  }

  /* tabs row */
  .imgf-tabs{
    max-width:760px;
    margin:0 auto 24px;
    display:flex;
    gap:16px;
    justify-content:center;
    flex-wrap:wrap;
  }

  .imgf-tab{
    flex:1 1 220px;
    min-width:220px;
    cursor:pointer;
    border-radius:999px;
    padding:11px 18px;
    border:1px solid rgba(148,163,184,.7);
    background:linear-gradient(135deg,#ffffff,#f9fafb);
    box-shadow:0 10px 26px rgba(148,163,184,.25);
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    position:relative;
    overflow:hidden;
    transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease;
    font-size:15px;
    font-weight:700;
  }
  .imgf-tab::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(135deg,#a5f3fc,#bef264);
    opacity:0;
    transition:opacity .18s ease;
  }
  .imgf-tab span.label{ position:relative; }
  .imgf-tab span.icon{
    position:relative;
    width:26px;height:26px;border-radius:999px;
    display:flex;align-items:center;justify-content:center;
    font-size:16px;
    background:radial-gradient(circle at 30% 20%,#ffffff,#e5e7eb);
    box-shadow:0 6px 12px rgba(15,23,42,.25);
  }

  .imgf-tab.active{
    border-color:transparent;
    background:linear-gradient(135deg,#0ea5e9,#22c55e);
    color:#f9fafb;
    box-shadow:0 16px 40px rgba(34,197,94,.55);
    transform:translateY(-3px);
  }
  .imgf-tab.active::before{ opacity:.25; }

  /* panel shell */
  .imgf-panel-shell{
    margin:0 auto;
    border-radius:26px;
    padding:1px;
    background:linear-gradient(135deg,#0ea5e9,#22c55e,#fb923c);
    box-shadow:0 20px 60px rgba(15,23,42,.35);
  }

.imgf-panel {
    border-radius: 24px;
    background: #ffffff;
    padding: 24px 26px 26px;
    display: grid;
    grid-template-columns: minmax(0,1.5fr) minmax(0,1.1fr);
    gap: 26px;
    align-items: center;
}

  .imgf-eyebrow{
    font-size:13px;
    font-weight:700;
    letter-spacing:.14em;
    text-transform:uppercase;
    color:#6b7280;
    margin-bottom:4px;
  }

  .imgf-title{
    font-size:22px;
    font-weight:800;
    margin-bottom:10px;
  }
  .imgf-title span{ color:var(--imgf-pink); }

  .imgf-desc{
    font-size:15px;
    line-height:1.8;
    color:#4b5563;
    margin-bottom:10px;
  }

  .imgf-bullets{
    list-style:none;
    padding-left:0;
    font-size:14px;
  }
  .imgf-bullets li{
    display:flex;
    gap:8px;
    align-items:flex-start;
    margin-bottom:6px;
  }
  .imgf-bullets li span.dot{
    font-size:16px;
    color:var(--imgf-pink);
  }

  /* demo card */
  .imgf-demo{
    border-radius:18px;
    padding:14px 16px 18px;
    background:radial-gradient(circle at 0 0,#e0f2fe,#fee2e2);
    box-shadow:0 16px 40px rgba(15,23,42,.28);
    display:flex;
    flex-direction:column;
    gap:10px;
  }

  .imgf-demo-video{
    flex:1;
    border-radius:14px;
    border:1px dashed rgba(55,65,81,.4);
    background:#020617;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#e5e7eb;
    font-size:13px;
    letter-spacing:.16em;
    text-transform:uppercase;
    position:relative;
    overflow:hidden;
  }
  .imgf-demo-play{
    position: relative;
    bottom: 0;
    left: 0;
    padding: 0;
    border-radius: 999px;
    background: rgba(15,23,42,.86);
    color: #f9fafb;
    font-size: 11px;
    letter-spacing: .12em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .imgf-panel,
  .imgf-demo{
    transition:opacity .25s ease,transform .25s ease;
  }
  .imgf-panel.is-switching,
  .imgf-demo.is-switching{
    opacity:1;
    transform:translateY(6px);
  }

  /* responsive */
  @media (max-width:900px){
    .imgf-panel{
      grid-template-columns:1fr;
      padding:20px 18px 22px;
    }
  }
  @media (max-width:640px){
    .imgf-section{ padding:60px 16px 70px; }
    .imgf-tabs{
      max-width:none;
      overflow-x:auto;
      flex-wrap:nowrap;
      padding-bottom:4px;
      scrollbar-width:none;
    }
    .imgf-tabs::-webkit-scrollbar{display:none;}
    .imgf-tab{ flex:0 0 80%; }
  }

/* ========== Inline Style Block 8 ========== */
:root{
    --rmx-pink:#ff1f8c;
    --rmx-purple:#7c3aed;
    --rmx-orange:#fb923c;
    --rmx-blue:#0ea5e9;
    --rmx-text:#0f172a;
  }

  .rmx-section{
    background:
      radial-gradient(circle at 0 0,#f5f3ff 0,#fee2e2 40%,transparent 70%),
      radial-gradient(circle at 100% 0,#e0f2fe 0,#fef9c3 40%,transparent 70%),
      #fff7fb;
    padding:70px 20px 90px;
    font-family:"Nunito", sans-serif;
    color:var(--rmx-text);
  }

  .rmx-inner{
    max-width:1160px;
    margin:0 auto;
  }

  .rmx-heading{
    text-align:center;
    font-size:clamp(30px,3.3vw,40px);
    font-weight:800;
    letter-spacing:.02em;
    margin-bottom:10px;
  }
  .rmx-heading span{
    color:var(--rmx-pink);
  }

  .rmx-tagline{
    text-align:center;
    font-size:clamp(18px,2.2vw,22px);
    font-weight:700;
    color:var(--rmx-pink);
    margin-bottom:28px;
  }

  /* tabs container */
  .rmx-tabs{
    max-width:1080px;
    margin:0 auto 24px;
    display:flex;
    flex-direction:column;
    gap:10px;
  }

  .rmx-tabs-row{
    display:flex;
    gap:14px;
    justify-content:center;
    flex-wrap:wrap;
  }

  .rmx-tabs-row--second{
    margin-top:4px;
  }

  .rmx-tab{
    flex:1 1 0;
    max-width:260px;
    cursor:pointer;
    border-radius:999px;
    padding:10px 18px;
    border:1px solid rgba(148,163,184,.7);
    background:linear-gradient(135deg,#ffffff,#f9fafb);
    box-shadow:0 10px 26px rgba(148,163,184,.25);
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    position:relative;
    overflow:hidden;
    transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease;
    font-size:14px;
    font-weight:700;
    text-align:left;
    white-space:nowrap;
  }
  .rmx-tab::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(135deg,#a5b4fc,#f472b6);
    opacity:0;
    transition:opacity .18s ease;
  }
  .rmx-tab span.label{
    position:relative;
  }
  .rmx-tab span.icon{
    position:relative;
    width:24px;
    height:24px;
    border-radius:999px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:15px;
    background:radial-gradient(circle at 30% 20%,#ffffff,#e5e7eb);
    box-shadow:0 6px 12px rgba(15,23,42,.25);
    flex-shrink:0;
  }

  .rmx-tab.active{
    border-color:transparent;
    background:linear-gradient(135deg,#4f46e5,#ec4899);
    color:#f9fafb;
    box-shadow:0 16px 40px rgba(147,51,234,.55);
    transform:translateY(-3px);
  }
  .rmx-tab.active::before{
    opacity:.28;
  }

  /* panel shell */
  .rmx-panel-shell{
    margin:0 auto;
    border-radius:26px;
    padding:1px;
    background:linear-gradient(135deg,#4f46e5,#ec4899,#fb923c);
    box-shadow:0 20px 60px rgba(15,23,42,.35);
  }

  .rmx-panel{
    border-radius:24px;
    background:#ffffff;
    padding:24px 26px 26px;
    display:grid;
    grid-template-columns:minmax(0,1.5fr) minmax(0,1.1fr);
    gap:26px;
    transition:opacity .25s ease,transform .25s ease;
        align-items: center;
  }
  .rmx-panel.is-switching{
    opacity:1;
    transform:translateY(6px);
  }

  .rmx-eyebrow{
    font-size:13px;
    font-weight:700;
    letter-spacing:.14em;
    text-transform:uppercase;
    color:#6b7280;
    margin-bottom:4px;
  }

  .rmx-title{
    font-size:22px;
    font-weight:800;
    margin-bottom:10px;
  }
  .rmx-title span{
    color:var(--rmx-pink);
  }

  .rmx-desc{
    font-size:15px;
    line-height:1.8;
    color:#4b5563;
    margin-bottom:10px;
  }

  .rmx-bullets{
    list-style:none;
    padding-left:0;
    font-size:14px;
  }
  .rmx-bullets li{
    display:flex;
    gap:8px;
    align-items:flex-start;
    margin-bottom:6px;
  }
  .rmx-bullets li span.dot{
    font-size:16px;
    color:var(--rmx-pink);
  }

  /* demo card */
  .rmx-demo{
    border-radius:18px;
    padding:14px 16px 18px;
    background:radial-gradient(circle at 0 0,#e0f2fe,#fce7f3);
    box-shadow:0 16px 40px rgba(15,23,42,.28);
    display:flex;
    flex-direction:column;
    gap:10px;
    transition:opacity .25s ease,transform .25s ease;
  }
  .rmx-demo.is-switching{
    opacity:0;
    transform:translateY(6px);
  }

  .rmx-demo-label{
    font-size:13px;
    font-weight:700;
    letter-spacing:.14em;
    text-transform:uppercase;
    color:#6b7280;
  }

  .rmx-demo-title{
    font-size:16px;
    font-weight:700;
  }

  .rmx-demo-video{
    flex:1;
    border-radius:14px;
    border:1px dashed rgba(55,65,81,.4);
    background:#020617;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#e5e7eb;
    font-size:12px;
    letter-spacing:.16em;
    text-transform:uppercase;
    position:relative;
    text-align:center;
    padding:0 14px;
    line-height:1.4;
  }

  .rmx-demo-play{
    position:absolute;
    bottom:10px;
    left:10px;
    padding:6px 10px;
    border-radius:999px;
    background:rgba(15,23,42,.86);
    color:#f9fafb;
    font-size:11px;
    letter-spacing:.12em;
    text-transform:uppercase;
    display:flex;
    align-items:center;
    gap:6px;
  }
  .rmx-demo-play span.icon{
    width:18px;
    height:18px;
    border-radius:999px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:radial-gradient(circle at 30% 20%,#fefce8,#fed7aa);
    color:#ea580c;
    font-size:10px;
  }

  @media (max-width:900px){
    .rmx-panel{
      grid-template-columns:1fr;
      padding:20px 18px 22px;
    }
  }
  @media (max-width:640px){
    .rmx-section{
      padding:60px 16px 70px;
    }
    .rmx-tab{
      max-width:none;
      white-space:normal;
    }
    .rmx-demo-video{
      font-size:11px;
    }
  }

/* ========== Inline Style Block 9 ========== */
:root{
    /* dedicated palette for section 4 */
    --disc4-pink:#ff2f92;
    --disc4-teal:#14b8a6;
    --disc4-blue:#2563eb;
    --disc4-yellow:#facc15;
    --disc4-text:#0f172a;
  }

  .disc4-section{
    padding:70px 20px 90px;
    font-family:"Nunito", sans-serif;
    color:var(--disc4-text);
    background:
      radial-gradient(circle at 0 0,#e0f2fe 0,#fef9c3 40%,transparent 70%),
      radial-gradient(circle at 100% 100%,#fce7f3 0,#e0f2fe 40%,transparent 70%),
      #f8fafc;
  }

  .disc4-inner{
    max-width:1160px;
    margin:0 auto;
  }

  .disc4-heading{
    text-align:center;
    font-size:clamp(30px,3.3vw,40px);
    font-weight:800;
    letter-spacing:.02em;
    margin-bottom:10px;
  }
  .disc4-heading span{
    color:var(--disc4-pink);
  }

  .disc4-tagline{
    text-align:center;
    font-size:clamp(18px,2.2vw,22px);
    font-weight:700;
    color:var(--disc4-pink);
    margin-bottom:26px;
  }

  /* TABS */
  .disc4-tabs{
    max-width:980px;
    margin:0 auto 24px;
    display:flex;
    gap:14px;
    justify-content:center;
    flex-wrap:wrap;
  }

  .disc4-tab{
    flex:1 1 0;
    max-width:250px;
    border-radius:999px;
    padding:10px 18px;
    border:1px solid rgba(148,163,184,.7);
    background:linear-gradient(135deg,#ffffff,#f9fafb);
    box-shadow:0 10px 24px rgba(148,163,184,.25);
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    cursor:pointer;
    font-size:14px;
    font-weight:700;
    position:relative;
    overflow:hidden;
    white-space:nowrap;
    transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease;
  }

  .disc4-tab::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(135deg,#4ade80,#60a5fa);
    opacity:0;
    transition:opacity .18s ease;
  }

  .disc4-tab span.label{
    position:relative;
  }

  .disc4-tab span.icon{
    position:relative;
    width:24px;
    height:24px;
    border-radius:999px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:15px;
    background:radial-gradient(circle at 30% 20%,#ffffff,#e5e7eb);
    box-shadow:0 6px 12px rgba(15,23,42,.25);
    flex-shrink:0;
  }

  .disc4-tab.active{
    border-color:transparent;
    background:linear-gradient(135deg,#22c55e,#0ea5e9);
    color:#f9fafb;
    box-shadow:0 16px 40px rgba(34,197,94,.55);
    transform:translateY(-3px);
  }
  .disc4-tab.active::before{
    opacity:.25;
  }

  /* PANEL */
  .disc4-panel-shell{
    margin:0 auto;
    border-radius:26px;
    padding:1px;
    background:linear-gradient(135deg,#22c55e,#0ea5e9,#f97316);
    box-shadow:0 20px 60px rgba(15,23,42,.35);
  }

  .disc4-panel{
    border-radius:24px;
    background:#ffffff;
    padding:24px 26px 26px;
    display:grid;
    grid-template-columns:minmax(0,1.5fr) minmax(0,1.1fr);
    gap:26px;
    transition:opacity .25s ease,transform .25s ease;
       align-items: center;
  }
  .disc4-panel.disc4-switching{
    opacity:1;
    transform:translateY(6px);
  }

  .disc4-eyebrow{
    font-size:13px;
    font-weight:700;
    letter-spacing:.14em;
    text-transform:uppercase;
    color:#6b7280;
    margin-bottom:4px;
  }

  .disc4-title{
    font-size:22px;
    font-weight:800;
    margin-bottom:10px;
  }
  .disc4-title span{
    color:var(--disc4-pink);
  }

  .disc4-desc{
    font-size:15px;
    line-height:1.8;
    color:#4b5563;
    margin-bottom:10px;
  }

  .disc4-bullets{
    list-style:none;
    padding-left:0;
    font-size:14px;
  }
  .disc4-bullets li{
    display:flex;
    gap:8px;
    align-items:flex-start;
    margin-bottom:6px;
  }
  .disc4-bullets li .dot{
    font-size:16px;
    color:var(--disc4-pink);
  }

  /* DEMO CARD */
  .disc4-demo{
    border-radius:18px;
    padding:14px 16px 18px;
    background:radial-gradient(circle at 0 0,#dbeafe,#fef3c7);
    box-shadow:0 16px 40px rgba(15,23,42,.28);
    display:flex;
    flex-direction:column;
    gap:10px;
    transition:opacity .25s ease,transform .25s ease;
  }
  .disc4-demo.disc4-switching{
    opacity:0;
    transform:translateY(6px);
  }

  .disc4-demo-label{
    font-size:13px;
    font-weight:700;
    letter-spacing:.14em;
    text-transform:uppercase;
    color:#6b7280;
  }

  .disc4-demo-title{
    font-size:16px;
    font-weight:700;
  }

  .disc4-demo-video{
    flex:1;
    border-radius:14px;
    border:1px dashed rgba(55,65,81,.4);
    background:#020617;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#e5e7eb;
    font-size:12px;
    letter-spacing:.16em;
    text-transform:uppercase;
    position:relative;
    text-align:center;
    padding:0 14px;
    line-height:1.4;
  }

  .disc4-demo-play{
    position:absolute;
    bottom:10px;
    left:10px;
    padding:6px 10px;
    border-radius:999px;
    background:rgba(15,23,42,.86);
    color:#f9fafb;
    font-size:11px;
    letter-spacing:.12em;
    text-transform:uppercase;
    display:flex;
    align-items:center;
    gap:6px;
  }
  .disc4-demo-play span.icon{
    width:18px;
    height:18px;
    border-radius:999px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:radial-gradient(circle at 30% 20%,#fefce8,#fed7aa);
    color:#ea580c;
    font-size:10px;
  }

  @media (max-width:900px){
    .disc4-panel{
      grid-template-columns:1fr;
      padding:20px 18px 22px;
    }
  }
  @media (max-width:640px){
    .disc4-section{
      padding:60px 16px 70px;
    }
    .disc4-tab{
      max-width:none;
      white-space:normal;
    }
    .disc4-demo-video{
      font-size:11px;
    }
  }

/* ========== Inline Style Block 10 ========== */
:root{
    /* Dedicated palette for section 5 */
    --spy5-pink:#ff2f92;
    --spy5-purple:#7c3aed;
    --spy5-sky:#0ea5e9;
    --spy5-mint:#22c55e;
    --spy5-text:#020617;
  }

  .spy5-section{
    padding:70px 20px 90px;
    font-family:"Nunito", sans-serif;
    color:var(--spy5-text);
    background:
      radial-gradient(circle at 0 100%,rgba(129,140,248,.24),transparent 60%),
      radial-gradient(circle at 100% 0,rgba(45,212,191,.25),transparent 60%),
      linear-gradient(135deg,#fef3f2,#eef2ff);
  }

  .spy5-inner{
    max-width:1160px;
    margin:0 auto;
  }

  .spy5-heading{
    text-align:center;
    font-size:clamp(30px,3.3vw,40px);
    font-weight:800;
    letter-spacing:.02em;
    margin-bottom:10px;
  }
  .spy5-heading span{
    color:var(--spy5-pink);
  }

  .spy5-tagline{
    text-align:center;
    font-size:clamp(18px,2.2vw,22px);
    font-weight:700;
    color:var(--spy5-pink);
    margin-bottom:26px;
  }

  /* TABS */
  .spy5-tabs{
    max-width:1000px;
    margin:0 auto 24px;
    display:flex;
    gap:14px;
    flex-wrap:wrap;
    justify-content:center;
  }

  .spy5-tab{
    flex:1 1 0;
    max-width:260px;
    border-radius:999px;
    padding:10px 18px;
    border:1px solid rgba(148,163,184,.7);
    background:linear-gradient(135deg,#ffffff,#f9fafb);
    box-shadow:0 10px 24px rgba(148,163,184,.25);
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    cursor:pointer;
    font-size:14px;
    font-weight:700;
    position:relative;
    overflow:hidden;
    white-space:nowrap;
    transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease;
  }

  .spy5-tab::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(135deg,#22c55e,#0ea5e9);
    opacity:0;
    transition:opacity .18s ease;
  }

  .spy5-tab span.label{
    position:relative;
  }

  .spy5-tab span.icon{
    position:relative;
    width:24px;
    height:24px;
    border-radius:999px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:15px;
    background:radial-gradient(circle at 30% 20%,#ffffff,#e5e7eb);
    box-shadow:0 6px 12px rgba(15,23,42,.25);
    flex-shrink:0;
  }

  .spy5-tab.active{
    border-color:transparent;
    background:linear-gradient(135deg,#22c55e,#0ea5e9,#7c3aed);
    color:#f9fafb;
    box-shadow:0 16px 40px rgba(76,81,191,.55);
    transform:translateY(-3px);
  }
  .spy5-tab.active::before{ opacity:.25; }

  /* PANEL */
  .spy5-panel-shell{
    margin:0 auto;
    border-radius:26px;
    padding:1px;
    background:linear-gradient(135deg,#22c55e,#0ea5e9,#f97316);
    box-shadow:0 20px 60px rgba(15,23,42,.35);
  }

  .spy5-panel{
    border-radius:24px;
    background:#ffffff;
    padding:24px 26px 26px;
    display:grid;
    grid-template-columns:minmax(0,1.5fr) minmax(0,1.1fr);
    gap:26px;
    transition:opacity .25s ease,transform .25s ease;
  }
  .spy5-panel.spy5-switching{
    opacity:1;
    transform:translateY(6px);
  }

  .spy5-eyebrow{
    font-size:13px;
    font-weight:700;
    letter-spacing:.14em;
    text-transform:uppercase;
    color:#6b7280;
    margin-bottom:4px;
  }

  .spy5-title{
    font-size:22px;
    font-weight:800;
    margin-bottom:10px;
  }
  .spy5-title span{
    color:var(--spy5-pink);
  }

  .spy5-desc{
    font-size:15px;
    line-height:1.8;
    color:#4b5563;
    margin-bottom:10px;
  }

  .spy5-bullets{
    list-style:none;
    padding-left:0;
    font-size:14px;
  }
  .spy5-bullets li{
    display:flex;
    gap:8px;
    align-items:flex-start;
    margin-bottom:6px;
  }
  .spy5-bullets li .dot{
    font-size:16px;
    color:var(--spy5-pink);
  }

  /* DEMO CARD */
  .spy5-demo{
    border-radius:18px;
    padding:14px 16px 18px;
    background:radial-gradient(circle at 0 0,#e0f2fe,#fef3c7);
    box-shadow:0 16px 40px rgba(15,23,42,.28);
    display:flex;
    flex-direction:column;
    gap:10px;
    transition:opacity .25s ease,transform .25s ease;
  }
  .spy5-demo.spy5-switching{
    opacity:0;
    transform:translateY(6px);
  }

  .spy5-demo-label{
    font-size:13px;
    font-weight:700;
    letter-spacing:.14em;
    text-transform:uppercase;
    color:#6b7280;
  }

  .spy5-demo-title{
    font-size:16px;
    font-weight:700;
  }

  .spy5-demo-video{
    flex:1;
    border-radius:14px;
    border:1px dashed rgba(55,65,81,.4);
    background:#020617;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#e5e7eb;
    font-size:12px;
    letter-spacing:.16em;
    text-transform:uppercase;
    position:relative;
    text-align:center;
    padding:0 14px;
    line-height:1.4;
  }

  .spy5-demo-play{
    position:absolute;
    bottom:10px;
    left:10px;
    padding:6px 10px;
    border-radius:999px;
    background:rgba(15,23,42,.86);
    color:#f9fafb;
    font-size:11px;
    letter-spacing:.12em;
    text-transform:uppercase;
    display:flex;
    align-items:center;
    gap:6px;
  }
  .spy5-demo-play span.icon{
    width:18px;
    height:18px;
    border-radius:999px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:radial-gradient(circle at 30% 20%,#fefce8,#fed7aa);
    color:#ea580c;
    font-size:10px;
  }

  @media (max-width:900px){
    .spy5-panel{
      grid-template-columns:1fr;
      padding:20px 18px 22px;
    }
  }

  @media (max-width:640px){
    .spy5-section{
      padding:60px 16px 70px;
    }
    .spy5-tab{
      max-width:none;
      white-space:normal;
    }
    .spy5-demo-video{
      font-size:11px;
    }
  }

/* ========== Inline Style Block 11 ========== */
:root{
    /* Dedicated palette for section 6 */
    --cge6-pink:#ff3b9a;
    --cge6-orange:#fb923c;
    --cge6-blue:#6366f1;
    --cge6-teal:#14b8a6;
    --cge6-text:#020617;
  }

  .cge6-section{
    padding:70px 20px 90px;
    font-family:"Nunito", sans-serif;
    color:var(--cge6-text);
    background:
      radial-gradient(circle at 0 0,rgba(244,114,182,.25),transparent 55%),
      radial-gradient(circle at 100% 100%,rgba(56,189,248,.23),transparent 55%),
      linear-gradient(135deg,#fef9c3,#fef3f2);
  }

  .cge6-inner{
    max-width:1160px;
    margin:0 auto;
  }

  .cge6-heading{
    text-align:center;
    font-size:clamp(30px,3.3vw,40px);
    font-weight:800;
    letter-spacing:.02em;
    margin-bottom:10px;
  }
  .cge6-heading span{
    color:var(--cge6-pink);
  }

  .cge6-tagline{
    text-align:center;
    font-size:clamp(18px,2.2vw,22px);
    font-weight:700;
    color:var(--cge6-pink);
    margin-bottom:26px;
  }

  /* TABS */
  .cge6-tabs{
    max-width:900px;
    margin:0 auto 24px;
    display:flex;
    gap:14px;
    flex-wrap:wrap;
    justify-content:center;
  }

  .cge6-tab{
    flex:1 1 0;
    max-width:260px;
    border-radius:999px;
    padding:9px 18px;
    border:1px solid rgba(148,163,184,.75);
    background:linear-gradient(135deg,#ffffff,#f9fafb);
    box-shadow:0 10px 24px rgba(148,163,184,.26);
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    cursor:pointer;
    font-size:14px;
    font-weight:700;
    position:relative;
    overflow:hidden;
    white-space:nowrap;
    transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease;
  }

  .cge6-tab::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(135deg,#f97316,#6366f1);
    opacity:0;
    transition:opacity .18s ease;
  }

  .cge6-tab span.label{
    position:relative;
  }

  .cge6-tab span.icon{
    position:relative;
    width:24px;
    height:24px;
    border-radius:999px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:15px;
    background:radial-gradient(circle at 30% 20%,#ffffff,#e5e7eb);
    box-shadow:0 6px 12px rgba(15,23,42,.25);
    flex-shrink:0;
  }

  .cge6-tab.active{
    border-color:transparent;
    background:linear-gradient(135deg,#fb923c,#f97316,#6366f1);
    color:#f9fafb;
    box-shadow:0 16px 40px rgba(248,113,113,.58);
    transform:translateY(-3px);
  }
  .cge6-tab.active::before{ opacity:.25; }

  /* PANEL */
  .cge6-panel-shell{
    margin:0 auto;
    border-radius:26px;
    padding:1px;
    background:linear-gradient(135deg,#fb923c,#6366f1,#14b8a6);
    box-shadow:0 20px 60px rgba(15,23,42,.36);
  }

  .cge6-panel{
    border-radius:24px;
    background:#ffffff;
    padding:24px 26px 26px;
    display:grid;
    grid-template-columns:minmax(0,1.5fr) minmax(0,1.1fr);
    gap:26px;
    transition:opacity .25s ease,transform .25s ease;
  }
  .cge6-panel.cge6-switching{
    opacity:1;
    transform:translateY(6px);
  }

  .cge6-eyebrow{
    font-size:13px;
    font-weight:700;
    letter-spacing:.14em;
    text-transform:uppercase;
    color:#6b7280;
    margin-bottom:4px;
  }

  .cge6-title{
    font-size:22px;
    font-weight:800;
    margin-bottom:10px;
  }
  .cge6-title span{
    color:var(--cge6-pink);
  }

  .cge6-desc{
    font-size:15px;
    line-height:1.8;
    color:#4b5563;
    margin-bottom:10px;
  }

  .cge6-bullets{
    list-style:none;
    padding-left:0;
    font-size:14px;
  }
  .cge6-bullets li{
    display:flex;
    gap:8px;
    align-items:flex-start;
    margin-bottom:6px;
  }
  .cge6-bullets li .dot{
    font-size:16px;
    color:var(--cge6-pink);
  }

  /* DEMO CARD */
  .cge6-demo{
    border-radius:18px;
    padding:14px 16px 18px;
    background:radial-gradient(circle at 0 0,#e0f2fe,#fee2e2);
    box-shadow:0 16px 40px rgba(15,23,42,.28);
    display:flex;
    flex-direction:column;
    gap:10px;
    transition:opacity .25s ease,transform .25s ease;
  }
  .cge6-demo.cge6-switching{
    opacity:0;
    transform:translateY(6px);
  }

  .cge6-demo-label{
    font-size:13px;
    font-weight:700;
    letter-spacing:.14em;
    text-transform:uppercase;
    color:#6b7280;
  }

  .cge6-demo-title{
    font-size:16px;
    font-weight:700;
  }

  .cge6-demo-video{
    flex:1;
    border-radius:14px;
    border:1px dashed rgba(55,65,81,.42);
    background:#020617;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#e5e7eb;
    font-size:12px;
    letter-spacing:.16em;
    text-transform:uppercase;
    position:relative;
    text-align:center;
    padding:0 14px;
    line-height:1.4;
  }

  .cge6-demo-play{
    position:absolute;
    bottom:10px;
    left:10px;
    padding:6px 10px;
    border-radius:999px;
    background:rgba(15,23,42,.9);
    color:#f9fafb;
    font-size:11px;
    letter-spacing:.12em;
    text-transform:uppercase;
    display:flex;
    align-items:center;
    gap:6px;
  }
  .cge6-demo-play span.icon{
    width:18px;
    height:18px;
    border-radius:999px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:radial-gradient(circle at 30% 20%,#fefce8,#fed7aa);
    color:#ea580c;
    font-size:10px;
  }

  @media (max-width:900px){
    .cge6-panel{
      grid-template-columns:1fr;
      padding:20px 18px 22px;
    }
  }

  @media (max-width:640px){
    .cge6-section{
      padding:60px 16px 70px;
    }
    .cge6-tab{
      max-width:none;
      white-space:normal;
    }
    .cge6-demo-video{
      font-size:11px;
    }
  }

/* ========== Inline Style Block 12 ========== */
:root{
    --agd7-pink:#ec4899;
    --agd7-indigo:#4f46e5;
    --agd7-sky:#0ea5e9;
    --agd7-text:#020617;
  }

  .agd7-section{
    padding:70px 20px 90px;
    font-family:"Nunito", sans-serif;
    color:var(--agd7-text);
    background:
      radial-gradient(circle at 15% 0,rgba(251,113,133,.3),transparent 55%),
      radial-gradient(circle at 100% 85%,rgba(56,189,248,.35),transparent 55%),
      linear-gradient(135deg,#eff6ff,#fdf2ff);
  }

  .agd7-inner{max-width:1160px;margin:0 auto;}

  .agd7-heading{
    text-align:center;
    font-size:clamp(30px,3.3vw,40px);
    font-weight:800;
    letter-spacing:.02em;
    margin-bottom:10px;
  }
  .agd7-heading span{color:var(--agd7-pink);}

  .agd7-tagline{
    text-align:center;
    font-size:clamp(18px,2.2vw,22px);
    font-weight:700;
    color:var(--agd7-pink);
    margin-bottom:26px;
  }

  /* TABS */
  .agd7-tabs{
    max-width:640px;
    margin:0 auto 24px;
    display:flex;
    gap:14px;
    flex-wrap:wrap;
    justify-content:center;
  }

  .agd7-tab{
    flex:1 1 0;
    min-width:190px;
    border-radius:999px;
    padding:9px 18px;
    border:1px solid rgba(148,163,184,.75);
    background:linear-gradient(135deg,#ffffff,#f9fafb);
    box-shadow:0 10px 24px rgba(148,163,184,.26);
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    cursor:pointer;
    font-size:14px;
    font-weight:700;
    position:relative;
    overflow:hidden;
    transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease;
    white-space:nowrap;
  }

  .agd7-tab span.label{position:relative;}
  .agd7-tab span.icon{
    position:relative;
    width:24px;height:24px;
    border-radius:999px;
    display:flex;align-items:center;justify-content:center;
    font-size:15px;
    background:radial-gradient(circle at 30% 20%,#ffffff,#e5e7eb);
    box-shadow:0 6px 12px rgba(15,23,42,.25);
    flex-shrink:0;
  }

  .agd7-tab.active{
    border-color:transparent;
    background:linear-gradient(135deg,#ec4899,#4f46e5);
    color:#f9fafb;
    box-shadow:0 16px 40px rgba(129,140,248,.6);
    transform:translateY(-3px);
  }

  /* PANEL */
  .agd7-panel-shell{
    margin:0 auto;
    border-radius:26px;
    padding:1px;
    background:linear-gradient(135deg,#ec4899,#4f46e5,#0ea5e9);
    box-shadow:0 20px 60px rgba(15,23,42,.36);
  }

  .agd7-panel{
    border-radius:24px;
    background:#ffffff;
    padding:24px 26px 26px;
    display:grid;
    grid-template-columns:minmax(0,1.5fr) minmax(0,1.1fr);
    gap:26px;
    transition:opacity .25s ease,transform .25s ease;
  }
  .agd7-panel.agd7-switching{
    opacity:1;
    transform:translateY(6px);
  }

  .agd7-eyebrow{
    font-size:13px;
    font-weight:700;
    letter-spacing:.14em;
    text-transform:uppercase;
    color:#6b7280;
    margin-bottom:4px;
  }

  .agd7-title{
    font-size:22px;
    font-weight:800;
    margin-bottom:10px;
  }
  .agd7-title span{color:var(--agd7-indigo);}

  .agd7-desc{
    font-size:15px;
    line-height:1.8;
    color:#4b5563;
    margin-bottom:10px;
  }

  .agd7-bullets{
    list-style:none;
    padding-left:0;
    font-size:14px;
  }
  .agd7-bullets li{
    display:flex;
    gap:8px;
    align-items:flex-start;
    margin-bottom:6px;
  }
  .agd7-bullets li .dot{
    font-size:16px;
    color:var(--agd7-pink);
  }

  /* DEMO */
  .agd7-demo{
    border-radius:18px;
    padding:14px 16px 18px;
    background:radial-gradient(circle at 0 0,#e0f2fe,#fce7f3);
    box-shadow:0 16px 40px rgba(15,23,42,.26);
    display:flex;
    flex-direction:column;
    gap:10px;
    transition:opacity .25s ease,transform .25s ease;
  }
  .agd7-demo.agd7-switching{
    opacity:0;
    transform:translateY(6px);
  }

  .agd7-demo-label{
    font-size:13px;
    font-weight:700;
    letter-spacing:.14em;
    text-transform:uppercase;
    color:#6b7280;
  }

  .agd7-demo-title{
    font-size:16px;
    font-weight:700;
  }

  .agd7-demo-video{
    flex:1;
    border-radius:14px;
    border:1px dashed rgba(55,65,81,.42);
    background:#020617;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#e5e7eb;
    font-size:12px;
    letter-spacing:.16em;
    text-transform:uppercase;
    position:relative;
    text-align:center;
    padding:0 14px;
    line-height:1.4;
  }

  .agd7-demo-play{
    position:absolute;
    bottom:10px;
    left:10px;
    padding:6px 10px;
    border-radius:999px;
    background:rgba(15,23,42,.9);
    color:#f9fafb;
    font-size:11px;
    letter-spacing:.12em;
    text-transform:uppercase;
    display:flex;
    align-items:center;
    gap:6px;
  }
  .agd7-demo-play span.icon{
    width:18px;height:18px;
    border-radius:999px;
    display:inline-flex;
    align-items:center;justify-content:center;
    background:radial-gradient(circle at 30% 20%,#fefce8,#bfdbfe);
    color:#4f46e5;
    font-size:10px;
  }

  @media (max-width:900px){
    .agd7-panel{
      grid-template-columns:1fr;
      padding:20px 18px 22px;
    }
  }
  @media (max-width:640px){
    .agd7-section{padding:60px 16px 70px;}
    .agd7-tab{white-space:normal;}
    .agd7-demo-video{font-size:11px;}
  }

/* ========== Inline Style Block 13 ========== */
:root{
    --sa8-violet:#8b5cf6;
    --sa8-cyan:#06b6d4;
    --sa8-amber:#f59e0b;
    --sa8-text:#020617;
  }

  .sa8-section{
    padding:70px 20px 90px;
    font-family:"Nunito", sans-serif;
    color:var(--sa8-text);
    background:
      radial-gradient(circle at 10% 0,rgba(251,191,36,.35),transparent 55%),
      radial-gradient(circle at 100% 85%,rgba(59,130,246,.4),transparent 55%),
      linear-gradient(135deg,#eef2ff,#ecfeff);
  }

  .sa8-inner{max-width:1160px;margin:0 auto;}

  .sa8-heading{
    text-align:center;
    font-size:clamp(30px,3.3vw,40px);
    font-weight:800;
    letter-spacing:.02em;
    margin-bottom:10px;
  }
  .sa8-heading span{color:var(--sa8-amber);}

  .sa8-tagline{
    text-align:center;
    font-size:clamp(18px,2.2vw,22px);
    font-weight:700;
    color:var(--sa8-amber);
    margin-bottom:26px;
  }

  /* TABS */
  .sa8-tabs{
    max-width:800px;
    margin:0 auto 24px;
    display:flex;
    gap:14px;
    flex-wrap:wrap;
    justify-content:center;
  }

  .sa8-tab{
    flex:1 1 0;
    min-width:200px;
    border-radius:999px;
    padding:9px 18px;
    border:1px solid rgba(148,163,184,.75);
    background:linear-gradient(135deg,#ffffff,#f9fafb);
    box-shadow:0 10px 24px rgba(148,163,184,.26);
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    cursor:pointer;
    font-size:14px;
    font-weight:700;
    position:relative;
    overflow:hidden;
    transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease;
    white-space:nowrap;
  }

  .sa8-tab span.label{position:relative;}
  .sa8-tab span.icon{
    position:relative;
    width:24px;height:24px;
    border-radius:999px;
    display:flex;align-items:center;justify-content:center;
    font-size:15px;
    background:radial-gradient(circle at 30% 20%,#ffffff,#e5e7eb);
    box-shadow:0 6px 12px rgba(15,23,42,.25);
    flex-shrink:0;
  }

  .sa8-tab.active{
    border-color:transparent;
    background:linear-gradient(135deg,#8b5cf6,#06b6d4);
    color:#f9fafb;
    box-shadow:0 16px 40px rgba(59,130,246,.55);
    transform:translateY(-3px);
  }

  /* PANEL */
  .sa8-panel-shell{
    margin:0 auto;
    border-radius:26px;
    padding:1px;
    background:linear-gradient(135deg,#8b5cf6,#06b6d4,#f59e0b);
    box-shadow:0 20px 60px rgba(15,23,42,.36);
  }

  .sa8-panel{
    border-radius:24px;
    background:#ffffff;
    padding:24px 26px 26px;
    display:grid;
    grid-template-columns:minmax(0,1.5fr) minmax(0,1.1fr);
    gap:26px;
    transition:opacity .25s ease,transform .25s ease;
  }
  .sa8-panel.sa8-switching{
    opacity:1;
    transform:translateY(6px);
  }

  .sa8-eyebrow{
    font-size:13px;
    font-weight:700;
    letter-spacing:.14em;
    text-transform:uppercase;
    color:#6b7280;
    margin-bottom:4px;
  }

  .sa8-title{
    font-size:22px;
    font-weight:800;
    margin-bottom:10px;
  }
  .sa8-title span{color:var(--sa8-violet);}

  .sa8-desc{
    font-size:15px;
    line-height:1.8;
    color:#4b5563;
    margin-bottom:10px;
  }

  .sa8-bullets{
    list-style:none;
    padding-left:0;
    font-size:14px;
  }
  .sa8-bullets li{
    display:flex;
    gap:8px;
    align-items:flex-start;
    margin-bottom:6px;
  }
  .sa8-bullets li .dot{
    font-size:16px;
    color:var(--sa8-cyan);
  }

  /* DEMO */
  .sa8-demo{
    border-radius:18px;
    padding:14px 16px 18px;
    background:radial-gradient(circle at 0 0,#e0f2fe,#fef3c7);
    box-shadow:0 16px 40px rgba(15,23,42,.26);
    display:flex;
    flex-direction:column;
    gap:10px;
    transition:opacity .25s ease,transform .25s ease;
  }
  .sa8-demo.sa8-switching{
    opacity:0;
    transform:translateY(6px);
  }

  .sa8-demo-label{
    font-size:13px;
    font-weight:700;
    letter-spacing:.14em;
    text-transform:uppercase;
    color:#6b7280;
  }

  .sa8-demo-title{
    font-size:16px;
    font-weight:700;
  }

  .sa8-demo-video{
    flex:1;
    border-radius:14px;
    border:1px dashed rgba(55,65,81,.42);
    background:#020617;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#e5e7eb;
    font-size:12px;
    letter-spacing:.16em;
    text-transform:uppercase;
    position:relative;
    text-align:center;
    padding:0 14px;
    line-height:1.4;
  }

  .sa8-demo-play{
    position:absolute;
    bottom:10px;
    left:10px;
    padding:6px 10px;
    border-radius:999px;
    background:rgba(15,23,42,.9);
    color:#f9fafb;
    font-size:11px;
    letter-spacing:.12em;
    text-transform:uppercase;
    display:flex;
    align-items:center;
    gap:6px;
  }
  .sa8-demo-play span.icon{
    width:18px;height:18px;
    border-radius:999px;
    display:inline-flex;
    align-items:center;justify-content:center;
    background:radial-gradient(circle at 30% 20%,#fefce8,#bfdbfe);
    color:#4f46e5;
    font-size:10px;
  }

  @media (max-width:900px){
    .sa8-panel{
      grid-template-columns:1fr;
      padding:20px 18px 22px;
    }
  }
  @media (max-width:640px){
    .sa8-section{padding:60px 16px 70px;}
    .sa8-tab{white-space:normal;}
    .sa8-demo-video{font-size:11px;}
  }

/* ========== Inline Style Block 14 ========== */
:root{
    --tg9-pink:#ec4899;
    --tg9-indigo:#6366f1;
    --tg9-lime:#a3e635;
    --tg9-text:#020617;
  }

  .tg9-section{
    padding:70px 20px 90px;
    font-family:"Nunito", sans-serif;
    color:var(--tg9-text);
    background:
      radial-gradient(circle at 8% 0,rgba(236,72,153,.35),transparent 55%),
      radial-gradient(circle at 100% 95%,rgba(129,140,248,.45),transparent 55%),
      linear-gradient(135deg,#fdf2ff,#eef2ff);
  }

  .tg9-inner{max-width:1160px;margin:0 auto;}

  .tg9-heading{
    text-align:center;
    font-size:clamp(30px,3.3vw,40px);
    font-weight:800;
    letter-spacing:.02em;
    margin-bottom:10px;
  }
  .tg9-heading span{color:var(--tg9-pink);}

  .tg9-tagline{
    text-align:center;
    font-size:clamp(18px,2.2vw,22px);
    font-weight:700;
    color:var(--tg9-pink);
    margin-bottom:26px;
  }

  /* TABS */
  .tg9-tabs{
    max-width:860px;
    margin:0 auto 24px;
    display:flex;
    gap:14px;
    flex-wrap:wrap;
    justify-content:center;
  }

  .tg9-tab{
    flex:1 1 0;
    min-width:240px;
    border-radius:999px;
    padding:10px 18px;
    border:1px solid rgba(148,163,184,.75);
    background:linear-gradient(135deg,#ffffff,#f9fafb);
    box-shadow:0 10px 24px rgba(148,163,184,.26);
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:10px;
    cursor:pointer;
    font-size:14px;
    font-weight:700;
    position:relative;
    overflow:hidden;
    transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease;
    text-align:left;
  }

  .tg9-tab .label{
    position:relative;
    line-height:1.3;
  }
  .tg9-tab .label small{
    display:block;
    font-size:11px;
    font-weight:600;
    opacity:.8;
  }
  .tg9-tab .icon{
    position:relative;
    width:26px;height:26px;
    border-radius:999px;
    display:flex;align-items:center;justify-content:center;
    font-size:15px;
    background:radial-gradient(circle at 30% 20%,#ffffff,#e5e7eb);
    box-shadow:0 6px 12px rgba(15,23,42,.25);
    flex-shrink:0;
  }

  .tg9-tab.active{
    border-color:transparent;
    background:linear-gradient(135deg,#ec4899,#6366f1);
    color:#f9fafb;
    box-shadow:0 16px 40px rgba(129,140,248,.55);
    transform:translateY(-3px);
  }

  /* PANEL */
  .tg9-panel-shell{
    margin:0 auto;
    border-radius:26px;
    padding:1px;
    background:linear-gradient(135deg,#ec4899,#6366f1,#a3e635);
    box-shadow:0 20px 60px rgba(15,23,42,.36);
  }

  .tg9-panel{
    border-radius:24px;
    background:#ffffff;
    padding:24px 26px 26px;
    display:grid;
    grid-template-columns:minmax(0,1.5fr) minmax(0,1.1fr);
    gap:26px;
    transition:opacity .25s ease,transform .25s ease;
  }
  .tg9-panel.tg9-switching{
    opacity:1;
    transform:translateY(6px);
  }

  .tg9-eyebrow{
    font-size:13px;
    font-weight:700;
    letter-spacing:.14em;
    text-transform:uppercase;
    color:#6b7280;
    margin-bottom:4px;
  }

  .tg9-title{
    font-size:22px;
    font-weight:800;
    margin-bottom:10px;
  }
  .tg9-title span{color:var(--tg9-indigo);}

  .tg9-desc{
    font-size:15px;
    line-height:1.8;
    color:#4b5563;
    margin-bottom:10px;
  }

  .tg9-bullets{
    list-style:none;
    padding-left:0;
    font-size:14px;
  }
  .tg9-bullets li{
    display:flex;
    gap:8px;
    align-items:flex-start;
    margin-bottom:6px;
  }
  .tg9-bullets li .dot{
    font-size:16px;
    color:var(--tg9-pink);
  }

  /* DEMO */
  .tg9-demo{
    border-radius:18px;
    padding:14px 16px 18px;
    background:radial-gradient(circle at 0 0,#f9a8d4,#e0f2fe);
    box-shadow:0 16px 40px rgba(15,23,42,.26);
    display:flex;
    flex-direction:column;
    gap:10px;
    transition:opacity .25s ease,transform .25s ease;
  }
  .tg9-demo.tg9-switching{
    opacity:0;
    transform:translateY(6px);
  }

  .tg9-demo-label{
    font-size:13px;
    font-weight:700;
    letter-spacing:.14em;
    text-transform:uppercase;
    color:#6b7280;
  }

  .tg9-demo-title{
    font-size:16px;
    font-weight:700;
  }

  .tg9-demo-video{
    flex:1;
    border-radius:14px;
    border:1px dashed rgba(55,65,81,.42);
    background:#020617;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#e5e7eb;
    font-size:12px;
    letter-spacing:.16em;
    text-transform:uppercase;
    position:relative;
    text-align:center;
    padding:0 14px;
    line-height:1.4;
  }

  .tg9-demo-play{
    position:absolute;
    bottom:10px;
    left:10px;
    padding:6px 10px;
    border-radius:999px;
    background:rgba(15,23,42,.9);
    color:#f9fafb;
    font-size:11px;
    letter-spacing:.12em;
    text-transform:uppercase;
    display:flex;
    align-items:center;
    gap:6px;
  }
  .tg9-demo-play span.icon{
    width:18px;height:18px;
    border-radius:999px;
    display:inline-flex;
    align-items:center;justify-content:center;
    background:radial-gradient(circle at 30% 20%,#fefce8,#bfdbfe);
    color:#4f46e5;
    font-size:10px;
  }

  @media (max-width:900px){
    .tg9-panel{
      grid-template-columns:1fr;
      padding:20px 18px 22px;
    }
  }
  @media (max-width:640px){
    .tg9-section{padding:60px 16px 70px;}
    .tg9-demo-video{font-size:11px;}
  }

/* ========== Inline Style Block 15 ========== */
:root{
    --t10-pink:#ec4899;
    --t10-purple:#a855f7;
    --t10-indigo:#6366f1;
    --t10-cyan:#22d3ee;
    --t10-text:#020617;
  }
.t10-section {
    padding: 60px 20px 60px;
    font-family: "Nunito", sans-serif;
    color: var(--t10-text);
    background: radial-gradient(circle at 0 0, rgba(236, 72, 153, .45), transparent 55%), radial-gradient(circle at 100% 0, rgba(56, 189, 248, .35), transparent 55%), radial-gradient(circle at 50% 105%, rgba(129, 140, 248, .55), transparent 55%), linear-gradient(135deg, #0f172a40, #14ff053b);
    margin-bottom: 50px;
}

  .t10-inner{max-width:1180px;margin:0 auto;}

.t10-heading {
    text-align: center;
    font-size: clamp(30px,3.4vw,40px);
    font-weight: 800;
    letter-spacing: .03em;
    color: #424242;
    margin-bottom: 8px;
}
  .t10-heading span{color:var(--t10-pink);}

  .t10-tagline{
    text-align:center;
    font-size:clamp(18px,2.1vw,22px);
    font-weight:600;
    color:#000;
    margin-bottom:30px;
  }

  /* FEATURE GRID */
  .t10-grid{
    max-width:980px;
    margin:0 auto 28px;
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr)); /* 4 + 4 + 2 layout on desktop */
    gap:12px;
  }

  .t10-tab{
    position:relative;
    border-radius:16px;
    padding:10px 10px 10px 14px;
    background:linear-gradient(135deg,rgba(15,23,42,.9),rgba(30,64,175,.85));
    border:1px solid rgba(148,163,184,.6);
    color:#e5e7eb;
    font-size:13px;
    font-weight:600;
    display:flex;
    align-items:center;
    gap:8px;
    cursor:pointer;
    text-align:left;
    box-shadow:0 10px 22px rgba(15,23,42,.7);
    overflow:hidden;
    transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease,opacity .18s ease;
  }

  .t10-tab .num{
    width:22px;height:22px;
    border-radius:999px;
    display:flex;
    align-items:center;justify-content:center;
    background:radial-gradient(circle at 30% 20%,#f9fafb,#fee2e2);
    color:#020617;
    font-size:11px;
    font-weight:800;
    flex-shrink:0;
  }
  .t10-tab .label{
    line-height:1.3;
  }

  .t10-tab::before{
    content:"";
    position:absolute;
    inset:-40%;
    background:conic-gradient(from 180deg,var(--t10-pink),var(--t10-indigo),var(--t10-cyan),var(--t10-pink));
    opacity:0;
    transition:opacity .2s ease;
    z-index:-1;
  }

  .t10-tab.active{
    border-color:transparent;
    background:radial-gradient(circle at 0 0,rgba(251,113,133,.18),transparent 55%),
               radial-gradient(circle at 100% 100%,rgba(96,165,250,.18),transparent 55%),
               linear-gradient(135deg,rgba(236,72,153,.95),rgba(99,102,241,.92));
    box-shadow:0 18px 40px rgba(59,130,246,.65);
    transform:translateY(-2px);
  }
  .t10-tab.active::before{opacity:.5;}
  .t10-tab:hover{transform:translateY(-1px);box-shadow:0 14px 30px rgba(15,23,42,.85);}

  /* PANEL WRAP */
  .t10-panel-shell{
    max-width:1040px;
    margin:0 auto;
    padding:1px;
    border-radius:26px;
    background:linear-gradient(135deg,var(--t10-pink),var(--t10-indigo),var(--t10-cyan));
    box-shadow:0 26px 70px rgba(15,23,42,.95);
  }

  .t10-panel{
    border-radius:24px;
    background:radial-gradient(circle at 0 0,#0f172a,#020617 50%,#020617 70%);
    padding:26px 26px 28px;
    display:grid;
    grid-template-columns:minmax(0,1.6fr) minmax(0,1.2fr);
    gap:26px;
    color:#e5e7eb;
    transition:opacity .25s ease,transform .25s ease;
  }
  .t10-panel.t10-switching{
    opacity:0;
    transform:translateY(6px);
  }

  .t10-copy{}
  .t10-eyebrow{
    font-size:12px;
    letter-spacing:.18em;
    text-transform:uppercase;
    font-weight:700;
    color:#9ca3af;
    margin-bottom:6px;
  }
  .t10-title{
    font-size:22px;
    font-weight:800;
    margin-bottom:10px;
  }
  .t10-title span{color:#a5b4fc;}
  .t10-desc{
    font-size:15px;
    line-height:1.8;
    color:#d1d5db;
    margin-bottom:10px;
  }

  .t10-bullets{
    list-style:none;
    padding-left:0;
    margin:0;
    font-size:14px;
  }
  .t10-bullets li{
    display:flex;
    gap:8px;
    align-items:flex-start;
    margin-bottom:6px;
  }
  .t10-bullets .dot{
    color:var(--t10-pink);
    font-size:18px;
    line-height:1;
  }

  /* DEMO CARD */
  .t10-demo{
    border-radius:18px;
    padding:14px 16px 18px;
    background:radial-gradient(circle at 0 0,#f97316,#ec4899);
    box-shadow:0 16px 40px rgba(15,23,42,.9);
    display:flex;
    flex-direction:column;
    gap:10px;
    transition:opacity .25s ease,transform .25s ease;
  }
  .t10-demo.t10-switching{
    opacity:0;
    transform:translateY(6px);
  }

  .t10-demo-label{
    font-size:12px;
    letter-spacing:.18em;
    text-transform:uppercase;
    font-weight:700;
    color:#fee2e2;
  }
  .t10-demo-title{
    font-size:15px;
    font-weight:700;
    color:#f9fafb;
  }

  .t10-demo-video{
    position:relative;
    border-radius:14px;
    border:1px solid rgba(15,23,42,.9);
    background:#020617;
    padding:36px 16px 30px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:14px;
    text-align:center;
    color:#e5e7eb;
    font-size:11px;
    letter-spacing:.18em;
    text-transform:uppercase;
  }

  /* Decorative mini timeline */
  .t10-timeline{
    width:100%;
    max-width:260px;
    height:56px;
    border-radius:10px;
    background:radial-gradient(circle at 0 0,#0f172a,#020617);
    border:1px solid rgba(148,163,184,.3);
    padding:6px 10px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    position:relative;
    overflow:hidden;
  }
  .t10-timeline .lane{
    height:10px;
    border-radius:999px;
    background:linear-gradient(90deg,rgba(236,72,153,.9),rgba(56,189,248,.9));
  }
  .t10-timeline .lane-b{
    width:80%;
    opacity:.75;
  }
  .t10-timeline .lane-c{
    width:60%;
    opacity:.6;
  }
  .t10-timeline .lane-a{width:100%;}
  .t10-timeline .playhead{
    position:absolute;
    top:0;
    bottom:0;
    left:55%;
    width:2px;
    background:#e5e7eb;
    box-shadow:0 0 8px rgba(248,250,252,.8);
  }

  .t10-demo-play{
    position:absolute;
    left:12px;
    bottom:10px;
    padding:7px 11px;
    border-radius:999px;
    background:rgba(15,23,42,.9);
    border:1px solid rgba(148,163,184,.6);
    display:flex;
    align-items:center;
    gap:6px;
    font-size:10px;
    letter-spacing:.18em;
    text-transform:uppercase;
  }
  .t10-demo-play .play-icon{
    width:18px;height:18px;
    border-radius:999px;
    display:flex;
    align-items:center;justify-content:center;
    background:radial-gradient(circle at 30% 20%,#fefce8,#fee2e2);
    color:#0f172a;
    font-size:10px;
  }

  @media (max-width:900px){
    .t10-panel{
      grid-template-columns:1fr;
      padding:22px 18px 24px;
    }
    .t10-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  }
  @media (max-width:640px){
    .t10-section{padding:70px 16px 80px;}
    .t10-grid{grid-template-columns:minmax(0,1fr);}
    .t10-demo-video{font-size:10px;}
  }

/* ========== Inline Style Block 16 ========== */
.tp-cta {
    padding: 80px 16px 30px;
    background: #ffffff;
  }

  .tp-cta-inner {
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
   
  }

.tp-cta-eyebrow {
    max-width: 960px;
    margin: 24px auto 0;
    font-size: 18px;
    line-height: 1.6;
    color: #fff;
    font-weight: 500;
    text-align: center;
}

.tp-cta-title {
    margin: 20px auto 0px;
    font-size: 32px;
    line-height: 1.3;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

  .tp-cta-title span {
    font-weight: 700;
  }

  .tp-cta-button {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px 64px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ff7a3c 0%, #ff3f7c 40%, #b027ff 100%);
    color: #ffffff;
    text-decoration: none;
    font-weight: 800;
    font-size: 26px;
    letter-spacing: 0.02em;
    box-shadow: 0 18px 40px rgba(255, 67, 132, 0.35);
    transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
    margin-bottom: 26px;
  }

  .tp-cta-button-line1 {
    text-transform: none;
  }

  .tp-cta-button-line2 {
    font-size: 24px;
    margin-top: 4px;
  }

  .tp-cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 45px rgba(255, 67, 132, 0.45);
    filter: brightness(1.05);
  }

  .tp-cta-subline {
    margin: 0 auto 26px;
    font-size: 17px;
    color: #222222;
  }

  .tp-cta-subline .divider {
    margin: 0 8px;
    opacity: 0.45;
  }

  .tp-cta-trust {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 18px;
    margin-bottom: 40px;
  }

  .tp-cta-payments img {
    height: 40px;
    margin: 0 4px;
    object-fit: contain;
  }

  .tp-cta-guarantee img {
    height: 64px;
    object-fit: contain;
  }

  .tp-cta-bottom {
    margin: 0;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 600;
    color: #111111;
  }

  /* -------- Responsive tweaks -------- */
  @media (max-width: 768px) {
    .tp-cta {
      padding: 60px 16px 80px;
    }

    .tp-cta-title {
      font-size: 24px;
    }

    .tp-cta-button {
      width: 100%;
      max-width: 420px;
      padding: 20px 20px;
      font-size: 22px;
    }

    .tp-cta-button-line2 {
      font-size: 20px;
    }

    .tp-cta-bottom {
      font-size: 20px;
    }

    .tp-cta-trust {
      gap: 12px;
    }

    .tp-cta-payments img {
      height: 32px;
    }

    .tp-cta-guarantee img {
      height: 56px;
    }
  }

/* ========== Inline Style Block 17 ========== */
.launch-timeline {
    padding: 50px 20px;
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 50%, #f1f5f9 100%);
    font-family: "Nunito", sans-serif;
    position: relative;
    overflow: hidden;
  }

  .launch-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(255, 31, 140, 0.05) 0%, transparent 50%),
                radial-gradient(circle at 80% 50%, rgba(123, 97, 255, 0.05) 0%, transparent 50%);
    pointer-events: none;
  }

  .launch-timeline-inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }

  .launch-timeline-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-top: 40px;
  }

  .launch-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 20px 12px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.08),
                0 2px 8px rgba(0, 0, 0, 0.04);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(255, 255, 255, 0.8);
}

  .launch-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12),
                0 4px 12px rgba(0, 0, 0, 0.08);
  }

  .launch-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-radius: 24px 24px 0 0;
  }
  .launch-card img {
    width: 100%;
}
  .launch-card-pink {
    background: linear-gradient(135deg, #fff1f8 0%, #ffeef6 100%);
  }

  .launch-card-pink::before {
    background: linear-gradient(90deg, #ff1f8c 0%, #ff6bb3 100%);
  }

  .launch-card-blue {
    background: linear-gradient(135deg, #eff6ff 0%, #e0f2fe 100%);
  }

  .launch-card-blue::before {
    background: linear-gradient(90deg, #3b82f6 0%, #60a5fa 100%);
  }

  .launch-card-purple {
    background: linear-gradient(135deg, #f5f3ff 0%, #ede9fe 100%);
  }

  .launch-card-purple::before {
    background: linear-gradient(90deg, #7b61ff 0%, #a78bfa 100%);
  }

  .launch-card-illustration {
    width: 100%;
    height: 180px;
    position: relative;
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .illustration-money {
    position: relative;
    width: 140px;
    height: 140px;
  }

  .money-stack {
    position: absolute;
    width: 100px;
    height: 80px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border-radius: 8px;
    box-shadow: 0 8px 16px rgba(16, 185, 129, 0.3);
    transform: perspective(300px) rotateX(15deg);
  }

  .money-stack::before {
    content: '$';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    font-weight: 900;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  }

  .money-stack:nth-child(1) {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) perspective(300px) rotateX(15deg);
    z-index: 3;
  }

  .money-stack:nth-child(2) {
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%) perspective(300px) rotateX(15deg) scale(0.95);
    opacity: 0.8;
    z-index: 2;
  }

  .money-stack:nth-child(3) {
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%) perspective(300px) rotateX(15deg) scale(0.9);
    opacity: 0.6;
    z-index: 1;
  }

  .gift-box {
    position: absolute;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    border-radius: 6px;
    top: 20px;
    right: 20px;
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.4);
  }

  .gift-box::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 3px;
    background: #fbbf24;
    transform: translateY(-50%);
  }

  .gift-box::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #fbbf24;
    transform: translateX(-50%);
  }

  .trophy {
    position: absolute;
    width: 40px;
    height: 50px;
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    border-radius: 20px 20px 0 0;
    bottom: 10px;
    left: 10px;
    box-shadow: 0 4px 12px rgba(251, 191, 36, 0.4);
  }

  .trophy::before {
    content: '';
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #fbbf24;
  }

  .illustration-laptop {
    position: relative;
    width: 180px;
    height: 120px;
  }

  .laptop-base {
    width: 180px;
    height: 100px;
    background: linear-gradient(135deg, #cbd5e1 0%, #94a3b8 100%);
    border-radius: 8px 8px 2px 2px;
    position: relative;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  }

  .laptop-screen {
    width: 160px;
    height: 100px;
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    border-radius: 4px;
    position: absolute;
    top: 4px;
    left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .laptop-character {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    border-radius: 50%;
    position: relative;
    animation: wave 2s ease-in-out infinite;
  }

  .laptop-character::before {
    content: '';
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    background: #78350f;
    border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  }

  .laptop-character::after {
    content: '';
    position: absolute;
    top: 15px;
    left: -8px;
    width: 15px;
    height: 20px;
    background: #ef4444;
    border-radius: 0 50% 50% 0;
    animation: wave-arm 2s ease-in-out infinite;
  }

  @keyframes wave {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-5px) rotate(5deg); }
  }

  @keyframes wave-arm {
    0%, 100% { transform: rotate(0deg); }
    50% { transform: rotate(20deg); }
  }

  .laptop-mug {
    position: absolute;
    width: 30px;
    height: 35px;
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    border-radius: 0 0 4px 4px;
    bottom: 10px;
    left: -20px;
    box-shadow: 0 2px 8px rgba(251, 191, 36, 0.3);
  }

  .laptop-mug::before {
    content: '';
    position: absolute;
    top: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 35px;
    height: 8px;
    background: #fbbf24;
    border-radius: 4px;
  }

  .laptop-phone {
    position: absolute;
    width: 20px;
    height: 35px;
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    border-radius: 4px;
    bottom: 10px;
    right: -15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  }

  .illustration-rocket {
    position: relative;
    width: 200px;
    height: 160px;
  }

  .rocket-laptop {
    width: 140px;
    height: 90px;
    background: linear-gradient(135deg, #a78bfa 0%, #7b61ff 100%);
    border-radius: 8px;
    position: relative;
    margin: 0 auto;
    box-shadow: 0 8px 24px rgba(123, 97, 255, 0.3);
  }

  .rocket-laptop::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 10px;
    width: 120px;
    height: 60px;
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    border-radius: 4px;
  }

  .rocket-laptop::after {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100px;
    height: 40px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border-radius: 2px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
  }

  .rocket {
    position: absolute;
    width: 50px;
    height: 80px;
    background: linear-gradient(135deg, #ec4899 0%, #db2777 100%);
    border-radius: 50% 50% 0 0;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 4px 16px rgba(236, 72, 153, 0.4);
    animation: rocket-launch 3s ease-in-out infinite;
  }

  .rocket::before {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 20px solid #ec4899;
  }

  .rocket-smoke {
    position: absolute;
    width: 30px;
    height: 40px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, transparent 70%);
    border-radius: 50%;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    animation: smoke 2s ease-out infinite;
  }

  .rocket-smoke::before,
  .rocket-smoke::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 30px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.6) 0%, transparent 70%);
    border-radius: 50%;
    bottom: -10px;
  }

  .rocket-smoke::before {
    left: -15px;
  }

  .rocket-smoke::after {
    right: -15px;
  }

  @keyframes rocket-launch {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(-10px); }
  }

  @keyframes smoke {
    0% { opacity: 0.8; transform: translateX(-50%) scale(1); }
    100% { opacity: 0; transform: translateX(-50%) scale(1.5) translateY(-10px); }
  }

  .launch-card-label {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
  .launch-card-label-pink {
    background: linear-gradient(135deg, #ff1f8c 0%, #ff6bb3 100%);
    color: #ffffff;
    margin-top: 20px;
}

  .launch-card-label-blue {
    background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);
    color: #ffffff;
  }

  .launch-card-label-purple {
    background: linear-gradient(135deg, #7b61ff 0%, #a78bfa 100%);
    color: #ffffff;
  }

  .launch-card-title {
    font-size: 28px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 8px;
    color: #0f172a;
    letter-spacing: -0.5px;
}

  .launch-card-text {
    font-size: 18px;
    line-height: 1.6;
    color: #475569;
    margin-bottom: 12px;
    font-weight: 500;
  }

  .launch-card-subtitle {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    margin-top: 20px;
    margin-bottom: 8px;
    display: inline-block;
    padding: 6px 16px;
    border-radius: 12px;
  }

  .launch-card-subtitle-pink {
    background: rgba(255, 31, 140, 0.1);
    color: #ff1f8c;
  }

  .launch-card-subtitle-blue {
    background: rgba(59, 130, 246, 0.1);
    color: #3b82f6;
  }

  .launch-card-subtitle-purple {
    background: rgba(123, 97, 255, 0.1);
    color: #7b61ff;
  }

  @media (max-width: 1024px) {
    .launch-timeline-cards {
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 24px;
    }
  }

  @media (max-width: 768px) {
    .launch-timeline {
      padding: 60px 20px;
    }

    .launch-timeline-cards {
      grid-template-columns: 1fr;
      gap: 20px;
    }

    .launch-card {
      padding: 32px 24px;
    }

    .launch-card-title {
      font-size: 28px;
    }

    .launch-card-text {
      font-size: 16px;
    }
  }

  @media (max-width: 480px) {
    .launch-card-illustration {
      height: 150px;
    }

    .launch-card-title {
      font-size: 24px;
    }
  }

  /* ===================== PROMOTIONAL RESOURCES SECTION ===================== */
  .promo-resources {
    padding: 80px 20px;
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 25%, #f1f5f9 50%, #ffffff 75%, #f8fafc 100%);
    position: relative;
    overflow: hidden;
  }

  .promo-resources::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
      radial-gradient(circle at 20% 30%, rgba(99, 102, 241, 0.08) 0%, transparent 50%),
      radial-gradient(circle at 80% 70%, rgba(236, 72, 153, 0.08) 0%, transparent 50%),
      radial-gradient(circle at 50% 50%, rgba(59, 130, 246, 0.05) 0%, transparent 60%);
    pointer-events: none;
  }

  .promo-resources::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
      repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255, 255, 255, 0.03) 35px, rgba(255, 255, 255, 0.03) 70px);
    pointer-events: none;
  }

  .promo-resources-inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }

  .promo-resources-heading {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    color: #1e40af;
    margin-bottom: 60px;
    line-height: 1.2;
    letter-spacing: -0.5px;
  }

  .promo-resources-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 100%;
    margin: 0 auto;
  }

  .promo-resource-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 32px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    border: none;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15),
                0 4px 8px rgba(0, 0, 0, 0.1);
  }

  /* Button 1 - Blue/Purple Gradient */
  .promo-btn-1 {
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 50%, #4338ca 100%);
    box-shadow: 0 8px 24px rgba(99, 102, 241, 0.35),
                0 4px 8px rgba(99, 102, 241, 0.25);
  }

  .promo-btn-1:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(99, 102, 241, 0.45),
                0 6px 12px rgba(99, 102, 241, 0.35);
    background: linear-gradient(135deg, #4f46e5 0%, #4338ca 50%, #3730a3 100%);
    color: #ffffff;
  }

  /* Button 2 - Pink/Magenta Gradient */
  .promo-btn-2 {
    background: linear-gradient(135deg, #ec4899 0%, #db2777 50%, #be185d 100%);
    box-shadow: 0 8px 24px rgba(236, 72, 153, 0.35),
                0 4px 8px rgba(236, 72, 153, 0.25);
  }

  .promo-btn-2:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(236, 72, 153, 0.45),
                0 6px 12px rgba(236, 72, 153, 0.35);
    background: linear-gradient(135deg, #db2777 0%, #be185d 50%, #9f1239 100%);
    color: #ffffff;
  }

  /* Button 3 - Orange/Red Gradient */
  .promo-btn-3 {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 50%, #c2410c 100%);
    box-shadow: 0 8px 24px rgba(249, 115, 22, 0.35),
                0 4px 8px rgba(249, 115, 22, 0.25);
  }

  .promo-btn-3:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(249, 115, 22, 0.45),
                0 6px 12px rgba(249, 115, 22, 0.35);
    background: linear-gradient(135deg, #ea580c 0%, #c2410c 50%, #9a3412 100%);
    color: #ffffff;
  }

  /* Button 4 - Green/Teal Gradient */
  .promo-btn-4 {
    background: linear-gradient(135deg, #10b981 0%, #059669 50%, #047857 100%);
    box-shadow: 0 8px 24px rgba(16, 185, 129, 0.35),
                0 4px 8px rgba(16, 185, 129, 0.25);
  }

  .promo-btn-4:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(16, 185, 129, 0.45),
                0 6px 12px rgba(16, 185, 129, 0.35);
    background: linear-gradient(135deg, #059669 0%, #047857 50%, #065f46 100%);
    color: #ffffff;
  }

  /* Button 5 - Purple/Blue Gradient */
  .promo-btn-5 {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 50%, #6d28d9 100%);
    box-shadow: 0 8px 24px rgba(139, 92, 246, 0.35),
                0 4px 8px rgba(139, 92, 246, 0.25);
  }

  .promo-btn-5:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(139, 92, 246, 0.45),
                0 6px 12px rgba(139, 92, 246, 0.35);
    background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 50%, #5b21b6 100%);
    color: #ffffff;
  }

  /* Button 6 - Cyan/Blue Gradient */
  .promo-btn-6 {
    background: linear-gradient(135deg, #06b6d4 0%, #0891b2 50%, #0e7490 100%);
    box-shadow: 0 8px 24px rgba(6, 182, 212, 0.35),
                0 4px 8px rgba(6, 182, 212, 0.25);
  }

  .promo-btn-6:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(6, 182, 212, 0.45),
                0 6px 12px rgba(6, 182, 212, 0.35);
    background: linear-gradient(135deg, #0891b2 0%, #0e7490 50%, #155e75 100%);
    color: #ffffff;
  }

  .promo-resource-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
    transition: left 0.5s;
  }

  .promo-resource-btn:hover::before {
    left: 100%;
  }

  .promo-resource-btn:hover {
    color: #ffffff;
  }

  .promo-resource-btn:active {
    transform: translateY(-2px);
    color: #ffffff;
  }

  .promo-resource-btn span {
    position: relative;
    z-index: 1;
  }

  @media (max-width: 968px) {
    .promo-resources-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
    }

    .promo-resources-heading {
      font-size: 36px;
      margin-bottom: 50px;
    }
  }

  @media (max-width: 640px) {
    .promo-resources {
      padding: 60px 20px;
    }

    .promo-resources-heading {
      font-size: 28px;
      margin-bottom: 40px;
      padding: 0 10px;
    }

    .promo-resources-grid {
      grid-template-columns: 1fr;
      gap: 16px;
    }

    .promo-resource-btn {
      padding: 20px 24px;
      font-size: 14px;
    }
  }

  /* ===================== CONVERSION FUNNEL SECTION ===================== */
  .conversion-funnel {
    padding: 70px 20px;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 25%, #0f172a 50%, #1e293b 75%, #0f172a 100%);
    position: relative;
    overflow: hidden;
  }

  .conversion-funnel::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
      radial-gradient(circle at 20% 30%, rgba(99, 102, 241, 0.15) 0%, transparent 50%),
      radial-gradient(circle at 80% 70%, rgba(236, 72, 153, 0.15) 0%, transparent 50%),
      radial-gradient(circle at 50% 50%, rgba(59, 130, 246, 0.1) 0%, transparent 60%);
    pointer-events: none;
  }

  .conversion-funnel-inner {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }

  .conversion-funnel-title {
    text-align: center;
    font-size: 56px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 80px;
    line-height: 1.2;
    letter-spacing: -1px;
    text-shadow: 0 4px 20px rgba(255, 255, 255, 0.1);
  }

  .funnel-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    position: relative;
  }

  .funnel-card {
    background: #ffffff;
    border-radius: 20px;
    width: 280px;
    min-height: 500px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3),
                0 8px 24px rgba(0, 0, 0, 0.2),
                inset 0 1px 0 rgba(255, 255, 255, 0.9);
    overflow: hidden;
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(255, 255, 255, 0.2);
  }

  .funnel-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4),
                0 12px 32px rgba(0, 0, 0, 0.3),
                inset 0 1px 0 rgba(255, 255, 255, 0.9);
  }

  .funnel-card-banner {
    padding: 16px 20px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    text-align: center;
    position: relative;
    overflow: hidden;
  }

  .funnel-card-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s;
  }

  .funnel-card:hover .funnel-card-banner::before {
    left: 100%;
  }

  .funnel-banner-blue {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 50%, #1d4ed8 100%);
  }

  .funnel-banner-red {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 50%, #b91c1c 100%);
  }

  .funnel-banner-yellow {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 50%, #d97706 100%);
  }

  .funnel-banner-purple {
    background: linear-gradient(135deg, #a855f7 0%, #9333ea 50%, #7e22ce 100%);
  }

  .funnel-banner-cyan {
    background: linear-gradient(135deg, #06b6d4 0%, #0891b2 50%, #0e7490 100%);
  }

  .funnel-banner-green {
    background: linear-gradient(135deg, #10b981 0%, #059669 50%, #047857 100%);
  }

  .funnel-card-content {
    padding: 24px 20px;
    color: #1e293b;
  }

  .funnel-card-product {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.3;
    color: #0f172a;
  }

  .funnel-card-frontend .funnel-card-product {
    color: #2563eb;
  }

  .funnel-card-oto1 .funnel-card-product {
    color: #dc2626;
  }

  .funnel-card-oto2 .funnel-card-product {
    color: #d97706;
  }

  .funnel-card-oto3 .funnel-card-product {
    color: #9333ea;
  }

  .funnel-card-oto4 .funnel-card-product {
    color: #0891b2;
  }

  .funnel-card-oto5 .funnel-card-product {
    color: #059669;
  }

  .funnel-card-description {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 16px;
    color: #475569;
    font-weight: 500;
  }

  .funnel-card-features {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
  }
.funnel-card-features li {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
    color: #000;
    font-weight: 500;
}

  .funnel-card-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #10b981;
    font-weight: 700;
    font-size: 14px;
  }

  .funnel-card-price {
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    color: #ffffff;
    padding: 16px;
    border-radius: 12px;
    margin-top: auto;
    border: 2px solid rgba(255, 255, 255, 0.3);
  }

  .funnel-card-frontend .funnel-card-price {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 50%, #1d4ed8 100%);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
  }

  .funnel-card-oto1 .funnel-card-price {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 50%, #b91c1c 100%);
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
  }

  .funnel-card-oto2 .funnel-card-price {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 50%, #d97706 100%);
    box-shadow: 0 4px 12px rgba(251, 191, 36, 0.3);
  }

  .funnel-card-oto3 .funnel-card-price {
    background: linear-gradient(135deg, #a855f7 0%, #9333ea 50%, #7e22ce 100%);
    box-shadow: 0 4px 12px rgba(168, 85, 247, 0.3);
  }

  .funnel-card-oto4 .funnel-card-price {
    background: linear-gradient(135deg, #06b6d4 0%, #0891b2 50%, #0e7490 100%);
    box-shadow: 0 4px 12px rgba(6, 182, 212, 0.3);
  }

  .funnel-card-oto5 .funnel-card-price {
    background: linear-gradient(135deg, #10b981 0%, #059669 50%, #047857 100%);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
  }

  .funnel-arrow {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
  }

  .funnel-arrow svg {
    width: 100%;
    height: 100%;
  }

  .funnel-arrow-pink {
    color: #ec4899;
    filter: drop-shadow(0 4px 8px rgba(236, 72, 153, 0.4));
  }

  .funnel-arrow-orange {
    color: #f97316;
    filter: drop-shadow(0 4px 8px rgba(249, 115, 22, 0.4));
  }

  .funnel-arrow-purple {
    color: #a855f7;
    filter: drop-shadow(0 4px 8px rgba(168, 85, 247, 0.4));
  }

  .funnel-arrow-cyan {
    color: #06b6d4;
    filter: drop-shadow(0 4px 8px rgba(6, 182, 212, 0.4));
  }

  .funnel-arrow-green {
    color: #10b981;
    filter: drop-shadow(0 4px 8px rgba(16, 185, 129, 0.4));
  }

  @media (max-width: 1400px) {
    .funnel-container {
      gap: 15px;
    }

    .funnel-card {
      width: 260px;
      min-height: 480px;
    }

    .funnel-arrow {
      width: 50px;
      height: 50px;
    }
  }

  @media (max-width: 1200px) {
    .funnel-container {
      flex-direction: column;
      align-items: center;
    }

    .funnel-card {
      width: 100%;
      max-width: 400px;
      min-height: auto;
    }

    .funnel-arrow {
      transform: rotate(90deg);
      width: 40px;
      height: 40px;
      margin: 10px 0;
    }
  }

  @media (max-width: 768px) {
    .conversion-funnel {
      padding: 60px 20px;
    }

    .conversion-funnel-title {
      font-size: 36px;
      margin-bottom: 50px;
    }

    .funnel-card {
      max-width: 100%;
    }

    .funnel-card-content {
      padding: 20px 16px;
    }

    .funnel-card-product {
      font-size: 20px;
    }

    .funnel-card-description {
      font-size: 12px;
    }

    .funnel-card-features li {
      font-size: 11px;
    }

    .funnel-card-price {
      font-size: 24px;
      padding: 12px;
    }
  }

  @media (max-width: 480px) {
    .conversion-funnel-title {
      font-size: 28px;
      margin-bottom: 40px;
    }

    .funnel-card-banner {
      padding: 12px 16px;
      font-size: 12px;
    }
  }

/* ========== Inline Style Block 18 ========== */
/* Fully scoped */
  #tpContestV2{
    font-family: "Nunito", sans-serif;
    padding: 30px 16px;
    background: radial-gradient(1100px 700px at 50% 0%, rgba(99,102,241,.10), transparent 60%),
                radial-gradient(900px 600px at 10% 70%, rgba(56,189,248,.10), transparent 55%),
                radial-gradient(900px 600px at 95% 70%, rgba(34,197,94,.08), transparent 55%),
                #f6f8fb;
  }
  #tpContestV2 *{ box-sizing:border-box; }

  #tpContestV2 .grid{
    max-width: 1080px;
    margin: 0 auto;
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    align-items: start;
  }

  #tpContestV2 .panel{
    background: #ffffff;
    border: 1px solid rgba(148,163,184,.40);
    border-radius: 14px;
    box-shadow: 0 18px 50px rgba(2,6,23,.08);
    padding: 22px 18px 18px;
  }

  #tpContestV2 .heading{
    text-align:center;
    font-size: 34px;
    font-weight: 900;
    color: #3f2bb6;
    margin: 0 0 10px;
  }

  #tpContestV2 .dates{
    text-align:center;
    font-size: 13px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.45;
    margin: 0 0 10px;
  }

  #tpContestV2 .caret{
    width: 0; height: 0;
    margin: 6px auto 16px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 12px solid rgba(148,163,184,.55);
    opacity: .55;
  }

  #tpContestV2 .list{
    display:flex;
    flex-direction:column;
    gap: 14px;
    margin: 0 0 16px;
  }

  /* Prize row like screenshot */
  #tpContestV2 .item{
    border-radius: 10px;
    padding: 16px 16px;
    border: 3px solid #e5e7eb;
    background: #f8fafc;
    display:flex;
    gap: 12px;
    align-items:center;
    position: relative;
  }

  #tpContestV2 .trophy {
    width: 64px;
    height: 64px;
    min-width: 44px;
    flex-shrink: 0;
    display: grid;
    place-items: center;
    font-size: 33px;
    border-radius: 10px;
    background: rgba(0,0,0,.02);
    position: absolute;
    right: 11px;
    left: inherit;
    background: #fff;
}

  #tpContestV2 .label{
    font-size: 26px;
    font-weight: 900;
    color: #334155;
    line-height: 1.05;
    margin-bottom: 6px;
  }

  #tpContestV2 .amount{
    font-size: 26px;
    font-weight: 900;
    letter-spacing: .2px;
    line-height: 1.05;
  }

  /* Colors exactly like screenshot feel */
  #tpContestV2 .gold{ border-color:#fbbf24; background: rgba(253,230,138,.18); }
  #tpContestV2 .gold .amount{ color:#e11d48; }

  #tpContestV2 .blue{ border-color:#60a5fa; background: rgba(96,165,250,.15); }
  #tpContestV2 .blue .amount{ color:#1d4ed8; }

  #tpContestV2 .green{ border-color:#4ade80; background: rgba(74,222,128,.15); }
  #tpContestV2 .green .amount{ color:#16a34a; }

  #tpContestV2 .gray{ border-color:#d1d5db; background: rgba(148,163,184,.10); }
  #tpContestV2 .gray .amount{ color:#334155; }

  #tpContestV2 .team{
    text-align:center;
    margin: 8px 0 6px;
    font-size: 16px;
    font-weight: 900;
    color: #ef4444;
  }

  #tpContestV2 .note{
    text-align:center;
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    color: rgba(15,23,42,.72);
    line-height: 1.45;
  }

  @media (max-width: 920px){
    #tpContestV2 .grid{ grid-template-columns: 1fr; }
  }
  @media (max-width: 520px){
    #tpContestV2 .heading{ font-size: 28px; }
    #tpContestV2 .label, #tpContestV2 .amount{ font-size: 22px; }
  }

/* ========== Inline Style Block 19 ========== */
.tp-testimonials {
    padding: 80px 16px 30px;
    background: #fff;
  
  }

  .tp-testimonials-inner {
    max-width: 1120px;
    margin: 0 auto;
    text-align: center;
  }

.tp-testimonials-eyebrow {
    margin: 0 0 8px;
    font-size: 28px;
    font-weight: 700;
    text-transform: capitalize;
    color: #ff2b8b;
}

.tp-testimonials-sub {
    margin: 0 0 48px;
    font-size: 28px;
    color: #333;
    font-weight: 700;
    color: #ff2b8b;
}

  .tp-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 10px;
  }

  .tp-test-card {
    position: relative;
    text-align: left;
    padding: 22px 22px 24px;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.03);
    overflow: hidden;
  }

  /* subtle pastel overlays – different vibe for each card */
  .tp-test-card-a { background: linear-gradient(135deg, #ffe5f3 0%, #ffffff 55%, #ffeafc 100%); }
  .tp-test-card-b { background: linear-gradient(135deg, #e3f5ff 0%, #ffffff 55%, #e8f4ff 100%); }
  .tp-test-card-c { background: linear-gradient(135deg, #fff2d9 0%, #ffffff 55%, #ffeedf 100%); }
  .tp-test-card-d { background: linear-gradient(135deg, #e9ffe9 0%, #ffffff 55%, #f0fff2 100%); }
  .tp-test-card-e { background: linear-gradient(135deg, #f3ecff 0%, #ffffff 55%, #f7f0ff 100%); }
  .tp-test-card-f { background: linear-gradient(135deg, #ffeef2 0%, #ffffff 55%, #ffe9eb 100%); }

.tp-test-avatar {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.tp-test-avatar img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    display: block;
    border-radius: 10000px;
    border: 1px solid #ff3457;
}

  .tp-test-name {
    margin: 0 0 2px;
    font-size: 18px;
    font-weight: 700;
    color: #111;
  }

.tp-test-role {
    margin: 0 0 3px;
    font-size: 13px;
    color: #777;
    font-style: italic;
    line-height: 1.2;
    position: relative;
    top: 3px;
}
  .tp-test-quote {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #222;
  }

  .tp-test-quote span {
    color: #ff2b8b;
    font-weight: 700;
  }

  .tp-test-bottom {
    text-align: center;
  }

 .tp-test-bottom-top {
    margin: 0 0 6px;
    font-size: 21px;
    color: #555;
}

.tp-test-bottom-mid {
    margin: 0 0 4px;
    font-size: 25px;
    font-weight: 600;
}

.tp-test-bottom-bottom {
    margin: 0;
    font-size: 39px;
    font-weight: 800;
    color: #ff2b8b;
    margin: 11px auto 20px;
    display: table;
    background: #fff;
    padding: 4px 17px;
    border-radius: 10px;
}

  .tp-not {
    color: #ff2b8b;
    text-transform: uppercase;
  }

  .tp-results {
    text-transform: uppercase;
  }

  /* Hover effect */
  .tp-test-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.08);
    transition: all 0.18s ease;
  }

  /* Responsive */
  @media (max-width: 992px) {
    .tp-testimonials-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 640px) {
    .tp-testimonials {
      padding: 60px 16px 70px;
    }

    .tp-testimonials-grid {
      grid-template-columns: minmax(0, 1fr);
    }

    .tp-test-card {
      padding: 18px 18px 20px;
    }
  }

/* ========== Inline Style Block 20 ========== */
/* Space Grotesk everywhere for this section */
  @import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap');

  :root {
    --tp-body-size: 15px;
    --tp-head-size: 20px;
  }

  .tp-income {
    padding: 90px 16px 100px;
    background: radial-gradient(circle at top, #ffe9ff 0, #fdf7ff 35%, #f3fbff 75%, #ecfff9 100%);
    font-family: "Nunito", sans-serif;
  }

  .tp-income-inner {
    max-width: 1160px;
    margin: 0 auto;
    color: #111;
    font-size: var(--tp-body-size);
  }

  /* Top heading block */
  .tp-income-head {
    text-align: center;
    margin-bottom: 52px;
  }

  .tp-income-highlight {
    display: inline-block;
    padding: 8px 24px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ffe600, #ffef8a);
    font-weight: 800;
    font-size: var(--tp-head-size);
  }

.tp-income-eyebrow {
    margin: 10px 0 14px;
    color: #555;
    font-size: var(--tp-body-size);
    font-size: 20px;
}

  .tp-income-lead {
    margin: 0 0 12px;
    line-height: 1.6;
    font-size: var(--tp-body-size);
  }

  .tp-income-lead em {
    font-style: italic;
  }
.tp-income-intro {
    margin: 0;
    font-size: var(--tp-body-size);
    font-weight: 500;
    font-size: 20px;
    margin: 41px 0 0;
}

  /* Grid */
  .tp-income-grid {
    margin-top: 38px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .money-card {
    position: relative;
    padding: 20px 22px 22px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.03);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.05);
    overflow: hidden;
  }

  /* Soft gradient strip in the corner */
  .money-card::before {
    content: "";
    position: absolute;
    inset: -40px -40px auto auto;
    background: radial-gradient(circle at top right, rgba(255, 91, 165, 0.35), transparent 60%);
    opacity: 0.75;
    pointer-events: none;
  }

  /* Color variations per card */
  .money-card-2::before { background: radial-gradient(circle at top right, rgba(255, 132, 91, 0.35), transparent 60%); }
  .money-card-3::before { background: radial-gradient(circle at top right, rgba(255, 208, 0, 0.35), transparent 60%); }
  .money-card-4::before { background: radial-gradient(circle at top right, rgba(0, 193, 255, 0.35), transparent 60%); }
  .money-card-5::before { background: radial-gradient(circle at top right, rgba(123, 104, 238, 0.35), transparent 60%); }
  .money-card-6::before { background: radial-gradient(circle at top right, rgba(0, 214, 170, 0.35), transparent 60%); }
  .money-card-7::before { background: radial-gradient(circle at top right, rgba(255, 145, 0, 0.35), transparent 60%); }
  .money-card-8::before { background: radial-gradient(circle at top right, rgba(0, 132, 255, 0.35), transparent 60%); }
  .money-card-9::before { background: radial-gradient(circle at top right, rgba(234, 95, 172, 0.35), transparent 60%); }
  .money-card-10::before { background: radial-gradient(circle at top right, rgba(0, 200, 120, 0.35), transparent 60%); }

  .money-card-header {
    display: grid;
    grid-template-columns: auto auto 1fr;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
  }

  .money-card-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
  }

  .money-card-icon {
    font-size: 20px;
  }

  .money-card-title {
    margin: 0;
    font-size: var(--tp-head-size);
    line-height: 1.35;
    font-weight: 700;
  }

.money-card-text {
    margin: 0 0 4px;
    font-size: var(--tp-body-size);
    line-height: 1.6;
    position: relative;
    z-index: 1;
    font-size: 16px;
}

  .money-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.10);
    transition: all 0.2s ease;
  }

  /* Bottom pink callout */
  .tp-income-bottom {
    margin-top: 46px;
    text-align: center;
  }

  .tp-income-bottom-line1 {
    margin: 0 0 6px;
    font-size: var(--tp-body-size);
  }

  .tp-income-bottom-line1 span {
    color: #ff2b8b;
    font-weight: 600;
  }

.tp-income-bottom-line2 {
    margin: 0;
    font-size: var(--tp-head-size);
    font-weight: 700;
    color: #ff2b8b;
    box-shadow: 0 0 10px 1px #ddd;
    margin: 0 auto;
    display: table;
    padding: 14px 22px;
    background: #fff;
}

  /* Responsive */
  @media (max-width: 900px) {
    .tp-income {
      padding: 70px 16px 80px;
    }
    .tp-income-grid {
      grid-template-columns: minmax(0, 1fr);
    }
  }

/* ========== Inline Style Block 21 ========== */
/* Use once globally; if you already imported Space Grotesk, you can remove this */
  @import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap');

  :root {
    --tp-body-size: 15px;
    --tp-head-size: 20px;
  }

  .tp-mid-cta {
    padding: 80px 16px 70px;
    background: #ffffff;
    font-family: "Nunito", sans-serif;
  }

  .tp-mid-inner {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    font-size: var(--tp-body-size);
    color: #111111;
  }

  /* CTA button */
  .tp-mid-button {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 22px 72px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ff7a3c 0%, #ff3f7c 40%, #b027ff 100%);
    box-shadow: 0 18px 40px rgba(255, 67, 132, 0.35);
    text-decoration: none;
    color: #ffffff;
    font-weight: 800;
    letter-spacing: 0.02em;
    margin-bottom: 16px;
    transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
  }

  .tp-mid-btn-line1 {
    font-size: var(--tp-head-size);
  }

  .tp-mid-btn-line2 {
    font-size: var(--tp-head-size);
    margin-top: 4px;
  }

  .tp-mid-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 48px rgba(255, 67, 132, 0.45);
    filter: brightness(1.05);
  }

  /* Subline */
  .tp-mid-subline {
    margin: 0 0 16px;
    font-size: var(--tp-body-size);
    color: #222222;
  }

  /* Payment row */
  .tp-mid-trust {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    margin-bottom: 32px;
    flex-wrap: wrap;
  }

  .tp-mid-trust img {
    height: 40px;
    object-fit: contain;
  }

  /* Benefit headline */
  .tp-mid-benefit {
    margin: 0 0 34px;
    font-size: var(--tp-head-size);
    font-weight: 700;
    line-height: 1.5;
  }

  /* Soft divider */
  .tp-mid-divider {
    width: 120px;
    height: 3px;
    margin: 0 auto 26px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ff2b8b, #ff824d);
    opacity: 0.8;
  }

  /* Teaser line */
  .tp-mid-teaser {
    margin: 0 0 10px;
    font-size: var(--tp-body-size);
    color: #111111;
  }

  /* Comparison heading */
  .tp-mid-compare {
    margin: 0;
    font-size: var(--tp-head-size);
    font-weight: 800;
    color: #ff2b2b;
  }

  /* Responsive tweaks */
  @media (max-width: 768px) {
    .tp-mid-button {
      width: 100%;
      max-width: 420px;
      padding: 18px 24px;
    }

    .tp-mid-trust img {
      height: 32px;
    }
  }

/* ========== Inline Style Block 22 ========== */
/* If already imported globally, you can remove this import */
  @import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap');

  :root {
    --tp-body-size: 15px;
    --tp-head-size: 20px;
  }

  .tp-compare {
    padding: 80px 16px 90px;
    background: radial-gradient(circle at top left, #ffe9b3 0, #fff7e6 30%, #eef5ff 70%, #e5f8ff 100%);
    font-family: "Nunito", sans-serif;
    color: #111;
  }

  .tp-compare-inner {
    max-width: 1120px;
    margin: 0 auto;
    text-align: center;
    font-size: var(--tp-body-size);
  }

  .tp-compare-head {
    margin-bottom: 28px;
  }
.tp-compare-title {
    margin: 0 0 6px;
    font-size: 26px;
    font-weight: 800;
    background: linear-gradient(90deg, #ff4f5e, #a347ff);
    -webkit-background-clip: text;
    color: transparent;
    border: 2px solid #ff4f5e;
    margin: 0 auto 13px;
    display: table;
    padding: 12px 12px;
    border-radius: 7px;
}
.tp-compare-subtitle {
    margin: 0;
    font-size: var(--tp-body-size);
    color: #444;
    font-size: 17px;
} 

  .tp-compare-card {
    margin-top: 30px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.9);
    overflow: hidden;
  }

  .tp-compare-table-wrap {
    overflow-x: auto;
  }

  .tp-compare-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 880px;
    text-align: left;
  }

  .tp-compare-table thead {
    background: linear-gradient(90deg, #f5f9ff, #fdfdff);
  }

  .tp-compare-table th,
  .tp-compare-table td {
    padding: 14px 18px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    font-size: var(--tp-body-size);
  }

  .tp-compare-table th {
    font-weight: 600;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 13px;
  }

  .tp-compare-table tbody tr:nth-child(even):not(.is-best) {
    background: #fafbff;
  }

  .tp-compare-table tbody tr:hover {
    background: #f3f7ff;
  }

  .tp-compare-table td:first-child,
  .tp-compare-table th:first-child {
    width: 52px;
    text-align: center;
  }

  .tool-name {
    display: block;
    font-weight: 600;
  }

  .tool-name.primary {
    color: #0f9b4f;
  }

  .tool-tag {
    display: inline-block;
    margin-top: 4px;
    padding: 2px 8px;
    border-radius: 999px;
    background: #eef2ff;
    font-size: 11px;
    color: #4b5aff;
    font-weight: 500;
  }

  .price-main,
  .limit-main {
    display: block;
    font-weight: 500;
  }

  .price-note {
    display: block;
    margin-top: 2px;
    font-size: 12px;
    color: #6b7280;
  }

  .is-best {
    background: linear-gradient(90deg, #ebfff1, #e9fff9);
    box-shadow: inset 0 0 0 1px rgba(16, 185, 129, 0.16);
  }

  .best-col {
    text-align: right;
    white-space: nowrap;
  }

  .best-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    border-radius: 999px;
    background: linear-gradient(90deg, #22c55e, #16a34a);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }

  /* Bottom statement */
.tp-compare-bottom {
    margin: 26px auto 0;
    max-width: 880px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    color: #111;
    box-shadow: 0 0 10px 1px #ddd;
    background: #fff;
    padding: 10px 10px;
    border-radius: 6px;
}

  .tp-compare-bottom span {
    color: #ff2b8b;
  }

  /* Responsive */
  @media (max-width: 768px) {
    .tp-compare {
      padding: 70px 12px 80px;
    }

    .tp-compare-title {
      font-size: 22px;
    }

    .tp-compare-card {
      border-radius: 20px;
    }
  }

/* ========== Inline Style Block 23 ========== */
:root{
    --tp-pink:#ec4899;
    --tp-purple:#8b5cf6;
    --tp-indigo:#4f46e5;
    --tp-emerald:#22c55e;
    --tp-red:#ef4444;
    --tp-text:#0f172a;
  }

  .tp-offer{
    padding:60px 16px 60px;
    font-family:"Nunito", sans-serif;
    color:var(--tp-text);
    background:
      radial-gradient(circle at 0 0,rgba(236,72,153,.16),transparent 55%),
      radial-gradient(circle at 100% 0,rgba(56,189,248,.16),transparent 55%),
      radial-gradient(circle at 50% 100%,rgba(129,140,248,.22),transparent 55%),
      #f9fafb;
  }

  .tp-offer-inner{
    max-width:1180px;
    margin:0 auto;
  }

  .tp-offer-headline{
    text-align:center;
    margin-bottom:34px;
  }
  .tp-offer-headline h2{
    font-size:clamp(26px,3vw,38px);
    font-weight:800;
    letter-spacing:.03em;
    color:#111827;
    margin-bottom:6px;
  }
  .tp-offer-headline h2 span {
    display: block;
    background: linear-gradient(120deg, var(--tp-pink), var(--tp-purple), var(--tp-indigo));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin: 0 auto;
    display: table;
    border-bottom: 4px solid #ec4899;
}
.tp-offer-headline p {
    font-size: 21px;
    color: #6b7280;
    margin-top: 18px;
}

  /* MAIN CARD */
  .tp-offer-card{
    display:grid;
    grid-template-columns:minmax(0,1.4fr) minmax(0,1.1fr);
    gap:32px;
    padding:22px;
    border-radius:26px;
    background:
      radial-gradient(circle at 0 0,rgba(236,72,153,.12),transparent 60%),
      radial-gradient(circle at 100% 0,rgba(14,165,233,.12),transparent 60%),
      #ffffff;
    box-shadow:0 28px 80px rgba(15,23,42,.12);
    border:1px solid rgba(148,163,184,.35);
  }

  /* LEFT LIST */
  .tp-offer-left{
    display:flex;
    flex-direction:column;
    gap:14px;
  }

  .tp-offer-row{
    display:flex;
    gap:12px;
    padding:12px 12px 12px 10px;
    border-radius:18px;
    background:rgba(248,250,252,.9);
    border:1px solid rgba(209,213,219,.8);
    box-shadow:0 8px 18px rgba(15,23,42,.04);
  }

  .tp-offer-icon{
    width:26px;
    height:26px;
    border-radius:999px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
    font-size:14px;
    font-weight:800;
    color:white;
  }
  .tp-offer-icon.positive{
    background:radial-gradient(circle at 30% 20%,#bbf7d0,#22c55e);
    box-shadow:0 0 0 3px rgba(34,197,94,.25);
  }
  .tp-offer-icon.negative{
    background:radial-gradient(circle at 30% 20%,#fee2e2,#ef4444);
    box-shadow:0 0 0 3px rgba(239,68,68,.25);
  }

  .tp-offer-copy h3{
    font-size:15px;
    font-weight:700;
    margin-bottom:4px;
    color:#111827;
  }
  .tp-offer-copy p{
    font-size:13px;
    line-height:1.6;
    color:#4b5563;
  }

  /* RIGHT MOCKUP */
  .tp-offer-right{
    display:flex;
    align-items:center;
    justify-content:center;
  }

  .tp-offer-mockup-wrap{
    position:relative;
    width:100%;
    max-width:420px;
    aspect-ratio:3/4;
    display:flex;
    align-items:center;
    justify-content:center;
  }
  .tp-offer-glow{
    position:absolute;
    inset:8%;
    border-radius:32px;
    background:radial-gradient(circle at 50% 10%,rgba(251,191,36,.85),transparent 55%),
               radial-gradient(circle at 50% 60%,rgba(236,72,153,.8),transparent 70%);
    filter:blur(3px);
    opacity:.95;
  }
  .tp-offer-mockup{
    position:relative;
    width:100%;
    height:100%;
    object-fit:contain;
  }

  .tp-offer-badge{
    position:absolute;
    bottom:14px;
    left:50%;
    transform:translateX(-50%);
    padding:7px 16px;
    border-radius:999px;
    background:rgba(15,23,42,.92);
    border:1px solid rgba(248,250,252,.75);
    font-size:11px;
    letter-spacing:.16em;
    text-transform:uppercase;
    color:#f9fafb;
    display:flex;
    align-items:center;
    gap:6px;
    box-shadow:0 12px 25px rgba(15,23,42,.6);
  }
  .tp-offer-badge::before{
    content:"⏳";
    font-size:13px;
  }

  /* CTA STRIP */
  .tp-offer-cta{
    margin-top:34px;
    text-align:center;
    padding:18px 16px 8px;
  }
  .tp-offer-cta h3{
    font-size:clamp(19px,2.2vw,28px);
    font-weight:800;
    margin-bottom:10px;
    color:#111827;
  }
  .tp-offer-cta h3 span:nth-of-type(1){
    color:var(--tp-pink);
  }
  .tp-offer-cta h3 span:nth-of-type(2){
    background:linear-gradient(120deg,var(--tp-purple),var(--tp-indigo));
    -webkit-background-clip:text;
    background-clip:text;
    color:transparent;
  }
.tp-offer-cta p {
    max-width: 930px;
    margin: 0 auto;
    font-size: 17px;
    color: #4b5563;
    line-height: 1.7;
}

  /* RESPONSIVE */
  @media (max-width:960px){
    .tp-offer-card{
      grid-template-columns:1fr;
      padding:18px;
    }
    .tp-offer-right{
      order:-1;
    }
  }
  @media (max-width:640px){
    .tp-offer{
      padding:70px 14px 80px;
    }
    .tp-offer-row{
      padding:10px 10px 11px;
    }
  }

/* ========== Inline Style Block 24 ========== */
:root{
    --pink-main:#ff1f8c;
    --highlight-yellow:#fff64b;
  }

  .tp-showcase{
    margin:40px auto 80px;
    padding:0 20px;
    text-align:center;
    position:relative;
  }

  .tp-showcase__inner{
    position:relative;
    z-index:1;
  }

  .tp-showcase__pre{
    font-size:15px;
    font-weight:600;
    letter-spacing:.18em;
    text-transform:uppercase;
    color:#6b7280;
    margin-bottom:8px;
  }

  .tp-showcase__title{
    font-size:clamp(26px,3vw,32px);
    line-height:1.35;
    font-weight:800;
    letter-spacing:.02em;
    margin-bottom:24px;
    color:#0f172a;
  }
  .tp-showcase__title span{
    color:var(--pink-main);
  }

  /* Collage frame */
   .tp-showcase__frame{
    position:relative;
    max-width:980px;
    margin:0 auto 30px;
    border-radius:28px;
    padding:15px;
    background:
      radial-gradient(circle at 0 0,#f97316,transparent 55%),
      radial-gradient(circle at 100% 0,#22c55e,transparent 50%),
      radial-gradient(circle at 50% 100%,#6366f1,transparent 55%);
    box-shadow:
      0 26px 80px rgba(15,23,42,.55),
      0 0 0 1px rgba(255,255,255,.4);
    overflow:hidden;
  }

  /* subtle animated outer glow */
  .tp-showcase__border{
    position:absolute;
    inset:-80%;
    background:conic-gradient(
      from 140deg,
      #f97316,
      #fb7185,
      #a855f7,
      #22c55e,
      #38bdf8,
      #f97316
    );
    opacity:.32;
    filter:blur(40px);
    animation:tp-orbit 12s linear infinite;
    pointer-events:none;
  }
  @keyframes tp-orbit{
    0%{transform:rotate(0deg);}
    100%{transform:rotate(360deg);}
  }

  /* collage image background */
  .tp-showcase__image{
    position:relative;
    border-radius:22px;
    overflow:hidden;
    background-size:cover;
    background-position:center;
    aspect-ratio:16 / 7;
  }

  /* center badge */  

  .tp-showcase__badge-top{
    font-size:10px;
    letter-spacing:.18em;
    text-transform:uppercase;
    opacity:.8;
  }
  .tp-showcase__badge-main{
    font-size:18px;
    font-weight:800;
    letter-spacing:.06em;
  }
  .tp-showcase__badge-main span{
    margin-left:4px;
    padding:1px 6px;
    border-radius:999px;
    background:linear-gradient(90deg,var(--pink-main),var(--highlight-yellow));
    color:#111827;
    font-size:11px;
    font-weight:800;
  }
  .tp-showcase__badge-sub{
    font-size:11px;
    opacity:.9;
  }

  /* diagonal light sweep */
  .tp-showcase__shine{
    position:absolute;
    inset:0;
    background:linear-gradient(120deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.55) 50%,rgba(255,255,255,0) 100%);
    transform:translateX(-120%);
    mix-blend-mode:screen;
    animation:tp-shine 7s ease-in-out infinite;
    pointer-events:none;
  }
  @keyframes tp-shine{
    0%{transform:translateX(-130%);}
    18%{transform:translateX(130%);}
    100%{transform:translateX(130%);}
  }

  /* Text below */
  .tp-showcase__bigline{
    max-width:980px;
    margin:6px auto 6px;
    font-size:16px;
    line-height:1.7;
    font-weight:600;
    color:#111827;
  }
  .tp-showcase__bigline span{
    color:var(--pink-main);
  }

  .tp-showcase__smallline{
    font-size:14px;
    color:#6b7280;
    line-height:1.7;
  }
  .tp-showcase__smallline span{
    font-weight:700;
    color:#111827;
  }

  /* responsive tweaks */
  @media (max-width:768px){
    .tp-showcase__frame{
      border-radius:22px;
      padding:4px;
    }
    .tp-showcase__image{
      aspect-ratio:16 / 9;
    }
    .tp-showcase__badge{
      inset:auto 50% 12px;
      padding:8px 14px 9px;
    }
    .tp-showcase__badge-main{
      font-size:15px;
    }
    .tp-showcase__bigline{
      font-size:15px;
    }
  }
  @media (max-width:480px){
    .tp-showcase{
      margin-top:30px;
    }
    .tp-showcase__title{
      font-size:22px;
    }
    .tp-showcase__badge-sub{
      display:none;
    }
  }

/* ========== Inline Style Block 25 ========== */
/* Import once globally if not already done */
  @import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap');

  :root {
    --tp-body-size: 15px;
    --tp-head-size: 20px;
  }

  .tp-guarantee {
    position: relative;
    padding: 90px 16px 90px;
    background-color: #020617; /* deep slate */
    background-image:
      linear-gradient(0deg, rgba(148,163,184,0.12) 1px, transparent 1px),
      linear-gradient(90deg, rgba(148,163,184,0.12) 1px, transparent 1px);
    background-size: 80px 80px;
    font-family: "Nunito", sans-serif;
    color: #e5e7eb;
    overflow: hidden;
  }

  .tp-guarantee-overlay {
    position: absolute;
    inset: -30%;
    background:
      radial-gradient(circle at top left, rgba(56,189,248,0.30), transparent 55%),
      radial-gradient(circle at bottom right, rgba(244,63,94,0.25), transparent 55%);
    opacity: 0.9;
    pointer-events: none;
  }

  .tp-guarantee-inner {
    position: relative;
    max-width: 1120px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.1fr);
    gap: 40px;
    align-items: center;
    z-index: 1;
  }

  /* LEFT COPY */
  .tp-guarantee-copy {
    text-align: left;
    font-size: var(--tp-body-size);
  }

  .tp-guarantee-kicker {
    margin: 0 0 10px;
    font-size: var(--tp-head-size);
    font-weight: 700;
    color: #f9fafb;
  }

  .tp-guarantee-title {
    margin: 0 0 20px;
    font-size: 26px; /* hero within this section */
    line-height: 1.25;
    font-weight: 800;
    background: linear-gradient(90deg, #fb7185, #f9a8d4);
    -webkit-background-clip: text;
    color: transparent;
  }

  .tp-guarantee-text p {
    margin: 0 0 6px;
    font-size: var(--tp-body-size);
    line-height: 1.7;
  }

  .tp-guarantee-highlight {
    margin-top: 14px;
    font-weight: 500;
  }

  .tp-guarantee-highlight span {
    color: #fbbf24;
    font-weight: 700;
  }

  .tp-guarantee-bold {
    margin-top: 12px;
    font-weight: 700;
    font-size: var(--tp-body-size);
  }

  .tp-guarantee-footer {
    margin-top: 18px;
    font-size: var(--tp-head-size);
    font-weight: 500;
  }

  .tp-guarantee-footer span {
    color: #fb7185;
    font-weight: 700;
  }

  /* RIGHT VISUALS */
  .tp-guarantee-visual {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .tp-guarantee-mockup {
    position: relative;
    max-width: 420px;
    width: 100%;
    transform: translateY(4px);
  }

  .guarantee-product {
    width: 100%;
    display: block;
    border-radius: 22px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.7);
  }

  .guarantee-badge {
    position: absolute;
    right: -14%;
    top: 5%;
    width: 46%;
    max-width: 220px;
    filter: drop-shadow(0 22px 60px rgba(0,0,0,0.8));
  }

  .tp-guarantee-mockup::before {
    content: "";
    position: absolute;
    inset: auto 8% -18px 8%;
    height: 40px;
    background: radial-gradient(circle at 50% 0,
                rgba(15,23,42,0.65), transparent 70%);
    opacity: 0.9;
    z-index: -1;
  }

  /* Hover micro animation */
  .tp-guarantee-mockup:hover {
    transform: translateY(0);
    transition: transform 0.25s ease;
  }

  /* Responsive */
  @media (max-width: 960px) {
    .tp-guarantee-inner {
      grid-template-columns: minmax(0, 1fr);
      text-align: center;
    }

    .tp-guarantee-copy {
      text-align: center;
    }

    .tp-guarantee-visual {
      order: -1;
    }

    .tp-guarantee-mockup {
      max-width: 360px;
      margin: 0 auto 10px;
    }

    .guarantee-badge {
      right: -4%;
      top: -4%;
    }
  }

  @media (max-width: 640px) {
    .tp-guarantee {
      padding: 70px 16px 70px;
    }

    .tp-guarantee-title {
      font-size: 22px;
    }

    .tp-guarantee-footer {
      font-size: 18px;
    }
  }

/* ========== Inline Style Block 26 ========== */
:root{
      --tp-bg: #ffffff;
      --tp-border: #f02fc2;
      --tp-border2: #6094ea;
      --tp-accent: #ff3b8d;
      --tp-accent-soft: rgba(255,59,141,.1);
      --tp-text-main:#101118;
      --tp-text-muted:#6b7280;
      --tp-success:#14b8a6;
      --tp-radius-xl: 28px;
      --tp-radius-lg: 22px;
      --tp-shadow-soft: 0 28px 70px rgba(15,23,42,.12);
      --tp-shadow-hover: 0 32px 90px rgba(15,23,42,.22);
      --tp-gradient: linear-gradient(135deg,#ff8a00,#ff3b8d,#7c3aed);
    }

    *{
      box-sizing:border-box;
      margin:0;
      padding:0;
    }

    body{
      font-family:"Nunito", sans-serif;
      background:#ffffff;
      color:var(--tp-text-main);
      -webkit-font-smoothing:antialiased;
    }

    .tp-page-wrap{
      min-height:100vh;
      display:flex;
      justify-content:center;
      padding:72px 16px 120px;
      background:
        radial-gradient(circle at top left,rgba(255,138,0,.06),transparent 55%),
        radial-gradient(circle at bottom right,rgba(96,148,234,.09),transparent 55%);
    }

    .tp-pricing-shell{
      width:100%;
      max-width:900px;
      margin-inline:auto;
    }

    /* ---------- Headline ---------- */

.tp-top-note {
    text-align: center;
    font-size: 19px;
    text-transform: capitalize;
    letter-spacing: 0;
    color: var(--tp-accent);
    margin-bottom: 10px;
    font-weight: 600;
}

    .tp-main-headline{
      text-align:center;
      font-size:48px;
      line-height:1.15;
      font-weight:700;
      margin-bottom:10px;
    }
.tp-main-headline span {
    background: var(--tp-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    border: 2px solid #b83bc1;
    padding: 0 11px;
    border-radius: 11px;
}

    .tp-sub-headline{
      text-align:center;
      font-size:18px;
      color:var(--tp-text-muted);
      margin-bottom:26px;
    }

    /* ---------- Main card ---------- */

    .tp-pricing-card{
      position:relative;
      background:rgba(255,255,255,.96);
      border-radius:var(--tp-radius-xl);
      padding:26px 26px 30px;
      box-shadow:var(--tp-shadow-soft);
      border:1px solid transparent;
      background-image:
        linear-gradient(#ffffff,#ffffff),
        linear-gradient(135deg,var(--tp-border),var(--tp-border2));
      background-origin:border-box;
      background-clip:padding-box,border-box;
      overflow:hidden;
    }

    .tp-pricing-card::before{
      content:"";
      position:absolute;
      inset:-120px;
      background:
        radial-gradient(circle at 10% 0,rgba(255,138,0,.12),transparent 55%),
        radial-gradient(circle at 90% 100%,rgba(96,148,234,.18),transparent 55%);
      opacity:.6;
      pointer-events:none;
      z-index:-1;
    }

    .tp-ribbon{
      position:absolute;
      top:28px;
      right:16px;
      padding:6px 14px;
      border-radius:999px;
      font-size:11px;
      font-weight:600;
      letter-spacing:.14em;
      text-transform:uppercase;
      color:#fff;
      background:var(--tp-gradient);
      box-shadow:0 12px 30px rgba(124,58,237,.45);
    }

    .tp-pricing-header{
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      gap:18px;
      margin-bottom:22px;
    }

    .tp-plan-title{
      font-size:22px;
      font-weight:700;
      display:flex;
      align-items:center;
      gap:10px;
    }
    .tp-plan-stars{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:2px;
      font-size:16px;
    }

    .tp-plan-tag{
      font-size:11px;
      text-transform:uppercase;
      letter-spacing:.16em;
      color:var(--tp-text-muted);
    }

    .tp-price-wrap{
      margin-left:auto;
      text-align:right;
    }

    .tp-price-main{
      font-size:34px;
      font-weight:700;
    }
    .tp-price-main span{
      font-size:22px;
      font-weight:500;
      color:var(--tp-text-muted);
      text-decoration:line-through;
      margin-right:8px;
    }

    .tp-price-sub{
      font-size:16px;
      color:var(--tp-text-muted);
    }

    /* ---------- CTA ---------- */

  .tp-cta-wrap {
    margin: 12px 0 22px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    flex-direction: column;
}

  .tp-cta-main {
    /* flex: 1 1 220px; */
    padding: 12px 20px;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: var(--tp-gradient);
    box-shadow: 0 15px 40px rgba(124,58,237,.5);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all .18s ease-out;
}

    .tp-cta-main span.small{
      font-size:14px;
      font-weight:500;
      opacity:.85;
      text-transform:uppercase;
      letter-spacing:.16em;
    }

    .tp-cta-main:hover{
      transform:translateY(-1px) scale(1.02);
      box-shadow:0 21px 58px rgba(124,58,237,.65);
    }

 .tp-cta-note {
    /* flex: 1 1 160px; */
    font-size: 17px;
    color: var(--tp-text-muted);
    line-height: 1.4;
    text-align: center;
}

    .tp-cta-note strong{
      color:var(--tp-success);
      font-weight:600;
    }

    /* ---------- Coupon bar ---------- */

  .tp-coupon-bar {
    margin: 0 0 18px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(15,23,42,.02);
    border: 1px dashed rgba(148,163,184,.8);
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: center;
    justify-content: center;
}

    .tp-coupon-pill{
      padding:4px 10px;
      border-radius:999px;
      background:rgba(56,189,248,.16);
      color:#0369a1;
      font-weight:600;
      font-size:11px;
      text-transform:uppercase;
      letter-spacing:.14em;
    }

    .tp-coupon-code{
      font-weight:600;
      font-size:12px;
      padding:3px 9px;
      border-radius:999px;
      background:#0f172a;
      color:#e5e7eb;
      margin-left:4px;
    }

    /* ---------- Features list ---------- */

    .tp-pricing-features{
      display:grid;
      grid-template-columns:1fr; /* SINGLE COLUMN */
      gap:14px;
      margin:20px 0 24px;
      text-align:left;
    }

    .tp-feature-card{
      position:relative;
      padding:13px 14px 12px 14px;
      border-radius:20px;
      background:rgba(255,255,255,.96);
      border:1px solid rgba(226,232,240,.9);
      box-shadow:0 10px 25px rgba(15,23,42,.04);
      display:flex;
      gap:12px;
      align-items:flex-start;
      overflow:hidden;
      transition:
        box-shadow .18s ease-out,
        transform .18s ease-out,
        border-color .18s ease-out,
        background .18s ease-out;
    }

    .tp-feature-card::after{
      content:"";
      position:absolute;
      inset:0;
      opacity:0;
      background:radial-gradient(circle at top left,rgba(255,138,0,.14),transparent 60%);
      pointer-events:none;
      transition:opacity .18s ease-out;
    }

    .tp-feature-icon{
      position:relative;
      flex:0 0 40px;
      height:40px;
      border-radius:18px;
      background:radial-gradient(circle at 15% 0,rgba(255,255,255,.9),transparent 50%),var(--tp-gradient);
      display:flex;
      align-items:center;
      justify-content:center;
      box-shadow:0 10px 25px rgba(124,58,237,.45);
      color:#fff;
      font-size:20px;
    }

    .tp-feature-text{
      position:relative;
      z-index:1;
    }

    .tp-feature-title{
      font-size:21px;
      font-weight:600;
      margin-bottom:3px;
    }
    .tp-feature-bullets li {
    margin: 3px 0;
}
.tp-feature-bullets {
    list-style: none;
    font-size: 17px;
    color:#000;
    line-height: 1.45;
    padding: 0;
}

    .tp-feature-bullets li::before{
      content:"•";
      margin-right:4px;
      color:var(--tp-accent);
    }

    /* Hover glow */
    .tp-feature-card:hover{
      transform:translateY(-3px);
      box-shadow:var(--tp-shadow-hover);
      border-color:rgba(251,113,133,.9);
      background:linear-gradient(135deg,#ffffff,rgba(254,242,242,.92));
    }
    .tp-feature-card:hover::after{
      opacity:.9;
    }

    /* ---------- Guarantee / footer ---------- */

    .tp-footer-row{
      display:flex;
      flex-wrap:wrap;
      gap:14px;
      align-items:center;
      justify-content:space-between;
      font-size:11px;
      color:var(--tp-text-muted);
    }

    .tp-guarantee{
      display:flex;
      align-items:center;
      gap:8px;
    }

    .tp-guarantee span.badge{
      padding:5px 10px;
      border-radius:999px;
      background:rgba(22,163,74,.08);
      color:#15803d;
      font-size:10px;
      font-weight:600;
      text-transform:uppercase;
      letter-spacing:.16em;
    }

.tp-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    width: 100%;
}
.tp-badge-pill {
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(15,23,42,.03);
    border: 1px solid rgba(226,232,240,.9);
    font-size: 16px;
}

    /* ---------- Reveal animation on scroll ---------- */

.reveal {
    opacity: 1;
    transform: translateY(24px);
    transition: opacity .55s cubic-bezier(.19,1,.22,1),
                 transform .55s cubic-bezier(.19,1,.22,1);
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
}
    .reveal.visible{
      opacity:1;
      transform:translateY(0);
    }

    /* responsive tweaks */
    @media (max-width:640px){
      .tp-pricing-card{
        padding:20px 18px 22px;
      }
      .tp-pricing-header{
        flex-direction:column;
        align-items:flex-start;
      }
      .tp-price-wrap{
        text-align:left;
        margin-left:0;
      }
      .tp-cta-wrap{
        flex-direction:column;
        align-items:stretch;
      }
      .tp-footer-row{
        flex-direction:column;
        align-items:flex-start;
      }
      .tp-badges{
        justify-content:flex-start;
      }
    }

/* ========== Inline Style Block 27 ========== */
/* Import once globally if not already done */
  @import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap');

  :root {
    --tp-body-size: 15px;
    --tp-head-size: 20px;
  }

  .tp-guarantee {
    position: relative;
    padding: 90px 16px 90px;
    background-color: #020617; /* deep slate */
    background-image:
      linear-gradient(0deg, rgba(148,163,184,0.12) 1px, transparent 1px),
      linear-gradient(90deg, rgba(148,163,184,0.12) 1px, transparent 1px);
    background-size: 80px 80px;
    font-family: "Nunito", sans-serif;
    color: #e5e7eb;
    overflow: hidden;
  }

  .tp-guarantee-overlay {
    position: absolute;
    inset: -30%;
    background:
      radial-gradient(circle at top left, rgba(56,189,248,0.30), transparent 55%),
      radial-gradient(circle at bottom right, rgba(244,63,94,0.25), transparent 55%);
    opacity: 0.9;
    pointer-events: none;
  }

  .tp-guarantee-inner {
    position: relative;
    max-width: 1120px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.1fr);
    gap: 40px;
    align-items: center;
    z-index: 1;
  }

  /* LEFT COPY */
  .tp-guarantee-copy {
    text-align: left;
    font-size: var(--tp-body-size);
  }

  .tp-guarantee-kicker {
    margin: 0 0 10px;
    font-size: var(--tp-head-size);
    font-weight: 700;
    color: #f9fafb;
  }

  .tp-guarantee-title {
    margin: 0 0 20px;
    font-size: 26px; /* hero within this section */
    line-height: 1.25;
    font-weight: 800;
    background: linear-gradient(90deg, #fb7185, #f9a8d4);
    -webkit-background-clip: text;
    color: transparent;
  }

  .tp-guarantee-text p {
    margin: 0 0 6px;
    font-size: var(--tp-body-size);
    line-height: 1.7;
  }

  .tp-guarantee-highlight {
    margin-top: 14px;
    font-weight: 500;
  }

  .tp-guarantee-highlight span {
    color: #fbbf24;
    font-weight: 700;
  }

  .tp-guarantee-bold {
    margin-top: 12px;
    font-weight: 700;
    font-size: var(--tp-body-size);
  }

  .tp-guarantee-footer {
    margin-top: 18px;
    font-size: var(--tp-head-size);
    font-weight: 500;
  }

  .tp-guarantee-footer span {
    color: #fb7185;
    font-weight: 700;
  }

  /* RIGHT VISUALS */
  .tp-guarantee-visual {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .tp-guarantee-mockup {
    position: relative;
    max-width: 420px;
    width: 100%;
    transform: translateY(4px);
  }

  .guarantee-product {
    width: 100%;
    display: block;
    border-radius: 22px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.7);
  }

  .guarantee-badge {
    position: absolute;
    right: -14%;
    top: 5%;
    width: 46%;
    max-width: 220px;
    filter: drop-shadow(0 22px 60px rgba(0,0,0,0.8));
  }

  .tp-guarantee-mockup::before {
    content: "";
    position: absolute;
    inset: auto 8% -18px 8%;
    height: 40px;
    background: radial-gradient(circle at 50% 0,
                rgba(15,23,42,0.65), transparent 70%);
    opacity: 0.9;
    z-index: -1;
  }

  /* Hover micro animation */
  .tp-guarantee-mockup:hover {
    transform: translateY(0);
    transition: transform 0.25s ease;
  }

  /* Responsive */
  @media (max-width: 960px) {
    .tp-guarantee-inner {
      grid-template-columns: minmax(0, 1fr);
      text-align: center;
    }

    .tp-guarantee-copy {
      text-align: center;
    }

    .tp-guarantee-visual {
      order: -1;
    }

    .tp-guarantee-mockup {
      max-width: 360px;
      margin: 0 auto 10px;
    }

    .guarantee-badge {
      right: -4%;
      top: -4%;
    }
  }

  @media (max-width: 640px) {
    .tp-guarantee {
      padding: 70px 16px 70px;
    }

    .tp-guarantee-title {
      font-size: 22px;
    }

    .tp-guarantee-footer {
      font-size: 18px;
    }
  }

/* ========== Inline Style Block 28 ========== */
:root{
    --pink-main:#ff1f8c;
    --highlight-yellow:#fff64b;
  }

  .tp-showcase{
    margin:40px auto 30px;
    padding:0 0px;
    text-align:center;
    position:relative;
  }

  .tp-showcase__inner{
    position:relative;
    z-index:1;
  }

  .tp-showcase__pre{
    font-size:15px;
    font-weight:600;
    letter-spacing:.18em;
    text-transform:uppercase;
    color:#6b7280;
    margin-bottom:8px;
  }

  .tp-showcase__title{
    font-size:clamp(26px,3vw,32px);
    line-height:1.35;
    font-weight:800;
    letter-spacing:.02em;
    margin-bottom:24px;
    color:#0f172a;
  }
  .tp-showcase__title span{
    color:var(--pink-main);
  }

  /* Collage frame */
   .tp-showcase__frame{
    position:relative;
    max-width:980px;
    margin:0 auto 30px;
    border-radius:28px;
    padding:15px;
    background:
      radial-gradient(circle at 0 0,#f97316,transparent 55%),
      radial-gradient(circle at 100% 0,#22c55e,transparent 50%),
      radial-gradient(circle at 50% 100%,#6366f1,transparent 55%);
    box-shadow:
      0 26px 80px rgba(15,23,42,.55),
      0 0 0 1px rgba(255,255,255,.4);
    overflow:hidden;
  }

  /* subtle animated outer glow */
  .tp-showcase__border{
    position:absolute;
    inset:-80%;
    background:conic-gradient(
      from 140deg,
      #f97316,
      #fb7185,
      #a855f7,
      #22c55e,
      #38bdf8,
      #f97316
    );
    opacity:.32;
    filter:blur(40px);
    animation:tp-orbit 12s linear infinite;
    pointer-events:none;
  }
  @keyframes tp-orbit{
    0%{transform:rotate(0deg);}
    100%{transform:rotate(360deg);}
  }

  /* collage image background */
  .tp-showcase__image{
    position:relative;
    border-radius:22px;
    overflow:hidden;
    background-size:cover;
    background-position:center;
    aspect-ratio:16 / 7;
  }

  /* center badge */

  .tp-showcase__badge-top{
    font-size:10px;
    letter-spacing:.18em;
    text-transform:uppercase;
    opacity:.8;
  }
  .tp-showcase__badge-main{
    font-size:18px;
    font-weight:800;
    letter-spacing:.06em;
  }
  .tp-showcase__badge-main span{
    margin-left:4px;
    padding:1px 6px;
    border-radius:999px;
    background:linear-gradient(90deg,var(--pink-main),var(--highlight-yellow));
    color:#111827;
    font-size:11px;
    font-weight:800;
  }
  .tp-showcase__badge-sub{
    font-size:11px;
    opacity:.9;
  }

  /* diagonal light sweep */
  .tp-showcase__shine{
    position:absolute;
    inset:0;
    background:linear-gradient(120deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.55) 50%,rgba(255,255,255,0) 100%);
    transform:translateX(-120%);
    mix-blend-mode:screen;
    animation:tp-shine 7s ease-in-out infinite;
    pointer-events:none;
  }
  @keyframes tp-shine{
    0%{transform:translateX(-130%);}
    18%{transform:translateX(130%);}
    100%{transform:translateX(130%);}
  }

  /* Text below */
  .tp-showcase__bigline{
    max-width:980px;
    margin:6px auto 6px;
    font-size:16px;
    line-height:1.7;
    font-weight:600;
    color:#111827;
  }
  .tp-showcase__bigline span{
    color:var(--pink-main);
  }

  .tp-showcase__smallline{
    font-size:14px;
    color:#6b7280;
    line-height:1.7;
  }
  .tp-showcase__smallline span{
    font-weight:700;
    color:#111827;
  }

  /* responsive tweaks */
  @media (max-width:768px){
    .tp-showcase__frame{
      border-radius:22px;
      padding:4px;
    }
    .tp-showcase__image{
      aspect-ratio:16 / 9;
    }
    .tp-showcase__badge{
      inset:auto 50% 12px;
      padding:8px 14px 9px;
    }
    .tp-showcase__badge-main{
      font-size:15px;
    }
    .tp-showcase__bigline{
      font-size:15px;
    }
  }
  @media (max-width:480px){
    .tp-showcase{
      margin-top:30px;
    }
    .tp-showcase__title{
      font-size:22px;
    }
    .tp-showcase__badge-sub{
      display:none;
    }
  }

/* ========== Inline Style Block 29 ========== */
/* Import once globally; remove if already included */
  @import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap');

  :root {
    --tp-body-size: 15px;
    --tp-head-size: 20px;
  }

  .tp-strip {
    padding: 40px 16px 50px;
    background: #ffffff;
    font-family: "Nunito", sans-serif;
  }

  .tp-strip-inner {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
    font-size: var(--tp-body-size);
    color: #111111;
  }

  .tp-strip-line {
    margin: 0 0 14px;
    font-size: var(--tp-body-size);
    color: #1f2933;
  }

  .tp-strip-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    margin-bottom: 26px;
    flex-wrap: wrap;
  }

  .tp-strip-icons img {
    height: 40px;
    object-fit: contain;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.08));
  }

  .tp-strip-benefit {
    margin: 0;
    font-size: var(--tp-head-size);
    font-weight: 800;
    line-height: 1.5;

    /* Gradient text like “Coming Soon” */
    background: linear-gradient(90deg, #ff2f92 0%, #8b5cf6 50%, #3b82f6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
  }

  @media (max-width: 768px) {
    .tp-strip {
      padding: 32px 12px 40px;
    }

    .tp-strip-icons img {
      height: 34px;
    }
  }

/* ========== Inline Style Block 30 ========== */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap');

  :root {
    --tp-body-size: 15px;
    --tp-head-size: 20px;
  }

.tp-faq {
    padding: 30px 16px 60px;
    background: #ffffff;
    font-family: "Nunito", sans-serif;
}

  .tp-faq-inner {
    max-width: 1120px;
    margin: 0 auto;
    font-size: var(--tp-body-size);
    color: #111827;
  }

  .tp-faq-head {
    text-align: center;
    margin-bottom: 32px;
  }

  /* Headings = question size (23px) + 7 = 30px */
  .tp-faq-title {
    margin: 0 0 8px;
    font-size: 30px;
    font-weight: 800;
    background: linear-gradient(90deg, #ff2f92, #ff6bb0);
    -webkit-background-clip: text;
    color: transparent;
  }

  .tp-faq-subtitle {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    color: #111827;
  }

  /* 2-column grid */
  .tp-faq-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 20px;
  }

  .tp-faq-item {
    position: relative;
    border-radius: 18px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.04);
    background: #ffffff;
    overflow: hidden;
    transition:
      box-shadow 0.25s ease,
      border-color 0.25s ease,
      transform 0.25s ease,
      background 0.25s ease;
  }

  /* Glow pulse ring */
  .tp-faq-item::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    opacity: 0;
    box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.0);
    transition: opacity 0.25s ease;
  }

  .tp-faq-item.is-open {
    border-color: rgba(59, 130, 246, 0.6);
    box-shadow:
      0 0 0 1px rgba(59, 130, 246, 0.45),
      0 20px 55px rgba(59, 130, 246, 0.45);
    transform: translateY(-2px);
    background: linear-gradient(135deg, #ffffff, #f0f9ff);
  }

  .tp-faq-item.is-open::before {
    opacity: 1;
    animation: faqGlow 1.6s ease-in-out infinite;
  }

  @keyframes faqGlow {
    0% {
      box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.0);
    }
    50% {
      box-shadow: 0 0 0 10px rgba(59, 130, 246, 0.20);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.0);
    }
  }

  .tp-faq-question {
    width: 100%;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    font-size: 23px; /* 20 + 3 */
    font-weight: 600;
    text-align: left;
    background: #f3f4ff;
    border: none;
    cursor: pointer;
    color: #0369a1;
    position: relative;
    z-index: 1;
    transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
  }

  .tp-faq-item:nth-child(odd) .tp-faq-question {
    background: #f9fafb;
  }

  .tp-faq-question:hover {
    background: #e0f2fe;
    color: #0f172a;
    transform: translateY(-1px);
  }

  .tp-faq-item.is-open .tp-faq-question {
    background: linear-gradient(90deg, #e0f2fe, #eff6ff);
    color: #0f172a;
  }

  .tp-faq-icon {
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    background: #ffffff;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
  }

  .tp-faq-item.is-open .tp-faq-icon {
    background: #0f172a;
    color: #ffffff;
    transform: rotate(180deg) scale(1.05);
  }

  .tp-faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 16px;
    background: #ffffff;
    transition: max-height 0.25s ease, padding-top 0.25s ease, padding-bottom 0.25s ease;
    position: relative;
    z-index: 1;
  }

  .tp-faq-item.is-open .tp-faq-answer {
    max-height: 500px;
    padding-top: 10px;
    padding-bottom: 14px;
  }

  .tp-faq-answer p {
    margin: 0 0 6px;
    font-size: var(--tp-body-size);
    line-height: 1.7;
  }

  /* Support line = question (23px) + 3 = 26px */
  .tp-faq-support {
    margin: 34px 0 0;
    text-align: center;
    font-size: 26px;
    color: #111827;
    font-weight: 600;
  }

  .tp-faq-support a {
    color: #2563eb;
    text-decoration: underline;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 3px;
    font-weight: 700;
  }

  .tp-faq-support a:hover {
    color: #1d4ed8;
  }

  @media (max-width: 900px) {
    .tp-faq-list {
      grid-template-columns: minmax(0, 1fr);
    }
  }

  @media (max-width: 768px) {
    .tp-faq {
      padding: 70px 12px 80px;
    }

    .tp-faq-title {
      font-size: 26px;
    }

    .tp-faq-subtitle {
      font-size: 24px;
    }
  }

/* ========== Inline Style Block 31 ========== */
/* Font import (remove if you already import Space Grotesk globally) */
  @import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap');

  :root {
    --tp-body-size: 15px;
    --tp-head-size: 20px;
  }

  .tp-hero {
    padding: 80px 16px 70px;
    background: radial-gradient(circle at top, #ffe4ff 0, #ffffff 45%, #f7fbff 100%);
    font-family: "Nunito", sans-serif;
    text-align: center;
    color: #050816;
  }

  .tp-hero-inner {
    max-width: 1050px;
    margin: 0 auto;
  }

  /* Brand name */
  .tp-hero-brand {
    display: inline-block;
    margin-bottom: 10px;
    font-size: calc(var(--tp-head-size) + 4px); /* 24px */
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    background: linear-gradient(90deg, #ff2f92, #ff7ae5);
    -webkit-background-clip: text;
    color: transparent;
  }

  /* Yellow strapline pill */
  .tp-hero-strap {
    display: inline-block;
    padding: 6px 18px;
    border-radius: 999px;
    background: #fff700;
    color: #111827;
    font-size: var(--tp-body-size);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    box-shadow: 0 12px 30px rgba(250, 204, 21, 0.4);
    margin-bottom: 26px;
  }

  /* Main headline */
  .tp-hero-title {
    margin: 0 0 20px;
    font-size: calc(var(--tp-head-size) + 8px); /* 28px */
    line-height: 1.35;
    font-weight: 800;
  }

  .tp-hero-title .accent {
    color: #ff2f92;
  }

  .tp-hero-sub {
    margin: 0;
    font-size: var(--tp-body-size);
    line-height: 1.9;
    color: #111827;
  }

  .tp-hero-sub .accent {
    color: #ff2f92;
    font-weight: 600;
  }

  .tp-hero-break {
    display: none;
  }

  /* Subtle hover “alive” effect on highlight text */
  .tp-hero-title .accent,
  .tp-hero-sub .accent {
    position: relative;
    transition: text-shadow 0.2s ease, transform 0.2s ease;
  }

  .tp-hero-title .accent:hover,
  .tp-hero-sub .accent:hover {
    text-shadow: 0 0 18px rgba(255, 47, 146, 0.5);
    transform: translateY(-1px);
  }

  @media (max-width: 900px) {
    .tp-hero {
      padding: 70px 14px 60px;
    }

    .tp-hero-title {
      font-size: 24px;
    }

    .tp-hero-break {
      display: inline;
    }
  }

  @media (max-width: 640px) {
    .tp-hero-title {
      font-size: 22px;
    }

    .tp-hero-strap {
      font-size: 13px;
      padding: 6px 14px;
    }
  }

/* ========== Inline Style Block 32 ========== */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap');

  .tp-footer {
    background: radial-gradient(circle at top, #111827 0, #020617 50%, #000000 100%);
    color: #e5e7eb;
    padding: 60px 20px 35px;
    font-family: "Nunito", sans-serif;
    font-size: 14px;
  }

  .tp-footer-inner {
    max-width: 1120px;
    margin: 0 auto;
  }

  .tp-footer-brand-row {
    display: flex;
    justify-content: center;
    margin-bottom: 18px;
  }

  .tp-footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }

  .tp-footer-logo-mark {
    width: 40px;
    height: 40px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at top left, #22d3ee, #0f172a);
    border: 1px solid #4b5563;
    font-weight: 700;
    font-size: 16px;
  }

  .tp-footer-logo-text {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.06em;
  }

  .tp-footer-separator {
    border: none;
    border-top: 1px solid #374151;
    margin: 10px 0 18px;
  }

  .tp-footer-separator--soft {
    opacity: 0.6;
    margin: 20px 0;
  }

  .tp-footer-disclaimer {
    line-height: 1.8;
    margin: 0;
    color: #d1d5db;
  }

  .tp-footer-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px;
    margin: 10px 0 20px;
  }

  .tp-footer-col h3 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #f9fafb;
  }

  .tp-footer-col p {
    margin: 0 0 8px;
    line-height: 1.7;
    color: #d1d5db;
  }

  /* Center disclaimer block */
  .tp-footer-center-note {
    text-align: center;
    max-width: 900px;
    margin: 24px auto 0;
    line-height: 1.8;
    color: #d1d5db;
  }

  .tp-footer-lifetime {
    margin: 16px 0 8px;
    font-size: 13px;
    color: #9ca3af;
    text-align: left;
  }

  .tp-footer-payments {
    display: flex;
    gap: 14px;
    justify-content: flex-start;
    margin: 14px 0 18px;
  }

  .tp-footer-payments img {
    height: 26px;
    object-fit: contain;
    filter: drop-shadow(0 4px 10px rgba(0,0,0,0.7));
    opacity: 0.95;
  }

  .tp-footer-bottom {
    border-top: 1px solid #374151;
    padding-top: 14px;
    margin-top: 6px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: 14px;
    color: #9ca3af;
  }

  .tp-footer-links {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
  }

  .tp-footer-links a {
    color: #e5e7eb;
    text-decoration: none;
    font-size: 14px;
    position: relative;
  }

  .tp-footer-links a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 1px;
    background: linear-gradient(90deg, #22d3ee, #60a5fa);
    transition: width 0.2s ease;
  }

  .tp-footer-links a:hover::after {
    width: 100%;
  }

  @media (max-width: 900px) {
    .tp-footer-columns {
      grid-template-columns: minmax(0, 1fr);
      gap: 24px;
    }

    .tp-footer-center-note {
      margin-top: 20px;
    }

    .tp-footer-payments {
      justify-content: center;
    }
  }

  @media (max-width: 640px) {
    .tp-footer {
      padding: 50px 16px 30px;
    }

    .tp-footer-bottom {
      flex-direction: column;
      align-items: flex-start;
      gap: 8px;
    }
  }

/* ========== Inline Style Block 33 ========== */
/* ===========================
   STICKY BAR (900px centered)
   =========================== */
.jv-sticky-bar {
  position: fixed;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  width: 900px;            /* <<< trimmed width like screenshot */
  max-width: 90%;
  z-index: 9999;

  opacity: 0;
  pointer-events: none;
  transition: opacity .45s ease, transform .45s ease;
}

.jv-sticky-bar.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

/* ===========================
   INNER BOX (rounded container)
   =========================== */
.jv-sticky-inner {
  width: 100%;
  padding: 16px 22px;
  background: #1e1e1e;
  border-radius: 18px;

  box-shadow:
      0 0 0 1px rgba(0, 140, 255, 0.4),
      0 0 26px rgba(0, 110, 255, 0.4);

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;

  animation: stickyFloat 8s ease-in-out infinite;
}

/* Floating animation */
@keyframes stickyFloat {
  0% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
  100% { transform: translateY(0); }
}

/* ===========================
   HEADING
   =========================== */
.jv-sticky-heading {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  font-family: 'Nunito', sans-serif;
}

/* ===========================
   BUTTON ROW
   =========================== */
.jv-sticky-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* ===========================
   BUTTON STYLE
   =========================== */
.jv-cta-btn {
  padding: 14px 26px;
  background: linear-gradient(180deg, #1da1ff, #008cff);
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  text-decoration: none;
  border-radius: 12px;
  font-family: 'Nunito', sans-serif;

  box-shadow:
      0 4px 0 #0066cc,
      0 0 12px rgba(0,140,255,0.7);

  transition: all .25s ease;
  position: relative;
  display: inline-block;
}

/* Hover glow + lift */
.jv-cta-btn:hover {
  transform: translateY(-4px);
  box-shadow:
      0 6px 14px rgba(0,140,255,0.8),
      0 0 18px rgba(0,190,255,0.8);
  background: linear-gradient(180deg, #32b7ff, #009eff);
}

/* Tooltip on hover */
.jv-cta-btn:hover::after {
  content: attr(data-tip);
  position: absolute;
  background: #000;
  padding: 6px 10px;
  border-radius: 6px;
  color: #fff;
  font-size: 12px;
  left: 50%;
  transform: translateX(-50%) translateY(-42px);
  white-space: nowrap;
  opacity: 0.9;
}

/* Mobile */
@media (max-width: 600px) {
  .jv-cta-btn {
      width: 100%;
      text-align: center;
  }
}

/* ========================================== */
/* MOBILE RESPONSIVE OPTIMIZATIONS */
/* ========================================== */

/* Tablets and below */
@media (max-width: 991px) {
  .container { padding: 0 20px; }
  span.main-tok-ai { font-size: 40px; padding: 6px 20px; }
  .hero-wrap { padding: 40px 0 0; border-radius: 0 0 40px 40px; }
  .navbar-collapse { background: #fff; padding: 15px; border-radius: 8px; margin-top: 10px; }
}

/* Mobile devices */
@media (max-width: 767px) {
  /* Typography adjustments */
  h1 { font-size: 28px !important; line-height: 1.3; }
  h2 { font-size: 24px !important; }
  h3 { font-size: 20px !important; }
  p { font-size: 16px; line-height: 1.6; }
  
  /* Container spacing */
  .container { padding: 0 15px; max-width: 100%; }
  section { padding: 40px 0 !important; }
  
  /* Header optimization */
  .main-header .logo-text { font-size: 16px; }
  .main-header .logo-box { width: 35px; height: 35px; font-size: 16px; }
  
  /* Hero section */
  span.main-tok-ai { font-size: 32px; padding: 5px 15px; margin: 0 auto 15px; }
  p.real-tok { font-size: 16px; padding: 0 15px; }
  .hero-wrap { padding: 30px 0 0; border-radius: 0 0 30px 30px; }
  
  /* Video elements */
  .video-label, .demo-hero-wrap .video-label { 
    height: auto !important; 
    min-height: 300px; 
    max-height: 400px; 
  }
  
  /* Cards and grid layouts */
  .feature-card, .proof-grid-item, .track-img { margin-bottom: 20px; }
  .row { margin: 0 -10px; }
  .row > [class*="col-"] { padding: 0 10px; }
  
  /* Buttons */
  .btn, .cta-button { 
    font-size: 16px !important; 
    padding: 12px 25px !important; 
    width: 100%; 
    max-width: 100%; 
  }
  
  /* Images */
  img { max-width: 100%; height: auto; }
  
  /* Tables */
  table { font-size: 14px; }
  table td, table th { padding: 8px 5px !important; }
  
  /* Footer */
  .footer-left, .footer-right { text-align: center; margin-bottom: 20px; }
  
  /* Hide/show elements */
  .desktop-only { display: none !important; }
  .mobile-only { display: block !important; }
}

/* Small mobile devices */
@media (max-width: 480px) {
  h1 { font-size: 24px !important; }
  h2 { font-size: 20px !important; }
  span.main-tok-ai { font-size: 28px; }
  section { padding: 30px 0 !important; }
  .video-label { min-height: 250px; }
}

/* Performance optimizations */
@media (prefers-reduced-motion: reduce) {
  * { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

/* Touch device optimizations */
@media (hover: none) and (pointer: coarse) {
  .btn, a, button { 
    min-height: 44px; 
    min-width: 44px; 
    padding: 12px 20px; 
  }
}

/* Landscape mobile */
@media (max-width: 767px) and (orientation: landscape) {
  .hero-wrap { padding: 20px 0 0; }
  .video-label { max-height: 350px; }
}

/* High DPI screens - optimize images */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  img { image-rendering: -webkit-optimize-contrast; }
}

div#videoo_frame iframe {
  height: 301px !important;
  border: 2px solid #ff1f8c !important;
}
/* ================== KEYWORD OUTER SECTION - MODERN STYLING ================== */
.keyword-outer {
  padding: 60px 20px 0px;
  background: 
    radial-gradient(ellipse 120% 100% at 0% 0%, rgba(139, 92, 246, 0.15), transparent 50%),
    radial-gradient(ellipse 100% 120% at 100% 100%, rgba(236, 72, 153, 0.12), transparent 50%),
    radial-gradient(ellipse 80% 80% at 50% 50%, rgba(59, 130, 246, 0.08), transparent 60%),
    radial-gradient(ellipse 100% 100% at 80% 20%, rgba(251, 191, 36, 0.1), transparent 50%),
    linear-gradient(135deg, #f8fafc 0%, #ffffff 50%, #f1f5f9 100%);
  position: relative;
  overflow: hidden;
  margin-top: 60px;
}

.keyword-outer::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: 
    radial-gradient(circle at 20% 30%, rgba(139, 92, 246, 0.2), transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(236, 72, 153, 0.15), transparent 40%),
    radial-gradient(circle at 50% 50%, rgba(59, 130, 246, 0.1), transparent 50%);
  animation: gradientShift 15s ease infinite;
  pointer-events: none;
  z-index: 0;
}

.keyword-outer::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.5) 50%, transparent 100%);
  pointer-events: none;
  z-index: 0;
}

@keyframes gradientShift {
  0%, 100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
  50% {
    transform: translate(5%, 5%) scale(1.1);
    opacity: 0.8;
  }
}

.keyword-header {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.keyword-decorative-line {
  margin-bottom: 32px;
  display: flex;
  justify-content: center;
  opacity: 0.9;
  filter: drop-shadow(0 4px 8px rgba(139, 92, 246, 0.2));
}

.keyword-decorative-line img {
  max-width: 220px;
  height: auto;
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-8px);
  }
}

.keyword-main-title {
  font-size: clamp(36px, 4.5vw, 56px);
  font-weight: 900;
  line-height: 1.15;
  color: #0f172a;
  margin-bottom: 28px;
  letter-spacing: -0.03em;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
}

.keyword-main-title .grad-blue {
  background: linear-gradient(135deg, #8b5cf6 0%, #3b82f6 50%, #06b6d4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  display: inline-block;
  filter: drop-shadow(0 2px 8px rgba(139, 92, 246, 0.3));
}

.keyword-main-title .border-dot {
  position: relative;
  background: linear-gradient(135deg, #ec4899 0%, #f43f5e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 900;
  display: inline-block;
  filter: drop-shadow(0 2px 8px rgba(236, 72, 153, 0.3));
}

.keyword-main-title .border-dot::after {
  content: '';
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  height: 12px;
  background: linear-gradient(90deg, 
    rgba(236, 72, 153, 0.4) 0%, 
    rgba(244, 63, 94, 0.3) 50%, 
    rgba(236, 72, 153, 0.2) 100%);
  border-radius: 6px;
  z-index: -1;
  animation: underlinePulse 2s ease-in-out infinite;
}

@keyframes underlinePulse {
  0%, 100% {
    opacity: 0.6;
    transform: scaleX(1);
  }
  50% {
    opacity: 0.8;
    transform: scaleX(1.05);
  }
}

.keyword-subtitle {
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 600;
  color: #475569;
  margin: 0;
  letter-spacing: -0.01em;
}

.keyword-subtitle .keyword-highlight {
  background: linear-gradient(135deg, #8b5cf6 0%, #6366f1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 800;
  position: relative;
  display: inline-block;
}

.keyword-content-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 21px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.keyword-editor-preview {
  position: relative;
  padding: 30px;
}

.keyword-editor-preview::before {
  content: '';
  position: absolute;
  inset: -30px;
  background: 
    radial-gradient(circle at 30% 30%, rgba(139, 92, 246, 0.3), transparent 50%),
    radial-gradient(circle at 70% 70%, rgba(236, 72, 153, 0.25), transparent 50%),
    linear-gradient(135deg, rgba(59, 130, 246, 0.2), rgba(139, 92, 246, 0.15));
  border-radius: 40px;
  filter: blur(40px);
  z-index: -1;
  opacity: 0.7;
  animation: glowPulse 4s ease-in-out infinite;
}

@keyframes glowPulse {
  0%, 100% {
    opacity: 0.6;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.05);
  }
}

.keyword-editor-preview::after {
  content: '';
  position: absolute;
  inset: -10px;
  border-radius: 28px;
  background: linear-gradient(135deg, 
    rgba(139, 92, 246, 0.4), 
    rgba(236, 72, 153, 0.3), 
    rgba(59, 130, 246, 0.4));
  z-index: -2;
  filter: blur(20px);
  opacity: 0.5;
}

.lapi {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 
    0 25px 70px rgba(139, 92, 246, 0.25),
    0 10px 30px rgba(236, 72, 153, 0.15),
    0 0 0 1px rgba(255, 255, 255, 0.8),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  padding: 16px;
  transform: perspective(1200px) rotateY(-3deg) rotateX(3deg);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.lapi:hover {
  transform: perspective(1200px) rotateY(0deg) rotateX(0deg) scale(1.02);
  box-shadow: 
    0 35px 100px rgba(139, 92, 246, 0.35),
    0 15px 40px rgba(236, 72, 153, 0.2),
    0 0 0 1px rgba(255, 255, 255, 1),
    inset 0 1px 0 rgba(255, 255, 255, 1);
}

.lapi img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transition: transform 0.5s ease;
}

.lapi:hover img {
  transform: scale(1.01);
}

.keyword-features-grid {
  display: flex;
  grid-template-columns: 3fr;
  gap: 19px;
}

.keyword-feature-card {
  position: relative;
  padding: 24px 18px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 
    0 12px 40px rgba(0, 0, 0, 0.1),
    0 4px 12px rgba(0, 0, 0, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.7s ease forwards;
}

.keyword-feature-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.keyword-feature-card:hover::after {
  opacity: 1;
}

.keyword-feature-card:nth-child(1) {
  animation-delay: 0.1s;
  background: linear-gradient(135deg, 
    #fff7ed 0%, 
    #ffedd5 50%, 
    #fed7aa 100%);
}

.keyword-feature-card:nth-child(1)::before {
  background: linear-gradient(135deg, #f97316, #fb923c, #fbbf24);
}

.keyword-feature-card:nth-child(2) {
  animation-delay: 0.2s;
  background: linear-gradient(135deg, 
    #e0f2fe 0%, 
    #bae6fd 50%, 
    #7dd3fc 100%);
}

.keyword-feature-card:nth-child(2)::before {
  background: linear-gradient(135deg, #0ea5e9, #3b82f6, #06b6d4);
}

.keyword-feature-card:nth-child(3) {
  animation-delay: 0.3s;
  background: linear-gradient(135deg, 
    #f3e8ff 0%, 
    #e9d5ff 50%, 
    #ddd6fe 100%);
}

.keyword-feature-card:nth-child(3)::before {
  background: linear-gradient(135deg, #a855f7, #8b5cf6, #7c3aed);
}

.keyword-feature-card:nth-child(4) {
  animation-delay: 0.4s;
  background: linear-gradient(135deg, 
    #ecfdf5 0%, 
    #d1fae5 50%, 
    #a7f3d0 100%);
}

.keyword-feature-card:nth-child(4)::before {
  background: linear-gradient(135deg, #10b981, #22c55e, #34d399);
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.keyword-feature-card::before {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 27px;
  opacity: 0;
  z-index: -1;
  filter: blur(16px);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  animation: borderGlow 3s ease-in-out infinite;
}

@keyframes borderGlow {
  0%, 100% {
    opacity: 0;
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(1.02);
  }
}

.keyword-feature-card:hover::before {
  opacity: 0.6 !important;
  transform: scale(1.05);
  animation: none;
}

.keyword-feature-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 
    0 25px 60px rgba(0, 0, 0, 0.15),
    0 8px 20px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 1);
}

.keyword-feature-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 
    0 10px 25px rgba(0, 0, 0, 0.12),
    0 4px 10px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.keyword-feature-icon::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 16px;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.keyword-feature-card:hover .keyword-feature-icon {
  transform: scale(1.15) rotate(8deg);
  box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.18),
    0 6px 15px rgba(0, 0, 0, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 1);
}

.keyword-feature-card:hover .keyword-feature-icon::before {
  opacity: 0.3;
}

.keyword-feature-1 .keyword-feature-icon {
  color: #ea580c;
  background: linear-gradient(135deg, #fff7ed 0%, #fed7aa 100%);
}

.keyword-feature-1 .keyword-feature-icon::before {
  background: linear-gradient(135deg, rgba(249, 115, 22, 0.2), rgba(251, 146, 60, 0.2));
}

.keyword-feature-2 .keyword-feature-icon {
  color: #0284c7;
  background: linear-gradient(135deg, #e0f2fe 0%, #bae6fd 100%);
}

.keyword-feature-2 .keyword-feature-icon::before {
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.2), rgba(59, 130, 246, 0.2));
}

.keyword-feature-3 .keyword-feature-icon {
  color: #9333ea;
  background: linear-gradient(135deg, #f3e8ff 0%, #e9d5ff 100%);
}

.keyword-feature-3 .keyword-feature-icon::before {
  background: linear-gradient(135deg, rgba(168, 85, 247, 0.2), rgba(139, 92, 246, 0.2));
}

.keyword-feature-4 .keyword-feature-icon {
  color: #16a34a;
  background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
}

.keyword-feature-4 .keyword-feature-icon::before {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.2), rgba(34, 197, 94, 0.2));
}

.keyword-feature-icon svg {
  width: 28px;
  height: 28px;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.keyword-feature-title {
  font-size: 22px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 16px 0;
  line-height: 1.3;
  letter-spacing: -0.01em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.keyword-feature-text {
  font-size: 15px;
  line-height: 1.8;
  color: #475569;
  margin: 0;
  font-weight: 500;
}
/* ========= SECTION BACKGROUND (NO WHITE END) ========= */
.ai-feature-split{
  padding: 44px 16px;
  /*font-family: "Space Grotesk", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;*/
  background:
    radial-gradient(1200px 700px at 25% 5%, rgba(255, 178, 216, 0.35), transparent 55%),
    radial-gradient(1000px 650px at 70% 10%, rgba(170, 220, 255, 0.35), transparent 55%),
    radial-gradient(900px 650px at 60% 85%, rgba(202, 180, 255, 0.30), transparent 55%),
    linear-gradient(180deg, #f7f6ff 0%, #ffffff 60%, #f7f6ff 100%);
}

.ai-split-wrap{
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 24px;
  align-items: stretch; /* equal height columns */
}

/* ========= LEFT IMAGE (MAKE COLORFUL / NO DULL FILM) ========= */
.ai-left{
  border-radius: 18px;
  overflow: hidden;
  background: #0f0f14;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 22px 70px rgba(0,0,0,0.18);
  aspect-ratio: 2047 / 1923;
  width: 100%;
  position: relative;
}

.ai-left-img{
width: 100%;
height: 100%;
display: block;

/* KEY FIX */
object-fit: contain;

/* Optional: center image nicely */
object-position: center center;

/* Keep it colorful */
filter: saturate(1.18) contrast(1.06) brightness(1.03);

background: #0f0f14; /* fills empty space if any */
}

.ai-left{
padding: 12px;
}


/* Optional: subtle vibrant glow edge (NOT a film overlay) */
.ai-left::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.35);
}

/* ========= RIGHT CARDS (MATCH HEIGHT + HOVER POPUP) ========= */
.ai-right{
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.rf-card{
  flex: 1;
  border-radius: 18px;
  padding: 16px 16px;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 14px 40px rgba(0,0,0,0.08);
  position: relative;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}

/* inner soft highlight */
.rf-card::before{
  content:"";
  position:absolute;
  inset:0;
  background: radial-gradient(700px 240px at 15% 10%, rgba(255,255,255,0.55), transparent 60%);
  pointer-events:none;
}

/* POPUP animation on hover */
.rf-card:hover{
  transform: translateY(-10px) scale(1.03);
  box-shadow:
    0 26px 70px rgba(0,0,0,0.16),
    0 0 0 2px rgba(255,255,255,0.55),
    0 0 55px var(--glow);
  filter: saturate(1.08);
}

/* shimmer sweep on hover */
.rf-card::after{
  content:"";
  position:absolute;
  top:-40%;
  left:-70%;
  width: 60%;
  height: 200%;
  transform: rotate(18deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.30), transparent);
  opacity: 0;
  pointer-events:none;
}
.rf-card:hover::after{
  opacity: 1;
  animation: rf-sheen 1.2s ease forwards;
}
@keyframes rf-sheen{
  0% { left:-70%; }
  100% { left:130%; }
}

.rf-row{
  display: flex;
  gap: 12px;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}

/* icon badge like your screenshot */
.rf-icon{
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-size: 22px;
  background: rgba(255,255,255,0.55);
  box-shadow: 0 12px 28px rgba(0,0,0,0.12);
  flex: 0 0 auto;
}

/* small headline like you want */
.rf-title{
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  color: rgba(17,24,39,0.90);
  margin: 2px 0 6px;
}

.rf-desc{
  font-size: 13.5px;
  line-height: 1.6;
  font-weight: 500;
  color: rgba(17,24,39,0.62);
}

/* Pastel card colors like your reference */
.rf-peach { background: #fdeedc; --glow: rgba(255,140,40,0.50); }
.rf-blue  { background: #eaf6ff; --glow: rgba(35,140,255,0.45); }
.rf-purple{ background: #f2ecff; --glow: rgba(146,70,255,0.45); }
.rf-mint  { background: #eaffeF; --glow: rgba(15,180,120,0.45); }
.rf-pink  { background: #ffeaf3; --glow: rgba(255,70,150,0.45); }

/* ========== MODERN TABLE SECTION ========== */
section.modern-table-section {
  background: #ffffff;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

section.modern-table-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(169, 55, 242, 0.3), transparent);
}

.modern-table-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.modern-table-header {
  text-align: center;
  margin-bottom: 50px;
}

.modern-table-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: "Space Grotesk", sans-serif;
  color: #111827;
  line-height: 1.2;
}

.modern-table-title.brutal-truth-title {
  font-size: 42px;
  color: #ED4F44;
  line-height: 1.3;
  max-width: 1100px;
  margin: 0 auto 50px;
}

.modern-table-title .gradient-text {
  background: linear-gradient(135deg, #A937F2 0%, #ED4F44 50%, #ff1f8c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.modern-table-subtitle {
  font-size: 20px;
  color: #6b7280;
  font-weight: 400;
  margin: 0;
}

.modern-table-container {
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.modern-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Space Grotesk", sans-serif;
}

.modern-table thead {
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
}

.modern-table thead th {
  padding: 24px 30px;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 14px;
  border-bottom: 2px solid rgba(169, 55, 242, 0.1);
}

.cost-comparison-table thead th {
  text-align: left;
}

.cost-comparison-table thead th:first-child {
  text-align: left;
}

.modern-table tbody tr {
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.modern-table tbody tr:last-child {
  border-bottom: none;
}

.modern-table tbody tr:hover {
  transform: translateX(5px);
  box-shadow: 0 4px 20px rgba(169, 55, 242, 0.15);
}

.modern-table tbody td {
  padding: 28px 30px;
  font-size: 16px;
  color: #111827;
  vertical-align: middle;
}

.modern-table tbody td:first-child {
  font-weight: 700;
  color: #111827;
}

.cost-comparison-table tbody td {
  position: relative;
  text-align: left;
  vertical-align: middle;
}
section.featues-lsut {
    padding: 55px 0 0;
}section.featues-lsut h3 {
    font-size: 47px;
    color: #fff;
    background-image: linear-gradient(to right, #F49428, #7D3EF2, #27F093);
    border-radius: 10px;
    margin: 0 auto 20px;
    display: table;
    padding: 28px 31px;
}
.feature-inner {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(148, 163, 184, .55);
    height: 100%;
}
.feature-inner img {
    width: 100%;
    height: 225px;
    object-fit: cover;
}
.feature-inner p {
    text-align: center;
    padding: 0 14px;
    margin: 19px 0 18px;
}
section.featues-lsut h4 {
    font-size: 39px;
    text-align: center;
    font-family: "Space Grotesk", sans-serif;
    box-shadow: 0 0 10px 1px #ddd;
    margin: 0 auto;
    display: table;
    padding: 20px 40px;
    border-radius: 10px;
    background: linear-gradient(to left, #A937F2, #ED4F44);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 30px;
}
section.featues-lsut .col-md-4 {
    margin-bottom: 20px;
}
.cost-comparison-table tbody td:first-child {
  display: block;
  font-weight: 700;
  color: #111827;
  text-align: left;
}

.cost-comparison-table tbody td:nth-child(2),
.cost-comparison-table tbody td:nth-child(3) {
  color: #ED4F44;
  font-weight: 600;
}

.cost-comparison-table tbody td strong {
  font-size: 16px;
  font-weight: 700;
  color: #111827;
}

.cost-comparison-table .zero-cost {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #10b981;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.15) 0%, rgba(34, 197, 94, 0.15) 100%);
  position: relative;
}

.cost-comparison-table .zero-cost::before {
  content: '✓';
  display: inline-block;
  margin-right: 8px;
  font-size: 20px;
}

.cost-comparison-table .zero-cost strong {
  font-size: 24px;
  color: #10b981;
}

.source-tag {
  display: inline-block;
  font-size: 11px;
  color: #6b7280;
  background: #f3f4f6;
  padding: 3px 8px;
  border-radius: 4px;
  margin-left: 8px;
  font-weight: 400;
}

.table-icon {
  font-size: 24px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  flex-shrink: 0;
}

/* Gradient Row Styles */
.gradient-row-1 {
  background: linear-gradient(135deg, rgba(169, 55, 242, 0.08) 0%, rgba(237, 79, 68, 0.08) 100%);
}

.gradient-row-1:hover {
  background: linear-gradient(135deg, rgba(169, 55, 242, 0.15) 0%, rgba(237, 79, 68, 0.15) 100%);
}

.gradient-row-2 {
  background: linear-gradient(135deg, rgba(255, 31, 140, 0.08) 0%, rgba(255, 107, 179, 0.08) 100%);
}

.gradient-row-2:hover {
  background: linear-gradient(135deg, rgba(255, 31, 140, 0.15) 0%, rgba(255, 107, 179, 0.15) 100%);
}

.gradient-row-3 {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.08) 0%, rgba(59, 130, 246, 0.08) 100%);
}

.gradient-row-3:hover {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.15) 0%, rgba(59, 130, 246, 0.15) 100%);
}

.gradient-row-4 {
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.08) 0%, rgba(244, 63, 94, 0.08) 100%);
}

.gradient-row-4:hover {
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.15) 0%, rgba(244, 63, 94, 0.15) 100%);
}

.gradient-row-5 {
  background: linear-gradient(135deg, rgba(255, 138, 0, 0.08) 0%, rgba(255, 59, 141, 0.08) 100%);
}

.gradient-row-5:hover {
  background: linear-gradient(135deg, rgba(255, 138, 0, 0.15) 0%, rgba(255, 59, 141, 0.15) 100%);
}

.gradient-row-6 {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.08) 0%, rgba(34, 197, 94, 0.08) 100%);
}

.gradient-row-6:hover {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.15) 0%, rgba(34, 197, 94, 0.15) 100%);
}

/* Status Badges */
.status-badge {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.status-badge.success {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.15) 0%, rgba(34, 197, 94, 0.15) 100%);
  color: #059669;
  border: 1px solid rgba(16, 185, 129, 0.3);
}

.status-badge.warning {
  background: linear-gradient(135deg, rgba(251, 191, 36, 0.15) 0%, rgba(245, 158, 11, 0.15) 100%);
  color: #d97706;
  border: 1px solid rgba(251, 191, 36, 0.3);
}

/* Trend Indicators */
.trend-up {
  color: #059669;
  font-weight: 700;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.trend-up::before {
  content: 'â†‘';
  font-size: 18px;
}
/* Cost Statements Section */
.cost-statements {
  margin-top: 50px;
  text-align: center;
}

.cost-statement {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.4;
}

.highlight-red {
  color: #ED4F44;
}

.problem-heading {
  font-size: 36px;
  font-weight: 700;
  margin: 40px 0 30px;
  line-height: 1.3;
}

.limitations-list {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}

.limitation-item {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.5;
  padding-left: 30px;
  position: relative;
}

.limitation-item::before {
  content: '•';
  position: absolute;
  left: 0;
  font-size: 28px;
  line-height: 1;
}

.limitation-item.final-statement {
  font-size: 24px;
  font-weight: 700;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 2px solid rgba(237, 79, 68, 0.2);
}
/* ========== MODERN FEATURES SHOWCASE SECTION ========== */
section.modern-features-section {
  background: #ffffff;
  padding: 10px 0 60px;
  position: relative;
}

.modern-features-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header Section */
.modern-features-header {
  text-align: center;
  margin-bottom: 60px;
}

.header-line-1 {
  font-size: 20px;
  color: #000000;
  margin-bottom: 8px;
  font-weight: 400;
}

.header-line-2 {
  font-size: 24px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 20px;
}

.header-line-3 {
  font-size: 20px;
  color: #ED4F44;
  margin-bottom: 15px;
  font-weight: 500;
  line-height: 1.5;
}

.header-line-4 {
  font-size: 22px;
  color: #0ea5e9;
  margin-bottom: 10px;
  font-weight: 600;
}

.header-line-5 {
  font-size: 72px;
  color: #22c55e;
  font-weight: 800;
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  line-height: 1.1;
}

/* Product Showcase Container */
.product-showcase-container {
  display: flex;
  gap: 0;
  align-items: start;
  position: relative;
  width: 100%;
  max-width: 100%;
}



.product-box-wrapper {
  padding-right: 30px;
}

.features-list-wrapper {
  padding-left: 30px;
}

/* Left Side: Product Box */
.product-box-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 1500px;
  perspective-origin: center center;
  min-width: 0;
  width: 100%;
}

.product-box-3d {
  position: relative;
  width: 100%;
  max-width: 500px;
  height: 600px;
  transform-style: preserve-3d;
  transform: rotateY(-20deg) rotateX(3deg);
}

.box-face {
  position: absolute;
  display: flex;
  flex-direction: column;
  padding: 30px;
  box-sizing: border-box;
  backface-visibility: hidden;
}

.box-front {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #A937F2 0%, #7c3aed 100%);
  border-radius: 8px;
  box-shadow: 0 25px 70px rgba(169, 55, 242, 0.5);
  color: #ffffff;
  transform: translateZ(0);
}

.box-top-text {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  color: #ffffff;
}

.box-burst-design {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
  height: 180px;
}

.burst-circle {
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, #ffd700 0%, #ff8c00 100%);
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 30px rgba(255, 215, 0, 0.6);
}

.burst-lines {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: 
    radial-gradient(circle at center, transparent 35%, rgba(255, 215, 0, 0.3) 35%, rgba(255, 215, 0, 0.3) 37%, transparent 37%),
    repeating-conic-gradient(from 0deg, transparent 0deg 8deg, rgba(255, 140, 0, 0.4) 8deg 12deg);
}

.burst-lines::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: radial-gradient(circle at center, transparent 45%, rgba(255, 215, 0, 0.2) 45%, rgba(255, 215, 0, 0.2) 47%, transparent 47%);
}

.ai-logo-small {
  position: relative;
  z-index: 2;
  background: #ffffff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 18px;
  color: #A937F2;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.box-description-text {
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: 400;
}

.box-bottom-text {
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
  margin-top: auto;
  padding-top: 20px;
}

.box-side {
  width: 80px;
  height: 100%;
  background: linear-gradient(135deg, #ED4F44 0%, #dc2626 100%);
  border-radius: 0 8px 8px 0;
  right: -80px;
  top: 0;
  transform: rotateY(90deg) translateZ(0);
  transform-origin: left center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 20px 10px;
  color: #ffffff;
  box-shadow: 5px 0 20px rgba(237, 79, 68, 0.3);
}

.side-ai-logo {
  background: #ffffff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 14px;
  color: #ED4F44;
  border-radius: 4px;
  margin-bottom: 20px;
}

.side-text-vertical {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 2px;
}

.side-barcode {
  width: 30px;
  height: 120px;
  background: repeating-linear-gradient(
    to bottom,
    #ffffff 0px,
    #ffffff 8px,
    transparent 8px,
    transparent 12px
  );
  margin-top: auto;
}

/* Right Side: Features List */
.features-list-wrapper {
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  min-width: 0;
  width: 50%;
  box-sizing: border-box;
}
.box-cover {
  width: 50%;
  padding-right: 40px;
}
.box-cover img {
  width: 100%;
}
.features-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.feature-item {
  font-size: 17px;
  line-height: 1.7;
  color: #000000;
  padding: 25px 30px;
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
  border-radius: 16px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.feature-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.feature-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.feature-icon svg {
  width: 28px;
  height: 28px;
  stroke-width: 2.5;
}

.feature-content {
  flex: 1;
  min-width: 0;
}

.feature-item strong {
  font-weight: 700;
  color: #000000;
}

/* Gradient Box Styles for Each Feature Item */
.feature-item-1 {
  background: linear-gradient(135deg, rgba(169, 55, 242, 0.15) 0%, rgba(237, 79, 68, 0.15) 50%, rgba(255, 31, 140, 0.1) 100%);
  border: 1px solid rgba(169, 55, 242, 0.2);
}

.feature-item-1 .feature-icon {
  color: #A937F2;
  background: linear-gradient(135deg, rgba(169, 55, 242, 0.2) 0%, rgba(237, 79, 68, 0.2) 100%);
}

.feature-item-2 {
  background: linear-gradient(135deg, rgba(255, 31, 140, 0.15) 0%, rgba(255, 107, 179, 0.15) 50%, rgba(236, 72, 153, 0.1) 100%);
  border: 1px solid rgba(255, 31, 140, 0.2);
}

.feature-item-2 .feature-icon {
  color: #ff1f8c;
  background: linear-gradient(135deg, rgba(255, 31, 140, 0.2) 0%, rgba(255, 107, 179, 0.2) 100%);
}

.feature-item-3 {
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.15) 0%, rgba(59, 130, 246, 0.15) 50%, rgba(37, 99, 235, 0.1) 100%);
  border: 1px solid rgba(14, 165, 233, 0.2);
}

.feature-item-3 .feature-icon {
  color: #0ea5e9;
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.2) 0%, rgba(59, 130, 246, 0.2) 100%);
}

.feature-item-4 {
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.15) 0%, rgba(16, 185, 129, 0.15) 50%, rgba(5, 150, 105, 0.1) 100%);
  border: 1px solid rgba(34, 197, 94, 0.2);
}

.feature-item-4 .feature-icon {
  color: #22c55e;
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.2) 0%, rgba(16, 185, 129, 0.2) 100%);
}

.feature-item-5 {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.15) 0%, rgba(168, 85, 247, 0.15) 50%, rgba(139, 92, 246, 0.1) 100%);
  border: 1px solid rgba(124, 58, 237, 0.2);
}

.feature-item-5 .feature-icon {
  color: #7c3aed;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.2) 0%, rgba(168, 85, 247, 0.2) 100%);
}
section.demo-video {
  padding: 60px 0;
  background-image: url("https://imagedelivery.net/gmO3Si5-ALsji_V36_2olg/aivideo-demo-bk/public");
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
}
section.demo-video h3 {
  font-size: 55px;
  margin: 0 auto 104px;
  display: table;
  position: relative;
}section.demo-video h3::before {
  position: absolute;
  left: -100px;
  top: 30px;
  content: "";
  width: 80px;
  height: 80px;
  background-image: url("https://imagedelivery.net/gmO3Si5-ALsji_V36_2olg/aivideo-ar-right/public");
}
section.demo-video h3::after {
  position: absolute;
  right: -100px;
  top: 30px;
  content: "";
  width: 80px;
  height: 80px;
  background-image: url("https://imagedelivery.net/gmO3Si5-ALsji_V36_2olg/aivideo-ar-left/public");
}
span.pink-grad {
  background: linear-gradient(to left, #A937F2, #ED4F44);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.vimo-video {
  margin: 0 auto;
  display: table;
  /* background-image: url("https://imagedelivery.net/gmO3Si5-ALsji_V36_2olg/aivideo-frame/public"); */
  background-size: 100% 100%;
  padding: 9px;
  width: 100%;
  max-width: 83%;
  position: relative;
}
.vimo-video::before {
  background-image: url(https://imagedelivery.net/gmO3Si5-ALsji_V36_2olg/aivideo-frame/public);
  position: absolute;
  content: "";
  left: -78px;
  top: -28px;
  width: 117%;
  height: 113%;
  z-index: 9;
  background-size: 100% 100%;
  pointer-events: none;
}
.vimo-video iframe {
  width: 100%;
  height: 674px;
}
section.function-points {
  padding: 50px 0;
  text-align: center;
}
section.function-points h2 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 30px;
}
section.vid-support {
  padding: 50px 0;
}
section.vid-support h3 {
  text-align: center;
  font-size: 47px;
  font-weight: 800;
}
span.pink-grad {
  background: linear-gradient(to left, #A937F2, #ED4F44);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.vid-support  h4 {
  font-size: 30px;
  text-align: center;
  color: #0066ff;
}
section.never-before img {
  width: 100%;
}
section.never-before {
  padding: 55px 0;
  background: #181a2b;
}
section.never-before h3 {
  text-align: center;
  color: #fff;
  font-size: 44px;
  font-weight: 800;
}
section.vid-support img {
  width: 100%;
  margin: -30px 0 0;
}
span.much-time {
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  display: table;
  width: 100%;
  margin: -40px 0 0;
  color: #0022ff;
}
section.vid-support h6 {
  background: #f5ff31;
  margin: 0 auto;
  display: table;
  font-size: 23px;
  padding: 10px 30px;
  border-radius: 10px;
  font-weight: 800;
  margin: 12px auto 20px;
}section.vid-support h5 {
  text-align: center;
  color: red;
}

section.insta-reals {
  padding: 70px 0;
  text-align: center;
}
section.insta-reals h2 {
 margin-bottom: 30px;
}
.the-feature h2 {
  text-align: center;
  padding: 30px 0 30px;
}
h1.ai-creation {
  font-size: 24px;
  max-width: 900px;
  margin: 3px auto 13px;
  box-shadow: 0 0 10px 1px #ddd;
  background: #fff;
  padding: 16px 0;
  border-radius: 10px;
}
 span.pink{
  background: linear-gradient(90deg, #f97316, #fb7185, #a855f7, #0ea5e9, #22c55e);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 600;
}
.grad-bk {
    position: relative;
    max-width:1030px;
    padding: 18px 26px;
    border-radius: 999px;
    background: radial-gradient(circle at top left, rgba(15, 23, 42, 0.96), rgba(15, 23, 42, 0.85));
    border: 1px solid rgba(252, 211, 77, 0.9);
    box-shadow: 0 0 0 2px rgba(253, 224, 71, 0.2),
      0 18px 55px rgba(15, 23, 42, 0.9),
      inset 0 1px 0 rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(20px);
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    margin: 0 auto 16px;
}
.dx-glow-separator {
    width: 260px;
    height: 4px;
    border-radius: 999px;
    margin: 20px auto 32px;
    background: radial-gradient(circle, #ec4899 0%, #3b82f6 35%, transparent 70%);
    box-shadow: 0 0 18px rgba(227, 21, 250, 0.95),
      0 0 40px rgba(183, 36, 251, 0.75);
    opacity: 0.98;
}

a.cta-button-main span:nth-child(1) {
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(90deg, transparent, #d09500);
    animation: animate1 1s linear infinite;
       position: absolute;
    display: block;
}

a.cta-button-main span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 10px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #d09500);
    animation: animate2 1s linear infinite;
    animation-delay: 0.25s;
       position: absolute;
    display: block;
}
a.cta-button-main span:nth-child(3) {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(270deg, transparent, #ffbd17);
    animation: animate3 1s linear infinite;
       position: absolute;
    display: block;
    animation-delay: 0.5s;
}.down-arrow.oposit-error {
    margin-top: -50px;
}
section.tp-showcase .grad-bk {
    margin-top: 30px;
    margin-bottom: 30px;
}
.image-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
}
.tiktok-attention__headline span {
    color: #00baff;
    border: 2px solid;
    padding: 4px 20px;
    border-radius: 10px;
    display: inline-block;
    position: relative;
    top: 10px;
    font-size: 32px;
}
.video-colg {
    position: relative;
}
.video-colg img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}
a.cta-button-main span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 10px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #ffbd17);
    animation: animate4 1s linear infinite;
    animation-delay: 0.75s;
       position: absolute;
    display: block;
}
 
/* ========== COMPARISON TABLE SECTION ========== */
.comparison-table-section {
  background: #ffffff;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.comparison-table-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(169, 55, 242, 0.3), transparent);
}

.comparison-table-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.comparison-table-header {
  text-align: center;
  margin-bottom: 50px;
}

.comparison-table-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: "Space Grotesk", sans-serif;
  color: #111827;
  line-height: 1.2;
}

.comparison-table-subtitle {
  font-size: 20px;
  color: #6b7280;
  font-weight: 400;
  margin: 0;
  max-width: 900px;
  margin: 0 auto;
}

.comparison-table-container {
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  overflow-x: auto;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Space Grotesk", sans-serif;
  min-width: 1000px;
}

.comparison-table thead {
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
}

.comparison-table thead th {
  padding: 24px 20px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #111827;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 2px solid rgba(169, 55, 242, 0.1);
  vertical-align: top;
}

.comparison-table thead th:first-child {
  text-align: left;
  width: 250px;
}

.comparison-table thead th.best-choice {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.15) 0%, rgba(34, 197, 94, 0.15) 100%);
  border: 2px solid rgba(16, 185, 129, 0.3);
  position: relative;
}

.platform-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.platform-header strong {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
}

.platform-desc {
  font-size: 11px;
  color: #fff;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.4;
}

.best-badge {
  display: inline-block;
  background: linear-gradient(135deg, #10b981, #22c55e);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 8px rgba(16, 185, 129, 0.3);
}

.comparison-table tbody tr {
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.comparison-table tbody tr:hover {
  background: rgba(169, 55, 242, 0.03);
}

.comparison-table tbody tr:last-child {
  border-bottom: none;
}

.comparison-table tbody td {
  padding: 20px;
  font-size: 15px;
  color: #111827;
  vertical-align: middle;
  text-align: center;
}

.comparison-table tbody td:first-child {
  font-weight: 700;
  color: #111827;
  text-align: left;
  padding-left: 20px;
}

.comparison-table tbody td.best-choice {
  background: rgba(16, 185, 129, 0.05);
  font-weight: 600;
}
/* Feature status styles */
.feature-yes {
  color: #10b981 !important;
  font-weight: 700 !important;
  position: relative;
}

.feature-yes::before {
  content: '✓';
  display: inline-block;
  margin-right: 6px;
  font-size: 18px;
  font-weight: 700;
}

.feature-no {
  color: #ef4444 !important;
  font-weight: 600 !important;
}

.feature-limited {
  color: #f97316 !important;
  font-weight: 600 !important;
}

.price-unlimited {
  color: #10b981 !important;
  font-weight: 700 !important;
  font-size: 16px !important;
}

.price-unlimited::before {
  content: '✓';
  display: inline-block;
  margin-right: 6px;
  font-size: 18px;
  font-weight: 700;
}
/* ===========================
   COMPARISON TABLE SECTION
   =========================== */
   .comparison-section {
    padding: 10px 20px 50px;
    background: linear-gradient(180deg, #fef9e7 0%, #f5f7fa 50%, #e8ecf1 100%);
    position: relative;
    overflow: hidden;
}

.comparison-section::before {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background: linear-gradient(135deg, rgba(135, 86, 255, 0.03) 0%, rgba(112, 52, 255, 0.03) 100%);
 pointer-events: none;
}

.comparison-header {
 text-align: center;
 margin-bottom: 30px;
 position: relative;
 z-index: 1;
}

.comparison-title {
 font-size: 42px;
 font-weight: 800;
 color: #2d3748;
 margin-bottom: 15px;
 background: linear-gradient(135deg, #6d44ff 0%, #8756ff 100%);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 background-clip: text;
}

.comparison-subtitle {
 font-size: 20px;
 color: #4a5568;
 font-weight: 500;
 max-width: 840px;
 margin: 0 auto;
 line-height: 1.6;
}

.comparison-table-wrapper {
 position: relative;
 z-index: 1;
 overflow-x: auto;
 border-radius: 20px;
 box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
 background: #ffffff;
 padding: 2px;
 background: linear-gradient(135deg, rgba(135, 86, 255, 0.1) 0%, rgba(112, 52, 255, 0.1) 100%);
}

.comparison-table {
 width: 100%;
 border-collapse: collapse;
 background: #ffffff;
 border-radius: 18px;
 overflow: hidden;
 min-width: 1000px;
}

.comparison-table thead {
 background: linear-gradient(135deg, #6d44ff 0%, #8756ff 100%);
}

.comparison-table thead th {
 padding: 25px 20px;
 text-align: center;
 color: #ffffff;
 font-weight: 700;
 font-size: 16px;
 border-right: 1px solid rgba(255, 255, 255, 0.2);
 position: relative;
}

.comparison-table thead th:last-child {
 border-right: none;
}

.comparison-table thead th.feature-col {
 background: linear-gradient(135deg, #4a5568 0%, #2d3748 100%);
 text-align: left;
 font-size: 18px;
 padding-left: 25px;
 color: #fff;
}
.pricing-cta-section a img {
 max-width: 540px;
 margin: 0 0 20px;
}
.platform-header {
 display: flex;
 flex-direction: column;
 align-items: center;
 gap: 8px;
}

.platform-header strong {
 font-size: 18px;
 font-weight: 800;
}

.platform-desc {
 font-size: 12px;
 font-weight: 400;
 opacity: 0.9;
 line-height: 1.4;
}

.best-badge {
 background: linear-gradient(135deg, #10b981 0%, #059669 100%);
 color: #ffffff;
 padding: 6px 14px;
 border-radius: 20px;
 font-size: 12px;
 font-weight: 700;
 text-transform: uppercase;
 letter-spacing: 0.5px;
 box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

.platform-col.best-choice {
 background: linear-gradient(135deg, rgba(16, 185, 129, 0.15) 0%, rgba(5, 150, 105, 0.15) 100%);
 position: relative;
}

.platform-col.best-choice::before {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 height: 4px;
 background: linear-gradient(90deg, #10b981 0%, #059669 100%);
}

.comparison-table tbody tr {
 border-bottom: 1px solid #e2e8f0;
 transition: all 0.3s ease;
}

.comparison-table tbody tr:hover {
 background: linear-gradient(135deg, rgba(135, 86, 255, 0.05) 0%, rgba(112, 52, 255, 0.05) 100%);
 transform: scale(1.01);
 box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.comparison-table tbody tr:nth-child(even) {
 background: linear-gradient(135deg, rgba(248, 250, 252, 0.5) 0%, rgba(241, 245, 249, 0.5) 100%);
}

.comparison-table tbody tr:nth-child(even):hover {
 background: linear-gradient(135deg, rgba(135, 86, 255, 0.08) 0%, rgba(112, 52, 255, 0.08) 100%);
}

.comparison-table tbody td {
 padding: 20px;
 text-align: center;
 font-size: 15px;
 font-weight: 500;
 border-right: 1px solid #e2e8f0;
 vertical-align: middle;
}

.comparison-table tbody td:last-child {
 border-right: none;
}

.feature-name {
 text-align: left !important;
 font-weight: 600;
 color: #2d3748;
 background: linear-gradient(135deg, rgba(237, 242, 247, 0.5) 0%, rgba(226, 232, 240, 0.5) 100%);
 padding-left: 25px !important;
}

.feature-value {
 font-weight: 600;
 position: relative;
}

.feature-value.yes {
 color: #059669;
 background: linear-gradient(135deg, rgba(16, 185, 129, 0.1) 0%, rgba(5, 150, 105, 0.1) 100%);
}

.feature-value.yes::before {
 content: 'âœ“';
 display: inline-block;
 margin-right: 8px;
 font-weight: 800;
 color: #10b981;
}

.feature-value.no {
 color: #dc2626;
 background: linear-gradient(135deg, rgba(239, 68, 68, 0.1) 0%, rgba(220, 38, 38, 0.1) 100%);
}

.feature-value.no::before {
 content: 'âœ—';
 display: inline-block;
 margin-right: 8px;
 font-weight: 800;
 color: #ef4444;
}

.feature-value.limited {
 color: #d97706;
 background: linear-gradient(135deg, rgba(251, 146, 60, 0.1) 0%, rgba(217, 119, 6, 0.1) 100%);
}

.feature-value.limited::before {
 content: '~';
 display: inline-block;
 margin-right: 8px;
 font-weight: 800;
 color: #f97316;
}
/* ===========================
   PRICING COMPARISON TABLE
   =========================== */
   .pricing-comparison-header {
    text-align: center;
    margin: 60px 0 40px;
    position: relative;
    z-index: 1;
  }
  
  .pricing-comparison-title {
    font-size: 42px;
    font-weight: 800;
    color: #2d3748;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
  
  .pricing-comparison-intro {
    font-size: 17px;
    color: #4a5568;
    font-weight: 500;
    max-width: 1010px;
    margin: 0 auto;
    line-height: 1.7;
}
  
  .pricing-table-wrapper {
    position: relative;
    z-index: 1;
    overflow-x: auto;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    padding: 2px;
    background: linear-gradient(135deg, rgba(251, 191, 36, 0.1) 0%, rgba(217, 119, 6, 0.1) 100%);
    margin-bottom: 40px;
  }
  
  .pricing-comparison-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    min-width: 900px;
    table-layout: fixed;
  }
  
  .pricing-comparison-table thead {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  }
  
  .pricing-comparison-table thead th {
    padding: 25px 20px;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  
  .pricing-comparison-table thead th:last-child {
    border-right: none;
  }
  
  .pricing-sno-col {
    width: 8%;
    background: linear-gradient(135deg, #4a5568 0%, #2d3748 100%);
  }
  
  .pricing-editor-col {
    width: 25%;
    text-align: left !important;
  }
  
  .pricing-range-col {
    width: 33%;
  }
  
  .pricing-limit-col {
    width: 34%;
  }
  
  .pricing-comparison-table tbody tr {
    border-bottom: 1px solid #e2e8f0;
    transition: all 0.3s ease;
  }
  
  .pricing-comparison-table tbody tr:hover {
    background: linear-gradient(135deg, rgba(251, 191, 36, 0.08) 0%, rgba(217, 119, 6, 0.08) 100%);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  }
  
  .pricing-comparison-table tbody tr:nth-child(even) {
    background: linear-gradient(135deg, rgba(254, 252, 232, 0.5) 0%, rgba(253, 250, 230, 0.5) 100%);
  }
  
  .pricing-comparison-table tbody tr:nth-child(even):hover {
    background: linear-gradient(135deg, rgba(251, 191, 36, 0.12) 0%, rgba(217, 119, 6, 0.12) 100%);
  }
  
  .best-value-row {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.15) 0%, rgba(5, 150, 105, 0.15) 100%) !important;
    border: 2px solid rgba(16, 185, 129, 0.3);
    position: relative;
  }
  
  .best-value-row:nth-child(even) {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.15) 0%, rgba(5, 150, 105, 0.15) 100%) !important;
  }
  
  .best-value-row::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #10b981 0%, #059669 100%);
  }
  
  .best-value-row:hover {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.2) 0%, rgba(5, 150, 105, 0.2) 100%) !important;
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.2);
  }
  
  .pricing-comparison-table tbody td {
    padding: 20px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    border-right: 1px solid #e2e8f0;
    vertical-align: top;
  }
  
  .pricing-comparison-table tbody td.pricing-limit {
    vertical-align: middle;
  }
  
  .pricing-comparison-table tbody td:last-child {
    border-right: none;
  }
  
  .pricing-sno {
    text-align: center !important;
    font-weight: 700;
    color: #4a5568;
    background: linear-gradient(135deg, rgba(237, 242, 247, 0.5) 0%, rgba(226, 232, 240, 0.5) 100%);
    font-size: 16px;
  }
  
  .pricing-editor {
    text-align: left !important;
    padding-left: 25px !important;
  }
  
  .pricing-editor strong {
    display: block;
    font-size: 17px;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 6px;
  }
  
  .pricing-desc {
    display: block;
    font-size: 13px;
    color: #718096;
    font-weight: 400;
    font-style: italic;
  }
  
  .pricing-range {
    color: #2d3748;
    line-height: 1.6;
  }
  
  .pricing-range small {
    display: block;
    font-size: 12px;
    color: #718096;
    margin-top: 6px;
    font-style: italic;
  }
  
  .pricing-range.best-value {
    color: #059669;
    font-weight: 700;
    font-size: 16px;
  }
  
  .pricing-limit {
    color: #2d3748;
    line-height: 1.6;
    position: relative;
  }
  
  .pricing-limit small {
    display: block;
    font-size: 12px;
    color: #718096;
    margin-top: 6px;
    font-style: italic;
  }
  
  .pricing-limit.best-value {
    color: #059669;
    font-weight: 700;
    font-size: 16px;
  }
  
  .pricing-limit.best-value > div {
    margin-bottom: 8px;
  }
  
  .best-value-badge {
    display: block;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #ffffff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
    margin-top: 10px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  
  .pricing-comparison-footer {
    text-align: center;
    margin-top: 40px;
    position: relative;
    z-index: 1;
  }
  
  .pricing-conclusion {
      font-size: 18px;
      color: #2d3748;
      font-weight: 600;
      max-width: 1000px;
      margin: 0 auto;
      line-height: 1.8;
      padding: 25px 30px;
      background: linear-gradient(135deg, rgb(86 255 182 / 8%) 0%, rgb(52 255 129 / 8%) 100%);
      border-radius: 15px;
      border-left: 4px solid #00e959;
      text-align: left;
  }
  section.commercial-plans.oto-one-commercial-plans {
      background-image: url(https://imagedelivery.net/gmO3Si5-ALsji_V36_2olg/aivideo-alert-bk/public);
      background-size: 100%;
      background-repeat: repeat;
      padding-bottom: 60px;
      padding-top:40px;
  }
  section.commercial-plans.oto-one-commercial-plans h1 {
      font-size: 44px;
      text-align: center;
      font-weight: 900;
      margin-bottom: 20px;
  }
  section.commercial-plans.oto-one-commercial-plans h2 {
      font-size: 36px;
      color: #0036B5;
      text-align: center;
      margin-bottom: 30px;
      font-weight: 900;
  }
  .commercialplans-inner {
      background: #2c48ff;
      border: 1px solid #70707021;
      border-radius: 6px;
      padding: 15px 20px 20px;
  }
  img.comm-logo {
      margin: 40px auto 34px;
      display: table;
  }
  .commercialplans-inner ul {
      padding: 0;
      box-shadow: 0 0 10px 1px #ddddddbf;
      background: #fff;
      border-radius: 10px;
      padding: 35px 30px 80px;
  }
  .commercialplans-inner ul li {
      list-style: none;
      font-size: 20px;
      padding-left: 40px;
      line-height: 30px;
      position: relative;
      padding: 12px 0 12px 41px;
      font-weight: 500;
      color: #20253D;
      border-bottom: 1px solid #ddd;
  }
  .faq-section {
        padding: 80px 0;
      }
  
      .faq-title {
        font-weight: 700;
        margin-bottom: 50px;
      }
  
      .accordion-item {
        border: 1px solid #e5e7eb;
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 20px;
        background: #fff;
      }
  
      .accordion-button {
        font-weight: 600;
        color: #2563eb;
        background: #ffffff;
        padding: 18px 20px;
      }
  
      .accordion-button:not(.collapsed) {
        background: #f1f5ff;
        color: #1e40af;
        box-shadow: none;
      }
  
      .accordion-button:focus {
        box-shadow: none;
      }
  
      .accordion-body {
        color: #374151;
        line-height: 1.7;
        font-size: 15px;
      }
  a.price-btn {
      margin: 20px auto 0;
      display: table;
  }
  .oto-cards img:first-child {
      max-width: 340px;
      margin: 0 auto;
      display: table;
  }
  .commercialplans-inner ul li img {
      position: absolute;
      left: 10px;
      max-width: 23px;
  }
  section.commercial-plans.oto-one-commercial-plans p {
      font-size: 24px;
      color:#000;
      text-align: center;
  }
  .oto-cards img {
      width: 100%;
      max-width: 340px;
      margin: 0 auto;
      display: table;
  }