svg {
    width: 30px;
    height: 30px;
}

.meta_wrap-structure {
    height: 100%;
    flex-direction: column;
    display: flex;
    min-height: 100%;
}

header::before {
    z-index: -1;
    left: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgb(165,160,164,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(122,115,125,0.5) 0%, transparent 30%);
    top: 0;
    opacity: 0.5;
    position: absolute;
    height: 100%;
    content: '';
}

header .meta_header_page {
    position: relative;
    z-index: 2;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

header .meta_top_pro a::before {
    border-radius: 24px;
    top: 0;
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1), 
        rgba(255, 255, 255, 0.05)
    );
    content: '';
}

header .meta_top_start::after {
    bottom: -20px;
    content: '';
    height: 80px;
    background: rgb(122,115,125,0.5);
    z-index: -1;
    border-radius: 50%;
    filter: blur(30px);
    width: 80px;
    position: absolute;
    opacity: 0.5;
    left: -20px;
}

.meta_contact_information .meta_reach_info {
    background: rgb(122,115,125,0.5);
    box-shadow: 0 25px 50px rgb(165,160,164,0.5);
    border-radius: 23px;
    align-items: stretch;
    overflow: hidden;
    display: flex;
    position: relative;
}

.meta_contact_information h2 {
    font-size: 42px;
    color: #ffffff;
    position: relative;
    font-weight: 700;
    padding-left: 2rem;
    text-align: left;
    margin-bottom: 2.5rem;
}

.meta_contact_information .meta_help_inquiry form {
    display: grid;
    gap: 1.5rem;
}

.meta_contact_information .meta_help_inquiry input:not([type="checkbox"]):not([type="submit"])::after {
    content: '';
    bottom: -2px;
    height: 2px;
    position: absolute;
    transition: width 0.3s ease;
    background: rgb(165,160,164);
    width: 0;
    left: 0;
}

.meta_contact_information .meta_help_inquiry .meta_reach_widget input[type="checkbox"]:checked {
    background: rgb(165,160,164);
    border-color: rgb(165,160,164);
}

.meta_contact_information .meta_help_inquiry .meta_reach_widget a {
    transition: color 0.3s ease;
    margin-left: 0.3rem;
    text-decoration: none;
    color: rgb(165,160,164);
}

.meta_contact_information .meta_help_inquiry .meta_support_support:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgb(165,160,164,0.5);
}

.meta_education_framework::before {
    left: -50%;
    width: 200%;
    position: absolute;
    background-position: 0 0, 30px 30px;
    top: -50%;
    z-index: 0;
    background-image: 
        radial-gradient(
            rgb(122,115,125,0.5) 20%, 
            transparent 21%
        ), 
        radial-gradient(
            rgb(165,160,164,0.5) 20%, 
            transparent 21%
        );
    background-size: 60px 60px;
    content: "";
    animation: shiftPattern 60s linear infinite;
    height: 200%;
    transform: rotate(15deg);
    opacity: 0.3;
}

.meta_education_framework h3::after {
    content: "";
    position: absolute;
    height: 5px;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.8), 
        transparent
    );
    animation: shimmer 5s infinite linear;
    right: 0;
    top: 0;
    left: 0;
}

.meta_teaching_experience {
    background-color: rgb(194,193,182);
    position: relative;
    padding: 6rem 2rem;
    overflow: hidden;
}

.meta_teaching_experience .meta_full_width_image {
    width: 45%;
    position: relative;
    transform: rotate(-2deg);
    border-radius: 0;
    transition: all 0.5s ease;
    height: 480px;
    box-shadow: 15px 15px 0 rgb(165,160,164,0.5);
}

.meta_teaching_experience .meta_job_view > div:nth-child(2) {
    letter-spacing: 1px;
    margin-bottom: 2.5rem;
    display: inline-block;
    background-color: rgb(122,115,125);
    color: #ffffff;
    border-radius: 10px;
    transform: translateX(-10px);
    font-weight: 600;
    padding: 0.5rem 1.5rem;
    font-size: 16px;
}

.meta_sign_up .meta_feedback_block {
    padding: 3rem 2rem;
    display: flex;
    width: 100%;
    max-width: 350px;
    position: relative;
    flex-direction: column;
    box-shadow: 
        0 20px 25px -5px rgba(0, 0, 0, 0.5),
        0 10px 10px -5px rgba(0, 0, 0, 0.5);
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        85% 100%, 
        0 100%
    );
    background: #ffffff;
    align-items: center;
}



.meta_sign_up .meta_feedback_block {
    animation: floatUp 6s ease-in-out infinite;
}

