﻿header,footer {
    width: 100%;
}

header {
    width: 100%;
    background: rgb(245,216,227);
    position: relative;
    overflow: visible;
    z-index: 99;
}

html,body {
    font-family: Arial, sans-serif;
    auto
contain
    scroll-behavior: smooth;
    min-height: 100%;
    height: 100%;
    color: #000000;
}

.syswelcome_section > div {
    max-width: 1200px;
    gap: 3rem;
    grid-template-columns: 1fr;
    width: 100%;
    perspective: 1000px;
    display: grid;
}

.syswelcome_section h1.syscourse_welcome {
    position: relative;
    font-size: 42px;
    color: rgb(224,161,190);
    animation: fadeInTitle 1.2s ease-out forwards;
    font-weight: 700;
    margin-bottom: 1.5rem;
    transform: translateZ(0);
}

.syswelcome_section .sysskill_upfast:hover {
    transform: rotateX(0) rotateY(0);
}

.syswelcome_section .sysstudy_sessions::after {
    background: radial-gradient(
    circle at center,
    rgb(199,116,153,0.5) 0%,
    transparent 70%
  );
    z-index: 2;
    width: 120%;
    transition: opacity 0.5s ease;
    top: -10%;
    position: absolute;
    opacity: 0;
    left: -10%;
    height: 120%;
    content: '';
}

.syswelcome_section .sysstudy_sessions h3::before {
    left: 0;
    position: absolute;
    transform-origin: bottom;
    content: '';
    width: 3px;
    background: rgb(199,116,153);
    top: 0;
    transform: scaleY(0);
    height: 100%;
    transition: transform 0.5s ease;
}

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

.systy_content .sysmaster_track:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.systy_content .sysmaster_track:hover::before {
    opacity: 0.3;
    transform: scale(1);
}

.systy_content .sysmaster_track > div:first-child::after {
    transform: scaleX(0.7);
    bottom: -15px;
    left: 0;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: left center;
    content: "";
    background: rgb(224,161,190);
    height: 3px;
    width: 80px;
    position: absolute;
}

.systy_content a::after {
    transform: scaleX(0);
    left: 0;
    background-color: rgb(224,161,190);
    transform-origin: right center;
    width: 100%;
    bottom: 0;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    height: 1px;
    content: "";
}

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

.syscontact h3::before {
    top: -10px;
    transform: translateX(-50%);
    color: rgb(199,116,153,0.5);
    position: absolute;
    opacity: 0.4;
    letter-spacing: 5px;
    content: attr(id);
    left: 50%;
    font-size: calc(36px - 10px);
}

.syscontact .sysinquiry_map {
    position: relative;
    transform: perspective(1000px) rotateX(0deg);
    border-radius: 28px;
    transition: transform 0.5s ease;
    background: rgba(255, 255, 255, 0.95);
    grid-template-columns: 1.5fr 1fr;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(0, 0, 0, 0.05),
        0 0 20px rgb(224,161,190,0.5) inset;
    overflow: hidden;
    transform-style: preserve-3d;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    display: grid;
}

.syscontact .sysinquiry_feedback h3::after {
    transform: none;
    height: 2px;
    width: 50px;
    background: rgb(224,161,190);
    left: 0;
}

.syscontact .sysinquiry_feedback input[type="text"]:focus,
.syscontact .sysinquiry_feedback textarea:focus {
    border-bottom-color: rgb(224,161,190);
    outline: none;
    background-color: rgba(0, 0, 0, 0.01);
}

.syscontact .sysinquiry_feedback .sysconnect_support input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.syscontact .sysinquiry_feedback .sysconnect_support input[type="checkbox"]:checked + label::before {
    border-color: rgb(224,161,190);
    background-color: rgb(224,161,190);
}

.syscontact .sysinquiry_feedback .sysconnect_support a {
    border-bottom: 1px solid transparent;
    color: rgb(224,161,190);
    font-weight: 600;
    padding-bottom: 2px;
    transition: color 0.3s ease;
    text-decoration: none;
}

.syscontact .sysquery_support {
    position: relative;
    background: linear-gradient(135deg, rgb(224,161,190) 0%, rgb(199,116,153) 100%);
    padding: 60px;
    overflow: hidden;
}

.syscontact .sysquery_support::after {
    position: absolute;
    z-index: 0;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 60%);
    width: 200%;
    content: '';
    left: -50%;
    top: -50%;
    animation: pulse-light 10s infinite;
}

.syscontact .sysquery_support .sysconnect_panel li {
    transition: transform 0.3s ease;
    align-items: flex-start;
    position: relative;
    margin-bottom: 30px;
    display: flex;
    padding: 15px 0;
}

