.nav_page {
    flex: 1 0 auto;
}

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

.container {
    max-width: 100%;
    margin: auto;
    width: 1273px;
}

header::before {
    opacity: 0.4;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 0;
    content: '';
    background: linear-gradient(to right, 
        rgb(183,178,195,0.5) 0%, 
        transparent 20%, 
        transparent 80%, 
        rgb(148,138,164,0.5) 100%);
}

header .nav_guide {
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    grid-area: menu;
    display: flex;
    padding: 0.6rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    background: rgba(255, 255, 255, 0.5);
    border-radius: 24px;
}

.contact::after {
    opacity: 0.2;
    content: "";
    background-size: 30px 30px, 30px 30px, 100% 100%, 100% 100%;
    background-position: 0 0, 0 0, 0 0, 0 0;
    height: 100%;
    width: 100%;
    animation: backgroundMove 30s infinite linear;
    background-image: 
        repeating-linear-gradient(45deg, rgb(183,178,195,0.5) 0, rgb(183,178,195,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(-45deg, rgb(148,138,164,0.5) 0, rgb(148,138,164,0.5) 1px, transparent 1px, transparent 20px),
        linear-gradient(90deg, rgb(183,178,195,0.5), transparent 70%),
        linear-gradient(180deg, rgb(148,138,164,0.5), transparent 70%);
    z-index: 1;
    left: 0;
    position: absolute;
    top: 0;
}

.contact form {
    z-index: 2;
    position: relative;
}

.contact form h3::after {
    height: 2px;
    left: 0;
    content: "";
    position: absolute;
    box-shadow: 
        0 0 5px rgb(183,178,195,0.5),
        0 0 10px rgb(183,178,195,0.5);
    background: rgb(183,178,195);
    width: 40px;
    bottom: -15px;
}

.contact .feedback_info input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact .feedback_info input[type="checkbox"]:checked + label::before {
    background: rgb(183,178,195);
    box-shadow: 0 0 5px rgb(183,178,195,0.5);
    border-color: rgb(183,178,195);
}

.contact .feedback_info label a::after {
    transition: transform 0.3s ease;
    background: rgb(183,178,195);
    height: 1px;
    transform-origin: right;
    left: 0;
    transform: scaleX(0);
    position: absolute;
    content: "";
    bottom: -1px;
    width: 100%;
}

.contact .request_request:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.contact svg path {
    transition: all 0.3s ease;
    fill: rgb(183,178,195);
}

.course_summary {
    position: relative;
    overflow: hidden;
    background-color: rgb(219,214,225);
    padding: 100px 0;
}

.course_summary .master_classes {
    grid-template-columns: 1fr 1fr;
    display: grid;
    position: relative;
    gap: 60px;
}

.course_summary .master_classes::after {
    right: -50px;
    position: absolute;
    height: 300px;
    bottom: -100px;
    border-radius: 50%;
    animation: rotate 40s linear infinite reverse;
    z-index: -1;
    content: "";
    width: 300px;
    border: 2px solid rgb(148,138,164,0.5);
}

.course_summary .top_edu {
    position: relative;
    margin-bottom: 30px;
}

.course_summary .top_edu::before {
    border-radius: 50%;
    left: -20px;
    width: 10px;
    top: 50%;
    background-color: rgb(183,178,195);
    height: 10px;
    transform: translateY(-50%);
    position: absolute;
    content: "";
}

.course_summary h3::after {
    content: "";
    background: linear-gradient(
    to right,
    rgb(183,178,195) 0%,
    rgb(148,138,164) 100%
  );
    position: absolute;
    bottom: 0;
    border-radius: 10px;
    width: 80px;
    height: 3px;
    left: 0;
}

.course_summary .photo_section:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}

.course_beneficiaries::before {
    height: 100%;
    top: 0;
    position: absolute;
    content: "";
    z-index: 1;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(148,138,164,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(183,178,195,0.5) 0%, transparent 40%);
    animation: backgroundShift 15s ease-in-out infinite alternate;
    left: 0;
    width: 100%;
}

.course_beneficiaries h4::after {
    content: "";
    bottom: 0;
    position: absolute;
    height: 4px;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(183,178,195), rgb(148,138,164));
    width: 70px;
    left: 50%;
    transform: translateX(-50%);
}

.course_beneficiaries p:hover {
    color: #000000;
    transform: translateY(-5px);
}

.course_beneficiaries p:hover::before {
    width: 8px;
}

.course_beneficiaries p:hover::after {
    opacity: 0.15;
}

