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

header,footer {
    width: 100%;
}

header {
    padding: 1.2rem 0;
    background-color: rgb(222,220,234);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 97% 100%, 3% 100%, 0 85%);
    z-index: 1000;
    position: relative;
}

header .top_plank .yq-header-plank div {
    justify-content: flex-start;
    display: flex;
    margin-right: 24px;
    align-items: center;
}

.Iw-ty-block::before {
    content: "";
    position: absolute;
    top: -10%;
    transform: rotate(-15deg);
    right: -10%;
    height: 60%;
    opacity: 0.05;
    width: 50%;
    background: rgb(255, 255, 255, 0.5);
    pointer-events: none;
}

.Iw-ty-block .qw-edu-promise div:first-child::after {
    left: 0;
    content: "";
    height: 2px;
    position: absolute;
    bottom: 0;
    width: 80px;
    background: rgb(181,180,213,0.5);
}

.Iw-ty-block .qw-edu-promise div:last-child {
    position: relative;
}

.Iw-ty-block .qw-edu-promise a:hover p {
    color: rgb(181,180,213);
}

.Be-course-highlights {
    position: relative;
    background: linear-gradient(135deg, rgb(222,220,234) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
    padding: 5rem 0;
}

.Be-course-highlights .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 1;
    padding: 0 1.5rem;
}

.Be-course-highlights h2::after {
    transform: translateX(-50%);
    position: absolute;
    bottom: -0.75rem;
    left: 50%;
    content: "";
    width: 80px;
    background: linear-gradient(90deg, rgb(181,180,213) 0%, rgb(132,147,195) 100%);
    height: 3px;
}

.Be-course-highlights .Wz-img-stack::after {
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    content: "";
    position: absolute;
    background: linear-gradient(180deg, transparent 70%, rgba(0, 0, 0, 0.2) 100%);
    height: 100%;
}

.Be-course-highlights .description:last-child {
    margin-bottom: 0;
}

.Jk-cookieWarningContainer {
    overflow: hidden;
    left: 50%;
    text-align: center;
    border-radius: 24px;
    align-items: center;
    z-index: 1050;
    transform: translateX(-50%);
    max-width: 600px;
    position: fixed;
    padding: 20px;
    bottom: 20px;
    width: 90%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    background: rgb(222,220,234);
}

.Jk-cookieWarningContainer p a:hover {
    color: rgb(132,147,195);
}

.CJ-contact-us {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}



.CJ-contact-us .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 3;
    position: relative;
}

.CJ-contact-us .LV-help-card::before {
    left: -50%;
    top: -50%;
    height: 200%;
    animation: patternMove 20s linear infinite;
    position: absolute;
    content: '';
    z-index: -1;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    width: 200%;
}

.CJ-contact-us .LV-help-card svg {
    flex-shrink: 0;
    height: 24px;
    width: 24px;
    margin-right: 15px;
}

.CJ-contact-us .LV-help-card span {
    font-size: 12px;
    color: #ffffff;
    font-weight: 400;
}

.CJ-contact-us .cQ-connect-panel::before {
    top: 0;
    background: rgb(181,180,213,0.5);
    border-radius: 0 0 0 100%;
    right: 0;
    position: absolute;
    width: 100px;
    height: 100px;
    content: '';
}

.CJ-contact-us form input[type="text"],
.CJ-contact-us form input[type="email"] {
    font-size: 12px;
    padding: 15px 20px;
    background: rgba(240, 240, 240, 0.8);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border: none;
    color: #000000;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    width: 100%;
}

.CJ-contact-us .sy-message-widget a {
    transition: color 0.3s ease;
    color: rgb(181,180,213);
    font-weight: 600;
    text-decoration: none;
}

.CJ-contact-us .Je-help-form::before {
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: '';
    left: -100%;
    transition: all 0.5s ease;
}

.iX-study-process::after {
    pointer-events: none;
    background: linear-gradient(225deg, rgb(181,180,213) 0%, transparent 70%);
    right: -10px;
    height: 300px;
    transform: translateZ(-30px) rotate(-15deg);
    bottom: -10px;
    position: absolute;
    filter: blur(60px);
    opacity: 0.07;
    content: "";
    width: 300px;
}

