* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}

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

.nav-core {
    flex: 1 0 auto;
}

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

header::before {
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, 
        rgb(212,198,200,0.5) 0%, 
        transparent 50%, 
        rgb(179,161,164,0.5) 100%);
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    opacity: 0.5;
}

header .main-base::before {
    background: linear-gradient(to right, 
        transparent, 
        rgb(212,198,200,0.5), 
        rgb(179,161,164,0.5), 
        rgb(212,198,200,0.5), 
        transparent);
    content: '';
    height: 1px;
    bottom: 0;
    width: 100%;
    left: 0;
    position: absolute;
}

header .main-lead::before {
    background: linear-gradient(135deg, rgb(212,198,200), rgb(179,161,164));
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    transition: opacity 0.3s ease;
    content: '';
    opacity: 0;
    z-index: -1;
    height: 100%;
}

.cookie-compl {
    flex-direction: column;
    align-items: center;
    display: flex;
    z-index: 1;
}

.cookie-updates {
    margin-bottom: 20px;
    animation: bounce 2s infinite;
}


.cookieNotificationBar h5 {
    color: rgb(212,198,200);
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 23px;
}

.cookie-tab {
    cursor: pointer;
    border-radius: 10px;
    font-size: 18px;
    text-align: center;
    background: rgb(212,198,200);
    width: calc(50% - 10px);
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
    padding: 10px 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    text-decoration: none;
    display: inline-block;
    margin: 5px;
    color: #ffffff;
}

.our-story::after {
    content: "";
    top: -50%;
    opacity: 0.5;
    background: radial-gradient(circle at center, rgb(179,161,164,0.5), transparent 70%);
    width: 100%;
    animation: orbitGlow 15s infinite alternate ease-in-out;
    border-radius: 50%;
    height: 100%;
    z-index: 2;
    right: -50%;
    position: absolute;
}

.our-story .text-bubble h5 {
    text-transform: uppercase;
    margin: 0;
    color: #ffffff;
    display: inline-block;
    letter-spacing: 1.5px;
    font-size: 19px;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 700;
}

.our-story .text-bubble > div:nth-child(2) {
    margin-bottom: 30px;
}

.our-story .text-bubble > div:nth-child(2) p::before {
    background: rgb(179,161,164);
    position: absolute;
    width: 6px;
    top: 50%;
    content: "";
    transform: translateY(-50%);
    height: 60%;
    border-radius: 3px;
    left: 0;
}

.privacy-fort {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    color: #000000;
    background-color: rgb(239,234,236);
    padding: 40px;
}

.privacy-fort h2 {
    color: rgb(179,161,164);
    font-size: 30px;
    margin-top: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}

.privacy-fort h4 {
    font-weight: 600;
    font-size: calc(21px + 2px);
}

.privacy-fort h6 {
    font-size: 21px;
    font-weight: 300;
}

.privacy-fort section {
    margin-top: 40px;
}

.privacy-fort span {
    color: rgb(179,161,164);
    font-weight: 600;
}

.connect-form {
    position: relative;
    padding: 100px 0;
}

.connect-form .reach-grid {
    grid-gap: 40px;
    display: grid;
    grid-template-columns: 1fr;
}

.connect-form .inquiry-message h3 {
    grid-column: 1 / -1;
    margin-bottom: 30px;
    font-weight: 700;
    text-align: center;
    font-size: 32px;
    color: #000000;
    position: relative;
}

.connect-form .inquiry-message div {
    flex-direction: column;
    display: flex;
    text-align: center;
    transition: all 0.3s ease;
    background: rgb(239,234,236);
    align-items: center;
    padding: 30px 20px;
    border-radius: 10px;
}

.connect-form .inquiry-message a:hover {
    color: rgb(179,161,164);
}

.connect-form form h3 {
    text-align: center;
    color: #000000;
    font-size: 32px;
    font-weight: 700;
    position: relative;
    margin-bottom: 40px;
}

.connect-form form h3 {
    grid-column: 1 / -1;
}

