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

body {
    font-family: 'Inter', sans-serif;
    color: #1a1a2e;
    line-height: 1.5;
    font-size: 16px
}

.logo-img {
    max-width: 40%;
    height: auto;
    display: block
}
img {
    max-width: 100%;
    height: auto;
    display: block
}
a {
    text-decoration: none;
    color: inherit
}

ul {
    list-style: none
}

.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px
}
.hero .container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 20px
}
.ATLAST .container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 20px
}
.text-center {
    text-align: center
}

.text-white {
    color: #fff
}

.w7 {
    font-weight: 700
}

.w8 {
    font-weight: 800
}

.w9 {
    font-weight: 900
}

.or {
    color: #FF7A00
}

.yl {
    color: #FFD000
}

.cy {
    color: #3DD9D6
}

.gr {
    color: #22C55E
}

.rd {
    color: #EF4444
}

strike {
    text-decoration: line-through
}

.topbar {
background: linear-gradient(90deg, #110a4b, #000656);
    padding: 10px 20px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: 700
}

.topbar .cp {
    background: #000;
    color: #FFD000;
    padding: 2px 10px;
    border-radius: 4px;
    letter-spacing: 1px;
    margin: 0 6px;
    font-weight: 900
}

.topbar a {
display: inline-block;
  background: #000;
  color: #FFD000;
  padding: 7px 40px;
  border-radius: 20px;
  margin-left: 12px;
  font-size: 16px;
}

@media(max-width:600px) {
    .topbar a {
        display: block;
        margin: 8px auto 0;
        width: fit-content
    }
}

.hero {
    background: #170c45 url(../images/header-bg99.png) no-repeat center top;
    background-size: cover;
    padding: 30px 0 60px;
    color: #fff;
    position: relative;
    overflow: hidden
}

.hero-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 24px
}

.hero-logo-icon {
    font-size: 32px
}

.hero-logo-text {
    font-family: 'Inter';
    font-weight: 900;
    font-size: 32px;
    color: #FF7A00
}

.hero-tag {
background: linear-gradient(180deg, rgba(61, 217, 214, 0.14) 0%, rgba(61, 217, 214, 0.13) 106%);
  border: 1px solid #3dd9d62b;
  padding: 7px 20px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  max-width: 838px;
  margin: 0 auto 30px;
  text-align: center;
  line-height: 1.5;
}

.h1 {
    font-family: 'Inter';
    font-weight: 900;
    text-align: center;
    line-height: 1.15;
    margin-bottom: 10px
}

.h1-r1 {
   font-size: clamp(28px, 5vw, 66px);
}

.h1-r1 .ft {
color: #fff;
  border-top: 2px dashed #FF7A00;
  border-bottom: 2px dashed #FF7A00;
  padding: 0px 6px;
}

.h1-r1 .nb {
    color: #3DD9D6
}

.h1-r2 {
    font-size: clamp(26px, 4.5vw, 54px);
    color: #FFD000;
    margin-top: 6px
}

.h1-r3 {
font-size: clamp(22px, 3.8vw, 48px);
    color: #fff;
    margin-top: 14px;
    line-height: 1.2
}

.h1-r3 .am {
    color: #3DD9D6
}

.h1-r4 {
font-size: clamp(22px, 3.8vw, 40px);
    color: #3DD9D6;
    margin-top: 4px;
    font-style: italic;
    text-decoration: underline;
    text-decoration-color: #ec4899;
    text-decoration-thickness: 4px;
    display: inline-block
}

.h1-60 {
    color: #FF7A00;
    font-size: clamp(20px, 3.5vw, 38px);
    text-align: center;
    font-weight: 800;
    margin-top: 18px
}

.h-sub {
    /* text-align: center;
    font-size: clamp(13px, 1.5vw, 15px);
    color: #fff;
    max-width: 780px;
    margin: 18px auto 0;
    line-height: 1.6;
    font-weight: 500; */

    text-align: center;
  font-size: clamp(13px, 1.4vw, 18px);
  color: #fff;
  max-width: 1024px;
  margin: 18px auto 0;
  line-height: 1.6;
  font-weight: 500;
}

.h-noline {
background: #00000038;
  border: 1px solid #005aaa;
  padding: 11px 20px;
  border-radius: 6px;
  max-width: 881px;
  margin: 20px auto 0;
  text-align: center;
  font-size: clamp(12px, 1.4vw, 16px);
  font-weight: 600;
}

.h-noline .no {
    color: #EF4444;
    font-weight: 800
}

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

.plt {
background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .15);
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 6px;
}

.plt .d {
    width: 8px;
    height: 8px;
    border-radius: 50%
}

.da {
    background: #FF9900
}

.dc {
    background: #09C
}

.dd {
    background: #E63946
}

.de {
    background: #F56400
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 40px
}

@media(max-width:900px) {
    .hero-grid {
        grid-template-columns: 1fr
    }
}

.vid-wrap {
    border-radius: 8px;
    overflow: hidden;
    background: #000;
    border: 1px solid #2a3050
}

.vid-wrap .vi {
    /* padding: 56.25% 0 0; */
    position: relative
}