.meta_sign_up input[type="submit"] {
    padding: 1rem;
    margin-top: 1rem;
    background: rgb(165,160,164);
    overflow: hidden;
    border: none;
    transform: translateY(0);
    font-weight: 600;
    font-size: 19px;
    width: 100%;
    font-family: Arial, sans-serif;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease;
    color: #ffffff;
}

.meta_pricing_frame h2 {
    text-align: center;
    margin-bottom: 25px;
    font-size: 37px;
    text-shadow: 0 5px 15px rgba(0,0,0,0.2);
    transform: translateZ(50px);
    position: relative;
    color: #ffffff;
    font-weight: 700;
}

.meta_pricing_frame .meta_learning_cost {
    position: relative;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.3),
        -15px -15px 30px rgba(255, 255, 255, 0.02),
        inset 2px 2px 5px rgba(255, 255, 255, 0.05),
        inset -2px -2px 5px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 8px;
    overflow: hidden;
    height: 100%;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
}

.meta_pricing_frame .meta_basic_rates::before {
    width: 100%;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    top: 0;
    height: 100%;
    transition: 0.5s;
    content: "";
    position: absolute;
}

.meta_pricing_frame .meta_offer_box:hover .meta_promo_plans h4::after {
    width: 80px;
}

.meta_pricing_frame .meta_offer_box:hover .meta_promo_plans {
    transform: translateZ(20px);
    border-color: rgba(255,255,255,0.1);
}

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

.meta_appSection .meta_virtual_academy:hover {
    box-shadow: 
        0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
        0 1px 0 rgba(rgb(255, 255, 255, 0.5), 0.95) inset,
        0 -20px 50px rgba(rgb(122,115,125,0.5), 0.15) inset;
    transform: perspective(1000px) rotateY(-1deg);
}

.meta_appSection h5 {
    transition: transform 0.4s ease;
    position: relative;
    color: #000000;
    line-height: 1.4;
    transform: translateX(-5px);
    font-size: 19px;
    margin: 0 0 0.5rem 0;
    font-weight: 700;
}

.meta_appSection a:hover p {
    color: rgb(165,160,164);
}

.meta_appSection .meta_virtual_academy > div:first-child::before {
    font-size: calc(37px * 1.5);
    top: -20px;
    color: rgb(122,115,125);
    content: "✓";
    position: absolute;
    opacity: 0.1;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    right: 0;
    transform: rotate(-5deg) scale(0.9);
}

.meta_title_welcome > div {
    max-width: 1200px;
    display: grid;
    gap: 4rem;
    grid-template-columns: 1fr;
    width: 100%;
    transform-style: preserve-3d;
}

.meta_title_welcome h1.meta_page_open::after {
    background: linear-gradient(90deg, rgb(165,160,164), rgb(122,115,125));
    content: "";
    bottom: -15px;
    left: 0;
    position: absolute;
    transform-origin: left center;
    width: 80px;
    animation: expandLine 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    height: 6px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}

.meta_title_welcome .meta_founder_vision span {
    backdrop-filter: blur(4px);
    z-index: 2;
    background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.05) 100%
  );
    position: relative;
    width: 90%;
    border-left: 4px solid rgb(165,160,164);
    padding: 2.5rem;
    transform: translateZ(30px);
    animation: slideUp 1s cubic-bezier(0.25, 1, 0.5, 1) 0.8s both;
}

.meta_trackingPolicyPanel p {
    font-size: 18px;
    margin: 0;
    color: #ffffff;
    position: relative;
    line-height: 1.5;
}

.meta_cookies_terms:hover {
    background-color: rgb(122,115,125);
    box-shadow: 0 0 10px rgb(122,115,125);
}

.cookie_button.meta_digital_cookies:hover {
    box-shadow: 0 0 10px rgb(122,115,125);
}

.meta_grant_cta::before {
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(165,160,164,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(122,115,125,0.5) 0%, transparent 30%);
    z-index: 1;
    position: absolute;
    width: 100%;
    content: '';
    top: 0;
    opacity: 0.15;
    left: 0;
}

.meta_grant_cta .info_item {
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    flex: 1;
    min-width: 200px;
    position: relative;
    max-width: 300px;
}

.meta_grant_cta .info_item p,
.meta_grant_cta .info_item a {
    color: #000000;
    border-radius: 10px;
    font-size: 17px;
    text-decoration: none;
    padding: 0.5rem;
    align-items: center;
    display: flex;
    gap: 0.875rem;
    transition: all 0.3s ease;
}

.meta_grant_cta .meta_head_page:hover svg {
    filter: brightness(0) invert(1) drop-shadow(0 0 5px rgb(165,160,164,0.5));
    transform: scale(1.03);
}