.iX-study-process:hover h2::after {
    transform: scaleX(1.5);
}

.iX-study-process .ad-label-holder::before {
    transform: rotate(-15deg);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: absolute;
    right: 20px;
    top: 20px;
    height: 40px;
    background: linear-gradient(135deg, rgb(181,180,213) 0%, rgb(132,147,195) 100%);
    content: "";
    width: 40px;
    opacity: 0.1;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.KR-plan-container::after {
    opacity: 0.3;
    background: linear-gradient(215deg, rgb(132,147,195,0.5), rgb(181,180,213,0.5));
    filter: blur(50px);
    position: absolute;
    transform: rotate(12deg) skewX(-10deg);
    z-index: 0;
    bottom: -10%;
    left: -5%;
    width: 35%;
    height: 60%;
    content: "";
}

.KR-plan-container .zm-monthly-rate {
    max-width: 680px;
    margin: 20px auto 0;
    color: #000000;
    font-size: 16px;
    line-height: 1.6;
}

.KR-plan-container .eW-lesson-fees {
    will-change: transform, box-shadow;
    overflow: hidden;
    display: flex;
    position: relative;
    flex-direction: column;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    background: #ffffff;
    height: 100%;
    border-radius: 8px;
}

.KR-plan-container .Wc-plan-fee p {
    overflow-wrap: break-word;
    line-height: 1.6;
    white-space: normal;
    margin-bottom: 10px;
    font-size: 16px;
    margin-top: 5px;
    flex-grow: 1;
    color: #000000;
    word-break: break-word;
}

.KR-plan-container .Bl-price-plan:hover .Wz-img-stack {
    transform: scale(1.05);
}

.Pa-our-background .container {
    z-index: 1;
    position: relative;
}

.Pa-our-background h3::after {
    background: rgb(181,180,213);
    position: absolute;
    left: 50%;
    content: "";
    bottom: -15px;
    height: 3px;
    width: 60px;
    transform: translateX(-50%);
}

.Pa-our-background .dD-learning-track p {
    font-size: 18px;
    line-height: 1.7;
    width: 60%;
    margin-bottom: 30px;
    color: #000000;
}

.Pa-our-background .bA-academy-cult p {
    font-size: 18px;
    width: 60%;
    line-height: 1.7;
    margin-left: auto;
    color: #000000;
    margin-bottom: 30px;
}

.Pa-our-background .qw-edu-promise::after {
    bottom: -75px;
    border-radius: 50%;
    animation: rotate 20s infinite linear reverse;
    content: "";
    z-index: -1;
    right: -75px;
    border: 2px dashed rgb(132,147,195,0.5);
    width: 150px;
    position: absolute;
    height: 150px;
}

.Pa-our-background .bA-academy-cult svg {
    top: 10px;
    opacity: 0.7;
    height: 30px;
    width: 30px;
    position: absolute;
    color: rgb(132,147,195);
    right: -45px;
}

.WK-join-our-community::after {
    transform: rotate(20deg);
    background: linear-gradient(225deg, rgb(132,147,195) 0%, rgb(132,147,195,0.5) 100%);
    left: -5%;
    position: absolute;
    height: 250px;
    content: "";
    z-index: -1;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    bottom: -10%;
    width: 250px;
    animation: float 15s ease-in-out infinite alternate-reverse;
    opacity: 0.06;
}

.WK-join-our-community h3 {
    opacity: 1;
    transform: translateY(0);
    font-weight: 600;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
    margin: 0 0 30px;
    color: #000000;
    line-height: 1.35;
    letter-spacing: -0.01em;
    font-size: clamp(1.4rem, 2vw + 0.5rem, 1.8rem);
    max-width: 90%;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.WK-join-our-community .input_holder input[type="email"]:focus::placeholder {
    color: rgba(0, 0, 0, 0.2);
}

.WK-join-our-community .input_holder .uk-free-lessons:active {
    box-shadow: 0 4px 12px -4px rgb(181,180,213,0.5),
              0 0 0 1px rgb(181,180,213);
    transform: translateY(0);
}

.HE-privacy-encasement {
    line-height: 1.6;
    padding: 50px 20px;
    font-family: Arial, sans-serif;
    background-color: rgb(222,220,234);
    color: #000000;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

.HE-privacy-encasement ul, .HE-privacy-encasement ol {
    margin-bottom: 20px;
    list-style: none;
    padding-left: 20px;
}

.HE-privacy-encasement p, .HE-privacy-encasement span {
    font-size: 16px;
    margin-bottom: 20px;
}

.HE-privacy-encasement p {
    text-align: justify;
}

.sl-start-now::after {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    z-index: 1;
    content: "";
    right: -20px;
    background: rgb(132,147,195);
    opacity: 0.2;
    bottom: -20px;
    transform: rotate(15deg);
    position: absolute;
    height: 150px;
    width: 150px;
}

.sl-start-now div div span::before {
    content: "";
    height: 20px;
    transform: scale(0);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: #ffffff;
    opacity: 0.2;
    border-radius: 50%;
    left: -10px;
    top: -10px;
    width: 20px;
    position: absolute;
}

.sl-start-now .Je-help-form:hover::before {
    opacity: 0.15;
}

.sl-start-now .Je-help-form:active {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(1px);
}

header .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
}

header .Yh-main-base {
    border-radius: 30px;
    display: flex;
    backdrop-filter: blur(10px);
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    gap: 0.5rem;
    padding: 5px;
}

header .GT-main-know::after {
    left: 0;
    border-radius: 10px;
    z-index: -1;
    right: 0;
    content: '';
    top: 0;
    background: rgb(181,180,213);
    position: absolute;
    bottom: 0;
}

header .kA-head-pro {
    border-radius: 10px;
    transition: all 0.3s ease;
    display: flex;
    padding: 0.5rem 1rem;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    align-items: center;
}

.zw-pledge-block .company_holder h3 {
    font-size: calc(34px * 0.9);
    text-shadow: 0 0 10px rgb(181,180,213,0.5);
    color: #ffffff;
    display: inline-block;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
}

.zw-pledge-block .company_holder h3 {
    overflow: hidden;
    position: relative;
}

.zw-pledge-block .Ly-nav-pagewrap {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.zw-pledge-block .Yh-main-base:hover::before {
    transform: translateX(100%);
}

.zw-pledge-block .Yh-main-base h5::after {
    height: 2px;
    bottom: 0;
    transition: width 0.3s ease, box-shadow 0.3s ease;
    position: absolute;
    left: 0;
    width: 40px;
    background: rgb(181,180,213);
    content: '';
}

.zw-pledge-block .Yh-main-base .Ly-nav-pagewrap a:hover {
    opacity: 1;
    color: #ffffff;
    padding-left: 5px;
}

.VQ-study-group {
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 15px 0;
    position: relative;
}




footer {
    position: relative;
}

footer::after {
    content: '';
    top: 0;
    background-size: 50px 50px;
    bottom: 0;
    opacity: 0.3;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent);
    z-index: 0;
    left: 0;
    position: absolute;
    right: 0;
}

.EJ-customer-opinions .AU-rating-spot:nth-child(3) {
    grid-column: 3 / span 5;
    transform: translateY(4rem);
}

.EJ-customer-opinions .AU-rating-spot:nth-child(6) {
    grid-column: 6 / span 7;
    transform: translateY(3rem);
}

.EJ-customer-opinions .AU-rating-spot::before {
    font-family: serif;
    top: 1rem;
    font-size: 6rem;
    color: rgb(181,180,213,0.5);
    left: 2rem;
    content: "";
    position: absolute;
    line-height: 1;
    opacity: 0.3;
    z-index: -1;
    transition: all 0.5s ease;
}

.EJ-customer-opinions .AU-rating-spot .description {
    transform: translateX(0);
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    margin-top: 1rem;
    z-index: 1;
    position: relative;
    transition: transform 0.4s ease 0.1s;
    max-width: 95%;
}

.Lo-leadership-experience .AU-rating-spot {
    grid-template-columns: 1fr;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.5),
        inset 5px 5px 10px rgba(255, 255, 255, 0.5),
        inset -5px -5px 10px rgba(0, 0, 0, 0.05);
    padding: 3rem;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    gap: 2rem;
    border-radius: 16px;
    display: grid;
    transform: perspective(1000px) rotateX(2deg);
    background: linear-gradient(145deg, #ffffff, rgb(222,220,234));
}

.Lo-leadership-experience .AU-rating-spot div:nth-child(2) div {
    font-size: calc(14px * 0.95);
    font-weight: 600;
    margin-bottom: 1rem;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) 0.05s;
    text-align: center;
    color: rgb(132,147,195);
    transform: translateZ(15px);
}

.Lo-leadership-experience .AU-rating-spot:hover .Vp-career-record::before {
    opacity: 0.5;
    transform: scale(1.1) translateY(-5px);
}

.ml-title-greeting::before {
    top: 0;
    content: "";
    background: 
        linear-gradient(45deg, rgb(181,180,213,0.5) 0%, transparent 30%),
        linear-gradient(225deg, rgb(132,147,195,0.5) 0%, transparent 30%);
    position: absolute;
    opacity: 0.7;
    z-index: 2;
    bottom: 0;
    right: 0;
    left: 0;
}

.ml-title-greeting .ad-label-holder {
    position: relative;
    background: rgba(255, 255, 255, 0.85);
    padding: 3rem;
    backdrop-filter: blur(10px);
    animation: slideUp 1s ease-out;
    z-index: 4;
    transform: translateY(0);
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
    margin: 0 0 5% 10%;
    border-radius: 19px 19px 0 0;
    width: 50%;
}

.ml-title-greeting .ad-label-holder .Je-help-form:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}


