﻿.styletop_base {
    flex: 1 0 auto;
}

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

html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    auto
contain
touch-action: none;
    scroll-snap-type: none;
    min-height: 100%;
    color: #000000;
    auto;
}

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

.stylewrapper-border {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}

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

.styleuser_testimonials::before {
    top: -5%;
    left: -10%;
    z-index: 1;
    height: 70%;
    content: "";
    transform: rotate(-15deg) skewX(-15deg);
    position: absolute;
    clip-path: polygon(0 0, 100% 20%, 85% 100%, 0% 85%);
    background: linear-gradient(225deg, rgb(181,180,217,0.5) 0%, transparent 70%);
    width: 40%;
}

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

.styleuser_testimonials h2::after {
    width: 40%;
    left: 0;
    transform-origin: left center;
    bottom: -0.8rem;
    position: absolute;
    transform: skewX(-20deg);
    content: "";
    background: rgb(181,180,217);
    height: 4px;
}

.styleuser_testimonials .stylelearning_feedback {
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    background: #ffffff;
    padding: 2rem;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 95% 100%, 0 100%);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 0 5px 15px rgba(0, 0, 0, 0.05);
}

.styleuser_testimonials .stylelearning_feedback:hover::before {
    transform: scaleY(1);
}

.styleuser_testimonials .stylelearning_feedback:nth-child(3n+1) {
    transform: translateY(20px);
}

.styleuser_testimonials .stylelearning_feedback:nth-child(3n+2) {
    transform: translateY(-10px);
}

.styleuser_testimonials .stylelearning_feedback:nth-child(3n+2):hover {
    transform: translateY(-20px) scale(1.02);
}

.styleuser_testimonials .stylelearning_feedback img {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #ffffff;
    transition: transform 0.3s ease;
    width: 60px;
    height: 60px;
    margin-right: 1rem;
}

.styleuser_testimonials .stylelearning_feedback h4::after {
    left: 0;
    content: "";
    background: rgb(143,145,197);
    transition: transform 0.3s ease;
    bottom: -0.5rem;
    height: 2px;
    transform-origin: left;
    width: 30px;
    transform: scaleX(0);
    position: absolute;
}

.styleuser_testimonials .description::before {
    font-size: 3.5rem;
    line-height: 1;
    left: 0;
    opacity: 0.4;
    top: -10px;
    content: "";
    color: rgb(181,180,217,0.5);
    position: absolute;
}

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

.styleuser_testimonials a:hover {
    transform: translateX(40%) translateY(-5px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
}

.styleeducation_history {
    background-color: rgb(218,217,239);
    position: relative;
    padding: 6rem 2rem;
    overflow: hidden;
}

.styleeducation_history .stylelearning_feedback {
    background: transparent;
    z-index: 2;
    position: relative;
    display: flex;
    border-radius: 0;
    max-width: 1200px;
    margin: 0 auto;
    box-shadow: none;
}

.styleeducation_history .styleexp_timeline {
    padding: 3rem 0 3rem 4rem;
    justify-content: center;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 55%;
}

.styleeducation_history .name {
    font-weight: 700;
    line-height: 1.1;
    font-size: calc(44px * 1.2);
    color: #000000;
    margin-bottom: 1rem;
    position: relative;
}

.styleeducation_history .stylework_explore {
    font-size: 13px;
    padding-left: 0;
    max-width: 90%;
    position: relative;
    color: #000000;
    line-height: 1.8;
}

.styleeducation_history .stylework_explore::before {
    position: absolute;
    content: "";
    height: 3px;
    top: -1.5rem;
    width: 60px;
    background-color: rgb(181,180,217);
    left: 0;
}

.stylecookie_alert_message {
    bottom: 0;
    width: 100%;
    font-family: Arial, sans-serif;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    border-top: 3px solid rgb(181,180,217);
    z-index: 1050;
    background: #ffffff;
    position: fixed;
    padding: 15px 20px;
}

.stylecookie_none {
    flex-grow: 1;
    margin-right: 15px;
}

.stylecookie_none h5 {
    margin-bottom: 5px;
    font-size: 19px;
    font-weight: 700;
    color: rgb(181,180,217);
}

.cookie_button.stylecookie_alerts {
    border-color: rgb(181,180,217);
    background-color: rgb(181,180,217);
    color: #ffffff;
}

#styleuserAgreementPopup {
    display: none;
}

#styleuserAgreementPopup:checked ~ .stylecookie_alert_message {
    opacity: 0;
    visibility: hidden;
}

.cookie_button.stylecookie_alerts:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
}

.cookie_button.styleprivacy_opt {
    border-color: rgb(143,145,197);
    background-color: rgb(143,145,197);
    color: #000000;
}

.stylecookie_alert_message p a {
    color: rgb(181,180,217);
    text-decoration: underline;
}

.stylereach_out::before {
    animation: gridMove 20s linear infinite;
    top: 0;
    pointer-events: none;
    left: 0;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(181,180,217,0.5) 0px,
        transparent 1px,
        transparent 10px,
        rgb(181,180,217,0.5) 11px
    );
    height: 100%;
    opacity: 0.05;
    position: absolute;
    content: "";
}

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

.stylereach_out h2::after {
    background: linear-gradient(to right, transparent, rgb(181,180,217), transparent);
    content: "";
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 3px;
    position: absolute;
    width: 80px;
}