.connect-form form input[type="text"],
.connect-form form input[type="email"] {
    color: #000000;
    padding: 15px 20px;
    border-radius: 10px;
    width: 100%;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.connect-form .query-inquiry input[type="checkbox"]:checked::before {
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    height: 10px;
    transform: rotate(45deg);
    width: 6px;
    position: absolute;
    left: 7px;
    top: 4px;
    content: "";
}

.connect-form .connect-request {
    grid-column: 1 / -1;
    background: rgb(212,198,200);
    cursor: pointer;
    color: #ffffff;
    font-size: 19px;
    padding: 18px 20px;
    border: none;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 10px;
    font-weight: 600;
    overflow: hidden;
}

.opening-page .main-open {
    width: 100%;
    padding: 4rem 2rem;
    height: 100%;
    justify-content: center;
    z-index: 2;
    display: flex;
    position: relative;
    align-items: center;
}

.opening-page .main-open > div {
    width: 100%;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    max-width: 1200px;
}

.opening-page .main-open h3 {
    line-height: 1.5;
    max-width: 80%;
    padding: 1.5rem 2rem;
    color: #000000;
    box-shadow: 0 15px 25px -10px rgba(0, 0, 0, 0.1);
    margin: 0 0 1rem 2rem;
    font-weight: 600;
    font-size: calc(22px * 0.95);
    transform: translateX(-1rem);
    backdrop-filter: blur(5px);
    font-family: Arial, sans-serif;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    background: rgba(255, 255, 255, 0.85);
    position: relative;
    letter-spacing: 0.02em;
}

.opening-page .learn-space > div {
    padding: 3rem;
    width: 100%;
    left: 0;
    bottom: 0;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 2;
    transform: translateY(0);
    position: absolute;
}

.opening-page .title_style_header {
    line-height: 1.2;
    font-size: 44px;
    font-family: Arial, sans-serif;
    letter-spacing: -0.02em;
    font-weight: 700;
    transform: translateY(0);
    color: #ffffff;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin: 0;
    position: relative;
}

.opening-page:hover .learn-space {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.4);
}

.opening-page:hover .learn-space p::before {
    transform: scaleY(1);
}

header .top_plank {
    color:  #ffffff;
    background: rgb(212,198,200);
}

header .top_plank .best-focus {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0 10px 0;
    line-height: 21px;
    font-size: 16px;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
}

.teacher-profile::after {
    transform: rotate(25deg);
    bottom: -80px;
    background: rgb(212,198,200,0.5);
    left: -50px;
    filter: blur(60px);
    width: 250px;
    height: 250px;
    position: absolute;
    content: "";
    z-index: 0;
}

.teacher-profile .review-highlights:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.teacher-profile .review-highlights:hover::before {
    transform: scaleY(1);
}

.teacher-profile .pic-frame-wrap {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    width: 200px;
    margin: 0 auto;
    clip-path: polygon(25% 0%, 75% 0%, 100% 25%, 100% 75%, 75% 100%, 25% 100%, 0% 75%, 0% 25%);
    height: 200px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 3px solid #ffffff;
}

.teacher-profile .review-highlights:hover .name {
    transform: translateX(10px);
}

.teacher-profile .name::after {
    transition: width 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
    width: 0;
    position: absolute;
    content: "";
    height: 2px;
    background: rgb(179,161,164);
    left: 0;
    bottom: -3px;
}