@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 767px) {.Iw-ty-block {
    padding: 60px 0;
}.Iw-ty-block .qw-edu-promise {
    padding: 40px 30px;
    gap: 25px;
}.Iw-ty-block .qw-edu-promise h5 {
    font-size: calc(24px - 2px);
}.Iw-ty-block .qw-edu-promise p {
    font-size: calc(14px - 1px);
}.Iw-ty-block .qw-edu-promise div:first-child {
    padding-bottom: 20px;
}.Iw-ty-block .qw-edu-promise div:first-child::after {
    width: 60px;
}
}



@media (min-width: 1200px) {.Be-course-highlights .description {
    columns: 2;
    column-gap: 3rem;
}
}


@media only screen and (max-width: 600px) {.Jk-cookieWarningContainer {
    left: 0;
    border-radius: 0;
    transform: none;
    bottom: 0;
    width: 100%;
}.kV-cookie-guide {
    padding: 15px;
}.Tn-cookie-explained svg {
    width: 50px;
    height: 50px;
}.Jk-cookieWarningContainer h5 {
    font-size: calc(18px - 2px);
}.Jk-cookieWarningContainer p {
    font-size: calc(17px - 2px);
}.pR-data-comply {
    padding: 8px 16px;
    font-size: calc(18px - 2px);
    width: calc(100% - 10px);
}}