.stylereach_out .styleconnect_card::before {
    opacity: 0.03;
    background: linear-gradient(to bottom right, rgb(181,180,217,0.5), transparent);
    left: 0;
    content: "";
    pointer-events: none;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
}

.stylereach_out .styleimage_card::after {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    left: 0;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
}

.stylereach_out .stylerequest_card::after {
    width: 50px;
    content: "";
    opacity: 0.7;
    bottom: 20px;
    border-bottom: 2px solid rgb(181,180,217,0.5);
    border-left: 2px solid rgb(181,180,217,0.5);
    height: 50px;
    position: absolute;
    left: 20px;
}

.stylereach_out form h3::before {
    content: "";
    background: rgb(181,180,217);
    top: 50%;
    left: 0;
    border-radius: 10px;
    width: 5px;
    height: 25px;
    transform: translateY(-50%);
    position: absolute;
}

.stylereach_out form input[type="text"]:focus {
    border-color: rgb(181,180,217);
    box-shadow: 0 0 15px rgba(rgb(181,180,217), 0.2);
    outline: none;
    background: rgba(255, 255, 255, 0.08);
}

.stylereach_out form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.stylereach_out .stylemessage_links {
    display: flex;
    margin-bottom: 30px;
    position: relative;
    align-items: flex-start;
}

.stylereach_out .stylemessage_links label::before {
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 22px;
    background: rgba(255, 255, 255, 0.05);
    content: "";
    top: 2px;
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
    height: 22px;
    border-radius: 10px;
}

.stylereach_out .stylemessage_links input[type="checkbox"]:checked + label::after {
    transform: rotate(-45deg);
    border-left: 2px solid #ffffff;
    content: "";
    width: 8px;
    position: absolute;
    border-bottom: 2px solid #ffffff;
    height: 4px;
    top: 11px;
    left: 7px;
}

.stylereach_out form .stylesupport_widget::before {
    z-index: -1;
    top: 0;
    background: linear-gradient(45deg, rgb(143,145,197), rgb(181,180,217));
    transition: all 0.4s ease;
    height: 100%;
    position: absolute;
    content: "";
    width: 100%;
    left: -100%;
}

.stylereach_out form .stylesupport_widget:hover::before {
    left: 0;
}

.stylereach_out form .stylesupport_widget:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}

.styleprivacy_shelter {
    background: linear-gradient(135deg, rgb(218,217,239) 0%, rgba(246, 246, 250, 0.95) 100%);
    position: relative;
    padding: 5rem 2rem;
    overflow: hidden;
}

.styleprivacy_shelter .container {
    margin: 0 auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 3rem;
    position: relative;
    transform: perspective(1200px) rotateX(1deg);
    max-width: 1140px;
    background: #ffffff;
    z-index: 2;
}

.styleprivacy_shelter h1 {
    position: relative;
    color: rgb(181,180,217);
    padding-bottom: 1rem;
    transform: translateX(-0.5rem);
    margin-bottom: 2rem;
    font-weight: 700;
    font-size: 41px;
}

.styleprivacy_shelter h2 {
    margin: 2.5rem 0 1.5rem;
    border-left: 3px solid rgb(143,145,197);
    padding-left: 1rem;
    font-size: 36px;
    color: #000000;
    position: relative;
    font-weight: 600;
}

.styleprivacy_shelter h4 {
    position: relative;
    font-size: calc(36px * 0.7);
    font-weight: 600;
    color: #000000;
    padding-left: 1rem;
    margin: 1.8rem 0 1rem;
    border-left: 1px solid rgb(143,145,197,0.5);
}

.styleprivacy_shelter p strong {
    display: inline-block;
    position: relative;
    font-weight: 600;
    color: #000000;
}

.styleprivacy_shelter ul {
    margin: 1.5rem 0 2rem 1.5rem;
    list-style-type: none;
    padding: 0;
}

.styleprivacy_shelter li {
    position: relative;
    padding-left: 1.5rem;
    font-size: 16px;
    line-height: 1.7;
    color: #000000;
    margin-bottom: 1rem;
    font-family: Arial, sans-serif;
}

.styleprivacy_shelter li:hover::before {
    transform: rotate(135deg);
}

.styleprivacy_shelter span {
    padding: 0.5rem 0 1.5rem;
    display: block;
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    font-size: 16px;
}

.stylecompany_overview {
    padding: 120px 0 80px;
    isolation: isolate;
    display: flex;
    min-height: 100vh;
    position: relative;
    align-items: center;
    overflow: hidden;
}

.stylecompany_overview::after {
    right: -20px;
    transform: skewY(-12deg);
    animation: floatBackground 20s ease-in-out infinite alternate;
    background: linear-gradient(225deg, rgb(143,145,197) 0%, transparent 70%);
    width: 60%;
    z-index: -1;
    content: "";
    height: 70%;
    opacity: 0.15;
    bottom: -20px;
    position: absolute;
}

