@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Krona+One&display=swap');

/* font-family: "Krona One", sans-serif; */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
html,
form,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    border: 0;
}

/* body {
    font-family: "Lato", sans-serif !important;
} */

ul,
li {
    list-style: none;
}

a,
a:hover,
a:focus {
    border: 0;
    outline: none;
    text-decoration: none;
}

a:focus,
input:focus {
    outline: none;
}

.flex_center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_section {
    background-image: url(../images/banner-bg.webp);
}

.cape-header {
    background-color: #111;
    padding: 16px 88px;
}

.cstm_lgl_prog {
    background-image: url("../images/bg-ascesion 1.webp");
    background-size: cover;
    background-repeat: no-repeat;
}

.cstm_wts {
    background-color: #1A1A1A;
}

.cstm_paad {
    margin-left: 60px;
}

.ascension-section {
    padding: 60px 20px;
    text-align: center;
}

.ascension-section h2 {
    font-weight: 500;
    font-size: 48px;
    line-height: 68px;
    color: #010101;
    font-family: "Krona One", sans-serif;
}

.ascension-section h3 {
    font-family: "Krona One", sans-serif;
    font-size: 48px;
    line-height: 68px;
    background: linear-gradient(to right, #023373 0%, #00FF80 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 500;
}

.ascension-content {
    margin-top: 40px;
}

.ascension-img img {
    width: 100%;
    border-radius: 4px;
    object-fit: cover;
}

.cstm_cbhb {
    justify-content: start !important;
}

.ascension-list {
    list-style: none;
    padding-left: 0;
}

.ascension-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 20px;
    margin-bottom: 26px;
    color: #000;
    font-family: "Lato", sans-serif;
    text-align: left;
}

.ascension-list li i {
    color: #1FB457;
    margin-right: 10px;
    font-size: 18px;
    flex-shrink: 0;
    margin-top: 2px;
}

.cta-box {
    display: inline-flex;
    align-items: center;
    background-color: #ffeb00;
    border-radius: 4px;
    padding: 12px 24px;
    font-weight: 600;
    margin-top: 30px;
    color: #000;
    font-size: 16px;
    position: relative;
    text-decoration: none;
    transition: 0.3s;
}

.cta-box:hover {
    background-color: #f5d800;
    color: #000;
}

.cta-box i {
    margin-left: 8px;
    font-size: 14px;
}

.cta-badge {
    position: absolute;
    top: -12px;
    right: -10px;
    background-color: #ff0000;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    border-radius: 12px;
    padding: 2px 10px;
}

.cape-text {
    color: #ffffff;
    font-weight: 600;
    font-size: 50px;
    font-family: "Roboto", sans-serif;
}

.cape-btn {
    background-color: #F8E60C;
    font-weight: 600;
    border: none;
    padding: 16px 48px;
    transition: all 0.3s ease;
    color: #000000;
    font-size: 20px;
    font-family: "Lato", sans-serif;
}

.cape-btn i {
    margin-left: 6px;
    font-size: 14px;
}

.cape-btn:hover {
    background-color: #f5d800;
    color: #000;
}

.header_section {
    padding: 26px 0;
}

.program_promise,
.meet_your_mentor {
    padding: 90px 0;
}

.legacy_program {
    padding: 40px 0 90px 0;
}

.legacy_program_inner {
    width: 92%;
    margin: 0 auto;
}

.legacy_program_text h1 {
    font-family: "Krona One", sans-serif;
    font-size: 56px;
    line-height: 77px;
    background: #FFFFFF;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.legacy_program_text h2 {
    font-family: "Krona One", sans-serif;
    font-size: 56px;
    line-height: 77px;
    background: linear-gradient(to right, #5CFFD9 0%, #F8E60C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.legacy_program_text p {
    color: #ffffff;
    font-size: 20px;
    line-height: 28px;
    margin-top: 17px;
    text-align: center;
    padding: 0px 72px;
}

.video_section p {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    margin-top: 24px;
    font-family: "Lato", sans-serif;
    text-align: center;
}

.legacy_program_text p span {
    display: block;
}

.video_section {
    margin: 45px 0;
}

.video_section_inner {
    width: 80%;
    margin: 0 auto;
}

.free_today_block h2 {
    text-decoration: line-through;
    color: #8F8F8F;
    font-size: 33px;
    line-height: 41px;
    font-family: "Krona One", sans-serif;
}

.free_today_block h3 {
    color: #FF4B4B;
    font-size: 33px;
    line-height: 41px;
    font-family: "Krona One", sans-serif;
}

.countdown_timer_block {
    margin: 30px 0;
}

#hours,
#minutes,
#seconds {
    font-size: 56px;
    color: #FFD738;
    font-weight: bold;
}