.course_beneficiaries p svg path {
    transition: fill 0.3s ease;
    fill: rgb(183,178,195);
}



.course_beneficiaries p:nth-child(odd) {
    animation: floatItem 6s ease-in-out infinite;
}

.course_beneficiaries .master_classes > div p:nth-child(2) {
    animation-delay: 0.4s;
}

.course_beneficiaries .master_classes > div p:nth-child(6) {
    animation-delay: 1.2s;
}

.mentorship_experience .container {
    padding: 0 1.5rem;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}

.mentorship_experience .opinion_spot:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.mentorship_experience .opinion_spot::before {
    transition: transform 0.3s ease-out;
    transform-origin: left center;
    transform: scaleY(0.95);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    background: linear-gradient(to bottom, rgb(183,178,195) 0%, rgb(148,138,164) 100%);
    height: 100%;
}

.mentorship_experience .opinion_spot:hover .photo_section::before {
    opacity: 0.5;
    transform: scale(1);
}

.mentorship_experience .name::after {
    transform: translateX(-50%) scaleX(0.7);
    transition: transform 0.3s ease;
    left: 50%;
    width: 40px;
    height: 2px;
    position: absolute;
    background: rgb(183,178,195);
    content: "";
    bottom: -6px;
}

.mentorship_experience .career_timeline::after {
    right: -5px;
    transform: rotate(180deg);
    bottom: -20px;
}

.title_screen::before {
    position: absolute;
    background: 
        repeating-linear-gradient(45deg, #000000, #000000 10px, rgba(0, 0, 0, 0.5) 10px, rgba(0, 0, 0, 0.5) 12px),
        linear-gradient(to bottom, rgb(183,178,195,0.5) 0%, transparent 100%);
    width: 100%;
    z-index: 1;
    top: 0;
    animation: grid-pulse 8s infinite alternate;
    opacity: 0.4;
    height: 100%;
    content: "";
    left: 0;
}

.title_screen .learn_home {
    position: relative;
    flex-shrink: 0;
    overflow: hidden;
    height: 100%;
    width: 100vw;
}

.title_screen .learn_home img {
    transform-origin: center;
    object-fit: cover;
    filter: contrast(1.1) saturate(0.9);
    animation: glitch-zoom 10s infinite alternate ease-in-out;
    height: 100%;
    width: 100%;
}



.title_screen .text_box_item::before {
    content: "";
    border: 1px solid rgba(rgb(148,138,164), 0.2);
    right: 10px;
    bottom: 10px;
    left: 10px;
    top: 10px;
    pointer-events: none;
    position: absolute;
    border-radius: calc(24px - 5px);
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 20px),
        calc(100% - 20px) 100%,
        0 100%
    );
}

.title_screen .text_box_item .request_request {
    padding: 1rem 2rem;
    font-size: 15px;
    border-radius: 10px;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 10px),
        calc(100% - 10px) 100%,
        0 100%
    );
    background: rgb(183,178,195);
    overflow: hidden;
    display: inline-block;
}

.pricing_offer .indv_cost {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.pricing_offer .promo_rates h2::after {
    border-radius: 10px;
    content: "";
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, rgb(183,178,195), rgb(148,138,164));
    transform: translateX(-50%);
    bottom: -10px;
    left: 50%;
    width: 80px;
}

.pricing_offer .package_deals:nth-child(2) {
    animation-delay: 0.2s;
}

.pricing_offer .package_deals::before {
    content: "";
    top: 0;
    position: absolute;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(183,178,195), rgb(148,138,164));
    height: 5px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    width: 100%;
    left: 0;
    transform-origin: left;
}

.pricing_offer .study_costs::after {
    position: absolute;
    content: "";
    background-color: rgb(148,138,164);
    bottom: -8px;
    width: 40px;
    transition: width 0.3s ease;
    height: 2px;
    left: 0;
}

.pricing_offer .package_deals:hover .photo_section {
    transform: scale(1.05);
}

.learning_impact {
    background: linear-gradient(135deg, rgb(219,214,225) 0%, rgba(245, 245, 250, 0.9) 100%);
    position: relative;
    padding: 100px 20px;
    overflow: hidden;
}

.learning_impact h5::after {
    left: 50%;
    content: "";
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, rgb(183,178,195) 0%, rgb(148,138,164) 100%);
    border-radius: 10px;
    transform: translateX(-50%);
    bottom: -12px;
    width: 80px;
}