.stylecompany_overview h2 {
    letter-spacing: 1.5px;
    font-weight: 700;
    margin-bottom: 40px;
    font-size: 30px;
    transform: translateZ(30px);
    color: #ffffff;
    display: inline-block;
    position: relative;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.stylecompany_overview h2::after {
    width: 40px;
    height: 4px;
    transform: translateX(80px) scaleX(0);
    transform-origin: left;
    content: "";
    bottom: -12px;
    position: absolute;
    left: 0;
    background: rgb(181,180,217);
    animation: lineExpandSecondary 1.2s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
}

.stylecompany_overview .styletext_cube::before {
    left: 0;
    transform: scaleY(0.8);
    position: absolute;
    height: 100%;
    background: linear-gradient(to bottom, rgb(181,180,217), rgb(143,145,197));
    top: 0;
    content: "";
    animation: pulseBar 8s infinite alternate cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transform-origin: center;
    width: 6px;
}

.stylecompany_overview .styletext_cube > div {
    position: relative;
    z-index: 1;
}

.stylecompany_overview .styletext_cube p {
    font-size: calc(21px - 2px);
    position: relative;
    display: inline-block;
    color: rgb(181,180,217);
    transform: translateY(20px);
    font-weight: 600;
    margin-bottom: 20px;
    opacity: 0;
    animation: slideUpFade 0.8s 0.3s forwards cubic-bezier(0.19, 1, 0.22, 1);
}

.stylecompany_overview .styletext_cube div div {
    animation: slideUpFade 1s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    font-family: Arial, sans-serif;
    column-gap: 40px;
    font-size: 16px;
    opacity: 0;
    column-count: 1;
    color: #000000;
    line-height: 1.8;
    transform: translateY(30px);
}

.stylethanksPage::after {
    filter: blur(15px);
    height: 60%;
    animation: float 15s ease-in-out infinite alternate-reverse;
    transform: rotate(-10deg) skew(-5deg);
    left: -5%;
    z-index: 1;
    content: "";
    background: linear-gradient(215deg, rgb(143,145,197,0.5) 15%, transparent 65%);
    position: absolute;
    opacity: 0.7;
    bottom: -8%;
    width: 40%;
}

.stylethanksPage h2 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 2rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    line-height: 1.3;
    position: relative;
    max-width: 90%;
    color: #000000;
    font-size: 36px;
    transform: translateY(0);
}

.stylethanksPage:hover h2 {
    transform: translateY(-5px);
}

.stylethanksPage:hover h2::after {
    transform: scaleX(1.2);
}

.stylethanksPage .stylegrowth_graph::before {
    top: 0;
    background-size: 200% 100%;
    height: 4px;
    content: "";
    width: 100%;
    background: linear-gradient(90deg, rgb(181,180,217), rgb(143,145,197), rgb(181,180,217));
    animation: gradientMove 8s ease infinite;
    left: 0;
    position: absolute;
}

.stylethanksPage .stylegrowth_graph:hover {
    transform: translateY(-5px) translateZ(0);
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.08),
        0 8px 15px rgba(0, 0, 0, 0.03);
}

.stylethanksPage ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.stylethanksPage li::before {
    height: 10px;
    transform: scale(0.8);
    top: 0.5rem;
    background: rgb(181,180,217);
    left: 0;
    transition: transform 0.3s ease, background-color 0.3s ease;
    position: absolute;
    border-radius: 50%;
    width: 10px;
    content: "";
}

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

.styleprogram_information::before {
    z-index: 0;
    background: rgb(181,180,217,0.5);
    top: -50px;
    position: absolute;
    filter: blur(80px);
    height: 300px;
    content: "";
    width: 300px;
    right: -50px;
    animation: float 15s ease-in-out infinite;
}

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

.styleprogram_information h2 {
    transform: translateX(-5%);
    color: #000000;
    animation: slideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    font-size: calc(36px * 1.1);
    margin-bottom: 40px;
    opacity: 0;
    font-weight: 700;
    position: relative;
    line-height: 1.3;
}

.styleprogram_information .stylelearn_path {
    display: grid;
    position: relative;
    gap: 40px;
    grid-template-columns: 1fr;
}

.styleprogram_information .styleimage_card::before {
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.5));
    position: absolute;
    width: 100%;
    content: "";
}

.styleprogram_information .styleimage_card:hover::after {
    opacity: 0;
}