.vid-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.hero-cta {
 background: linear-gradient(180deg, rgb(255 255 255 / 10%) 0%, rgb(255 255 255 / 10%) 106%);
  border: 1px solid #2a3050;
  border-radius: 12px;
  padding: 40px 24px;
  margin-top: 20px;
  text-align: center;
}

.hurry-img {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 18px
}

.hurry-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid #ec4899;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    position: relative
}

.hurry-circle:before,
.hurry-circle:after {
    content: '';
    position: absolute;
    top: -8px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ec4899
}

.hurry-circle:before {
    left: 6px;
    transform: rotate(-30deg)
}

.hurry-circle:after {
    right: 6px;
    transform: rotate(30deg)
}

.hurry-text {
    font-family: 'Hanken Grotesk';
    font-weight: 900;
    font-size: 32px;
    line-height: 1;
    text-align: left
}

.hurry-text .h-y {
    background: #FFD000;
    color: #000;
    padding: 2px 10px;
    display: inline-block;
    transform: skew(-8deg);
    font-style: italic
}

.hurry-text .h-o {
    background: #FF5500;
    color: #fff;
    padding: 2px 10px;
    display: inline-block;
    transform: skew(-8deg);
    font-style: italic;
    margin-top: 4px
}

.cta-free {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 14px 20px;
    color: #fff;
    font-size: clamp(14px, 1.6vw, 17px);
    font-weight: 600;
    margin-bottom: 20px
}

.cta-grab {
    font-size: clamp(20px, 2.5vw, 28px);
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 14px
}

.cta-grab u {
    color: #3DD9D6;
    text-decoration-thickness: 2px
}

.cta-strike {
    color: #EF4444;
    text-decoration: line-through;
    font-size: clamp(16px, 2vw, 22px);
    font-weight: 600;
    margin-bottom: 6px
}

.cta-price {
    color: #22C55E;
    font-size: clamp(20px, 2.8vw, 30px);
    font-weight: 800;
    margin-bottom: 20px
}

.btn {
   display: inline-block;
    background: linear-gradient(135deg, #5d49ff, #00aef1);
    color: #fff;
    padding: 27px 20px;
    border-radius: 10px;
    font-weight: 800;
    font-size: clamp(14px, 1.8vw, 22px);
    box-shadow: 0 4px 20px rgba(255, 122, 0, .3);
    transition: transform .15s;
    line-height: 1.3;
    text-align: center;
    width: 100%;
  max-width: 580px;
    margin-top: 20px;
}

.btn:hover {
    transform: translateY(-2px)
}

.cta-pay {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin: 18px 0;
    flex-wrap: wrap
}

.cta-pay-l {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    color: #9ca3c2
}

.cards-row {
    display: flex;
    gap: 4px
}

.card-i {
    background: #fff;
    border-radius: 3px;
    padding: 2px 4px;
    font-size: 9px;
    font-weight: 800;
    color: #1a1a2e
}

.guarantee-b {
    display: flex;
    align-items: center;
    gap: 10px
}

.gb-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #22C55E, #16a34a);
    border: 3px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 900;
    font-size: 9px;
    text-align: center;
    line-height: 1
}

.gb-text {
    font-size: clamp(14px, 1.6vw, 18px);
    font-weight: 800;
    color: #fff;
    text-align: left
}

.gb-text small {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: #9ca3c2
}

.rises {
    background: #EF4444;
    color: #fff;
    padding: 8px 20px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    margin-top: 14px;
    display: inline-block
}

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

.ti {
    background: #fff;
    color: #1a1a2e;
    border-radius: 8px;
    padding: 8px 6px;
    min-width: 60px;
    text-align: center
}

.ti .nm {
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    color: #1a1a2e
}

.ti .lb {
    font-size: 9px;
    font-weight: 700;
    color: #666;
    margin-top: 4px;
    letter-spacing: 1px
}

.fbox {
    background: linear-gradient(180deg, rgb(255 255 255 / 10%) 0%, rgb(255 255 255 / 10%) 106%);
    border: 1px solid #2a3050;
    border-radius: 12px;
    padding: 24px;
    height: fit-content
}

.fbox li {
    list-style: none;
    background: url(../images/1e.png) center left no-repeat;
    min-height: 46px;
    padding-left: 55px;
  background-position: 0px 11px;

  padding: 10px 0 10px 38px;
  position: relative;
  font-size: 15px;
  line-height: 1.6;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .05)
}

.fbox li:last-child {
    border-bottom: 0
}

.fbox li:before {
   
    position: absolute;
    left: 0;
    font-size: 18px;
    top: 8px
}

.sec {
    padding: 60px 0
}

.sec-dk {
    background: #0a0e1f;
    color: #fff;
        background: #f5f7ff url(../images/sec-1.png) no-repeat center top;
    background-size: cover;
}

.sec-lt {
  background: #fff url(../images/sec-5.png) no-repeat center top;
    background-size: cover;
    color: #1a1a2e
}

.sec-gy {
   background: #fff url(../images/sec-2.png) no-repeat center top;
    background-size: cover;
    color: #1a1a2e
}

.h2 {
    font-family: 'Inter';
    font-weight: 900;
    text-align: center;
    line-height: 1.2;
    font-size: clamp(22px, 3.5vw, 38px);
    margin-bottom: 14px
}