.syscontact .sysquery_support .sysconnect_panel li:hover::after {
    width: 100%;
}

.syscontact .sysquery_support .sysconnect_panel li svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}

.syscontact .sysquery_support .sysconnect_panel li a:hover {
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}

header::before {
    opacity: 0.15;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
    background: linear-gradient(90deg, rgb(224,161,190,0.5) 0%, transparent 50%, rgb(224,161,190,0.5) 100%);
    left: 0;
}

header .sysnav_know .sysheader_bar::after {
    bottom: -5px;
    transform-origin: bottom right;
    transform: scale(0);
    border-bottom: 2px solid rgb(199,116,153);
    transition: transform 0.3s ease;
    right: -5px;
    border-right: 2px solid rgb(199,116,153);
}

header .sysnav_know .syshead_lead::after {
    right: 0;
}

header .sysnav_know .syshead_lead .syshead_know {
    transition: transform 0.3s ease;
    padding: 0 15px;
    position: relative;
    margin: 0;
}

header .sysnav_know .syshead_lead .syshead_know a {
    color: #000000;
    padding: 10px 5px;
    text-align: center;
    font-size: 17px;
    text-decoration: none;
    display: block;
    position: relative;
    transition: color 0.3s ease;
    font-family: Arial, sans-serif;
    font-weight: 600;
}

.sysdata_summary::after {
    z-index: 0;
    bottom: -50px;
    background: radial-gradient(circle, rgb(199,116,153,0.5) 0%, transparent 70%);
    filter: blur(30px);
    width: 300px;
    right: -50px;
    position: absolute;
    content: "";
    opacity: 0.6;
    animation: pulse 10s infinite alternate ease-in-out;
    height: 300px;
}

.sysdata_summary .syslearn_statistics:nth-child(2) {
    --i: 2;
}

.sysdata_summary .syslearn_statistics:nth-child(5) {
    --i: 5;
}

.sysdata_summary .syslearn_statistics::before {
    position: absolute;
    opacity: 0.2;
    border-radius: 50%;
    left: -10px;
    width: 50px;
    top: -10px;
    z-index: -1;
    content: "";
    transition: transform 0.6s ease;
    background: rgb(224,161,190,0.5);
    filter: blur(20px);
    height: 50px;
}

.sysdata_summary .syslearn_statistics span::before {
    height: 2px;
    width: 40px;
    left: 50%;
    background: linear-gradient(90deg, transparent, rgb(199,116,153,0.5), transparent);
    transform: translateX(-50%);
    position: absolute;
    content: "";
    top: 0;
}

.sysprivacy_holdings h2 {
    font-family: Arial, sans-serif;
    color: rgb(199,116,153);
    font-size: 28px;
    margin-top: 35px;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    transition: color 0.3s ease;
    text-transform: capitalize;
    font-weight: 600;
}

.sysprivacy_holdings li:hover {
    background: rgb(199,116,153,0.5);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.sysprivacy_holdings p, .sysprivacy_holdings span, .sysprivacy_holdings div {
    color: #000000;
    font-size: 14px;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    transition: color 0.3s ease;
    margin-bottom: 10px;
}

.systariff_block .syscost_breakdown {
    align-items: center;
    display: flex;
    position: relative;
    flex-direction: column;
}

.systariff_block .sysbundle_offer {
    position: relative;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    margin: 0;
    width: 100%;
    z-index: 2;
    gap: 30px;
    padding: 0;
}

.systariff_block .sysvalue_rates {
    border-radius: 12px;
    text-decoration: none;
    width: 100%;
    flex-direction: column;
    display: flex;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1),
                0 5px 15px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    height: 100%;
}

.systariff_block .sysfee_pricing::before {
    width: 100%;
    position: absolute;
    background: linear-gradient(to top, rgba(rgb(224,161,190), 0.03), transparent);
    height: 40%;
    bottom: 0;
    z-index: -1;
    left: 0;
    content: "";
}

.systariff_block .sysprice_opts {
    transition: all 0.3s ease;
    font-weight: 700;
    display: inline-block;
    padding: 10px 20px;
    color: rgb(224,161,190);
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.05),
        -6px -6px 12px rgba(255, 255, 255, 0.8),
        inset 1px 1px 2px rgba(255, 255, 255, 0.6);
    font-size: calc(23px + 6px);
    border-radius: 8px;
    position: relative;
    margin-top: auto;
    backdrop-filter: blur(4px);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4));
    align-self: flex-start;
}