.learning_impact .master_classes::before {
    width: 100%;
    background: linear-gradient(90deg, rgb(183,178,195) 0%, rgb(148,138,164) 100%);
    position: absolute;
    height: 5px;
    left: 0;
    content: "";
    top: 0;
}

.learning_impact li {
    transition: transform 0.3s ease;
    position: relative;
    animation: fadeSlideRight 0.5s ease-out both;
    padding-left: 40px;
}

.learning_impact li:hover {
    transform: translateX(5px);
}

.learning_impact svg path {
    transition: fill 0.3s ease;
    fill: rgb(183,178,195);
}

.company_info {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    color: #ffffff;
}

.company_info .text_box_item {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25), 
                0 0 0 1px rgba(255, 255, 255, 0.1);
    position: relative;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.05);
    padding: 60px 50px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    transform: perspective(1000px) rotateY(1deg);
    border-left: 4px solid rgb(183,178,195);
}

.company_info .text_box_item:hover h5::after {
    transform: scaleX(1);
}

.company_info p b {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-background-clip: text !important;
    font-weight: 700;
    background: linear-gradient(120deg, rgb(183,178,195), rgb(148,138,164));
    transform: translateX(0);
    font-size: calc(15px * 1.4);
    display: inline-block;
    color: transparent;
}

.experience_trial::before {
    height: 100%;
    z-index: -1;
    left: 0;
    content: '';
    background-size: 20px 20px;
    top: 0;
    position: absolute;
    background: 
        linear-gradient(90deg, rgba(255,255,255,0.07) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.07) 1px, transparent 1px);
    width: 100%;
}

.experience_trial .master_classes::after {
    width: 100%;
    border-radius: 30px;
    content: '';
    left: 0;
    height: 100%;
    z-index: -1;
    background: 
        linear-gradient(to bottom,
            rgba(255,255,255,0.1) 0%,
            transparent 100%
        );
    top: 0;
    position: absolute;
}

.experience_trial h3::after {
    position: absolute;
    z-index: -1;
    left: -100%;
    animation: lightScan 5s linear infinite;
    top: 0;
    background: linear-gradient(
        90deg, 
        transparent, 
        rgba(255,255,255,0.1), 
        transparent
    );
    height: 100%;
    width: 100%;
    content: '';
}

.experience_trial .write_page:hover {
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.2),
        0 10px 25px rgba(0,0,0,0.1),
        inset 0 0 0 1px rgba(255,255,255,0.4);
    color: #ffffff;
    transform: perspective(1000px) translateZ(30px);
}

.privacy_learn {
    padding: 0 20px;
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    max-width: 1200px;
    margin: auto;
    justify-content: space-between;
}

.privacyPolicyOverlay p {
    max-width: 500px;
    color: #000000;
    font-size: 16px;
}

.cookie_button.track_manage {
    background: rgb(183,178,195);
}

.privacyPolicyOverlay p a {
    text-decoration: underline;
    font-weight: 700;
    color: rgb(183,178,195);
}

.warp-container .learn_agree h5, .warp-container .learn_agree p {
    color: #ffffff;
}

.thanks_page::before {
    width: 60%;
    z-index: 0;
    transform: rotate(-15deg);
    right: -20%;
    animation: float 12s ease-in-out infinite;
    height: 70%;
    top: -20%;
    background: linear-gradient(45deg, rgb(183,178,195,0.5) 0%, rgb(148,138,164) 100%);
    filter: blur(40px);
    content: "";
    position: absolute;
    opacity: 0.4;
}

.thanks_page .master_classes {
    padding: 3rem;
    transform: translateY(30px);
    animation: slideUp 0.8s ease-out 0.4s forwards;
    box-shadow: 0 20px 40px rgba(0,0,0,0.06), 0 8px 16px rgba(0,0,0,0.04);
    opacity: 0;
    max-width: 880px;
    position: relative;
    background: linear-gradient(120deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.96) 100%);
    backdrop-filter: blur(8px);
    width: 100%;
    border-radius: 25px;
    border-left: 4px solid rgb(183,178,195);
}

.secure_enclave .container {
    margin: 0 auto;
    position: relative;
    max-width: 1140px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08), 
                0 5px 10px rgba(0,0,0,0.03);
    padding: 3rem;
    background: #ffffff;
    transform: perspective(1000px) rotateX(1deg);
    z-index: 1;
}

.secure_enclave h2 {
    color: rgb(148,138,164);
    display: inline-block;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 600;
    margin: 3rem 0 1.5rem;
    font-size: 32px;
    padding-left: 1.5rem;
}