.h2-sub {
    text-align: center;
    font-size: clamp(14px, 1.6vw, 17px);
    max-width: 720px;
    margin: 0 auto 30px;
    line-height: 1.6
}

.dbox {
    max-width: 820px;
    margin: 30px auto 0;
    border-radius: 14px;
    overflow: hidden;
    border: 3px solid #FF7A00;
    box-shadow: 0 0 30px rgba(255, 122, 0, .2)
}

.dbox .vi {
    /* padding: 56.25% 0 0; */
    position: relative
}

.dbox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.steps-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 30px
}

@media(max-width:768px) {
    .steps-wrap {
        grid-template-columns: 1fr
    }
}

.step-c {
    padding: 30px 24px;
    border-radius: 14px;
    color: #fff
}

.step-c.s1 {
    background: linear-gradient(135deg, #FF7A00, #FF5500)
}

.step-c.s2 {
    background: linear-gradient(135deg, #FFD000, #FF9500);
    color: #1a1a2e
}

.step-c.s3 {
    background: linear-gradient(135deg, #22c55e, #16a34a)
}

.step-c .num {
    font-size: 48px;
    font-weight: 900;
    line-height: 1;
    opacity: .4;
    margin-bottom: 10px
}

.step-c .ico {
    font-size: 36px;
    margin-bottom: 10px
}

.step-c .t {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 8px
}

.step-c .d {
    font-size: 14px;
    line-height: 1.6;
    opacity: .95
}

.tg {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 30px
}

@media(max-width:768px) {
    .tg {
        grid-template-columns: 1fr
    }
}

.tc {
    background: #131730;
    border: 1px solid #2a3050;
    border-radius: 12px;
    padding: 24px
}

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

.tc-av {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #FF7A00, #FF5500);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    color: #fff;
    font-size: 16px;
    flex-shrink: 0
}

.tc-nm {
    font-weight: 700;
    font-size: 15px
}

.tc-rl {
    font-size: 12px;
    color: #9ca3c2
}

.tc-star {
    color: #FFD000;
    letter-spacing: 2px;
    font-size: 13px;
    margin-top: 2px
}

.tc-tx {
 font-size: 16px;
    line-height: 1.6;
    color: #ffffff;
    font-style: italic;
}

.cta-sec {
    /* background: linear-gradient(135deg, #0a0e1f, #131730); */

  background: #170c45 url(../images/cta-sec-bg.png) no-repeat center top;
    background-size: cover;

padding: 80px 7px;
  
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden
}
.cta-sec .container{
background-color: #0b051ccc;
  padding: 10px;
  border: 1px solid #009fff78;
  border-radius: 30px;
}
@media screen and (min-width: 768px) {
.cta-sec{
  padding: 80px 0px;
}
.cta-sec .container{
background-color: #0b051ccc;
  padding: 50px;
  border: 1px solid #009fff78;
  border-radius: 30px;
}

}


.cta-sec .hu {
    font-size: clamp(14px, 1.8vw, 18px);
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 12px
}

.cta-sec .hu .rd {
    color: #EF4444;
    font-weight: 900
}

.cta-sec h2 {
font-size: clamp(22px, 3.5vw, 36px);
    font-weight: 900;
    color: #fff;
    margin-bottom: 8px;
    line-height: 1.2
}

.cta-sec .stk {
    color: #EF4444;
    text-decoration: line-through;
    font-size: clamp(15px, 2vw, 20px);
    font-weight: 600
}

.cta-sec .pr {
    color: #22C55E;
    font-size: clamp(20px, 3vw, 32px);
    font-weight: 900;
    margin-bottom: 20px
}

.cta-sec .timer {
    justify-content: center;
    margin-top: 14px
}

.cta-sec .ti {
    background: #131730;
    color: #fff;
    border: 1px solid #2a3050
}

.cta-sec .ti .nm {
    color: #FFD000
}

.cta-sec .ti .lb {
    color: #9ca3c2
}

.niche-laptop {
    background: linear-gradient(135deg, #131730, #0a0e1f);
    border-radius: 16px;
    padding: 24px;
    color: #fff;
    margin: 30px auto;
    max-width: 700px
}

.lpt-frame {
    background: #1a2035;
    border-radius: 12px;
    padding: 18px;
    border: 2px solid #2a3050
}

.lpt-bar {
    display: flex;
    gap: 6px;
    margin-bottom: 14px
}

.lpt-bar span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FF5555
}

.lpt-bar span:nth-child(2) {
    background: #FFD000
}

.lpt-bar span:nth-child(3) {
    background: #22C55E
}

.lpt-content {
    background: #222840;
    border-radius: 8px;
    padding: 18px
}

.lpt-brands {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 11px;
    color: #FFD000
}

.lpt-head {
    text-align: center;
    color: #FFD000;
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 12px
}

.lpt-prods {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px
}

.lpt-prod {
    background: #1a2035;
    border-radius: 6px;
    padding: 10px 6px;
    font-size: 10px;
    color: #9ca3c2;
    text-align: center
}

.niche-g {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 30px
}

@media(max-width:900px) {
    .niche-g {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width:600px) {
    .niche-g {
        grid-template-columns: repeat(2, 1fr)
    }
}

.n-card {
       background: #00061d;
    border: 2px solid #FF7A00;
    border-radius: 12px;
    padding: 20px;
    text-align: center
}

.n-card .i {
    font-size: 42px;
    margin-bottom: 8px
}

.n-card .n {
font-weight: 800;
  color: #FF7A00;
  font-size: 18px;
  margin-top: 10px;
}

.sf1 {
     background: #000656 url(../images/sec-3.png) no-repeat center top;
    background-size: cover;
    padding: 60px 0;
    color: #fff
}

.sf2 {
    /* background: linear-gradient(135deg, #FF7A00, #FF5500); */


    background: #060606 url(../images/sec-4.png) no-repeat center top;
    background-size: cover;
    padding: 60px 0;
    color: #fff;
}

.sf3 {
    background: #f5f7ff;
    background: #fff;
    padding: 60px 0;
    color: #1a1a2e
}

.sf-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center
}

@media(max-width:900px) {
    .sf-grid {
        grid-template-columns: 1fr
    }
}

.sf-t {
    font-family: 'Inter';
    font-size: clamp(15px, 1.8vw, 20px);
    font-weight: 600;
    margin-bottom: 6px
}

.sf-h {
    font-family: 'Inter';
    font-size: clamp(22px, 3.5vw, 40px);
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 20px
}

.sf-p {
    font-size: clamp(14px, 1.6vw, 16px);
    line-height: 1.7;
    margin-bottom: 14px
}

.sf-img {
    background: rgba(255, 255, 255, .08);
    border: 1px dashed rgba(255, 255, 255, .25);
    border-radius: 12px;
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ca3c2;
    font-size: 13px
}

.sf3 .sf-img {
    background: #fff;
    border: 1px dashed #FF7A00;
    color: #9ca3c2
}

.proof-stack {
    display: grid;
    gap: 20px;
    max-width: 820px;
    margin: 30px auto 0
}

.proof-img {
background: #fff;
  border: 1px dashed #37b4ff;
  border-radius: 12px;
  padding: 60px 20px;
  text-align: center;
  color: #9ca3c2;
  font-size: 13px;
}

.mc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1260px;
  margin: 0 auto;
}

@media(max-width:768px) {
    .mc-grid {
        grid-template-columns: 1fr
    }
}

.mc {
    /* background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 50px 20px; */
    text-align: center;
    color: #9ca3c2;
    font-size: 20px;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center
}

.feat-12 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 30px
}

@media(max-width:900px) {
    .feat-12 {
        grid-template-columns: repeat(2, 1fr)
    }
}

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

.f-card {
    background: #fff;
    border-radius: 14px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
    text-align: center
}

.f-card.c1 {
    border-top: 4px solid #FF7A00
}

.f-card.c2 {
    border-top: 4px solid #FFD000
}

.f-card .i {
    font-size: 42px;
    margin-bottom: 12px
}

.f-card .d {
   font-size: 16px;
  line-height: 1.5;
  color: #1a1a2e;
  margin-top: 16px;
}

.truth-h {
    text-align: center;
    margin-bottom: 40px
}

.truth-h .l1 {
    font-size: clamp(15px, 2vw, 22px);
    font-weight: 700;
    margin-bottom: 8px;
    color: #fff
}

.truth-h .l2 {
    font-size: clamp(26px, 5vw, 56px);
    font-weight: 900;
    color: #FF7A00;
    margin-bottom: 8px;
    line-height: 1.1
}

.truth-h .l3 {
    font-size: clamp(18px, 2.5vw, 28px);
    font-weight: 800;
    color: #fff
}

.truth-2c {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start
}

@media(max-width:900px) {
    .truth-2c {
        grid-template-columns: 1fr
    }
}

.chart {
    background: #131730;
    border: 1px solid #2a3050;
    border-radius: 14px;
    padding: 24px
}

.chart .cl {
    font-size: 11px;
    font-weight: 700;
    color: #9ca3c2;
    letter-spacing: 1px;
    margin-bottom: 18px
}

.cr {
    margin-bottom: 14px
}

.cr-l {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
    font-size: 13px;
    color: #d1d7f0
}

.ct {
    background: rgba(255, 255, 255, .08);
    border-radius: 4px;
    height: 10px
}

.cf {
    border-radius: 4px;
    height: 100%
}

.dyk {
    margin-top: 40px
}

.dyk-h {
    font-size: clamp(24px, 4vw, 48px);
    font-weight: 900;
    color: #FF7A00;
    margin-bottom: 20px
}

.dyk-i {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
    font-size: 18px;
    color: #d1d7f0;
    line-height: 1.5
}

.dyk-i:last-child {
    border-bottom: 0
}

.dyk-i .ar {
    color: #FF7A00;
    font-size: 18px;
    flex-shrink: 0;
    margin-top: 1px
}

.proof-man {
    background: rgba(255, 255, 255, .06);
    border: 1px dashed rgba(255, 255, 255, .25);
    border-radius: 12px;
    min-height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ca3c2;
    font-size: 13px
}

.fnr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    margin-bottom: 50px
}