.sysprogram_details .sysphoto_wrap_item::after {
    height: 80px;
    border-top: 4px solid rgb(199,116,153);
    z-index: 2;
    border-right: 4px solid rgb(199,116,153);
    top: -10px;
    position: absolute;
    right: -10px;
    content: "";
    width: 80px;
}

.sysprogram_details h3::after {
    bottom: 0;
    position: absolute;
    background: rgb(224,161,190);
    content: "";
    left: 0;
    height: 3px;
    width: 80px;
}

.sysprogram_details span.description {
    display: none;
}

.syscompany_info::after {
    background: rgb(199,116,153,0.5);
    z-index: 1;
    bottom: -80px;
    height: 250px;
    border-radius: 50%;
    opacity: 0.08;
    left: -80px;
    position: absolute;
    width: 250px;
    content: "";
}

.syscompany_info .sysskill_growth ul {
    display: grid;
    grid-template-columns: 1fr;
    padding: 0;
    list-style: none;
    gap: 40px;
    margin: 0;
}

.syscompany_info .sysstudy_guide:nth-child(1) {
    animation-delay: 0.2s;
}

.syscompany_info .sysstudy_guide::before {
    background: rgb(224,161,190,0.5);
    opacity: 0.05;
    transform: translate(50%, -50%) rotate(45deg);
    content: "";
    transition: transform 0.6s ease;
    width: 120px;
    position: absolute;
    height: 120px;
    top: 0;
    right: 0;
}

footer {
    position: relative;
    width: 100%;
}

footer .sysproposal_cta {
    display: grid;
    gap: 60px;
}

footer .info_item {
    position: relative;
    margin-bottom: 15px;
    margin-right: 30px;
}

footer .info_item svg {
    position: relative;
    fill: rgb(224,161,190);
    margin-right: 10px;
    width: 18px;
    top: 3px;
    height: 18px;
}

footer .sysfaq_block {
    line-height: 1.6;
    font-size: 14px;
    color: #000000;
    max-width: 350px;
}

footer .syshead_mentor a {
    margin-bottom: 12px;
    transition: transform 0.2s ease, color 0.2s ease;
    color: #000000;
    font-size: 18px;
    display: block;
    text-decoration: none;
}

footer .input_holder input[type="email"] {
    color: #000000;
    font-size: 18px;
    background-color: #ffffff;
    border-radius: 10px;
    transition: border-color 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 14px 16px;
}

.syscourse_benefits .container {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
}

.syscourse_benefits h4 {
    transform: translateX(-5px);
    margin-bottom: 2.5rem;
    position: relative;
    font-size: calc(21px * 1.1);
    font-weight: 700;
    color: #000000;
    line-height: 1.3;
    font-family: Arial, sans-serif;
}

.syscourse_benefits ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.syscourse_benefits li p span:first-child {
    flex-shrink: 0;
    margin-top: 0.15rem;
}

.syscourse_benefits li:hover p span:last-child::before {
    width: 100%;
}

.syscourse_benefits svg path {
    fill: rgb(224,161,190);
    transition: fill 0.3s ease;
}

.syscourse_benefits .sysphoto_wrap_item:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 10px 15px rgba(0, 0, 0, 0.08);
}


.sysweb_cookies {
    box-shadow: 0 0 20px rgb(224,161,190,0.5);
    display: flex;
    padding: 20px 5%;
    background: linear-gradient(135deg, rgb(199,116,153) 0%, rgba(0, 0, 0, 0.5) 100%);
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.syscookie_customize h5 {
    text-shadow: 0 0 10px rgb(224,161,190);
    color: rgb(224,161,190);
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
}

.sysconsentWarningDialog p a:hover {
    color: rgb(199,116,153);
}

#sysconsentWindowModal:checked ~ .sysconsentWarningDialog {
    opacity: 0;
    visibility: hidden;
}

.syseducation_experience::after {
    height: 50%;
    content: "";
    bottom: -15%;
    left: -5%;
    border: 5px solid rgb(224,161,190,0.5);
    position: absolute;
    transform: rotateZ(15deg) rotateX(30deg) rotateY(-10deg);
    opacity: 0.3;
    width: 40%;
    z-index: 1;
}

.syseducation_experience .syscareer_table {
    background: #ffffff;
    width: 550px;
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    margin-left: auto;
    position: relative;
    box-shadow: 15px 15px 30px -5px rgba(0, 0, 0, 0.5);
    transform: 
        translateZ(30px) 
        rotateY(-10deg) 
        rotateX(3deg);
    z-index: 2;
    padding: 2.5rem 2.5rem 2.5rem 8rem;
    border-radius: 24px;
}

