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

header,footer {
    width: 100%;
}

header {
    position: relative;
    padding: 0;
    z-index: 100;
    width: 100%;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    background: #ffffff;
}

.privacy-hutch-sys h3, .privacy-hutch-sys h4, .privacy-hutch-sys h5, .privacy-hutch-sys h6 {
    font-weight: 400;
    margin-top: 25px;
    color: rgb(182,178,194);
    font-size: 19px;
    margin-bottom: 15px;
}

.privacy-hutch-sys p, .privacy-hutch-sys span, .privacy-hutch-sys div {
    font-size: 17px;
    margin-bottom: 15px;
    line-height: 1.8;
    color: #000000;
}

.course-overview-sys .study-route-sys {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
}

.course-overview-sys .job-classes-sys {
    height: 100%;
    position: relative;
    width: calc(100% / 5);
}

.course-overview-sys .master-it-sys {
    width: 100%;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    transform: translateY(30px);
    border-top: 4px solid rgb(182,178,194);
    animation: float-up 1s forwards;
    backdrop-filter: blur(8px);
    background: rgba(0, 0, 0, 0.5);
    padding: 50px;
    max-width: 800px;
}

.course-overview-sys .master-it-sys .message-links-sys::before {
    height: 100%;
    z-index: -1;
    top: 0;
    transform: translateX(-100%);
    width: 100%;
    position: absolute;
    left: 0;
    background: rgb(133,106,160);
    content: "";
    transition: transform 0.3s ease;
}

.receive-updates-sys .support-map-sys::before {
    top: 10px;
    position: absolute;
    left: 10px;
    z-index: -1;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        85% 100%, 
        0 100%
    );
    right: 10px;
    border: 1px dashed rgb(133,106,160,0.5);
    bottom: 10px;
    content: "";
}

.receive-updates-sys .support-map-sys:hover h3::after {
    transform: translateX(-50%) scaleX(1);
}

.receive-updates-sys input[type="email"] {
    font-family: Arial, sans-serif;
    background: #ffffff;
    width: 100%;
    padding: 1rem;
    transition: all 0.3s ease;
    border-bottom: 2px solid rgb(133,106,160,0.5);
    color: #000000;
    font-size: 16px;
    border: none;
}

.receive-updates-sys input[type="submit"]:hover::before {
    transform: translateY(0);
}

.opening-page-sys .picture-gallery-sys {
    left: 0;
    width: 100%;
    top: 0;
    filter: brightness(0.75) saturate(1.2);
    height: 100%;
    transition: transform 8s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: scale(1.05);
    z-index: 1;
    position: absolute;
}

.opening-page-sys h1 {
    animation: slideInTitle 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards 0.3s;
    opacity: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transform: translateX(-10px);
    position: relative;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    font-size: 46px;
    margin-bottom: 1.5rem;
}

.opening-page-sys .learn-entry-sys {
    align-items: center;
    transform: translateY(15px);
    animation: fadeUp 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards 0.7s;
    justify-content: center;
    display: flex;
    opacity: 0;
    margin: 1rem 0;
}

.opening-page-sys .message-links-sys:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(94, 170, 168, 0.4);
}

.opening-page-sys .message-links-sys:hover::before {
    left: 100%;
}

.instructor-profile-sys::before {
    content: "";
    height: 100%;
    background: linear-gradient(120deg, rgb(182,178,194,0.5) 0%, transparent 70%);
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
}