.secure_enclave h4 {
    color: #000000;
    position: relative;
    margin: 2rem 0 1rem;
    font-size: calc(32px * 0.7);
    padding-left: 1rem;
    font-family: Arial, sans-serif;
    font-weight: 600;
}

.secure_enclave p strong::after {
    bottom: -2px;
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    background: rgb(183,178,195,0.5);
    height: 1px;
}

.secure_enclave span {
    color: #000000;
    font-size: 13px;
    border-left: 2px solid rgb(148,138,164,0.5);
    line-height: 1.7;
    font-family: Arial, sans-serif;
    display: block;
    margin-bottom: 1.5rem;
    padding: 0.5rem 0 0.5rem 1rem;
}

footer .press_room {
    position: relative;
    z-index: 1;
}

footer .info_item {
    transition: all 0.3s ease;
    overflow: hidden;
    backdrop-filter: blur(5px);
    display: flex;
    position: relative;
    padding: 0 25px;
    max-width: 300px;
    align-items: center;
    border-radius: 40px;
    flex: 1 1 200px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.5);
}

footer .top_edu svg {
    filter: brightness(0) invert(1);
    width: auto;
    margin: 0 auto 20px;
    height: 50px;
}

footer .nav_guide h5, footer .subscribe_holder h5 {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 600;
    font-size: 21px;
    padding-bottom: 10px;
}

footer .head_pro a {
    text-decoration: none;
    background-color: rgb(183,178,195,0.5);
    flex: 1 1 calc(50% - 10px);
    color: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    font-size: 17px;
    transition: all 0.3s ease;
    padding: 8px 15px;
    overflow: hidden;
    text-align: center;
    position: relative;
}

footer .mail_container {
    font-size: 18px;
    border: none;
    overflow: hidden;
    color: rgb(183,178,195);
    font-weight: 600;
    padding: 15px 20px;
    position: relative;
    border-radius: 25px;
    transition: all 0.3s ease;
    background-color: #ffffff;
    cursor: pointer;
}

footer .tech_stack::before,
footer .tech_stack::after {
    height: 1px;
    content: "";
    position: absolute;
    background-color: rgba(255, 255, 255, 0.3);
    top: 50%;
    width: 20px;
}

footer .tech_stack::before {
    left: 0;
}



@media (max-width: 1024px) {.contact {
    padding: 80px 0;
}.contact .photo_section {
    min-height: 500px;
}.contact .support_form {
    padding: 50px 40px;
}
}



@media (max-width: 480px) {.contact {
    padding: 50px 0;
}.contact h2 {
    margin-bottom: 30px;
    font-size: calc(48px * 0.7);
}.contact .photo_section {
    min-height: 200px;
}.contact .support_form {
    padding: 30px 20px;
}.contact form h3 {
    font-size: calc(22px * 0.9);
    margin-bottom: 25px;
}.contact form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.contact .feedback_info {
    margin-bottom: 20px;
}.contact .feedback_info label {
    font-size: calc(12px * 0.9);
}.contact .request_request {
    padding: 12px 20px;
}}



@media (min-width: 1400px) {.course_summary .container {
    max-width: 1320px;
}.course_summary .photo_section {
    min-height: 550px;
}}



@media (max-width: 768px) {.course_beneficiaries {
    padding: 70px 0 90px;
}.course_beneficiaries .master_classes {
    padding: 35px 25px;
}.course_beneficiaries h4 {
    font-size: calc(35px * 0.8);
    margin-bottom: 25px;
}.course_beneficiaries div > div {
    grid-template-columns: 1fr;
}.course_beneficiaries::after {
    height: 60px;
}
}



@media (min-width: 1200px) {.mentorship_experience .container {
    padding: 0 2rem;
}.mentorship_experience .opinion_spot {
    grid-template-columns: auto 1fr 3fr;
    padding: 4rem 5rem;
}.mentorship_experience .photo_section {
    width: 200px;
    height: 200px;
}.mentorship_experience .career_timeline {
    padding-right: 1rem;
}.mentorship_experience .opinion_spot > div:nth-child(2) {
    padding-right: 1rem;
}
}



@media (max-width: 992px) {.title_screen {
    height: 80vh;
}.title_screen .master_classes {
    padding-right: 4%;
}.title_screen .text_box_item {
    padding: 2rem;
    max-width: 420px;
}.title_screen .learn_open {
    animation-duration: 24s;
}
}