.syseducation_experience .syscareer_table > div:nth-child(2) {
    transform: translateY(30px);
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 2rem;
    position: relative;
    animation: slide-up 0.7s forwards 0.4s;
    opacity: 0;
    z-index: 2;
    color: rgb(199,116,153);
}


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



@media (min-width: 768px) {.syswelcome_section > div {
    align-items: center;
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
}.syswelcome_section h1.syscourse_welcome {
    font-size: calc(42px * 1.2);
}.syswelcome_section .sysstudy_sessions {
    height: 380px;
}.syswelcome_section::after {
    width: 120%;
    height: 120%;
}
}



@media (max-width: 480px) {.syswelcome_section {
    padding: 3rem 1rem;
}.syswelcome_section h1.syscourse_welcome {
    font-size: calc(42px * 0.8);
}.syswelcome_section p {
    font-size: calc(12px * 0.9);
}.syswelcome_section .sysstudy_sessions {
    height: 240px;
}.syswelcome_section .sysstudy_sessions span {
    padding: 1.5rem;
}.syswelcome_section .sysstudy_sessions h3 {
    font-size: calc(24px * 0.8);
}}



@media (prefers-reduced-motion: reduce) {.systy_content .sysmaster_track,
    .systy_content .sysmaster_track::before,
    .systy_content .sysmaster_track > div:first-child::after,
    .systy_content a::after {
    transition: none;
}.systy_content::after {
    animation: none;
}}



@media (max-width: 768px) {.syscontact {
    padding: 60px 0;
}.syscontact h3 {
    margin-bottom: 40px;
    font-size: calc(36px - 4px);
}.syscontact .sysinquiry_feedback h3,
    .syscontact .sysquery_support h4 {
    font-size: calc(19px - 2px);
    margin-bottom: 30px;
}.syscontact .sysinquiry_feedback input[type="text"],
    .syscontact .sysinquiry_feedback textarea {
    padding: 15px 20px;
    margin-bottom: 20px;
}.syscontact .sysinquiry_feedback .sysfeedback_request {
    padding: 15px 30px;
}
}



@media (max-width: 768px) {.sysdata_summary {
    padding: 3rem 0;
}.sysdata_summary ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
}.sysdata_summary .syslearn_statistics {
    padding: 1.5rem 1rem;
}.sysdata_summary .syslearn_statistics p {
    font-size: 2.5rem;
}.sysdata_summary .syslearn_statistics span {
    font-size: calc(18px * 0.9);
}
}



@media (max-width: 992px) {.systariff_block {
    padding: 80px 0;
}.systariff_block .sysbundle_offer {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}.systariff_block .sysfee_pricing {
    padding: 30px 20px;
}.systariff_block .sysprice_opts {
    font-size: calc(23px + 2px);
    padding: 8px 16px;
}
}



@media (min-width: 768px) {.sysprogram_details {
    padding: 120px 0;
}.sysprogram_details .sysjob_classes {
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.sysprogram_details .sysphoto_wrap_item {
    height: 450px;
    clip-path: polygon(0 0, 100% 5%, 95% 95%, 0 100%);
}.sysprogram_details .syscontent_box_wrap {
    z-index: 4;
    transform: translateX(-50px);
}.sysprogram_details .syscontent_box_wrap:hover {
    transform: translateX(-60px) translateY(0);
}.sysprogram_details h3 {
    font-size: 31px;
}.sysprogram_details .description {
    max-height: 350px;
}
}



@media (min-width: 1200px) {.syscompany_info {
    padding: 180px 0 140px;
}.syscompany_info::before {
    width: 400px;
    height: 400px;
}.syscompany_info::after {
    width: 350px;
    height: 350px;
}.syscompany_info .container {
    padding: 0 40px;
}.syscompany_info h1 {
    transform: translateX(-20px);
}.syscompany_info .sysskill_growth {
    perspective: 1000px;
}.syscompany_info .sysstudy_guide {
    transform: translateY(40px) rotateX(10deg);
    padding: 60px 50px;
    transform-origin: top;
    transition: transform 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.5s ease;
}.syscompany_info .sysstudy_guide:hover {
    transform: translateY(-15px) rotateX(0) scale(1.03);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.14);
}.syscompany_info .sysstudy_guide h4 {
    margin-bottom: 25px;
    font-size: calc(24px + 5px);
}.syscompany_info .sysstudy_guide div {
    font-size: calc(16px + 1px);
    max-height: 400px;
    line-height: 1.9;
}
}


@media only screen and (max-width: 1200px) {.sysconsentWarningDialog {
    padding: 20px;
}.sysweb_cookies {
    padding: 20px 2%;
}
}



@keyframes fadeInTitle {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



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



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



@keyframes border-flow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}



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



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

@keyframes slide-up {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