@media (max-width: 991px) {.iX-study-process {
    padding: 90px 0;
}.iX-study-process h2 {
    font-size: calc(31px * 0.9);
}.iX-study-process .ad-label-holder {
    padding: 35px 40px 35px 30px;
    transform: translateZ(5px) translateX(0);
}
}



@media (max-width: 575px) {.iX-study-process {
    padding: 50px 0;
}.iX-study-process h2 {
    font-size: calc(31px * 0.7);
    margin-bottom: 25px;
}.iX-study-process h2::after {
    width: 60px;
    bottom: -10px;
}.iX-study-process p {
    font-size: calc(16px * 0.95);
}.iX-study-process .ad-label-holder {
    padding: 25px 20px;
    border-left: 2px solid rgb(181,180,213);
}
}



@media (min-width: 992px) {.KR-plan-container .Tt-payment-pricing {
    gap: 40px;
    grid-template-columns: 2fr 1fr;
}.KR-plan-container .oS-edu-packages {
    align-self: center;
    text-align: left;
    grid-column: 2;
    grid-row: 1;
}.KR-plan-container .oS-edu-packages h2 {
    display: inline-block;
}.KR-plan-container .oS-edu-packages h2::after {
    transform: none;
    left: 0;
}.KR-plan-container .zm-monthly-rate {
    margin: 25px 0 0;
}.KR-plan-container .BH-rate-plans {
    grid-template-columns: repeat(2, 1fr);
    grid-row: 1;
    grid-column: 1;
}
}