.meta_grant_cta .meta_header_page::after {
    bottom: 0;
    content: '';
    top: 0;
    background: linear-gradient(to bottom, transparent, rgb(122,115,125,0.5) 30%, rgb(122,115,125,0.5) 70%, transparent);
    position: absolute;
    width: 1px;
    right: -2rem;
}

.meta_grant_cta .meta_nav_primary a::before {
    height: 1px;
    bottom: 0;
    width: 0;
    transition: width 0.3s ease;
    left: 0;
    content: '';
    background-color: rgb(165,160,164);
    position: absolute;
}

.meta_grant_cta .subscribe_holder::after {
    right: 0;
    opacity: 0.3;
    height: 150px;
    animation: pulseGlow 6s infinite alternate;
    z-index: -1;
    position: absolute;
    width: 150px;
    content: '';
    bottom: 0;
    background: radial-gradient(circle, rgb(165,160,164,0.5) 0%, transparent 70%);
}

.meta_grant_cta .input_holder::before {
    position: absolute;
    z-index: -1;
    border-radius: calc(10px + 10px);
    height: calc(100% + 20px);
    width: calc(100% + 20px);
    left: -10px;
    top: -10px;
    background: 
        radial-gradient(circle at bottom right, rgb(165,160,164,0.5) 0%, transparent 70%),
        radial-gradient(circle at top left, rgb(122,115,125,0.5) 0%, transparent 70%);
    opacity: 0.1;
    animation: subtleRotate 15s linear infinite;
    content: '';
}

.meta_grant_cta .meta_newsletter_wrap:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.meta_grant_cta .meta_footer_clients {
    opacity: 0.7;
    font-size: 13px;
}

.meta_about_this .container {
    position: relative;
    z-index: 2;
}

.meta_about_this h2::after {
    width: 40px;
    height: 2px;
    content: "";
    background: rgb(165,160,164);
    left: 50%;
    position: absolute;
    bottom: -10px;
    transform: translateX(-50%);
}

.meta_about_this .meta_mission_why::after {
    height: 100%;
    left: 50%;
    background: rgb(165,160,164,0.5);
    width: 1px;
    content: "";
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    z-index: 1;
}

.meta_about_this .meta_mentor_team h3 {
    padding-bottom: 15px;
    font-weight: 600;
    color: rgb(165,160,164);
    display: inline-block;
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
}

.meta_about_this .container::after {
    content: "";
    border: 30px solid rgb(122,115,125,0.5);
    opacity: 0.1;
    bottom: -70px;
    z-index: -1;
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    right: -70px;
}

.meta_privacy_compartment h3, .meta_privacy_compartment h4, .meta_privacy_compartment h5, .meta_privacy_compartment h6 {
    color: #000000;
    margin: 1em 0;
    font-size: 21px;
}

.meta_course_overview::after {
    right: -50px;
    border-radius: 50%;
    content: "";
    filter: blur(80px);
    z-index: 0;
    top: -50px;
    background-color: rgb(165,160,164,0.5);
    height: 200px;
    width: 200px;
    position: absolute;
    animation: floatAnimation 15s infinite alternate ease-in-out;
}

.meta_course_overview .meta_text_pill .description:last-child {
    padding: 30px 40px;
    margin-top: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border-radius: 27px;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    z-index: 2;
    backdrop-filter: blur(5px);
    font-weight: 600;
    position: relative;
    border-left: none;
}

.meta_course_overview .meta_learn_coding::after {
    border-radius: 10px;
    z-index: -1;
    width: 40px;
    top: 40px;
    position: absolute;
    height: 40px;
    border: 4px solid rgb(165,160,164,0.5);
    animation: rotateAnimation 20s infinite linear;
    right: -20px;
    content: "";
}

.meta_course_overview .meta_text_pill .description:first-of-type::after {
    height: 2px;
    position: absolute;
    width: 100%;
    content: "";
    bottom: 0;
    background: linear-gradient(90deg, rgb(165,160,164), transparent);
    left: 0;
}

.meta_course_overview .container::before {
    left: -25%;
    content: "";
    width: 150%;
    position: absolute;
    bottom: -40px;
    background: linear-gradient(90deg, transparent, rgb(165,160,164,0.5), transparent);
    height: 1px;
}



@media (min-width: 1400px) {header .meta_top_start {
    max-width: 1320px;
    margin: 0 auto;
}header .meta_top_pro {
    margin: 0 0.5rem;
}header .meta_top_pro a {
    padding: 0.8rem 1.5rem;
}
}



@media (max-width: 479px) {header .meta_top_start {
    padding: 0.7rem 1rem;
}header .meta_head_page {
    max-width: 120px;
    padding: 0.4rem 0.7rem;
}header .meta_top_pro a {
    padding: 0.4rem 0.6rem;
    font-size: calc(15px - 3px);
}}