@media(max-width:900px) {
    .fnr {
        grid-template-columns: 1fr
    }
}

.fnr.rev>div:first-child {
    order: 2
}

.fnr-n {
    font-size: clamp(60px, 8vw, 100px);
    font-weight: 900;
    color: rgba(255, 122, 0, .15);
    line-height: 1
}

.fnr-t {
    font-family: 'Inter';
    font-size: clamp(18px, 2.5vw, 24px);
    font-weight: 800;
    margin-bottom: 12px
}

.fnr-d {
    font-size: clamp(14px, 1.6vw, 16px);
    line-height: 1.6;
    color: #444
}

.fnr-img {
    background: #f5f7ff;
    border: 1px dashed #FF7A00;
    border-radius: 12px;
    min-height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ca3c2;
    font-size: 13px
}

.cancel-g {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 30px
}

@media(max-width:768px) {
    .cancel-g {
        grid-template-columns: 1fr
    }
}

.cancel-c {
    background: #fff;
    color: #1a1a2e;
    border-radius: 12px;
    padding: 24px;
    text-align: center;
    position: relative;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.cancel-c.b1 {
    border: 3px solid #FF7A00
}

.cancel-c.b2 {
    border: 3px solid #FFD000
}

.cancel-c .br {
    font-weight: 900;
    font-size: 20px;
    margin-bottom: 8px
}

.cancel-c .pc {
    font-weight: 900;
    font-size: 24px;
    color: #EF4444
}

.cancel-c .ic {
    font-size: 42px;
    margin-bottom: 8px
}

.cross {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 90%;
    height: 5px;
    background: #EF4444;
    transform: rotate(-12deg);
    border-radius: 3px;
    opacity: .85
}

.cov-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center
}