.styleprogram_information .styletext_cube {
    opacity: 0;
    gap: 30px;
    transform: translateY(20px);
    display: flex;
    flex-direction: column;
    animation: fadeUp 1s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.styleprogram_information .description:first-of-type {
    position: relative;
    z-index: 2;
}

.styleprogram_information .description:nth-of-type(2) {
    margin-top: 20px;
    z-index: 1;
    position: relative;
}

.styleprogram_information .description::first-letter {
    color: rgb(181,180,217);
    font-size: 1.5em;
    font-weight: 700;
}

.stylejoin_our_community::before {
    z-index: 1;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(255, 255, 255, 0.5) 0px,
        rgb(255, 255, 255, 0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    opacity: 0.05;
}

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

.stylejoin_our_community .stylegrowth_graph {
    padding: 3rem;
    backdrop-filter: blur(10px);
    flex-direction: column;
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateX(2deg);
    clip-path: polygon(0 0, 100% 0, 100% 95%, 97% 100%, 0 100%);
    display: flex;
    position: relative;
}

.stylejoin_our_community .stylegrowth_graph {
    flex-direction: row;
    justify-content: space-between;
    padding: 4rem;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 97% 100%, 0 100%);
    align-items: center;
}

.stylejoin_our_community .stylegrowth_graph h3::after {
    background: rgb(181,180,217);
    bottom: -0.8rem;
    left: 0;
    content: "";
    width: 60px;
    position: absolute;
    height: 3px;
    transform-origin: left;
    animation: expandLine 3s infinite alternate cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

.stylejoin_our_community .stylegrowth_graph h3::after {
    width: 80px;
}

.stylejoin_our_community .input_holder div {
    position: relative;
    flex: 1 1 250px;
}

.stylejoin_our_community .input_holder input[type="email"]:focus {
    box-shadow: 0 4px 15px -3px rgb(181,180,217,0.5);
    transform: translateY(-2px);
    border-color: rgb(181,180,217);
    outline: none;
}

.stylejoin_our_community .input_holder input[type="email"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(0, 0, 0, 0.4);
}

.stylejoin_our_community .input_holder .styleenroll_instantly {
    font-weight: 600;
    overflow: hidden;
    cursor: pointer;
    padding: 1rem 1.5rem;
    position: relative;
    background: linear-gradient(to right, rgb(181,180,217), rgb(143,145,197));
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    flex: 0 0 auto;
    border: none;
    font-size: 17px;
}

.stylejoin_our_community .input_holder .styleenroll_instantly:hover::before {
    left: 100%;
}

.stylejoin_our_community .stylegrowth_graph > div {
    flex: 0 0 50%;
}

.styleopening_board {
    overflow: hidden;
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(218,217,239) 0%, rgba(240, 245, 255, 0.95) 100%);
}

.styleopening_board::after {
    width: 40%;
    background: linear-gradient(225deg, rgb(143,145,197,0.5) 0%, transparent 70%);
    height: 50%;
    content: "";
    z-index: 1;
    opacity: 0.12;
    bottom: -10%;
    position: absolute;
    transform: rotate(10deg) skewX(5deg);
    right: -5%;
    animation: shiftGradient 18s infinite alternate-reverse ease-in-out;
}

.styleopening_board .styletext_cube {
    transform: translateX(-30px);
    padding: 2rem;
    justify-content: center;
    animation: slideInLeft 0.8s 0.2s forwards cubic-bezier(0.17, 0.67, 0.45, 1.1);
    opacity: 0;
    display: flex;
    flex-direction: column;
}

.styleopening_board h1::after {
    animation: expandLine 1.5s 1s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    position: absolute;
    height: 4px;
    background: linear-gradient(90deg, rgb(181,180,217) 0%, transparent 100%);
    content: "";
    transform-origin: left;
    transform: scaleX(0.8);
    width: 60%;
    bottom: -10px;
    left: 0;
}

.styleopening_board .stylefast_school:hover svg {
    filter: drop-shadow(0 6px 10px rgba(94, 170, 168, 0.3));
    transform: rotate(0deg) scale(1.05);
}

.styleopening_board .stylefast_school svg path {
    transition: fill 0.3s ease;
    fill: rgb(181,180,217);
}

.styleopening_board .stylefast_school svg text {
    font-family: Arial, sans-serif;
    font-size: 6px;
    transition: fill 0.3s ease;
    fill: rgb(181,180,217);
}

.styleopening_board .stylefast_school p::after {
    width: 100%;
    animation: slideRight 1.5s 1.2s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
    left: 0;
    position: absolute;
    content: "";
    bottom: -5px;
    height: 1px;
    transform: translateX(-100%);
    background: linear-gradient(90deg, rgb(143,145,197,0.5) 0%, transparent 100%);
}

.styleopening_board .stylesupport_widget {
    position: relative;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
    padding: 0.85rem 2rem;
    color: #ffffff;
    font-weight: 600;
    font-size: 17px;
    transform: translateZ(0);
    background: linear-gradient(135deg, rgb(181,180,217) 0%, rgb(75, 150, 148) 100%);
    display: inline-block;
    text-decoration: none;
    box-shadow: 0 8px 20px -5px rgba(94, 170, 168, 0.4);
}

.styleopening_board .stylesupport_widget:hover::before {
    opacity: 1;
}

.styleopening_board .stylesupport_widget:active {
    box-shadow: 0 5px 15px -5px rgba(94, 170, 168, 0.6);
    transform: translateY(-2px) scale(0.98);
}

.styleopening_board .styleimage_card:hover {
    transform: perspective(1000px) rotateY(-2deg) translateZ(0) translateX(-5px);
}

.styleopening_board .styleimage_card::before {
    top: 0;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    opacity: 0.7;
    background: linear-gradient(
        135deg, 
        rgba(94, 170, 168, 0.2) 0%, 
        transparent 50%,
        rgba(94, 170, 168, 0.1) 100%
    );
    content: "";
    transition: opacity 0.4s ease;
    z-index: 1;
}

.styleopening_board .styleimage_card:hover::after {
    transform: scale(1);
    opacity: 0.8;
}

header:before {
    top: 0;
    content: '';
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    pointer-events: none;
    position: absolute;
}

header:after {
    left: 0;
    top: 0;
    position: absolute;
    content: '';
    width: 100%;
    background-image: 
        linear-gradient(to right, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        ),
        linear-gradient(to bottom, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        );
    pointer-events: none;
    background-size: 100px 100px;
    height: 100%;
}

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

header .container:before {
    background-position: 0 0, 0 10px;
    pointer-events: none;
    content: '';
    transform: translateY(-50%);
    right: 20px;
    height: 30px;
    opacity: 0.5;
    background-image: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%),
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%);
    width: 50px;
    background-size: 6px 2px, 6px 2px;
    top: 50%;
    position: absolute;
    background-repeat: repeat-x;
}