.colon {
    color: #85FF38;
    font-size: 56px;
    font-weight: bold;
    margin: 0 5px;
    position: relative;
    top: -3px;
}

.cape_button_holder {
    padding: 16px 32px;
    background-color: #F8E60C;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    border-radius: 8px;
}

.cape_button_holder i {
    margin-left: 8px;
    transform: rotate(45deg);
}

.what_you_learn {
    padding: 60px 20px;
}

.who_this_is_for_inner h5 {
    color: #ffffff;
    font-size: 20px;
    font-family: "Krona One", sans-serif;
}

.who_this_is_for_inner h2 {
    color: #ffffff;
    font-size: 48px;
    font-family: "Krona One", sans-serif;
    line-height: 56px;
    width: 65%;
    margin: 0 auto;
    padding: 18px 0;
}

.who_this_is_for_inner h2 span {
    background: linear-gradient(to right, #51E2FB 0%, #4EFF63 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.who_this_is_for_inner p {
    color: #ffffff;
    font-size: 20px;
    line-height: 28px;
}

.who_this_is_for_block {
    margin-top: 35px;
    border: 3px solid #ffffff;
    border-radius: 10px;
    padding: 25px;
}

.who_this_is_for_block p {
    color: #ffffff;
    font-size: 18px;
    line-height: 26px;
    font-family: "Krona One", sans-serif;
    text-align: center;
    height: 75px;
}

.cape_button_holder_block {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 48px;
}

.free_image {
    position: absolute;
    right: 12px;
    top: -13px;
}

.program_promise_inner h5 {
    color: #ffffff;
    font-family: "Krona One", sans-serif;
    font-size: 20px;
    line-height: 28px;
}

.program_promise_inner h2 {
    padding-top: 16px;
    color: #ffffff;
    font-size: 48px;
    line-height: 56px;
    width: 50%;
    margin: 0 auto;
}

.program_promise_block {
    margin-top: 45px;
}

.program_promise_block h5 {
    color: #ffffff;
    font-size: 18px;
    font-family: "Krona One", sans-serif;
    margin-top: 20px;
}

.program_promise_block p {
    color: #ffffff;
    font-size: 16px;
    margin-top: 15px;
    line-height: 24px;
}

.program_promise_block p span {
    display: block;
}

.what_you_learn_text h2 {
    color: #ffffff;
    font-size: 48px;
    line-height: 64px;
    font-family: "Krona One", sans-serif;
}

.span_one {
    display: block;
}

.span_two {
    background: linear-gradient(to right, #51E2FB 0%, #4EFF63 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.what_you_learn_text h5 {
    margin-top: 25px;
    color: #ffffff;
    font-size: 24px;
    font-family: "Krona One", sans-serif;
    line-height: 32px;
    margin-bottom: 20px;
}

.wyl_block {
    margin-top: 30px;
    padding: 50px 20px;
    border-radius: 10px;
    position: relative;
    z-index: 0;
}

.wyl_block::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 3px;
    background: linear-gradient(to left, #51E2FB, #4EFF63);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.wyl_block h2 {
    color: #ffffff;
    font-size: 18px;
    font-family: "Krona One", sans-serif;
    line-height: 26px;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 13px;
    height: 60px;
}

.wyl_block p {
    margin-top: 20px;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    height: 80px;
}

.meet_your_mentor_inner h2 {
    color: #000000;
    font-size: 48px;
    font-family: "Krona One", sans-serif;
    line-height: 56px;
    text-align: center;
}

.meet_your_mentor_inner h2 span {
    background: linear-gradient(to right, #51E2FB 0%, #4EFF63 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.meet_your_mentor_left,
.meet_your_mentor_right {
    margin-top: 40px;
}

.meet_your_mentor_right h5 {
    font-size: 28px;
    line-height: 36px;
    color: #000000;
    font-family: "Krona One", sans-serif;
}

.meet_your_mentor_right p {
    color: #000000;
    font-size: 18px;
    line-height: 26px;
    margin-top: 24px;
}

.journey_today_block {
    margin-top: 36px;
}

.what_they_say_inner h2 {
    text-align: center;
    font-size: 48px;
    line-height: 56px;
    color: #ffffff;
    font-family: "Krona One", sans-serif;
    margin-bottom: 20px;
}

.what_they_say_inner h2 span {
    display: block;
    background: linear-gradient(to right, #5CFFD9 0%, #F8E60C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.what_they_say_block {
    margin-top: 30px;
    background-color: #ffffff;
    padding: 55px 36px;
}

.wtsb {
    display: grid;
    grid-template-columns: 62px 1fr;
    grid-gap: 18px;
}

.wtsb_right h5 {
    color: #1A1A1A;
    font-size: 24px;
    font-weight: bold;
}

.wtsb_right p {
    color: #1A1A1A;
    font-size: 16px;
    margin-top: 4px;
}

.wtsb_text p {
    margin-top: 40px;
    color: #1A1A1A;
    font-size: 22px;
    line-height: 30px;
    height: 130px;
}

.what_they_say_bottom {
    padding: 50px 0 90px 0;
}

.what_they_say_bottom p {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
}

.footer_block {
    background-color: #E6E6E6;
    padding: 65px 0;
}

.footer_block_inner p {
    margin-top: 22px;
    color: #000000;
    font-size: 16px;
    line-height: 24px;
}

.appq_sec {
  background: #1A1A1A;
}
.cstm_wtss{
    padding: 60px 20px;
}

.program-box {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}

.program-box h6 {
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 32px;
  font-family: "Krona One", sans-serif;
}

.program-box h2 {
  font-size: 48px;
  line-height: 68px;
  font-family: "Krona One", sans-serif;
  font-weight: 500;
  color: #fff;
}

.highlight {
  background: linear-gradient(to right, #5CFFD9 0%, #F8E60C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* CHECKBOX SECTION */
.checkbox-group {
  text-align: left;
  margin-top: 102px;
  max-width: 924px;
  margin-left: auto;
  margin-right: auto;
}

.checkbox-group label {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  color: #fff;
  font-size: 28px;
  line-height: 40px;
  font-family: "Lato", sans-serif;
  cursor: pointer;
}

.checkbox-group input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 32px;
  height: 32px;
  border: 1px solid #ffffff;
  background: transparent;
  margin-top: 4px;
  flex-shrink: 0;
  cursor: pointer;
  transition: all 0.2s ease;
}

.checkbox-group input[type="checkbox"]:checked {
  background-color: transparent;
  border-color: #5CFFD9;
}

.checkbox-group input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 5px;
  width: 4px;
  height: 9px;
  border: solid #5CFFD9;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.divider {
  border-bottom: 1px solid #2b2b2b;
  margin: 28px 0 28px;
}

/* INVITE TEXT */
.invite-text {
  color: #F8E60C;
  font-weight: 600;
  font-size: 28px;
  text-align: center;
  margin-top: 94px;
  font-family: "Lato", sans-serif;
  line-height: 40px;
  margin-bottom: 64px;
}

/* PRICE BOX */
.price-box {
    background: #141414;
    border-radius: 0;
    padding: 48px 20px;
    margin: 0 auto 25px;
    text-align: center;
    max-width: 752px;
    height: 338px;
}

.price-box .old-price {
  text-decoration: line-through;
  color: #8F8F8F;
  font-size: 48px;
  line-height: 68px;
  margin-bottom: 5px;
  font-family: "Krona One", sans-serif;
}

.price-box .free-text {
  color: #FF4B4B;
  font-weight: 600;
  font-size: 48px;
  line-height: 68px;
  font-family: "Krona One", sans-serif;
}

.timer {
  font-weight: 700;
  font-size: 45px;
  color: #ffffff;
  margin-top: 10px;
  line-height: 65px;
  font-family: "Krona One", sans-serif;
}
.tap_cstm_btn{
    width: 717px;
}
.prequal-section {
  background-color: #fff;
}

.main-title {
  font-weight: 800;
  font-size: 2rem;
  color: #000;
  margin-bottom: 0;
}

.sub-title {
  font-weight: 700;
  font-size: 1.8rem;
  background: linear-gradient(to right, #008cff, #00e29f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.prequal-box {
  border: 1px solid #ccc;
  padding: 20px 25px;
  display: flex;
  align-items: flex-start;
  border-radius: 4px;
  margin-bottom: 72px;
  background-color: #fff;
}

.prequal-box .icon {
  margin-right: 15px;
  color: #000;
  font-size: 1.3rem;
  margin-top: 5px;
}

.prequal-box p {
  margin: 0;
  font-size: 20px;
  color: #010101;
  line-height: 33px;
  font-family: "Lato", sans-serif !important;
}

.highlightt.red {
  font-weight: 700;
  color: #F80C0C;
  font-size: 20px;
  line-height: 33px;
  font-family: "Lato", sans-serif !important;
}
.program-boxx h6{
    font-size: 48px;
    line-height: 48px;
    font-family: "Krona One", sans-serif;
    color: #010101;
    text-align: center;
    font-weight: 500;
}
.program-boxx h2{
    font-family: "Krona One", sans-serif;
    font-size: 48px;
    line-height: 68px;
    background: linear-gradient(to right, #023373 0%, #00FF80 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 500;
    text-align: center;
}
.pb_cstm_bx{
    margin-top: 44px;
}
.prequal-box:nth-last-child(1) {
  margin-bottom: 0 !important;
}
.text-block h6 {
    max-width: 100%;
    text-align: center;
    font-weight: 500;
    color: #000000;
    font-size: 48px;
    line-height: 72px !important;
    font-family: "Krona One", sans-serif;
    padding: 0 48px;
}
.cstm_pb_cstm{
    max-width: 1076px !important;
}
.cstm_pri_bx{
    margin-top: 40px !important;
}
.cstm_highlt{
    background: linear-gradient(to right, #5CA3FF 0%, #EEFF00 100%);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}









@media only screen and (max-width:1199px) {
    .legacy_program_inner {
        width: 100%;
    }

    .who_this_is_for_inner h2 {
        width: 83%;
    }

    .who_this_is_for_block p {
        height: 106px;
    }

    .program_promise_inner h2 {
        width: 60%;
    }

    .wtsb_text p {
        height: 165px;
    }

    .wtsb_right p {
        height: 50px;
    }

    .meet_your_mentor_left {
        text-align: center;
    }
}

@media only screen and (max-width:991px) {
    .legacy_program_text h1 {
        font-size: 49px;
        line-height: 61px;
    }

    .who_this_is_for_inner h2 {
        width: 100%;
    }

    .program_promise_inner h2 {
        width: 100%;
    }

    .wtsb_text p {
        height: 247px;
    }

    .wtsb_right p {
        height: 68px;
    }
}

@media only screen and (max-width:767px) {
    .legacy_program_text h1 {
        font-size: 32px;
        line-height: 40px;
    }

    .legacy_program_text p span {
        display: unset;
    }

    .who_this_is_for_inner h2 {
        font-size: 37px;
        line-height: 49px;
    }

    .who_this_is_for_block p {
        height: unset;
    }

    .program_promise_inner h2 {
        font-size: 44px;
        line-height: 52px;
    }

    .what_you_learn_text h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .meet_your_mentor_inner h2 {
        font-size: 41px;
        line-height: 50px;
    }

    .what_they_say_inner h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .wtsb_right p {
        height: unset;
    }

    .wtsb_text p {
        height: unset;
    }

    .ascension-section h2 {
        font-size: 26px;
        line-height: 34px;
    }

    .ascension-section h3 {
        font-size: 22px;
        line-height: 34px;
        margin-top: 6px;
    }

    .ascension-list li {
        font-size: 15px;
    }

    .cta-box {
        width: 100%;
        justify-content: center;
    }

    .cape-text {
        font-size: 28px;
    }

    .cape-btn {
        background-color: #F8E60C;
        font-weight: 600;
        border: none;
        padding: 12px 6px;
        transition: all 0.3s ease;
        color: #000000;
        font-size: 16px;
        font-family: "Lato", sans-serif;
    }

    .cape-header {
        padding: 16px 10px;
    }

    .legacy_program_text h2 {
        font-size: 32px;
        line-height: 40px;
        margin-top: 6px;
    }

    .legacy_program_text p {
        padding: 0;
    }

    .legacy_program {
        padding: 50px 0 50px 0;
    }

    .what_they_say {
        padding: 50px 0 50px 0;
    }

    .what_they_say_bottom {
        padding: 50px 0 0px 0;
    }

    .cape_button_holder {
        padding: 10px 10px;
        font-size: 16px;
    }

    .ascension-section {
        padding: 50px 0 50px 0;
    }

    .cape_button_holder_block {
        margin-top: 0;
    }

    .cstm_paad {
        margin-left: 0;
        margin-top: 24px;
    }

    .cstm_jtl {
        margin-top: 25px;
    }

    .ascension-content {
        margin-top: 20px;
    }

    .ascension-list li {
        gap: 4px;
    }

    .what_you_learn {
        padding: 50px 0px;
    }

    .cstm_ira {
        margin-top: 25px;
    }
     .prequal-box {
    flex-direction: row;
    align-items: flex-start;
  }

  .main-title {
    font-size: 1.7rem;
  }

  .sub-title {
    font-size: 1.4rem;
  }
  .text-block h6 {
    padding: 0;
    line-height: 52px !important;
  }
}





/* ==========================================================
   🔹 EXTRA RESPONSIVE IMPROVEMENTS (For full device coverage)
   ========================================================== */

/* ---------- Tablets (768px - 991px) ---------- */
@media (max-width: 991px) {
    .cape-header {
        padding: 12px 30px;
    }

    .cape-text {
        font-size: 36px;
    }

    .cape-btn {
        padding: 10px 20px;
        font-size: 16px;
    }

    .ascension-section {
        padding: 50px 15px;
    }

    .ascension-section h2,
    .ascension-section h3 {
        font-size: 36px;
        line-height: 48px;
    }

    .ascension-list li {
        font-size: 17px;
        margin-bottom: 18px;
    }

    .program-box {
        padding: 15px;
    }

    .program-box h2 {
        font-size: 1.7rem;
    }

    .checkbox-group label {
        font-size: 0.95rem;
    }
    .cstm_wts{
        padding: 50px 0;
    }
    .what_they_say_bottom {
        padding: 50px 0 0px 0;
    }
    .text-block h6 {
        padding: 0;
    }
    .what_they_say_block {
        padding: 55px 33px;
    }
    .wtsb_text p {
        height: 280px;
    }
}

/* ---------- Small Tablets / Large Phones (576px - 767px) ---------- */
@media (max-width: 767px) {
    .cape-header {
        flex-direction: column;
        text-align: center;
        padding: 12px;
    }

    .cape-text {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .cape-btn {
        width: 100%;
        padding: 12px;
        font-size: 16px;
    }

    .ascension-section h2 {
        font-size: 26px;
        line-height: 34px;
    }

    .ascension-section h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .ascension-content {
        margin-top: 20px;
    }

    .ascension-list li {
        font-size: 15px;
        gap: 6px;
        align-items: flex-start;
    }

    .ascension-list li i {
        font-size: 16px;
        margin-top: 2px;
    }

    .cta-box {
        width: 100%;
        justify-content: center;
        padding: 12px 10px;
    }

    .program-box h2 {
        font-size: 1.6rem;
    }

    .checkbox-group label {
        font-size: 0.9rem;
    }

    .price-box {
        padding: 20px;
    }
    .tap_cstm_btn {
        width: 272px;
    }
}

/* ---------- Mobile Devices (up to 575px) ---------- */
@media (max-width: 575px) {
    body {
        font-size: 15px;
        line-height: 1.6;
    }

    .ascension-section {
        padding: 50px 15px;
    }

    .ascension-section h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .ascension-section h3 {
        font-size: 32px;
        line-height: 40px;
    }

    .ascension-list li {
        font-size: 14px;
        line-height: 1.5;
    }

    .cta-box {
        font-size: 15px;
        padding: 10px 14px;
    }

    .cta-badge {
        top: -10px;
        right: -8px;
        font-size: 11px;
    }

    .cape-btn {
        font-size: 15px;
        padding: 10px 12px;
    }

    .checkbox-group label {
        font-size: 16px;
    }

    .price-box .free-text {
        font-size: 1.3rem;
    }

    .timer {
        font-size: 16px;
    }
    .invite-text {
        font-size: 18px;
        margin-top: 48px;
        margin-bottom: 48px;
    }
    .price-box {
        height: auto;
        width: auto;
    }
    .cstm_wtss {
        padding: 50px 0;
    }
    .tap_cstm_btn {
        width: 272px;
    }
    .meet_your_mentor {
        padding: 50px 0;
    }
    .program-boxx h6 {
        font-size: 32px;
        line-height: 40px;
    }
    .program-boxx h2 {
        font-size: 32px;
        line-height: 40px;
    }
    .checkbox-group {
        margin-top: 40px;
    }
    .program-box h2 {
        font-size: 32px;
        line-height: 42px;
    }
    .program-box h6 {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
    }
    .meet_your_mentor_inner h2 {
        font-size: 32px;
        line-height: 40px;
    }
}

/* ---------- Large Desktop / Wide Screens (≥1400px) ---------- */
@media (min-width: 1400px) {
    .ascension-section {
        padding: 90px 0;
    }

    .ascension-section h2 {
        font-size: 56px;
        line-height: 74px;
    }

    .ascension-section h3 {
        font-size: 52px;
        line-height: 70px;
    }

    .ascension-list li {
        font-size: 22px;
        line-height: 1.7;
    }

    .cta-box {
        font-size: 18px;
        padding: 16px 30px;
    }

    .program-box {
        max-width: 700px;
    }

    .program-box h2 {
        font-size: 48px;
        line-height: 68px;
        font-family: "Krona One", sans-serif;
        font-weight: 500;
        color: #ffffff;

    }

    .checkbox-group label {
        font-size: 1.1rem;
    }

    .price-box .free-text {
        font-size: 1.8rem;
    }
}