@media(max-width:900px) {
    .cov-grid {
        grid-template-columns: 1fr
    }
}

.cov-l {
    display: grid;
    gap: 12px
}

.cov-i {
    background: #131730;
    border: 1px solid #2a3050;
    border-radius: 10px;
    padding: 14px 18px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    line-height: 1.5
}

.cov-i .ck {
    color: #22C55E;
    font-size: 18px;
    flex-shrink: 0;
    margin-top: 1px
}

.cov-img {
    background: #131730;
    border: 1px dashed #2a3050;
    border-radius: 12px;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ca3c2
}

.intro-logo {
    font-family: 'Inter';
    font-weight: 900;
    font-size: clamp(40px, 8vw, 80px);
    background: linear-gradient(135deg, #FF7A00, #FFD000, #22C55E);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: center;
    line-height: 1.1;
    margin: 14px 0
}

.intro-box {
    background: linear-gradient(135deg, #FF7A00, #FF5500);
    padding: 24px;
    border-radius: 14px;
    color: #fff;
    text-align: center;
    font-size: clamp(16px, 2.5vw, 26px);
    font-weight: 800;
    line-height: 1.3;
    max-width: 840px;
    margin: 30px auto 0
}

.intro-pbox {
    background: #f5f7ff;
    border: 1px dashed #FF7A00;
    border-radius: 12px;
    min-height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ca3c2;
    max-width: 560px;
    margin: 24px auto
}

.bbf-g {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 30px
}

@media(max-width:900px) {
    .bbf-g {
        grid-template-columns: 1fr
    }
}

.bbf-c {
    background: #131730;
    border: 1px solid #2a3050;
    border-radius: 14px;
    padding: 30px;
    text-align: center
}

.bbf-c .ic {
    font-size: 48px;
    margin-bottom: 14px
}

.bbf-c .t {
    font-size: 18px;
    font-weight: 800;
    color: #FF7A00;
    margin-bottom: 10px;
    line-height: 1.3
}

.bbf-c .d {
    font-size: 14px;
    line-height: 1.5;
    color: #d1d7f0
}

.spg {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 30px
}

@media(max-width:768px) {
    .spg {
        grid-template-columns: 1fr
    }
}

.sp-img {
    /* background: #131730;
    border: 2px solid rgba(255, 122, 0, .25); */
    border-radius: 12px;
    aspect-ratio: 16/9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ca3c2;
    font-size: 13px
}

.sim-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    align-items: center;
    margin-bottom: 48px
}

@media(max-width:900px) {
    .sim-row {
        grid-template-columns: 1fr
    }


}

.sim-row.alt {
    background: #f5f7ff;
    border-radius: 14px;
    padding: 30px;
    border: 1px solid #e5e7eb
}

.sim-row.alt>div:first-child {
    order: 2
}

.sim-t {
    font-size: clamp(18px, 2.5vw, 26px);
    font-weight: 800;
    margin-bottom: 14px;
    color: #1a1a2e
}

.sim-l {
    display: grid;
    gap: 10px
}

.sim-li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    line-height: 1.6;
    color: #444
}

.sim-li .ch {
    color: #22C55E;
    font-size: 16px;
    flex-shrink: 0;
    margin-top: 2px
}

.sim-img {
    background: #f5f7ff;
    border: 1px dashed #FF7A00;
    border-radius: 12px;
    aspect-ratio: 4/3;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ca3c2;
    font-size: 13px
}

.fvb {
    background: #131730;
    border: 1px solid #2a3050;
    border-radius: 16px;
    padding: 32px;
  max-width: 1080px;
    margin: 30px auto 0;
    text-align: center
}