header .stylefirst_section:after {
    transform: translateY(-50%) translateX(40px);
    right: 0;
    border-radius: 50%;
    position: absolute;
    content: '';
    width: 20px;
    opacity: 0.5;
    height: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    top: 50%;
}

header .styleheader_edu:hover:before {
    opacity: 0.7;
}

header .styletop_navbar {
    font-weight: 400;
    letter-spacing: 0.5px;
    font-size: 18px;
    position: relative;
    text-transform: uppercase;
    padding: 8px 0;
    font-family: Arial, sans-serif;
    text-decoration: none;
    transition: all 0.3s ease;
    color: #ffffff;
}

header .styletop_navbar:after {
    transform: translateY(-50%) scaleX(0);
    width: 20px;
    height: 1px;
    top: 50%;
    background: rgba(255, 255, 255, 0.5);
    transform-origin: right;
    transition: all 0.3s ease;
    left: -30px;
    position: absolute;
    content: '';
}

header .styletop_navbar:hover:after {
    transform: translateY(-50%) scaleX(1);
}

header .styleheader_master:before {
    height: calc(100% + 20px);
    transition: all 0.3s ease;
    border-radius: 10px;
    top: -10px;
    opacity: 0;
    left: -10px;
    width: calc(100% + 20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    content: '';
    position: absolute;
}

header .styleheader_master:hover:before {
    opacity: 1;
}

header .styleheader_master:hover:after {
    animation: circuit 3s infinite;
    opacity: 1;
}

header .styleheader_master:hover svg {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}

.stylepricing_layout::before {
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
}

.stylepricing_layout h2::after {
    width: 80px;
    height: 3px;
    transform: translateX(-50%);
    position: absolute;
    bottom: -12px;
    background: linear-gradient(90deg, rgb(181,180,217), rgb(143,145,197));
    content: "";
    left: 50%;
}

.stylepricing_layout .stylemember_fees {
    display: grid;
    padding: 0;
    list-style: none;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
}

.stylepricing_layout .stylegroup_rates:hover {
    transform: translateY(-8px);
}

.stylepricing_layout .styleprice_deals {
    border-radius: 4px;
    border: 1px solid rgba(255,255,255,0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    height: 100%;
    transition: box-shadow 0.3s ease, border 0.3s ease;
    position: relative;
    background: linear-gradient(145deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15), 0 5px 15px rgba(0,0,0,0.1);
}

.stylepricing_layout .stylerate_choice h4 {
    margin: 0 0 20px;
    padding-bottom: 15px;
    position: relative;
    font-weight: 600;
    font-size: calc(24px + 2px);
    color: #ffffff;
}

.stylepricing_layout .stylerate_choice h4::after {
    bottom: 0;
    background-color: rgb(143,145,197);
    width: 40px;
    content: "";
    position: absolute;
    height: 2px;
    left: 0;
}

.stylepricing_layout .stylepromo_rates {
    border-radius: 3px;
    z-index: 1;
    color: #ffffff;
    letter-spacing: 0.5px;
    padding: 10px 20px;
    position: relative;
    font-weight: 700;
    display: inline-block;
    background: linear-gradient(135deg, rgb(181,180,217,0.5) 0%, rgb(143,145,197,0.5) 100%);
    font-size: calc(24px + 4px);
}

.stylepricing_layout .stylegroup_rates:hover .stylepromo_rates::before {
    opacity: 1;
}

.styletry_immediately {
    perspective: 1000px;
    z-index: 1;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(181,180,217) 0%, rgb(143,145,197) 100%);
    position: relative;
    overflow: hidden;
}

.styletry_immediately::after {
    content: "";
    right: -50%;
    z-index: -1;
    width: 100%;
    top: -50%;
    height: 100%;
    position: absolute;
    background: radial-gradient(
        circle at center,
        rgba(255,255,255,0.15) 0%,
        transparent 70%
    );
    transform: rotate(-15deg);
}

.styletry_immediately h6 {
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    font-size: calc(20px * 1.2);
    max-width: 90%;
    transform: translateZ(20px);
    margin-left: auto;
    color: #ffffff;
    position: relative;
    margin-right: auto;
    text-align: center;
    line-height: 1.5;
    transition: transform 0.4s ease-out;
    margin-bottom: 2.5rem;
}

.styletry_immediately .container div span::before {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: -1;
    top: -10px;
    opacity: 0;
    left: -10px;
    content: "";
    height: calc(100% + 20px);
    position: absolute;
    width: calc(100% + 20px);
    border-radius: 17px;
    transform: scale(0.9);
    border: 2px solid rgba(255,255,255,0.2);
}

.styletry_immediately .stylesupport_widget::before {
    opacity: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(to right, rgb(143,145,197) 0%, rgb(181,180,217) 100%);
    z-index: -1;
    content: "";
    width: 100%;
    transition: opacity 0.4s ease;
    height: 100%;
    top: 0;
}

.styletry_immediately .stylesupport_widget:hover::before {
    opacity: 1;
}

.styletry_immediately .stylesupport_widget:active {
    box-shadow: 0 8px 16px rgba(0,0,0,0.1), 0 4px 4px rgba(0,0,0,0.05);
    transform: translateY(-2px);
}

.styletry_immediately .stylesupport_widget:hover span {
    transform: scale(1.05);
}

footer .stylecalc_foot::before {
    position: absolute;
    top: 0;
    background-image: linear-gradient(30deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, 
                      rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
    width: 100%;
    opacity: 0.1;
    background-size: 60px 60px;
    content: "";
    height: 100%;
    left: 0;
}

footer .info_item:nth-child(even) {
    transform: translateY(30px);
}

footer .info_item::before {
    position: absolute;
    transition: height 0.3s ease, top 0.3s ease;
    width: 6px;
    background-color: rgb(181,180,217);
    height: 50%;
    left: 0;
    content: "";
    top: 25%;
}

footer .info_item:hover::before {
    height: 100%;
    top: 0;
}

footer .info_item svg {
    position: relative;
    z-index: 1;
    margin-right: 15px;
    flex-shrink: 0;
    width: 22px;
    fill: rgb(181,180,217);
    height: 22px;
}

footer .info_item a:hover {
    color: rgb(181,180,217);
}

footer .styletop_mainbar, footer .subscribe_holder {
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.05);
    position: relative;
    padding: 30px;
    border-radius: 15px;
}

footer .styleheader_edu {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    display: grid;
    gap: 20px;
}

footer .styletrade_mark {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}

footer .styleheader_edu h5::after {
    bottom: 0;
    height: 2px;
    width: 50px;
    background-color: rgb(181,180,217);
    left: 0;
    position: absolute;
    content: "";
}

footer .stylehead_sitewrap:hover {
    transform: translateY(-5px);
    background-color: rgba(255, 255, 255, 0.08);
}

footer .stylehead_sitewrap a:last-child {
    border-bottom: none;
}

footer .stylehead_sitewrap a::before {
    position: absolute;
    content: "→";
    transform: translateX(-10px);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    right: 0;
}

footer .stylehead_sitewrap a:hover::before {
    opacity: 1;
    transform: translateX(0);
}

footer .subscribe_holder h5::after {
    content: "";
    background-color: rgb(181,180,217);
    left: 0;
    bottom: 0;
    height: 2px;
    width: 50px;
    position: absolute;
}

footer .input_holder {
    flex-direction: column;
    gap: 15px;
    display: flex;
}

footer .input_holder input[type="email"]:focus {
    border-color: rgb(181,180,217);
    background-color: rgba(255, 255, 255, 0.1);
    outline: none;
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

footer .styleenroll_instantly {
    font-weight: 600;
    border: none;
    cursor: pointer;
    background-color: rgb(181,180,217);
    border-radius: 10px;
    font-size: 19px;
    transition: all 0.3s ease;
    color: #ffffff;
    padding: 15px;
}

footer .styletrophy_case {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    padding: 8px 20px;
    display: inline-block;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.05);
}



@media (max-width: 768px) {.styleuser_testimonials {
    padding: 4rem 0;
}.styleuser_testimonials::before,
    .styleuser_testimonials::after {
    width: 70%;
    height: 40%;
}.styleuser_testimonials h2 {
    margin-bottom: 2rem;
    font-size: calc(31px * 0.8);
    width: 100%;
    text-align: center;
}.styleuser_testimonials h2::after {
    left: 25%;
    width: 50%;
}.styleuser_testimonials .styleedu_ratings {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.styleuser_testimonials .stylelearning_feedback,
    .styleuser_testimonials .stylelearning_feedback:nth-child(odd),
    .styleuser_testimonials .stylelearning_feedback:nth-child(even) {
    transform: translateY(0);
}.styleuser_testimonials .stylelearning_feedback:hover,
    .styleuser_testimonials .stylelearning_feedback:nth-child(odd):hover,
    .styleuser_testimonials .stylelearning_feedback:nth-child(even):hover {
    transform: translateY(-8px) scale(1.01);
}.styleuser_testimonials a {
    text-align: center;
    width: 80%;
    display: block;
    margin: 2rem auto 0;
    transform: translateX(0);
}.styleuser_testimonials a:hover {
    transform: translateY(-5px);
}
}



@media (max-width: 992px) {.styleeducation_history::before {
    background: linear-gradient(180deg, rgb(181,180,217,0.5), transparent);
    right: 0;
    width: 100%;
    height: 40%;
    top: 0;
}.styleeducation_history .stylelearning_feedback {
    align-items: center;
    max-width: 90%;
    flex-direction: column;
}.styleeducation_history .styleimage_card {
    width: 90%;
    height: 400px;
}.styleeducation_history .styleexp_timeline {
    width: 100%;
    padding: 3rem 1rem 1rem;
}.styleeducation_history .styleexp_timeline::before {
    display: none;
}.styleeducation_history .stylework_explore {
    max-width: 100%;
}
}


@media (max-width: 1200px) {.stylecookie_none h5 {
    font-size: calc(19px - 2px);
}.stylecookie_none p {
    font-size: calc(18px - 2px);
}.styleaccept_cookies {
    font-size: calc(18px - 2px);
}
}


@media (max-width: 800px) {.stylecookie_necessary {
    align-items: center;
    flex-direction: column;
}.styleuser_alert {
    margin-bottom: 10px;
}.stylecookie_none {
    text-align: center;
    margin-bottom: 15px;
}.styleaccept_cookies {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
}}



@media screen and (max-width: 767px) {.stylereach_out {
    padding: 60px 0;
}.stylereach_out h2 {
    margin-bottom: 40px;
}.stylereach_out .styleimage_card {
    min-height: 200px;
}.stylereach_out .stylerequest_card {
    padding: 30px 20px;
}.stylereach_out form .stylesupport_widget {
    text-align: center;
    width: 100%;
}
}



@media (max-width: 992px) {.styleprivacy_shelter {
    padding: 3rem 1.5rem;
}.styleprivacy_shelter .container {
    padding: 2rem;
    transform: perspective(1000px) rotateX(0.5deg);
}.styleprivacy_shelter h1 {
    font-size: calc(41px * 0.9);
}.styleprivacy_shelter h2 {
    font-size: calc(36px * 0.9);
}
}



@media (max-width: 576px) {.styleprivacy_shelter {
    padding: 1.5rem 0.5rem;
}.styleprivacy_shelter .container {
    padding: 1.25rem;
}.styleprivacy_shelter h1 {
    font-size: calc(41px * 0.7);
}.styleprivacy_shelter h2 {
    font-size: calc(36px * 0.7);
}.styleprivacy_shelter h3 {
    font-size: calc(36px * 0.6);
}.styleprivacy_shelter h4 {
    font-size: calc(36px * 0.5);
}.styleprivacy_shelter p, 
    .styleprivacy_shelter li,
    .styleprivacy_shelter span {
    font-size: calc(16px * 0.9);
}.styleprivacy_shelter span::before {
    left: -0.75rem;
}}



@media (min-width: 992px) {.stylecompany_overview .container {
    transform: perspective(1500px) rotateX(4deg);
}.stylecompany_overview .styletext_cube {
    padding: 80px 70px;
    margin-left: 60px;
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3), 
                    0 -8px 25px rgba(255, 255, 255, 0.1);
    transform: perspective(1000px) translateZ(20px) rotateY(-1.5deg);
}.stylecompany_overview h2 {
    font-size: calc(30px + 8px);
}.stylecompany_overview .styletext_cube::before {
    width: 8px;
}.stylecompany_overview .styletext_cube::after {
    height: 8px;
}.stylecompany_overview .styletext_cube div div {
    font-size: calc(16px + 1px);
    line-height: 1.9;
}
}



@media (max-width: 767px) {.stylecompany_overview {
    padding: 100px 0 60px;
}.stylecompany_overview .container {
    padding: 0 15px;
    transform: perspective(800px) rotateX(1deg);
}.stylecompany_overview h2 {
    font-size: 30px;
    margin-bottom: 30px;
}.stylecompany_overview .styletext_cube {
    margin-left: 0;
    border-radius: 4px;
    padding: 40px 25px;
}.stylecompany_overview .styletext_cube::before {
    width: 4px;
}.stylecompany_overview .styletext_cube::after {
    height: 4px;
}.stylecompany_overview .styletext_cube div div {
    line-height: 1.7;
    font-size: 16px;
}}



@media (max-width: 576px) {.stylethanksPage {
    padding: 3rem 0;
}.stylethanksPage h2 {
    margin-bottom: 1.2rem;
    font-size: calc(36px * 0.7);
}.stylethanksPage h2::after {
    width: 50px;
    height: 3px;
}.stylethanksPage .stylegrowth_graph {
    padding: 1.5rem;
    margin-top: 0.5rem;
}.stylethanksPage li {
    padding-left: 1.5rem;
}.stylethanksPage li::before {
    height: 8px;
    width: 8px;
    top: 0.4rem;
}.stylethanksPage li span {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}}



@media (min-width: 992px) {.styleprogram_information {
    padding: 150px 0;
}.styleprogram_information .container {
    padding: 0 40px;
}.styleprogram_information h2 {
    font-size: calc(36px * 1.3);
    max-width: 70%;
    margin-bottom: 60px;
}.styleprogram_information .styleimage_card {
    height: 550px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}.styleprogram_information .description {
    font-size: calc(14px * 1.05);
    line-height: 1.9;
}.styleprogram_information .styletext_cube {
    padding-top: 30px;
}
}



@media (max-width: 767px) {.styleprogram_information {
    padding: 80px 0;
}.styleprogram_information h2 {
    margin-bottom: 30px;
    font-size: 36px;
}.styleprogram_information .styleimage_card {
    height: 280px;
}.styleprogram_information .description {
    line-height: 1.7;
    font-size: calc(14px * 0.95);
}}



@media (hover: none) {.stylejoin_our_community .input_holder .styleenroll_instantly:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transform: none;
}.stylejoin_our_community .input_holder .styleenroll_instantly:hover::before {
    left: -100%;
}.stylejoin_our_community .input_holder input[type="email"]:focus {
    transform: none;
}
}