.teacher-profile .exp-box {
    line-height: 1.8;
    color: #000000;
    font-size: 13px;
    transition: background-position 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    background-size: 200% 100%;
    margin: 0;
    border-radius: 10px;
    padding: 25px 20px;
    position: relative;
    background: linear-gradient(to right, #ffffff, rgb(239,234,236), #ffffff);
}

.teacher-profile .review-highlights:hover .exp-box::after {
    transform: translateX(0) translateY(0) scale(1);
    opacity: 0.7;
}

.thanksHub::before {
    opacity: 0.6;
    background-image: 
        linear-gradient(90deg, rgba(rgb(212,198,200,0.5), 0.05) 1px, transparent 1px),
        linear-gradient(0deg, rgba(rgb(212,198,200,0.5), 0.05) 1px, transparent 1px);
    height: 100%;
    transform: perspective(1000px) rotateX(5deg);
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    content: "";
    width: 100%;
    background-size: 20px 20px;
}

.thanksHub .study-classes:hover {
    box-shadow: 
        0 20px 40px -20px rgba(rgba(0, 0, 0, 0.5), 0.16),
        0 0 0 1px rgba(rgb(212,198,200,0.5), 0.12);
    transform: translateY(-5px);
}

.thanksHub .study-classes:hover::before {
    transform: scaleY(1);
}

.thanksHub h5::after {
    background: rgb(212,198,200);
    transform: translateX(0);
    width: 4rem;
    left: 0;
    height: 3px;
    content: "";
    bottom: 0;
    transition: width 0.6s ease, transform 0.6s ease;
    position: absolute;
}

.thanksHub a::before {
    transform: scaleX(0);
    width: 100%;
    bottom: 0;
    background: rgba(rgb(212,198,200,0.5), 0.3);
    z-index: 1;
    height: 1px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    transform-origin: right;
    position: absolute;
    left: 0;
}



.future-students .container {
    position: relative;
    z-index: 3;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}

.future-students h4 {
    font-size: 38px;
    padding-left: 35px;
    transform: translateZ(40px);
    font-weight: 700;
    max-width: 700px;
    position: relative;
    margin-bottom: 70px;
    color: #000000;
}

.future-students div > div {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 25px;
    transform-style: preserve-3d;
    grid-auto-rows: minmax(100px, auto);
}

.future-students p svg {
    margin-right: 20px;
    transition: all 0.3s ease;
    flex-shrink: 0;
    height: 30px;
    margin-top: 3px;
    width: 30px;
}

.future-students p svg path {
    fill: rgb(212,198,200);
    transition: fill 0.3s ease;
}

.future-students p:hover::after {
    transform: scaleX(1);
}

.future-students p:nth-child(1) {
    grid-column: 1 / span 6;
    grid-row: 1;
    z-index: 5;
}

.future-students p:nth-child(1) {
    animation-delay: 0.1s;
}

.future-students p:nth-child(3) {
    grid-row: 2;
    grid-column: 3 / span 6;
    z-index: 6;
}

.future-students p:nth-child(3) {
    animation-delay: 0.5s;
}

.future-students p:nth-child(6) {
    grid-column: 2 / span 5;
    z-index: 1;
    grid-row: 4;
}

.future-students p:nth-child(6) {
    animation-delay: 1.1s;
}

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

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

footer .info_item {
    flex: 1 1 200px;
    transition: all 0.3s ease;
    max-width: 300px;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 10px 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

footer .info_item svg {
    height: 22px;
    width: 22px;
    fill: #ffffff;
    flex-shrink: 0;
    margin-right: 15px;
}

footer .text_main_holder {
    margin-top: -30px;
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
    position: relative;
}

footer .eng-center {
    max-width: 350px;
    margin: 0 auto;
    font-size: 12px;
    color: #000000;
    line-height: 1.6;
    text-align: center;
}

footer .nav-teach h5::after {
    left: 0;
    width: 100%;
    bottom: -8px;
    content: "";
    background: linear-gradient(90deg, rgb(212,198,200), transparent);
    height: 2px;
    position: absolute;
}

footer .header-navbar a:hover {
    padding-left: 5px;
    color: rgb(212,198,200);
}

footer .header-navbar a:hover::after {
    width: 100%;
}

footer .subscribe_holder::before {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 0%, transparent 50%);
    content: "";
    pointer-events: none;
}

footer .input_holder input[type="email"] {
    padding: 15px;
    font-size: 12px;
    border-radius: 10px;
    border: none;
    transition: all 0.3s ease;
}

footer .updates-form:hover {
    background-color: rgb(179,161,164);
}

footer .study-group {
    font-size: 12px;
    color: #000000;
    text-align: center;
}

.price-card-deck .container {
    position: relative;
    padding: 0 1.5rem;
    max-width: 1320px;
    z-index: 2;
    margin: 0 auto;
}

.price-card-deck .basic-rates {
    flex-direction: column-reverse;
    display: flex;
    gap: 2.5rem;
}

.price-card-deck .cost-plan:hover {
    transform: translateY(-5px);
}

.price-card-deck .cost-plan h2::after {
    left: 0;
    height: 3px;
    transform-origin: left;
    position: absolute;
    content: "";
    transition: transform 0.5s ease;
    bottom: -10px;
    transform: scaleX(1);
    background: rgb(212,198,200);
    width: 80px;
}

.price-card-deck .indv-sub {
    text-decoration: none;
    display: block;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    height: 100%;
    overflow: hidden;
}

.price-card-deck .price-choices {
    flex-direction: column;
    flex-grow: 1;
    display: flex;
    padding: 2rem;
    min-height: 280px;
}

.price-card-deck .cost-levels {
    font-size: calc(19px + 0.3rem);
    margin: 0.5rem 0 1.25rem;
    position: relative;
    font-weight: 700;
    display: block;
    color: rgb(212,198,200);
}

.price-card-deck .pic-frame-wrap {
    height: 220px;
    position: relative;
    transform: scale(1);
    transition: transform 0.6s ease-out;
    width: 100%;
}

.sign-up {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(179,161,164,0.5), rgb(212,198,200));
    padding: 4rem 0;
}

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