@media screen and (max-width: 1200px) {.meta_contact_information .meta_full_width_image {
    margin-left: -3%;
}
}



@media screen and (max-width: 1024px) {.meta_contact_information .meta_reach_info {
    flex-direction: column;
}.meta_contact_information .meta_full_width_image {
    margin-left: 0;
    min-height: 300px;
    flex: 0 0 100%;
    transform: none;
}.meta_contact_information .meta_full_width_image::before {
    transform: none;
    width: 100%;
}.meta_contact_information .meta_help_inquiry {
    flex: 0 0 100%;
    padding: 3rem 2rem;
}
}



@media (max-width: 992px) {.meta_teaching_experience::before {
    width: 100%;
    right: 0;
    top: 0;
    height: 40%;
    background: linear-gradient(180deg, rgb(165,160,164,0.5), transparent);
}.meta_teaching_experience .meta_feedback_views {
    align-items: center;
    flex-direction: column;
    max-width: 90%;
}.meta_teaching_experience .meta_full_width_image {
    width: 90%;
    height: 400px;
}.meta_teaching_experience .meta_job_view {
    width: 100%;
    padding: 3rem 1rem 1rem;
}.meta_teaching_experience .meta_job_view::before {
    display: none;
}.meta_teaching_experience .meta_career_explore {
    max-width: 100%;
}
}



@media (max-width: 768px) {.meta_pricing_frame {
    padding: 80px 0;
}.meta_pricing_frame h2 {
    font-size: calc(37px - 4px);
}.meta_pricing_frame .meta_tuition_grid {
    margin-bottom: 40px;
}.meta_pricing_frame .meta_cost_card {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.meta_pricing_frame .meta_promo_plans h4 {
    font-size: calc(24px - 1px);
}.meta_pricing_frame .meta_basic_rates {
    font-size: calc(24px + 2px);
    padding: 10px 20px;
}
}



@media (max-width: 576px) {.meta_appSection {
    padding: 2.5rem 0;
}.meta_appSection .meta_virtual_academy {
    gap: 1.25rem;
    padding: 1.5rem;
}.meta_appSection h5 {
    font-size: calc(19px * 0.8);
}.meta_appSection p {
    line-height: 1.6;
    font-size: calc(17px * 0.9);
}.meta_appSection .meta_virtual_academy > div:first-child {
    padding-bottom: 1rem;
}.meta_appSection .meta_virtual_academy > div:first-child::after {
    height: 2px;
    width: 40px;
}.meta_appSection .meta_virtual_academy:hover > div:first-child::after {
    width: 80px;
}.meta_appSection .meta_virtual_academy > div:first-child::before {
    top: -15px;
    font-size: calc(37px * 1.2);
}}



@media (max-width: 1200px) {.meta_grant_cta .text_main_holder {
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
}.meta_grant_cta .subscribe_holder {
    margin-top: 2rem;
    grid-column: 1 / -1;
}.meta_grant_cta .meta_header_page::after {
    display: none;
}
}



@media (max-width: 576px) {.meta_grant_cta {
    padding: 3rem 0 1.5rem;
}.meta_grant_cta .meta_contact_help {
    padding: 1rem;
    transform: translateY(-1.5rem);
}.meta_grant_cta .info_item p,
    .meta_grant_cta .info_item a {
    font-size: calc(17px - 1px);
}.meta_grant_cta .meta_nav_primary {
    text-align: center;
    grid-template-columns: 1fr;
}.meta_grant_cta .meta_nav_primary a:hover {
    transform: none;
}.meta_grant_cta .meta_nav_primary a::before {
    transform: translateX(-50%);
    left: 50%;
}.meta_grant_cta .meta_nav_primary a:hover::before {
    width: 30px;
}.meta_grant_cta .input_holder {
    width: 100%;
}}


@media only screen and (max-width: 800px) {.meta_privacy_compartment {
    padding: 20px;
}.meta_privacy_compartment h1 {
    font-size: 21px;
}.meta_privacy_compartment h2 {
    font-size: 21px;
}.meta_privacy_compartment li {
    font-size: 15px;
}}



@media (max-width: 1024px) {.meta_course_overview {
    padding: 80px 0;
}.meta_course_overview .meta_text_pill {
    width: 90%;
}
}

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



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



@keyframes shimmer {
    0% {
        background-position: -1000px;
    }
    100% {
        background-position: 1000px;
    }
}



@keyframes shimmer {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 200%;
    }
}



@keyframes expandLine {
  from {
    transform: scaleX(0.2);
    opacity: 0;
  }
  to {
    transform: scaleX(1);
    opacity: 1;
  }
}



@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateZ(0) translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateZ(30px) translateY(0);
  }
}

@keyframes subtleRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