@media (max-width: 992px) {.styleopening_board .stylegrowth_graph {
    gap: 1rem;
    grid-template-columns: 1fr;
}.styleopening_board .styletext_cube {
    transform: translateX(0);
    animation: fadeIn 0.8s 0.2s forwards cubic-bezier(0.17, 0.67, 0.45, 1.1);
    padding: 1rem 0;
}.styleopening_board h1 {
    font-size: calc(31px * 1.1);
}.styleopening_board .styleimage_card {
    min-height: 300px;
    height: 50vh;
    max-height: 400px;
    order: -1;
    transform: perspective(1000px) rotateY(0deg) translateZ(0);
}.styleopening_board .styleimage_card:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(0) translateY(-5px);
}
}



@media (max-width: 576px) {.styleopening_board {
    padding: 3rem 0;
}.styleopening_board .stylegrowth_graph {
    padding: 0.75rem;
}.styleopening_board h1 {
    font-size: calc(31px * 0.9);
}.styleopening_board h1::after {
    width: 80%;
}.styleopening_board .stylefast_school {
    margin: 1.5rem 0;
}.styleopening_board .stylefast_school svg {
    margin-right: 1rem;
    width: 40px;
    height: 40px;
}.styleopening_board .styleimage_card {
    height: 35vh;
    min-height: 200px;
}}