.sign-up .study-classes {
    transform: perspective(1000px) rotateY(-2deg);
    background: rgba(255, 255, 255, 0.08);
    position: relative;
    flex-direction: column;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    gap: 2rem;
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-left: 4px solid rgb(212,198,200);
    display: flex;
    padding: 3rem;
}

.sign-up .start-classes {
    padding: 1.2rem 1.5rem;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.1);
    width: 100%;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-size: 13px;
}

.sign-up .updates-form::before {
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    transform: translateX(-100%);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    width: 100%;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.course-program-description .container {
    max-width: 1280px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}

.course-program-description h2::before {
    top: 15%;
    background: linear-gradient(to bottom, rgb(212,198,200), rgb(179,161,164));
    position: absolute;
    width: 6px;
    content: "";
    height: 70%;
    left: 0;
}

.course-program-description .learn-development {
    position: relative;
    gap: 30px;
    transform: translateZ(0);
    grid-template-columns: 1fr;
    display: grid;
}

.course-program-description .pic-frame-wrap:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}

.course-program-description .text-bubble {
    padding: 35px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    max-height: 500px;
    transform: perspective(1000px) rotateY(-2deg);
    overflow-y: auto;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    background: #ffffff;
}


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



@media (max-width: 767px) {header {
    padding: 0.8rem 0;
}header .top-expert {
    gap: 0.7rem;
    padding: 0.7rem;
}header .main-base svg {
    width: 120px;
}header .nav-teach {
    padding: 0.4rem;
    gap: 0.3rem;
}header .main-lead {
    padding: 0.3rem 0.7rem;
    font-size: calc(16px - 2px);
}
}



@media (max-width: 992px) {.our-story {
    padding: 80px 0;
}.our-story .text-bubble {
    padding: 40px 30px;
}.our-story .text-bubble > div:nth-child(2) p {
    font-size: calc(19px * 1.1);
}
}



@media (max-width: 768px) {.our-story {
    padding: 60px 0;
}.our-story .text-bubble {
    padding: 30px 20px;
    transform: perspective(1000px) rotateY(0deg);
}.our-story .text-bubble h5 {
    font-size: calc(19px * 0.9);
}.our-story .text-bubble > div:nth-child(2) p {
    font-size: 19px;
}.our-story .text-bubble ol li {
    font-size: calc(16px * 0.95);
    line-height: 1.7;
}
}



@media (max-width: 992px) {.connect-form {
    padding: 80px 0;
}.connect-form .inquiry-message {
    padding: 35px;
}.connect-form .query-panel {
    padding: 35px;
}
}



@media (max-width: 768px) {.connect-form {
    padding: 60px 0;
}.connect-form .inquiry-message {
    grid-template-columns: repeat(2, 1fr);
    padding: 30px;
}.connect-form .query-panel {
    padding: 30px;
}.connect-form form {
    grid-gap: 20px;
    grid-template-columns: 1fr;
}.connect-form .inquiry-message h3,
    .connect-form form h3 {
    font-size: calc(32px * 0.85);
    margin-bottom: 30px;
}
}