.instructor-profile-sys .picture-gallery-sys {
    height: 400px;
    transform: translateY(0);
    box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
    z-index: 2;
    border-radius: 27px;
    width: 80%;
    margin: 0 auto;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.instructor-profile-sys .name {
    margin-bottom: 0.5rem;
    color: rgb(182,178,194);
    text-align: center;
    font-weight: 700;
    position: relative;
    font-size: 29px;
}

.instructor-profile-sys .career-timeline-sys {
    position: relative;
    font-size: 15px;
    padding: 0 1rem;
    color: #000000;
    line-height: 1.7;
    font-style: italic;
    text-align: center;
}

.instructor-profile-sys .success-quotes-sys:hover .career-skills-sys {
    transform: translateY(20px);
}

.find-us-sys::after {
    background: rgb(182,178,194);
    border-radius: 50%;
    right: -30px;
    filter: blur(40px);
    bottom: -30px;
    animation: pulse 8s infinite alternate ease-in-out;
    z-index: 0;
    position: absolute;
    width: 200px;
    opacity: 0.1;
    height: 200px;
    transform: translate(30%, 30%);
    content: "";
}

.find-us-sys .chat-form-sys:hover {
    transform: translateY(-5px);
}

.find-us-sys .chat-form-sys > div:hover {
    background: linear-gradient(90deg, rgba(var(--primary-color-rgb), 0.03) 0%, transparent 100%);
    border-left-color: rgb(182,178,194);
}

.find-us-sys h6 svg {
    width: 20px;
    flex-shrink: 0;
    height: 20px;
    transition: transform 0.3s ease;
}

.find-us-sys .submit-feedback-sys > div {
    transition: transform 0.3s ease-out;
    transform: translateX(0);
}

.find-us-sys .join-conversation-sys:hover:after {
    width: 100%;
}

.find-us-sys .join-conversation-sys:hover svg,
.find-us-sys h6:hover svg {
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1));
    transform: scale(1.1) rotate(5deg);
}