@media (orientation: landscape) and (max-height: 500px) {.title_screen {
    height: auto;
    min-height: 140vh;
}.title_screen .master_classes {
    padding: 5rem 2rem;
}}



@media (min-width: 1200px) {.pricing_offer {
    padding: 8rem 2rem;
}.pricing_offer .promo_rates {
    flex: 0 0 25%;
}.pricing_offer .program_price {
    flex: 0 0 75%;
}.pricing_offer .member_plans {
    padding: 2.5rem;
}
}



@media (min-width: 768px) {.learning_impact {
    padding: 120px 40px;
}.learning_impact .master_classes {
    align-items: center;
    padding: 60px;
    flex-direction: row;
}.learning_impact .master_classes > div:first-child {
    flex: 0 0 40%;
}.learning_impact .text_box_item {
    padding-left: 40px;
    flex: 0 0 60%;
}.learning_impact ul {
    grid-template-columns: repeat(2, 1fr);
}.learning_impact h5 {
    margin-bottom: 60px;
    font-size: calc(24px * 1.1);
}.learning_impact h5::after {
    width: 100px;
}
}



@media screen and (max-width: 992px) {.experience_trial {
    padding: 110px 0;
}.experience_trial .master_classes {
    max-width: 85%;
    padding: 60px 40px;
}.experience_trial h3 {
    font-size: calc(38px * 0.9);
    margin-bottom: 50px;
}.experience_trial h3::before {
    height: 3px;
    bottom: -18px;
    width: 50px;
}.experience_trial .write_page {
    padding: 16px 45px;
    font-size: calc(18px * 0.95);
}
}


@media only screen and (max-width: 1200px) {.privacy_learn {
    padding: 0 10px;
}
}



@media screen and (max-width: 767px) {.thanks_page {
    padding: 3rem 1.25rem;
}.thanks_page h2 {
    max-width: 100%;
    margin-bottom: 2rem;
}.thanks_page .master_classes {
    border-left-width: 3px;
    padding: 2rem 1.5rem;
}.thanks_page li {
    padding-left: 1.5rem;
}.thanks_page li::before {
    top: 6px;
    width: 6px;
    height: 6px;
}.thanks_page h2::before {
    width: 60px;
    height: 3px;
    bottom: -12px;
}
}



@media (max-width: 480px) {.secure_enclave {
    padding: 2rem 0.75rem;
}.secure_enclave .container {
    padding: 1.75rem 1.25rem;
    transform: none;
}.secure_enclave .container::before {
    width: 3px;
}.secure_enclave h1 {
    margin-bottom: 1.5rem;
    font-size: calc(42px * 0.75);
}.secure_enclave h2 {
    padding-left: 1.25rem;
    font-size: calc(32px * 0.8);
}.secure_enclave h3, .secure_enclave h4 {
    padding-left: 1rem;
}.secure_enclave p, .secure_enclave li, .secure_enclave span {
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}.secure_enclave ul {
    padding-left: 0.75rem;
}.secure_enclave li {
    padding-left: 1.25rem;
}}



@keyframes pulse {
  0% {
    opacity: 0.4;
    transform: scale(0.98);
  }
  50% {
    opacity: 0.6;
    transform: scale(1);
  }
  100% {
    opacity: 0.4;
    transform: scale(0.98);
  }
}

@keyframes grid-pulse {
    0% {
        opacity: 0.3;
        background-size: 100% 100%, 100% 100%;
    }
    100% {
        opacity: 0.5;
        background-size: 110% 110%, 120% 120%;
    }
}

@keyframes hud-appear {
        0% {
            opacity: 0;
            transform: translateY(30px);
            clip-path: polygon(
                0 0,
                100% 0,
                100% 0,
                calc(100% - 30px) 0,
                0 0
            );
        }
        100% {
            opacity: 1;
            transform: translateY(0);
            clip-path: polygon(
                0 0,
                100% 0,
                100% calc(100% - 30px),
                calc(100% - 30px) 100%,
                0 100%
            );
        }
    }



@keyframes float {
    0% {
        transform: rotate(22deg) translate(0, 0);
    }
    100% {
        transform: rotate(18deg) translate(30px, -20px);
    }
}



@keyframes lightScan {
    0%, 100% {
        left: -100%;
        opacity: 0;
    }
    50% {
        left: 100%;
        opacity: 0.5;
    }
}



@keyframes float {
    0% {
        transform: rotate(-15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-12deg) translate(-10px, -15px);
    }
    100% {
        transform: rotate(-15deg) translate(0, 0);
    }
}