@media (max-width: 480px) {header .container {
    padding: 10px 15px;
}header .styleheader_master svg {
    height: 30px;
}}



@media (max-width: 1200px) {.stylepricing_layout {
    padding: 100px 0;
}.stylepricing_layout .stylemember_fees {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
}



@media (max-width: 991px) {.stylepricing_layout {
    padding: 80px 0;
}.stylepricing_layout .stylemember_fees {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}.stylepricing_layout .stylerate_choice {
    padding: 30px 25px;
}
}



@media (max-width: 767px) {.stylepricing_layout {
    padding: 60px 0;
}.stylepricing_layout h2 {
    font-size: calc(32px - 4px);
}.stylepricing_layout .stylerate_options {
    font-size: calc(15px - 1px);
    margin-bottom: 40px;
}.stylepricing_layout .stylemember_fees {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}.stylepricing_layout .stylerate_choice h4 {
    font-size: 24px;
}.stylepricing_layout .stylepromo_rates {
    font-size: 24px;
}
}



@media (min-width: 768px) {.styletry_immediately {
    padding: 7rem 3rem;
    background: linear-gradient(120deg, rgb(181,180,217) 0%, rgb(143,145,197) 70%, rgb(181,180,217,0.5) 100%);
}.styletry_immediately::before {
    background-size: 40px 40px;
}.styletry_immediately h6 {
    font-size: calc(20px * 1.4);
    max-width: 80%;
    margin-bottom: 3rem;
}.styletry_immediately .container {
    flex-direction: column;
    align-items: center;
    display: flex;
}.styletry_immediately .stylesupport_widget {
    padding: 1rem 3rem;
}
}



@media (max-width: 767px) {.styletry_immediately {
    padding: 4rem 1.5rem;
}.styletry_immediately h6 {
    font-size: 20px;
    margin-bottom: 2rem;
}.styletry_immediately .stylesupport_widget {
    padding: 0.8rem 2rem;
}
}



@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 2fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .styleenroll_instantly {
    white-space: nowrap;
}
}