header .container {
    z-index: 1;
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

header .top-core-sys:hover svg {
    transform: scale(1.05);
}

header .head-know-sys {
    padding: 1.2rem 3%;
    position: relative;
    justify-content: flex-start;
    width: 65%;
    align-items: center;
    gap: 0.5rem;
    display: flex;
}

header .nav-top-sys:hover {
    color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

footer::before {
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #000000 0%, rgb(182,178,194) 150%);
    content: '';
    bottom: 0;
    position: absolute;
    z-index: 1;
    opacity: 0.92;
    right: 0;
}

.webinar-arch-sys .company_holder h3::after {
    content: '';
    height: 3px;
    position: absolute;
    left: 0;
    width: 60px;
    background: rgb(133,106,160);
    bottom: -8px;
}

.webinar-arch-sys .head-know-sys h5 {
    margin-bottom: 20px;
    color: #ffffff;
    border-left: 3px solid rgb(182,178,194);
    position: relative;
    padding-left: 15px;
    font-size: 23px;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.webinar-arch-sys .head-know-sys .nav-site-sys a:hover::before {
    width: 100%;
}

.cheat-sheet-sys .credit-info-sys {
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.privacy-opt-sys {
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    display: flex;
}

.modalCookieSettings-sys h5 {
    font-size: 22px;
    margin-bottom: 6px;
}

.track-switch-sys svg, .track-switch-sys svg path, .track-switch-sys img {
    fill: rgb(182,178,194);
    width: 100px;
    height: 100px;
}

.contact-us-sys {
    background: #ffffff;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.contact-us-sys h2 {
    font-size: 31px;
    font-weight: 700;
    padding-left: 20px;
    margin-bottom: 50px;
    color: #000000;
    text-align: left;
    position: relative;
    border-left: 5px solid rgb(182,178,194);
}

.contact-us-sys .reach-query-sys {
    padding: 60px;
    flex: 0 0 60%;
    position: relative;
}

.contact-us-sys #contact {
    display: flex;
    gap: 30px;
    flex-direction: column;
}

.contact-us-sys h3 {
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    color: #000000;
    font-size: 22px;
}

.contact-us-sys input[type="text"]::placeholder {
    opacity: 0.6;
    color: #000000;
}

.contact-us-sys .message-map-sys input[type="checkbox"] {
    cursor: pointer;
    position: relative;
    border: 2px solid rgb(223,222,227);
    transition: all 0.2s ease;
    height: 22px;
    width: 22px;
    border-radius: 10px;
    appearance: none;
}

.contact-us-sys .message-map-sys a::after {
    bottom: -2px;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    height: 1px;
    transition: all 0.3s ease;
    background: rgb(182,178,194);
}

.contact-us-sys svg path {
    transition: all 0.3s ease;
    fill: rgb(182,178,194);
}

.our-story-sys::before {
    content: "";
    z-index: 1;
    position: absolute;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(182,178,194,0.5) 70%);
    width: 100%;
    left: 0;
    top: 0;
}

.our-story-sys .container {
    padding: 0 15px;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.our-story-sys .subtext-wrap-sys h6::after {
    width: 100%;
    bottom: 0;
    position: absolute;
    height: 2px;
    content: "";
    background: linear-gradient(to right, rgb(133,106,160), transparent);
    left: 0;
}

.appHub-sys {
    position: relative;
    overflow: hidden;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(223,222,227) 0%, rgba(245, 245, 245, 0.9) 100%);
    padding: 80px 0;
}

.appHub-sys h2 {
    font-size: 29px;
    opacity: 0;
    transform: translateZ(30px);
    animation: titleEntrance 1.2s cubic-bezier(0.17, 0.84, 0.44, 1) forwards;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    color: #000000;
    line-height: 1.4;
    letter-spacing: 0.5px;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    text-align: center;
}

.appHub-sys .our-journey-sys::after {
    right: 0;
    border-radius: 50%;
    height: 180px;
    background: radial-gradient(circle at center, rgb(182,178,194,0.5), transparent 70%);
    opacity: 0.2;
    content: "";
    bottom: 0;
    position: absolute;
    animation: glowPulse 8s ease-in-out infinite alternate;
    width: 180px;
    z-index: -1;
    transform: translate(40%, 40%);
}

.price-palette-sys {
    background: linear-gradient(135deg, rgb(223,222,227) 0%, rgba(245, 247, 250, 0.95) 100%);
    position: relative;
    padding: 7rem 0;
    overflow: hidden;
}

.price-palette-sys::after {
    width: 35%;
    z-index: 0;
    border-radius: 10px;
    position: absolute;
    content: "";
    background: linear-gradient(45deg, rgb(133,106,160,0.5) 30%, rgb(182,178,194,0.5) 70%);
    bottom: -5%;
    opacity: 0.08;
    left: -3%;
    transform: rotate(10deg);
    height: 50%;
}

.price-palette-sys .learn-packs-sys {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    order: 2;
    gap: 2rem;
    width: 100%;
    display: grid;
}

.price-palette-sys .learn-deals-sys::before {
    height: 5px;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(182,178,194), rgb(133,106,160));
    top: 0;
    transform: translateY(-5px);
    position: absolute;
    content: "";
    transition: transform 0.3s ease;
}

.price-palette-sys .deal-opts-sys p {
    word-wrap: break-word;
    flex-grow: 1;
    line-height: 1.65;
    font-size: 12px;
    word-break: break-word;
    margin-bottom: 1.5rem;
    color: #000000;
    overflow-wrap: break-word;
}

.price-palette-sys .learn-deals-sys:nth-child(odd) .deal-opts-sys::before {
    z-index: -1;
    top: 1rem;
    opacity: 0.1;
    position: absolute;
    content: "";
    width: 2.5rem;
    border-radius: 50%;
    height: 2.5rem;
    right: 1rem;
    background: rgb(182,178,194,0.5);
}



@media only screen and (max-width: 800px) {.privacy-hutch-sys {
    padding: 20px;
}.privacy-hutch-sys h1 {
    font-size: calc(19px - 10px);
}.privacy-hutch-sys h2 {
    font-size: calc(19px - 8px);
}.privacy-hutch-sys h3, .privacy-hutch-sys h4, .privacy-hutch-sys h5, .privacy-hutch-sys h6 {
    font-size: calc(19px - 6px);
}.privacy-hutch-sys ul, .privacy-hutch-sys ol {
    padding-left: 10px;
}}



@media (max-width: 768px) {.receive-updates-sys {
    padding: 4rem 1.5rem;
}.receive-updates-sys .support-map-sys {
    max-width: 100%;
    padding: 2.5rem 1.5rem;
    animation: none;
}
}



@media (min-width: 768px) {.opening-page-sys .our-journey-sys {
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    transform: translateY(0);
}.opening-page-sys h1 {
    font-size: calc(46px * 1.2);
    max-width: 95%;
    margin-bottom: 2rem;
}.opening-page-sys p {
    font-size: calc(14px * 1.2);
    max-width: 500px;
}.opening-page-sys .learn-entry-sys {
    margin: 2rem 0;
}.opening-page-sys svg {
    width: 150px;
    height: 150px;
}.opening-page-sys .message-links-sys {
    padding: 1.2rem 3rem;
}.opening-page-sys::before {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}
}



@media (min-width: 768px) {.find-us-sys {
    padding: 80px 0;
    margin: 100px 0;
}.find-us-sys h1 {
    margin-bottom: 60px;
    font-size: calc(43px * 1.1);
}.find-us-sys .chat-form-sys {
    gap: 30px;
    grid-template-columns: 1.5fr 1fr 1fr;
    padding: 60px;
}.find-us-sys .chat-form-sys > div {
    padding: 20px 30px;
}.find-us-sys .chat-form-sys > div:first-child {
    border-left: 3px solid rgb(133,106,160,0.5);
    grid-column: 1;
}.find-us-sys .submit-feedback-sys {
    gap: 20px;
}.find-us-sys span {
    margin-left: 34px;
}
}



@media (max-width: 767px) {header {
    background: rgb(223,222,227);
}header::before {
    bottom: 50%;
    top: 0;
    width: 100%;
    height: auto;
}header .head-sitewrap-sys {
    flex-direction: column;
    align-items: center;
}header .top-core-sys {
    padding: 0.8rem 0;
    width: 100%;
}header .top-core-sys svg {
    width: 120px;
}header .head-know-sys {
    width: 95%;
    justify-content: center;
    padding: 0.8rem 0;
    gap: 0.6rem;
    flex-wrap: wrap;
}header .head-know-sys::before {
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, transparent, rgb(182,178,194,0.5), transparent);
    top: 0;
}header .nav-top-sys {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    padding: 0.5rem 0.9rem;
}
}