@media (max-width: 767px) {.opening-page .main-open {
    padding: 2.5rem 1rem;
}.opening-page .main-open > div {
    transform: perspective(800px) rotateX(1deg);
}.opening-page .main-open h3 {
    padding: 1rem;
    margin: 0 0 1rem 0;
    font-size: calc(20px * 1.1);
    max-width: 100%;
}.opening-page .learn-space {
    height: 50vh;
}.opening-page .learn-space > div {
    padding: 1.5rem;
}.opening-page .learn-space p {
    padding: 0.5rem 1rem;
    max-width: 100%;
    margin: 0 0 1rem;
    font-size: calc(13px * 0.9);
}.opening-page .title_style_header {
    font-size: calc(36px * 1.1);
}.opening-page .title_style_header::after {
    width: 6rem;
    height: 3px;
    bottom: -0.75rem;
}
}



@media (max-width: 767px) {.teacher-profile {
    padding: 80px 0;
}.teacher-profile .review-highlights {
    padding: 30px 25px;
    gap: 20px;
}.teacher-profile .pic-frame-wrap {
    height: 150px;
    width: 150px;
}.teacher-profile .name {
    font-size: 23px;
    text-align: center;
}.teacher-profile .review-highlights > div:nth-child(2) {
    text-align: center;
}.teacher-profile .review-highlights > div:nth-child(2) > div {
    font-size: calc(13px * 0.9);
}.teacher-profile .exp-box {
    font-size: calc(13px * 0.95);
    padding: 20px 15px;
    line-height: 1.7;
}}



@media (max-width: 480px) {.thanksHub {
    padding: 3rem 0;
}.thanksHub .study-classes {
    padding: 2rem 1.5rem;
}.thanksHub h5 {
    font-size: calc(18px * 0.9);
}.thanksHub p {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}}



@media screen and (max-width: 768px) {.future-students {
    padding: 80px 0 70px;
}.future-students h4 {
    margin-bottom: 50px;
    padding-left: 25px;
    font-size: calc(38px * 0.7);
}.future-students h4::before {
    width: 6px;
}.future-students div > div {
    gap: 15px;
    grid-template-columns: 1fr;
}.future-students p {
    padding: 20px;
    grid-column: 1 !important;
    grid-row: auto !important;
}.future-students p svg {
    height: 25px;
    margin-right: 15px;
    width: 25px;
}}



@media (max-width: 576px) {footer .contact-links {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}footer .nav-teach h5, footer .subscribe_holder h5 {
    font-size: calc(22px - 2px);
}footer .header-navbar a {
    flex: 1 0 100%;
}footer .input_holder input[type="email"],
    footer .updates-form {
    padding: 12px;
}}



@media (max-width: 767px) {.price-card-deck {
    padding: 4rem 0;
}.price-card-deck .price-choices {
    min-height: 240px;
    padding: 1.5rem;
}.price-card-deck .pic-frame-wrap {
    height: 180px;
}.price-card-deck .cost-plan {
    padding: 1.5rem;
}.price-card-deck .cost-plan h2 {
    font-size: calc(32px - 0.2rem);
}.price-card-deck .fee-plan {
    font-size: calc(13px - 0.1rem);
}}



@media (min-width: 768px) {.course-program-description {
    padding: 150px 0;
}.course-program-description h2 {
    margin-left: 40px;
    padding-left: 30px;
    font-size: calc(29px * 1.1);
}.course-program-description h2::before {
    width: 8px;
}.course-program-description .learn-development {
    align-items: center;
    grid-template-columns: 40% 60%;
}.course-program-description .pic-frame-wrap {
    transform: perspective(1000px) rotateY(3deg) translateX(20px);
    height: 450px;
}.course-program-description .text-bubble {
    transform: perspective(1000px) rotateY(-3deg) translateX(-20px);
    max-height: 450px;
}
}



@media (max-width: 767px) {.course-program-description {
    padding: 80px 0;
}.course-program-description h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 40px;
}.course-program-description .pic-frame-wrap {
    height: 280px;
}.course-program-description .text-bubble {
    max-height: 400px;
    padding: 25px;
}.course-program-description .description {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}
}



@keyframes orbitGlow {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 0.4;
    }
    100% {
        transform: rotate(360deg) scale(1.2);
        opacity: 0.6;
    }
}



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

@keyframes rotateBlob {
    0% {
        border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
        transform: rotate(-15deg);
    }
    50% {
        border-radius: 45% 55% 52% 48% / 56% 48% 52% 44%;
        transform: rotate(10deg);
    }
    100% {
        border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
        transform: rotate(-15deg);
    }
}