@media (max-width: 767px) {footer .stylecalc_foot {
    padding: 70px 0 30px;
}footer .stylemsg_info {
    margin-top: 0;
    margin-bottom: 40px;
}footer .info_item {
    height: auto;
    padding: 15px 20px;
}footer .info_item:nth-child(even) {
    transform: none;
}footer .styletop_mainbar, footer .subscribe_holder {
    padding: 25px 20px;
}footer .styleheader_edu h5, footer .subscribe_holder h5 {
    margin-bottom: 15px;
}footer .stylediversity {
    margin-top: 40px;
}
}



@keyframes widthPulse {
    0% {
        width: 80px;
    }
    50% {
        width: 120px;
    }
    100% {
        width: 80px;
    }
}




@keyframes lineExpand {
    0% { transform: scaleX(0); }
    100% { transform: scaleX(1); }
}



@keyframes lineGrow {
    0% { transform: scaleX(0); }
    100% { transform: scaleX(1); }
}



@keyframes pulseBar {
    0%, 100% {
        transform: scaleY(0.8);
    }
    50% {
        transform: scaleY(1);
    }
}



@keyframes floatBackground {
    0% {
        transform: skewY(-12deg) translateY(0);
    }
    50% {
        transform: skewY(-10deg) translateY(-15px);
    }
    100% {
        transform: skewY(-12deg) translateY(0);
    }
}



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



@keyframes slideIn {
  0% {
    transform: translateX(-5%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}



@keyframes pulse {
    0%, 100% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(1);
    }
    50% {
        opacity: 0.2;
        transform: rotate(-15deg) scale(1.1);
    }
}



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



@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}



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



@keyframes shiftGradient {
    0% {
        opacity: 0.05;
        transform: rotate(-15deg) skewX(-5deg) translateX(0);
    }
    100% {
        opacity: 0.15;
        transform: rotate(-12deg) skewX(-3deg) translateX(10px);
    }
}



@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
}



@keyframes containerReveal {
    0% {
        opacity: 0;
        transform: translateY(30px) rotateX(10deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