@media (min-width: 768px) {.our-story-sys {
    padding: 7rem 0;
}.our-story-sys h4 {
    font-size: calc(36px * 1.2);
    padding-left: 3rem;
}.our-story-sys h4::before {
    width: 2.5rem;
}.our-story-sys .subtext-wrap-sys {
    padding: 4rem;
    margin-left: 3rem;
}.our-story-sys .subtext-wrap-sys span {
    column-count: 2;
}.our-story-sys .subtext-wrap-sys::before {
    width: 30%;
    height: 50%;
}
}



@media (max-width: 768px) {.appHub-sys {
    padding: 50px 0;
}.appHub-sys h2 {
    margin-bottom: 25px;
    font-size: calc(29px * 0.8);
}.appHub-sys .our-journey-sys {
    padding: 25px;
    transform: translateZ(10px) rotateX(1deg);
}.appHub-sys span {
    font-size: 15px;
}.appHub-sys li {
    padding: 15px 10px 15px 25px;
}
}



@media (max-width: 767px) {.price-palette-sys {
    padding: 4rem 0;
}.price-palette-sys .rate-choices-sys h2 {
    font-size: calc(30px * 0.9);
}.price-palette-sys .deal-opts-sys h3 {
    font-size: 20px;
}.price-palette-sys .deal-opts-sys .learning-package-sys {
    font-size: calc(20px * 1.15);
}.price-palette-sys .picture-gallery-sys {
    height: 160px;
}
}



@keyframes float-up {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



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



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



@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



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



@keyframes titleEntrance {
    0% {
        opacity: 0;
        transform: translateY(-30px) translateZ(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(30px);
    }
}



@keyframes itemSlideIn {
    0% {
        transform: translateX(-20px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