.fps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin: 24px 0
}

@media(max-width:600px) {
    .fps {
        grid-template-columns: 1fr
    }
}

.fpc {
    background: #0a0e1f;
    border: 1px solid #2a3050;
    border-radius: 10px;
    padding: 18px
}

.fpa {
    font-size: 28px;
    font-weight: 900;
    line-height: 1
}

.fpl {
    font-size: 12px;
    color: #9ca3c2;
    margin-top: 6px
}

.pf-g {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 30px
}

@media(max-width:900px) {
    .pf-g {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:600px) {
    .pf-g {
        grid-template-columns: 1fr
    }
}

.pf-c {
    background: #131730;
    border: 1px solid #2a3050;
    border-radius: 12px;
    padding: 24px;
    text-align: center;
    transition: transform .2s, border-color .2s
}

.pf-c:hover {
    transform: translateY(-3px);
    border-color: #FF7A00
}

.pf-c .i {
    font-size: 36px;
    margin-bottom: 12px
}

.pf-c .t {
    font-size: 14px;
    font-weight: 800;
    color: #FF7A00;
    margin-bottom: 8px
}

.pf-c .d {
    font-size: 13px;
    color: #d1d7f0;
    line-height: 1.5
}

.unl {
    background: linear-gradient(135deg, #FFD000, #FF9500);
    border-radius: 20px;
    padding: 40px 30px;
    color: #1a1a2e;
    margin-top: 30px
}

.unl-g {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center
}

@media(max-width:900px) {
    .unl-g {
        grid-template-columns: 1fr
    }
}

.unl-img {
    background: rgba(255, 255, 255, .3);
    border: 1px dashed rgba(0, 0, 0, .2);
    border-radius: 12px;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a1a2e;
    font-weight: 600
}

.ycn-r {
    display: grid;
    grid-template-columns: 80px 1fr 1fr;
    gap: 24px;
    align-items: center;
    margin-bottom: 50px
}

@media(max-width:900px) {
    .ycn-r {
        grid-template-columns: 1fr;
        text-align: center
    }
}

.ycn-n {
    font-size: clamp(60px, 8vw, 90px);
    font-weight: 900;
    color: rgba(255, 122, 0, .2);
    line-height: 1
}

.ycn-t {
    font-size: clamp(18px, 2.5vw, 22px);
    font-weight: 800;
    margin-bottom: 10px;
    /* color: #1a1a2e */
}

.ycn-d {
    font-size: 15px;
    line-height: 1.6;
    /* color: #444 */
}

.ycn-img {
    background: #f5f7ff;
    border: 1px dashed #FF7A00;
    border-radius: 12px;
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ca3c2;
    font-size: 13px
}

.why-g {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center
}

@media(max-width:900px) {
    .why-g {
        grid-template-columns: 1fr
    }
}

.why-img {
    background: rgba(255, 255, 255, .06);
    border: 1px dashed rgba(255, 255, 255, .25);
    border-radius: 12px;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ca3c2;
    font-size: 13px
}

.mb {
    background: #131730;
    border-radius: 16px;
    padding: 36px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 28px;
    align-items: start;
    margin-top: 30px;
    color: #fff
}

@media(max-width:768px) {
    .mb {
        grid-template-columns: 1fr;
        text-align: center
    }
}

.mb-b {
    background: linear-gradient(135deg, #22C55E, #16a34a);
    border: 4px solid #fff;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin: 0 auto
}

.mb-b .d {
    font-size: 38px;
    font-weight: 900;
    line-height: 1;
    color: #fff
}

.mb-b .l {
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    letter-spacing: .5px;
    text-align: center;
    line-height: 1.3;
    margin-top: 6px
}

.mb-t {
    font-size: 22px;
    font-weight: 900;
    color: #22C55E;
    margin-bottom: 14px
}

.mb-x {
    font-size: 14px;
    line-height: 1.7;
    color: #d1d7f0
}

.b-list {
    display: grid;
    gap: 18px;
    margin-top: 30px;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto
}

.b-i {
    background: #131730;
    border: 2px solid rgba(255, 208, 0, .25);
    border-radius: 14px;
    padding: 24px;
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 18px;
    align-items: start
}

@media(max-width:600px) {
    .b-i {
        grid-template-columns: 1fr;
        text-align: center
    }
}

.b-n {
    background: linear-gradient(135deg, #FFD000, #FF9500);
    color: #000;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 18px;
    flex-shrink: 0
}

@media(max-width:600px) {
    .b-n {
        margin: 0 auto
    }
}

.b-t {
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 8px;
    color: #FFD000
}

.b-d {
    font-size: 14px;
    line-height: 1.6;
    color: #d1d7f0
}

.b-v {
    font-size: 14px;
    color: #EF4444;
    font-weight: 700;
    margin-top: 8px
}

.vbox {
    max-width: 780px;
    margin: 30px auto 0;
background: #ebfbff;
    border: 3px solid #FF7A00;
    border-radius: 20px;
    padding: 36px;
    color: #1a1a2e
}

.v-prod {
    text-align: center;
    margin-bottom: 24px
}

.v-prod .pi {
    font-size: 80px
}

.v-list {
    display: grid;
    gap: 0;
    margin-bottom: 24px
}

.v-r {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 14px 0;
    border-bottom: 1px solid #e5e7eb;
    gap: 16px
}

.v-r:last-child {
    border-bottom: 0
}

.v-lb {
    font-size: 15px;
    line-height: 1.5;
    flex: 1;
    color: #1a1a2e
}

.v-pr {
    font-size: 14px;
    font-weight: 800;
    color: #EF4444;
    white-space: nowrap
}

.v-tot-t {
    font-size: clamp(20px, 3vw, 30px);
    font-weight: 400;
    text-align: center;
    margin-top: 24px
}

.v-tot-h {
    font-size: clamp(22px, 3.5vw, 36px);
    font-weight: 900;
    text-align: center
}

.v-tot-v {
    font-size: clamp(48px, 9vw, 100px);
    font-weight: 900;
    color: #EF4444;
    text-align: center;
    margin: 10px 0;
    line-height: 1
}

.v-pric {
    font-size: clamp(18px, 2.5vw, 26px);
    font-weight: 800;
    text-align: center;
    margin-top: 14px
}

.v-pric strike {
    color: #EF4444
}

.v-today {
    font-size: clamp(22px, 4vw, 40px);
    font-weight: 900;
    text-align: center;
    color: #22C55E;
    margin-top: 10px
}

.v-bbtn {
    text-align: center;
    margin-top: 24px
}

.v-bbtn a {
    background: linear-gradient(135deg, #FF8C00, #FF5500);
    color: #fff;
    padding: 18px 36px;
    border-radius: 10px;
    font-weight: 800;
    font-size: clamp(16px, 2vw, 22px);
    box-shadow: 0 4px 20px rgba(255, 122, 0, .3);
    display: inline-block;
    line-height: 1.3;
    text-align: center
}

.sig-g {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
    margin-top: 30px
}

.sig-c {
    text-align: center
}

.sig-av {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: linear-gradient(135deg, #FF7A00, #FF5500);
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 36px;
    color: #fff;
    border: 4px solid #FFD000
}

.sig-nm {
    font-size: 24px;
    font-weight: 800;
    font-style: italic;
    color: #FF7A00
}

.faq-w {
    background: #fff;
    border-radius: 20px;
    padding: 36px;
    color: #1a1a2e;
    margin-top: 30px;
    max-width: 840px;
    margin-left: auto;
    margin-right: auto
}

.faq-i {
    padding: 20px;
    background: #f5f7ff;
    border-radius: 12px;
    border-left: 4px solid #FF7A00;
    margin-bottom: 14px
}

.faq-q {
    display: flex;
    gap: 14px;
    align-items: flex-start
}

.faq-q .l {
    flex-shrink: 0;
    font-weight: 800;
    font-size: 15px;
    color: #FF7A00
}

.faq-q .t {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5
}

.faq-a {
    display: flex;
    gap: 14px;
    margin-top: 12px;
    align-items: flex-start
}

.faq-a .l {
    flex-shrink: 0;
    font-weight: 800;
    font-size: 15px;
    color: #22C55E
}

.faq-a .t {
    font-size: 14px;
    line-height: 1.6;
    color: #444
}

.footer {
    background: #000000;
    border-top: 1px solid #2a3050;
    padding: 40px 0;
    color: #fff;
    text-align: center
}

.f-logo {
    font-family: 'Inter';
    font-weight: 900;
    font-size: 24px;
    background: linear-gradient(135deg, #FF7A00, #FFD000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 18px
}

.f-links {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 16px
}

.f-links a {
  font-size: 16px;
    color: #ffffff;
    transition: color .2s;
    margin-top: 20px;
}

.f-links a:hover {
    color: #FF7A00
}

.f-disc {
      font-size: 16px;
    color: #ffffff;
    max-width: 860px;
    margin: 14px auto 0;
    line-height: 1.6;
}

.pov {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .88);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    padding: 20px
}

.pov.show {
    display: flex
}

.pb {
    background: #131730;
    border: 3px solid #FFD000;
    border-radius: 16px;
   padding: 30px 30px;
   max-width: 620px;
    width: 100%;
    text-align: center;
    position: relative;
    color: #fff
}

.pb .x {
    position: absolute;
    top: 12px;
    right: 18px;
    background: none;
    border: 0;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    line-height: 1
}

.pb-h1 {
    font-size: clamp(28px, 5vw, 42px);
    font-weight: 900;
    color: #FFD000;
    font-style: italic;
    line-height: 1.1;
    margin-bottom: 8px
}

.pb-h2 {
    font-size: clamp(16px, 2.5vw, 22px);
    font-weight: 600;
    color: #fff;
    font-style: italic;
    margin-bottom: 16px
}

.pb-tx {
    font-size: clamp(17px, 2.5vw, 24px);
    font-weight: 500;
    margin-bottom: 14px
}

.pb-tx b {
    color: #22C55E;
    font-weight: 900
}

.pb-cl {
    font-size: 13px;
    color: #9ca3c2;
    margin-bottom: 8px
}

.pb-cp {
background: rgba(34, 197, 94, .15);
  border: 2px dashed #22C55E;
  color: #22C55E;
  font-weight: 900;
  font-size: 24px;
  letter-spacing: 3px;
  padding: 3px 28px;
  display: inline-block;
  border-radius: 8px;
  margin: 5px 0;
}

.pb-bn {
    margin-top: 20px
}

.pb-bn a {
    display: inline-block;
    background: linear-gradient(135deg, #FF8C00, #FF5500);
    color: #fff;
    padding: 16px 28px;
    border-radius: 10px;
    font-weight: 800;
    font-size: clamp(15px, 2vw, 18px);
    width: 100%;
    text-decoration: none
}

.pb-cls {
    margin-top: 14px;
    color: #555;
    font-size: 12px;
    cursor: pointer
}



.header-icon2 {
position: absolute;
  left: 0%;
  top: 8%;
  width: 14%;
  opacity: 0.9;
}


.header-icon3 {
position: absolute;
  right: -3%;
  top: 10%;
  width: 24%;
  z-index: 1;
  opacity: 0.9;
}


.video-frame {
    background-color: rgb(255 255 255 / 10%);
    box-shadow: 0px 32px 38px 0px rgb(0 0 0 / 21%);
    padding: 2.4%;
    border-width: 1px;
    border-color: rgb(255 255 255 / 12%);
    border-style: solid;
    border-radius: 10px;
}

.li-card {
    border: 1px dashed rgb(70, 39, 231);
    padding: 15px 0;
    color: rgb(176, 220, 65);
    border-radius: 0px;
}

.limited {
    padding: 8px 40px;
    border: 1px solid #4425e6;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    margin-top: -1px;
    display: inline-block;
    border-bottom-left-radius: 150px;
    border-bottom-right-radius: 150px;
    box-shadow: 0px 32px 38px 0px rgb(0 0 0 / 21%);
    border-width: 1px;
    background-image: linear-gradient(90deg, rgb(70, 39, 232) 0%, rgb(83, 47, 236) 100%);
}

.mybutton-btn {
    padding: 0px 15px 0px 16px;
    position: relative;
    right: 0px;
    float: right;
    /* background: linear-gradient(45deg, rgb(10, 223, 255) 0%, rgb(31, 81, 255) 23.9%, rgb(129, 68, 255) 47.54%, rgb(228, 30, 79) 69.67%, rgb(249, 141, 10) 100%); */
    background-image: linear-gradient(90deg, rgb(66, 35, 228) 0%, rgb(218, 118, 255) 100%);
}
.btn-arrow {
    float: right;
    padding: 13px 15px;
    border-radius: 0 15px 15px 0;
}
.mybutton-text {
    padding: 28px 0px 0 11px;
    display: inline-block;
    text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.06);
}

.t-g1 {
    background: linear-gradient(45deg, rgb(10, 223, 255) 0%, rgb(39, 80, 223) 23.9%, rgb(86, 33, 194) 47.54%, rgb(228, 30, 79) 69.67%, rgb(249, 141, 10) 100%);
    background: linear-gradient(45deg, rgb(10, 223, 255) 0%, rgb(31, 81, 255) 23.9%, rgb(129, 68, 255) 47.54%, rgb(228, 30, 79) 69.67%, rgb(249, 141, 10) 100%);
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (min-width: 768px) {
    .cta-section {
        padding: 80px 0px;
    }
}

.cta-section {
    /* background: linear-gradient(45deg, rgb(10, 223, 255) 0%, rgb(31, 81, 255) 23.9%, rgb(129, 68, 255) 47.54%, rgb(228, 30, 79) 69.67%, rgb(249, 141, 10) 100%); */
    background: linear-gradient(45deg, rgb(0, 28, 255) 0%, rgb(31, 81, 255) 23.9%, rgb(63, 77, 255) 47.54%, rgb(103, 55, 235) 69.67%, rgb(210, 114, 254) 100%);
    padding: 30px 0px;
    background-size: cover;
}

@media (min-width: 768px) {
    .cta-wrap {
        padding: 15px;
        border-radius: 60px;
        background-color: #1d1154;
        border: 5px solid #ffa700eb;
    }
}

a.action-link {
    color: #fff;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
    border-radius: 10px;
    /* background: linear-gradient(180deg, #FFF500 0%, #FF4D00 100%); */
    /* background: linear-gradient(90deg, #FFA700 0%, rgb(249, 46, 6) 100%); */
    /* background-image: linear-gradient(90deg, rgb(255, 22, 3) 0%, rgb(252, 116, 2) 100%); */
    padding: 10px 15px;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0px 0px 14px 3px rgba(4, 10, 10, 0.21);
    transition: 0.5s;
    background-color: #fff;
    color: #000;
    /* background: linear-gradient(45deg, rgb(10, 223, 255) 0%, rgb(31, 81, 255) 23.9%, rgb(129, 68, 255) 47.54%, rgb(228, 30, 79) 69.67%, rgb(249, 141, 10) 100%); */
}

@media(max-width:768px) {
   

    .sec-dk {
  background: #0a0e1f;
  color: #fff;
  background: #f5f7ff url(../images/sec-1.png) no-repeat center top;
    background-size: auto;
  background-size: cover;
  overflow: hidden;
}
}