@media (max-width: 768px) {.WK-join-our-community {
    padding: 60px 0;
}.WK-join-our-community .qw-edu-promise {
    padding: 30px 25px;
    transform: perspective(1000px) rotateX(1deg);
}.WK-join-our-community h3 {
    font-size: clamp(1.2rem, 4vw, 1.6rem);
    max-width: 100%;
    margin-bottom: 25px;
}.WK-join-our-community .input_holder {
    gap: 15px;
    flex-direction: column;
}.WK-join-our-community .input_holder .uk-free-lessons {
    width: 100%;
    min-width: auto;
}.WK-join-our-community::before {
    height: 200px;
    width: 200px;
}.WK-join-our-community::after {
    width: 150px;
    height: 150px;
}
}



@media (min-width: 768px) {.sl-start-now {
    padding: 6rem 0;
}.sl-start-now .container {
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    transform: perspective(1200px) rotateX(1deg);
}.sl-start-now h6 {
    transform: translateY(0);
    margin-right: 2rem;
    text-align: left;
    margin-bottom: 0;
    max-width: 60%;
}.sl-start-now div div {
    transform: translateY(0);
}
}



@media (max-width: 991px) {header {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 5% 100%, 0 90%);
}header .Yh-main-base {
    gap: 0.3rem;
}header .GT-main-know {
    padding: 0.6rem 0.8rem;
    font-size: calc(16px - 1px);
}header .kA-head-pro svg {
    width: 140px;
}
}



@media (max-width: 768px) {.zw-pledge-block {
    padding: 40px 0 20px;
}.zw-pledge-block .Ly-nav-pagewrap {
    flex-direction: column;
}.zw-pledge-block .Yh-main-base {
    margin-bottom: 20px;
    flex: 0 0 100%;
}.zw-pledge-block .company_holder h3 {
    font-size: calc(34px * 0.8);
}.zw-pledge-block .Yh-main-base h5 {
    font-size: calc(22px * 0.9);
}.VQ-study-group .Sd-insta-feed {
    font-size: calc(13px * 0.9);
}
}



@media (max-width: 768px) {.EJ-customer-opinions {
    padding: 5rem 0;
}.EJ-customer-opinions h2 {
    font-size: 32px;
    max-width: 100%;
    margin-bottom: 4rem;
    text-align: center;
}.EJ-customer-opinions h2::after {
    transform: translateX(-50%);
    left: 50%;
}.EJ-customer-opinions:hover h2::after {
    width: 80px;
}.EJ-customer-opinions .gT-testimonial-sharing {
    gap: 3rem;
    display: flex;
    flex-direction: column;
}.EJ-customer-opinions .AU-rating-spot,
    .EJ-customer-opinions .AU-rating-spot:nth-child(n) {
    padding: 2rem 1rem;
    border-left: none;
    transform: translateY(0);
    border-top: 3px solid rgb(181,180,213);
}.EJ-customer-opinions .AU-rating-spot:hover {
    transform: translateY(-10px) translateX(0);
    border-top: 3px solid rgb(132,147,195);
    border-left: none;
}.EJ-customer-opinions .AU-rating-spot::before {
    top: 0.5rem;
    font-size: 4rem;
    left: 1rem;
}.EJ-customer-opinions .AU-rating-spot::after {
    transition: height 0.5s ease;
    top: 0;
    width: 3px;
    bottom: auto;
    height: 0;
}.EJ-customer-opinions .AU-rating-spot:hover::after {
    width: 3px;
    height: 100%;
}.EJ-customer-opinions .AU-rating-spot p,
    .EJ-customer-opinions .AU-rating-spot:hover p,
    .EJ-customer-opinions .AU-rating-spot .description,
    .EJ-customer-opinions .AU-rating-spot:hover .description {
    transform: translateX(0);
}}



@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}



@keyframes slideUp {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

