
@media (max-width: 575.98px) {
    .contact-img img{
        width: 100px;
        height: 100px;
    }
    .footer-area .footer-top {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .farms-area,
    .banner-area .banner-item {
        height: 350px;
    }

    .page-title-area{
        height: 300px;
    }

    .farms-area .col-lg-7 .farms-content span,
    .banner-area .banner-item .banner-content span {
        font-size: 16px;
    }

    .page-title-area .page-title-content .title,
    .farms-area .farms-content .title,
    .banner-area .banner-item .banner-content .title {
        font-size: 30px;
        line-height: 30px;
    }

    .banner-area .banner-item .banner-content p {
        font-size: 18px;
    }

    .banner-area .banner-item .banner-content ul li {
        margin-bottom: 20px;
    }
}


@media (min-width: 576px) and (max-width: 767.98px) {
    .footer-area .footer-top {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .farms-area,
    .banner-area .banner-item {
        height: 350px;
    }

    .page-title-area{
        height: 320px;
    }

    .farms-area .col-lg-7 .farms-content span,
    .banner-area .banner-item .banner-content span {
        font-size: 16px;
    }

    .page-title-area .page-title-content .title,
    .farms-area .farms-content .title,
    .banner-area .banner-item .banner-content .title {
        font-size: 35px;
        line-height: 35px;
    }

    .banner-area .banner-item .banner-content p {
        font-size: 22px;
    }

    .banner-area .banner-item .banner-content ul li {
        margin-bottom: 24px;
    }
}


@media (min-width: 768px) and (max-width: 991.98px) {
    .footer-area .footer-top {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .farms-area,
    .banner-area .banner-item {
        height: 420px;
    }

    .page-title-area{
        height: 330px;
    }

    .farms-area .col-lg-7 .farms-content span,
    .banner-area .banner-item .banner-content span {
        font-size: 18px;
    }

    .page-title-area .page-title-content .title,
    .farms-area .farms-content .title,
    .banner-area .banner-item .banner-content .title {
        font-size: 38px;
        line-height: 38px;
    }

    .banner-area .banner-item .banner-content p {
        font-size: 24px;
    }

    .banner-area .banner-item .banner-content ul li {
        margin-bottom: 25px;
    }
}


@media (min-width: 992px) and (max-width: 1199.98px) {
    .footer-area .footer-top {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .farms-area,
    .banner-area .banner-item {
        height: 450px;
    }
    .page-title-area{
        height:350px;
    }

    .farms-area .col-lg-7 .farms-content span,
    .banner-area .banner-item .banner-content span {
        font-size: 20px;
    }

    .page-title-area .page-title-content .title,
    .farms-area .farms-content .title,
    .banner-area .banner-item .banner-content .title {
        font-size: 40px;
        line-height: 40px;
    }

    .banner-area .banner-item .banner-content p {
        font-size: 25px;
    }

    .banner-area .banner-item .banner-content ul li {
        margin-bottom: 26px;
    }
}


@media (min-width: 1200px) and (max-width: 1399.98px) {
    .footer-area .footer-top {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .farms-area,
    .banner-area .banner-item {
        height: 500px;
    }
    .page-title-area{
        height: 380px;
    }

    .farms-area .col-lg-7 .farms-content span,
    .banner-area .banner-item .banner-content span {
        font-size: 22px;
    }

    .page-title-area .page-title-content .title,
    .farms-area .farms-content .title,
    .banner-area .banner-item .banner-content .title {
        font-size: 43px;
        line-height: 43px;
    }

    .banner-area .banner-item .banner-content p {
        font-size: 25px;
    }

    .banner-area .banner-item .banner-content ul li {
        margin-bottom: 26px;
    }
}


@media (min-width: 1400px) {
    .footer-area .footer-top {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .farms-area,
    .banner-area .banner-item {
        height: 550px;
    }
    .page-title-area{
        height: 420px;
    }

    .farms-area .col-lg-7 .farms-content span,
    .banner-area .banner-item .banner-content span {
        font-size: 25px;
    }

    .page-title-area .page-title-content .title,
    .farms-area .farms-content .title,
    .banner-area .banner-item .banner-content .title {
        font-size: 45px;
        line-height: 45px;
    }

    .banner-area .banner-item .banner-content p {
        font-size: 27px;
    }

    .banner-area .banner-item .banner-content ul li {
        margin-bottom: 26px;
    }
}

.banner-area {
    padding-top: 50px;
}

.banner-content{
    margin-left: 100px;
}

/* Banner Area Responsive Styles */
.banner-content {
    padding: 30px 0;
}

.banner-content .title {
    font-size: 48px;
    margin-bottom: 20px;
}


@media (max-width: 991px) {
    .banner-content {
        padding: 20px 0;
    }

    .banner-content .title {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .banner-content {
        text-align: center;
        padding: 15px 0;
    }

    .banner-content .title {
        font-size: 28px;
    }
}

/* Video Carousel Styles */
.carousel-item .card-video {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.carousel-indicators {
    bottom: -40px;
    margin: 0;
    padding: 0;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ddd;
    margin: 0 6px;
    border: none;
    opacity: 1;
    transition: all 0.3s ease;
}

.carousel-indicators li:hover {
    background-color: #ff5e14;
    opacity: 0.8;
}

.carousel-indicators .active {
    background-color: #ff5e14;
    width: 12px;
    height: 12px;
}

.gallery-item-new {
    padding: 10px;
    transition: all 0.3s ease;
}

.gallery-item-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    box-shadow:
        0 4px 15px rgba(0, 0, 0, 0.2),
        0 1px 3px rgba(0, 0, 0, 0.1),
        inset 0 0 0 1px rgba(255,255,255,0.8);
    height: 250px;
    background: linear-gradient(135deg, #f8f8f8 0%, #ffffff 50%, #f0f0f0 100%);
    border: 8px solid #fff;
    transform: rotate(-1deg);
    transition: all 0.3s ease;
}

.gallery-item-wrapper:hover {
    transform: rotate(0deg) scale(1.02);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 2px 8px rgba(0, 0, 0, 0.15);
}

.gallery-item-wrapper img {
    object-fit: cover;
    transition: transform 0.3s ease;
    filter: contrast(1.05) brightness(1.02);
}

.gallery-row {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

@media (max-width: 767px) {
    .gallery-item-new {
        padding: 5px;
    }
    .gallery-row {
        margin: -5px;
    }
    .gallery-item-wrapper {
        height: 180px;
    }
    .gallery-item-wrapper img {
        height: 100%;
        object-fit: cover;
    }
    .gallery-item-new:nth-child(odd) {
        margin-top: 20px;
    }
    .gallery-item-new:nth-child(even) {
        margin-top: 0;
    }
    .gallery-item-new:nth-child(n+3) {
        margin-top: 20px;
    }
    .gallery-item-new:nth-child(n+4) {
        margin-top: 0;
    }
    .gallery-item-new:nth-child(n+5) {
        margin-top: 20px;
    }
    .gallery-item-new:nth-child(n+6) {
        margin-top: 0;
    }
    .gallery-item-new:nth-child(n+7) {
        margin-top: 20px;
    }
    .gallery-item-new:nth-child(n+8) {
        margin-top: 0;
    }
}


.gallery-item-new:nth-child(odd) {
    margin-top: 20px;
}

.gallery-item-new:nth-child(even) {
    margin-top: -20px;
}

@media (max-width: 576px) {
    .gallery-item {
        height: auto !important;
        padding: 0;
        display: flex;
        align-items: stretch;
    }
    .gallery-item img {
        height: 180px;
        object-fit: cover;
        width: 100%;
    }
}


@media (max-width: 576px) {
    .cat-1.cat-2.cat-4.row {
        margin: 0;
    }

    .cat-1.cat-2.cat-4.row > div {
        padding: 5px;
    }

    .cat-1.cat-2.cat-4.row .gallery-item {
        margin-bottom: 0;
    }

    .cat-1.cat-2.cat-4.row .gallery-item img {
        height: 180px;
        object-fit: cover;
    }
}

@media (min-width: 992px) {
    .navbar-toggler {
        display: none;
    }
}

@media (max-width: 767px) {
    .gallery-item-new {
        padding: 5px;
    }
    .gallery-row {
        margin: -5px;
    }
    .gallery-item-wrapper {
        height: 180px;
    }
    .gallery-item-wrapper img {
        height: 100%;
        object-fit: cover;
    }
    .gallery-item-new:nth-child(odd) {
        margin-top: 20px;
    }
    .gallery-item-new:nth-child(even) {
        margin-top: 0;
    }
    .gallery-item-new:nth-child(n+3) {
        margin-top: 20px;
    }
    .gallery-item-new:nth-child(n+4) {
        margin-top: 0;
    }
    .gallery-item-new:nth-child(n+5) {
        margin-top: 20px;
    }
    .gallery-item-new:nth-child(n+6) {
        margin-top: 0;
    }
    .gallery-item-new:nth-child(n+7) {
        margin-top: 20px;
    }
    .gallery-item-new:nth-child(n+8) {
        margin-top: 0;
    }
}

.gallery-item-new:nth-child(4n+1), .gallery-item-new:nth-child(4n+2), .gallery-item-new:nth-child(4n+3), .gallery-item-new:nth-child(4n+4) {
    margin-bottom: -5px;
}

.gallery-box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    box-shadow:
        0 8px 25px rgba(0, 0, 0, 0.15),
        0 2px 8px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255,255,255,0.9);
    background: #ffffff;
    border: 12px solid #fff;
    transition: all 0.4s ease;
    margin: 10px;
}

.gallery-box:hover {
    transform: scale(1.05);
    box-shadow:
        0 12px 35px rgba(0, 0, 0, 0.25),
        0 4px 12px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255,255,255,1);
}

.gallery-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    filter: contrast(1.1) brightness(1.05) saturate(1.1);
}


.gallery-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 50%, rgba(0,0,0,0.05) 100%);
    pointer-events: none;
    z-index: 1;
}

.gallery-box::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border: 1px solid rgba(255,255,255,0.3);
    pointer-events: none;
    z-index: 2;
}


.gallery-box:hover {
    transform: scale(1.05) !important;
}


@media (max-width: 767px) {
    .gallery-box {
        border: 8px solid #fff;
        margin: 5px;
    }

    .gallery-box:hover {
        transform: scale(1.03) !important;
    }
}


.gallery-item-new:nth-child(odd) .gallery-item-wrapper {
    transform: rotate(-1.5deg);
}

.gallery-item-new:nth-child(even) .gallery-item-wrapper {
    transform: rotate(1deg);
}

.gallery-item-new:nth-child(3n) .gallery-item-wrapper {
    transform: rotate(-0.5deg);
}

.gallery-item-new:nth-child(4n) .gallery-item-wrapper {
    transform: rotate(1.5deg);
}

.gallery-item-new:nth-child(5n) .gallery-item-wrapper {
    transform: rotate(-2deg);
}

.gallery-item-new:nth-child(6n) .gallery-item-wrapper {
    transform: rotate(0.5deg);
}

.gallery-item-new:nth-child(7n) .gallery-item-wrapper {
    transform: rotate(-1deg);
}

.gallery-item-new:nth-child(8n) .gallery-item-wrapper {
    transform: rotate(2deg);
}


.gallery-item-new:hover .gallery-item-wrapper {
    transform: rotate(0deg) scale(1.02) !important;
}


.gallery-item-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 50%, rgba(0,0,0,0.05) 100%);
    pointer-events: none;
    z-index: 1;
}

.gallery-item-wrapper::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border: 1px solid rgba(255,255,255,0.3);
    pointer-events: none;
    z-index: 2;
}


.gallery-item-wrapper img {
    filter: contrast(1.1) saturate(1.05) brightness(1.02);
}


@media (max-width: 767px) {
    .gallery-item-wrapper {
        border: 4px solid #fff;
        transform: rotate(0deg) !important;
    }

    .gallery-item-wrapper:hover {
        transform: scale(1.05) !important;
    }


    .gallery-item-new .gallery-item-wrapper {
        transform: rotate(0deg);
    }
}


.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    box-shadow:
        0 4px 15px rgba(0, 0, 0, 0.2),
        0 1px 3px rgba(0, 0, 0, 0.1),
        inset 0 0 0 1px rgba(255,255,255,0.8);
    background: linear-gradient(135deg, #f8f8f8 0%, #ffffff 50%, #f0f0f0 100%);
    border: 8px solid #fff;
    transform: rotate(-1deg);
    transition: all 0.3s ease;
    height: 250px;
}

.gallery-item:hover {
    transform: rotate(0deg) scale(1.02);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 2px 8px rgba(0, 0, 0, 0.15);
}

.gallery-item img {
    width: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    filter: contrast(1.1) saturate(1.05) brightness(1.02);
}


.gallery-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 50%, rgba(0,0,0,0.05) 100%);
    pointer-events: none;
    z-index: 1;
}

.gallery-item::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border: 1px solid rgba(255,255,255,0.3);
    pointer-events: none;
    z-index: 2;
}


.cat-1.cat-2.cat-4 .col-lg-6:nth-child(odd) .gallery-item {
    transform: rotate(-1.5deg);
}

.cat-1.cat-2.cat-4 .col-lg-6:nth-child(even) .gallery-item {
    transform: rotate(1deg);
}

.cat-1.cat-2.cat-4 .col-lg-6:nth-child(3n) .gallery-item {
    transform: rotate(-0.5deg);
}

.cat-1.cat-2.cat-4 .col-lg-6:nth-child(4n) .gallery-item {
    transform: rotate(1.5deg);
}

.cat-1.cat-2.cat-4 .col-lg-6:hover .gallery-item {
    transform: rotate(0deg) scale(1.02) !important;
}


@media (max-width: 767px) {
    .gallery-item {
        border: 4px solid #fff;
        transform: rotate(0deg) !important;
        height: 150px;
    }

    .gallery-item:hover {
        transform: scale(1.05) !important;
    }


    .cat-1.cat-2.cat-4 .col-lg-6 .gallery-item {
        transform: rotate(0deg);
    }
}


.gallery-page-area .row {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.gallery-page-area .col-lg-3 {
    padding: 10px;
    transition: all 0.3s ease;
}


.gallery-page-area .col-lg-3:nth-child(odd) {
    margin-top: 20px;
}

.gallery-page-area .col-lg-3:nth-child(even) {
    margin-top: -20px;
}

.gallery-page-area .col-lg-3:nth-child(3n) {
    margin-top: 10px;
}

.gallery-page-area .col-lg-3:nth-child(4n) {
    margin-top: -10px;
}

.gallery-page-area .col-lg-3:nth-child(5n) {
    margin-top: 15px;
}

.gallery-page-area .col-lg-3:nth-child(6n) {
    margin-top: -15px;
}

.gallery-page-area .col-lg-3:nth-child(7n) {
    margin-top: 5px;
}

.gallery-page-area .col-lg-3:nth-child(8n) {
    margin-top: -5px;
}


@media (max-width: 767px) {
    .gallery-page-area .row {
        margin: -5px;
    }

    .gallery-page-area .col-lg-3 {
        padding: 5px;
    }

    .gallery-page-area .col-lg-3:nth-child(odd),
    .gallery-page-area .col-lg-3:nth-child(even){
        margin-top: 0;
    }
}


.gallery-page-area .gallery-item {
    position: relative !important;
    overflow: hidden !important;
    border-radius: 0 !important;
    box-shadow:
        0 4px 15px rgba(0, 0, 0, 0.2),
        0 1px 3px rgba(0, 0, 0, 0.1),
        inset 0 0 0 1px rgba(255,255,255,0.8) !important;
    background: linear-gradient(135deg, #f8f8f8 0%, #ffffff 50%, #f0f0f0 100%) !important;
    border: 8px solid #fff !important;
    transform: rotate(-1deg) !important;
    transition: all 0.3s ease !important;
    height: 250px !important;
    padding: 0 !important;
}

.gallery-page-area .col-lg-3:hover .gallery-item {
    transform: rotate(0deg) scale(1.02) !important;
}

.gallery-page-area .gallery-item:hover {
    transform: rotate(0deg) scale(1.02) !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 2px 8px rgba(0, 0, 0, 0.15) !important;
}

.gallery-page-area .gallery-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.3s ease !important;
    filter: contrast(1.1) saturate(1.05) brightness(1.02) !important;
    border: none !important;
}


.gallery-page-area .gallery-item::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(45deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 50%, rgba(0,0,0,0.05) 100%) !important;
    pointer-events: none !important;
    z-index: 1 !important;
}

.gallery-page-area .gallery-item::after{
    content: '' !important;
    position: absolute !important;
    top: 2px !important;
    left: 2px !important;
    right: 2px !important;
    bottom: 2px !important;
    border: 1px solid rgba(255,255,255,0.3) !important;
    pointer-events: none !important;
    z-index: 2 !important;
}


.gallery-page-area .col-lg-3:nth-child(odd) .gallery-item {
    transform: rotate(-1.5deg) !important;
}

.gallery-page-area .col-lg-3:nth-child(even) .gallery-item {
    transform: rotate(1deg) !important;
}

.gallery-page-area .col-lg-3:hover .gallery-item {
    transform: rotate(0deg) scale(1.02) !important;
}

@media (max-width: 576px) {
    .gallery-page-area .gallery-item {
        border: 4px solid #fff !important;
        transform: rotate(0deg) !important;
        height: 150px !important;
    }

    .gallery-page-area .gallery-item img {
        object-fit: cover !important;
    }
}

@media (max-width: 767px) {
    .gallery-page-area .gallery-item{
        border: 4px solid #fff !important;
        transform: rotate(0deg) !important;
        height: 180px !important;
    }


    .gallery-page-area .col-lg-3:nth-child(odd) .gallery-item,
    .gallery-page-area .col-lg-3:nth-child(even) .gallery-item{
        transform: rotate(0deg) !important;
    }

    .features-3-item-area .row {
        display: flex;
        flex-direction: column;
    }

    .features-3-item-area .image-content {
        order: 1 !important;
    }

    .features-3-item-area .text-content {
        order: 2 !important;
    }
}

@media (min-width: 768px) {
    .features-3-item-area .row {
        display: flex;
        flex-direction: row;
    }

    .features-3-item-area .image-content,
    .features-3-item-area .text-content {
        order: unset;
    }
}

.contact-button a.back-to-top{
    display: none;
    color: #fff;
    width: 50px;
    text-align: center;
}
.back-to-top:hover {
    color: #fff;       /* 改文字/图标颜色 */
    transition: all 0.3s ease; /* 平滑过渡效果 */
}

.back-to-top-c{
    width: 100%;
    display: flex;
    justify-content: end;
    margin-bottom: 5%;
}

.contact-button {
    /* display: flex; */
    position: fixed;
    bottom: 3%;
    right: 1.95%;
    z-index: 999;
}

.contact-button .input-group,
.contact-button .input-group .form-control{
    height: 100%;
}

.contact-button a,
.contact-button form
 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    width: 120px;
    height: 50px;
    line-height: 50px;
    background: linear-gradient(120deg, #6cbe03 40%, #f4a700 80%);
    box-shadow: 0 6px 10px rgba(108, 190, 3, 0.4), 0 4px 6px rgba(0, 0, 0, 0.5), 0 2px 4px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    color: white;
    transition: all 0.3s ease;
    cursor: pointer;
}

.contact-button a:hover {
    box-shadow: 0 10px 35px rgba(108, 190, 3, 0.5), 0 6px 25px rgba(0, 0, 0, 0.6), 0 3px 12px rgba(0, 0, 0, 0.4);
    background: linear-gradient(135deg, #5aa802, #027007);
}

.contact-logo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.contact-text {
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
}


.contact-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
}

.contact-modal-content {
    background-color: white;
    margin: 5% auto;
    padding: 0;
    border-radius: 15px;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    animation: modalSlideIn 0.3s ease-out;
}

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

.contact-modal-header {
    background: linear-gradient(135deg, #6cbe03, #038308);
    padding: 25px 30px;
    border-radius: 15px 15px 0 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-logo {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 3px solid white;
}

.close-modal {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}

.close-modal:hover {
    transform: translateY(-50%) scale(1.2);
}

.contact-modal-body {
    padding: 30px;
}

.contact-modal-body h3 {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}

.contact-modal-body p {
    color: #666;
    font-size: 16px;
    margin-bottom: 25px;
    text-align: center;
}

.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-form label {
    display: block;
    margin-bottom: 8px;
    color: #333;
    font-weight: 600;
    font-size: 14px;
}

.contact-form input {
    width: 100%;
    padding: 15px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.contact-form input:focus {
    outline: none;
    border-color: #6cbe03;
    box-shadow: 0 0 0 3px rgba(108, 190, 3, 0.1);
}

.contact-form .submit-btn {
    width: 100%;
    padding: 15px;
    background: linear-gradient(135deg, #6cbe03, #038308);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.contact-form .submit-btn:hover {
    background: linear-gradient(135deg, #5aa802, #027007);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(108, 190, 3, 0.3);
}


@media (max-width: 768px) {
    #floating-ad {
        width: 90px;
        height: 90px;
        bottom: 140px;
        right: 30px;
    }
    #floating-ad div {
        font-size: 0.9em;
    }
    .carousel-indicators {
        bottom: -30px;
    }
    .banner-content {
        margin-left: 0;
    }
    .banner-detail {
        display: none !important;
    }
    .gallery-item-new {
        padding: 8px;
    }

    .gallery-item-wrapper img {
        height: 200px;
    }

    .gallery-item-new:nth-child(odd),
    .gallery-item-new:nth-child(even) {
        margin-top: 0;
    }

    .gallery-item-new:nth-child(3n+1) {
        margin-top: 15px;
    }

    .gallery-item-new:nth-child(3n+2) {
        margin-top: -15px;
    }
    .contact-button {
        bottom: 20px;
        right: 20px;
    }

    .contact-button a {
        width: 80px;
        height: 80px;
    }

    .contact-logo {
        width: 35px;
        height: 35px;
    }

    .contact-text {
        font-size: 11px;
    }

    .contact-modal-content {
        margin: 5% auto;
        width: 95%;
    }

    .contact-modal-header {
        padding: 20px 25px;
    }

    .modal-logo {
        width: 55px;
        height: 55px;
    }

    .contact-modal-body {
        padding: 25px 20px;
    }

    .contact-modal-body h3 {
        font-size: 20px;
    }

    .contact-modal-body p {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .contact-button {
        bottom: 15px;
        right: 15px;
    }

    .contact-button a {
        width: 80px;
        height: 50px;
    }
    .contact-button a.back-to-top{
        width: 40px;
    }

    .contact-logo {
        width: 30px;
        height: 30px;
    }

    .contact-text {
        font-size: 10px;
    }

    .contact-modal-content {
        margin: 5% auto;
        width: 98%;
    }

    .contact-modal-header {
        padding: 15px 20px;
    }

    .modal-logo {
        width: 45px;
        height: 45px;
    }

    .contact-modal-body {
        padding: 20px 15px;
    }
}


@media (max-width: 767px) {
    .features-4-item-row .col-lg-3 > div {
        flex-direction: row !important;
        align-items: flex-start !important;
        padding: 10px !important;
        background: white !important;
        border: 2px solid #0b5e00 !important;
        border-radius: 10px !important;
        box-shadow: 0 4px 15px rgba(22, 142, 7, 0.08) !important;
    }
    .features-4-item-row .col-lg-3 > div > div:first-child {
        width: 35px !important;
        height: 35px !important;
        margin-right: 10px !important;
        margin-bottom: 0 !important;
    }
    .features-4-item-row .col-lg-3 > div > div:first-child i {
        font-size: 1em !important;
    }
    .features-4-item-row .col-lg-3 > div h4 {
        font-size: 1em !important;
        margin-bottom: 4px !important;
        text-align: left !important;
    }
    .features-4-item-row .col-lg-3 > div p {
        font-size: 0.85em !important;
        line-height: 1.3 !important;
        text-align: left !important;
    }
    .contact-button a.back-to-top {
        display: none !important;
    }
}


.modal-content {
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.18);
    overflow: hidden;
    border: none;
}

.modal-header-custom {
    background: #ffe066;
    padding: 18px 28px 12px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-header-custom-title {
    color: #0b5e00;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
}

.modal-header-custom select {
    background: #fff;
    color: #0b5e00;
    border: none;
    border-radius: 6px;
    font-weight: bold;
    padding: 4px 16px;
    font-size: 15px;
    outline: none;
}

.modal-header-custom .close {
    color: #0b5e00;
    font-size: 28px;
    font-weight: bold;
    opacity: 1;
    margin-left: 8px;
}

.modal-table-area {
    background: #f6fff6;
    padding: 0;
}

.modal-table-area table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 16px;
}

.modal-table-area thead tr {
    background: #0b5e00;
    color: #fff;
    font-weight: bold;
}

.modal-table-area th {
    padding: 14px 0 10px 32px;
    text-align: left;
    border: none;
    font-size: 15px;
    letter-spacing: 1px;
}

.modal-table-area th:last-child,
.modal-table-area td:last-child {
    text-align: right;
    padding-right: 32px;
}

.modal-table-area td {
    padding: 13px 0 13px 32px;
    color: #222;
}

.modal-table-area tbody tr:nth-child(even) {
    background: #fff;
}

.modal-table-area tbody tr:nth-child(odd) {
    background: #f6fff6;
}

.modal-footer-custom {
    padding: 10px 24px 16px 24px;
    background: #fff;
    border-radius: 0 0 18px 18px;
    font-size: 13px;
    color: #888;
    text-align: center;
    border-top: none;
}

.modal-footer-custom .btn {
    margin-top: 10px;
    background: #0b5e00;
    color: #fff;
    border: none;
    padding: 8px 32px;
    font-weight: 600;
    border-radius: 25px;
    font-size: 15px;
}


.price-btn-custom {
    background: #fff;
    color: #0b5e00;
    border-radius: 10px;
    font-size: 1.1rem;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 28px;
    letter-spacing: 1px;
    box-shadow: 0 2px 8px rgba(22,142,7,0.13), 0 4px 16px rgba(0,0,0,0.06);
    transition: all 0.18s cubic-bezier(.4,2,.6,1);
    cursor: pointer;
    border-bottom: 4px solid #0e5c04;
    border-left: 2px solid #b6e2c2;
    border-top: 2px solid #b6e2c2;
    border-right: 2px solid #0e5c04;
}

.price-btn-custom:hover {
    background: #f6fff6;
    color: #0b5e00;
    box-shadow: 0 6px 24px rgba(22,142,7,0.18), 0 1.5px 6px rgba(0,0,0,0.10);
    transform: translateY(-2px) scale(1.04);
    border-bottom: 2px solid #b6e2c2;
    border-left: 2px solid #b6e2c2;
    border-top: 2px solid #b6e2c2;
    border-right: 2px solid #b6e2c2;
}


#priceBtn:hover {
    transform: scale(1.05) !important;
    box-shadow: 0 12px 35px rgba(255, 215, 0, 0.6) !important;
    background: linear-gradient(135deg, #ffed4e, #ffd700) !important;
}

#priceBtn:active {
    transform: scale(0.95) !important;
}


.custom-video-container {
    position: relative;
    width: 100%;
    height: 250px;
}

.video-thumbnail {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
}

.video-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.custom-play-button {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #6cbe03, #038308);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 4px 15px rgba(108, 190, 3, 0.3), 0 0 0 3px rgba(255, 215, 0, 0.6);
    z-index: 10;
    border: 2px solid #ffd700;
}


.video-thumbnail:hover .custom-play-button {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(108, 190, 3, 0.4), 0 0 0 4px rgba(255, 215, 0, 0.8);
    border: 3px solid #ffd700;
}

.video-thumbnail:hover .custom-play-button::before {
    opacity: 0.6;
    transform: scale(1.8);
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.4;
    }
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}



.video-thumbnail:hover .custom-play-button::after {
    animation: pulse 1.5s infinite;
}

.custom-play-button i {
    color: white;
    font-size: 20px;
    margin-left: 3px;
}

.youtube-iframe {
    border-radius: 8px;
}

.card-video {
    width: 100%;
    height: 250px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.video-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    color: white;
    padding: 20px 15px 15px;
    font-size: 16px;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.video-description {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    color: rgba(255, 255, 255, 0.9);
    padding: 40px 15px 15px;
    font-size: 14px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}


@media (max-width: 767px) {
    .custom-video-container {
        height: 200px;
    }

    .custom-play-button {
        width: 50px;
        height: 50px;
    }

    .custom-play-button i {
        font-size: 16px;
    }

    .card-video {
        height: 200px;
    }

    .video-title {
        font-size: 14px;
        padding: 15px 12px 10px;
    }

    .video-description {
        font-size: 12px;
        padding: 30px 12px 10px;
    }
}

/* ========================================
   右下角广告标志样式
   ======================================== */

#floating-ad {
    position: fixed;
    bottom: 140px;
    right: 30px;
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #FF4444, #FF6B6B);
    border-radius: 50%;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.24);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    font-weight: bold;
    animation: floatingPulse 2s infinite;
    transition: all 0.3s ease;
    border: 2px solid #FFD700;
    /* Ensure it behaves well in flex container */
    flex-shrink: 0;
    margin-bottom: 0;
}

#floating-ad div {
    font-size: 8px;
    margin-bottom: 1px;

    line-height: 1.1;
}

#floating-ad div:nth-child(2) {
    font-size: 10px;
    font-weight: bold;
}

#floating-ad div:nth-child(3) {
    font-size: 8px;
    margin-top: 1px;
}

@keyframes floatingPulse {
    0% {
        transform: scale(1);
        box-shadow: 0 6px 25px rgba(255, 68, 68, 0.4), 0 4px 20px rgba(0, 0, 0, 0.5), 0 2px 8px rgba(0, 0, 0, 0.3);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 10px 35px rgba(255, 68, 68, 0.5), 0 6px 25px rgba(0, 0, 0, 0.6), 0 3px 12px rgba(0, 0, 0, 0.4);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 6px 25px rgba(255, 68, 68, 0.4), 0 4px 20px rgba(0, 0, 0, 0.5), 0 2px 8px rgba(0, 0, 0, 0.3);
    }
}

#floating-ad:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 35px rgba(255, 68, 68, 0.5), 0 6px 25px rgba(0, 0, 0, 0.6), 0 3px 12px rgba(0, 0, 0, 0.4);
    background: linear-gradient(135deg, #FF3333, #FF5555);
}

/* 小屏幕手机适配 - 完全按照Tino按钮样式 */
@media (max-width: 480px) {
    #floating-ad {
        /* bottom: 100px; */
        /* right: 15px; */
        width: 64px;
        height: 64px;
    }
    #floating-ad div {
        font-size: 8px;
        line-height: 1.2;
    }
}

/* ========================================
   广告标志样式结束
   ======================================== */

/* ========================================
   价格计算器组件样式
   ======================================== */

/* 步骤进度条样式 */
.step-progress-wrapper {
    position: relative;
    width: 100%;
    padding: 20px 0;
}

.step-progress-line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(to right, #0b5e00 0%, #0b5e00 25%, #e0e0e0 25%, #e0e0e0 100%);
    border-radius: 2px;
    z-index: 1;
    margin: 0 60px;
}

.step-items-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
}

.step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    text-align: center;
}

.step-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #e0e0e0;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    border: 3px solid #e0e0e0;
    transition: all 0.3s ease;
}

.step-item.active .step-circle {
    background: #0b5e00;
    color: white;
    border-color: #0b5e00;
    box-shadow: 0 0 0 4px rgba(11, 94, 0, 0.2);
}

.step-item.completed .step-circle {
    background: #28a745;
    color: white;
    border-color: #28a745;
}

.step-label {
    font-size: 14px;
    font-weight: 600;
    color: #666;
    margin: 0;
    white-space: nowrap;
}

.step-item.active .step-label {
    color: #0b5e00;
    font-weight: bold;
}

.step-item.completed .step-label {
    color: #28a745;
}

/* Price Calculator Styles */
.step-progress {
    margin-bottom: 20px;
}

.step-item {
    position: relative;
    padding: 12px 0;
}

.step-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e0e0e0;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    margin: 0 auto 8px;
    transition: all 0.3s ease;
}

.step-item.active .step-circle {
    background: #0b5e00;
    color: white;
    transform: scale(1.1);
}

.step-label {
    font-size: 12px;
    color: #666;
    margin: 0;
    font-weight: 500;
}

.step-item.active .step-label {
    color: #0b5e00;
    font-weight: bold;
}

.step-content {
    min-height: 280px;
    padding: 15px 0;
}

.form-check {
    transition: all 0.3s ease;
    cursor: pointer;
}

.form-check:hover {
    border-color: #0b5e00 !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(11, 94, 0, 0.1);
}

.form-check-input:checked + .form-check-label {
    color: #0b5e00;
}

.form-check-input:checked {
    background-color: #0b5e00;
    border-color: #0b5e00;
}

.btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.price-summary {
    animation: fadeInUp 0.5s ease;
}

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

.discount-info {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(11, 94, 0, 0.1);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(11, 94, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(11, 94, 0, 0);
    }
}

/* 按钮hover效果增强 */
.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15) !important;
}

/* 按钮样式修复 */
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.btn-success:hover {
    background-color: #0a5200 !important;
    border-color: #0a5200 !important;
}

.btn-outline-success:hover {
    background-color: #0b5e00 !important;
    border-color: #0b5e00 !important;
    color: white !important;
}

/* 选项div可点击样式 */
.form-check {
    cursor: pointer;
    transition: all 0.3s ease;
}

.form-check:hover {
    border-color: #0b5e00 !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(11, 94, 0, 0.1);
}

/* 响应式设计 */
@media (max-width: 768px) {
    .step-progress-line {
        margin: 0 30px;
    }

    .step-circle {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .step-label {
        font-size: 12px;
    }

    .step-circle {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }

    .step-label {
        font-size: 11px;
    }

    .price-calculator-container {
        padding: 15px !important;
    }

    .step-content {
        min-height: 220px;
        padding: 10px 0;
    }

    .step-progress {
        margin-bottom: 15px;
    }

    .step-item {
        padding: 8px 0;
    }

    /* 手机端价格区域优化 */
    .step-content .col-md-8 {
        width: 100% !important;
        max-width: 100% !important;
    }

    .price-summary {
        margin: 0 !important;
        width: 100% !important;
    }

    .mt-4.d-flex {
        gap: 10px !important;
    }

    .btn.flex-fill {
        min-width: 0;
        flex: 1;
    }

    /* 手机端按钮布局优化 */
    .mt-4.d-flex.flex-column.flex-md-row {
        flex-direction: column !important;
    }

    .mt-4.d-flex.flex-column.flex-md-row .btn {
        width: 100% !important;
        margin: 5px 0 !important;
    }
}

@media (max-width: 480px) {
    .step-progress-line {
        margin: 0 20px;
    }

    .step-circle {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }

    .step-label {
        font-size: 11px;
    }
}

#customWeeks {
    padding-right: 10px !important;
}

/* ========================================
   价格计算器组件样式结束
   ======================================== */

.category-header {
    background: linear-gradient(135deg, #6cbe03 0%, #038308 100%);
    color: white;
    padding: 80px 0 40px 0;
    text-align: center;
    position: relative;
}

.accordion {
  --bs-accordion-color: #212529;
  --bs-accordion-bg: #fff;
  --bs-accordion-border-color: #dee2e6;
  --bs-accordion-border-radius: 0.375rem;
  --bs-accordion-inner-border-radius: 0.375rem;
}

.accordion-item {
  background-color: var(--bs-accordion-bg);
  border: 1px solid var(--bs-accordion-border-color);
  border-radius: var(--bs-accordion-border-radius);
  margin-bottom: 0.5rem;
}

.accordion-header {
  margin: 0;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: var(--bs-accordion-color);
  text-align: left;
  background-color: var(--bs-accordion-bg);
  border: none;
  border-radius: 0;
  transition: background-color 0.15s ease, box-shadow 0.15s ease;
}

.accordion-button:not(.collapsed) {
  color: #2d6a0f;
  background-color: #e9f5e1;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.accordion-button:hover {
  background-color: #eef6ea;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #86c23d;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(108,190,3,.25);
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "\f078"; /* ▼ 默认符号 */
  font-family: 'FontAwesome';
  transition: transform .2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
}

.accordion-collapse {
  display: block;
  transition: height 0.35s ease;
  overflow: hidden;
}

.accordion-collapse.collapsing {
  height: 0;
  transition: height 0.35s ease;
}

.accordion-body {
  padding: 1rem 1.25rem;
  color: #212529;
}

/* Program Card Styles */
.program-card {
    border: none; /* Remove default border */
    border-radius: 4px; /* Slightly reduce radius for more "photo-like" edge */
    /* overflow: hidden; Removed to allow dropdowns to show */
    margin-bottom: 30px;
    transition: all 0.3s ease;
    background: #fff;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1); /* Default soft shadow */
}
.program-card:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,0.2); /* Deeper shadow on hover */
    transform: translateY(-5px);
    z-index: 20;
}
.program-card-img-wrapper {
    height: 240px; /* Increased height for rotated images */
    /* overflow: hidden;  Allow images to tilt outside slightly if needed, but better to contain them */
    overflow: visible;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 15px;
    background: transparent; /* No background for wrapper */
}
.program-card-img {
    height: 180px; /* Fixed height for photos */
    width: 46%; /* Side by side with space */
    object-fit: cover;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); /* Bouncy transition */
    border: 8px solid #fff; /* Photo border */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2), 0 1px 3px rgba(0, 0, 0, 0.1); /* Photo shadow matching gallery */
    background: #fff;
    filter: contrast(1.05) brightness(1.02); /* Enhance photo look */
}
/* Image layout */
.program-card-img:first-child {
    margin-right: -10px;
    z-index: 2;
}
.program-card-img:last-child {
    margin-left: -10px;
    z-index: 1;
}

.program-card:hover .program-card-img:first-child {
    transform: scale(1.05) translateX(-5px);
    z-index: 3;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 2px 8px rgba(0, 0, 0, 0.15);
}
.program-card:hover .program-card-img:last-child {
    transform: scale(1.05) translateX(5px);
    z-index: 3;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 2px 8px rgba(0, 0, 0, 0.15);
}

.program-card-body {
    padding: 10px 20px 30px;
    background: #fff;
    margin: 0; /* Reset margin */
    position: relative;
    z-index: 5; /* Ensure text is above images if they overlap */
}
.program-card-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #333; /* Default Title Color */
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.program-card-text {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 0;
    line-height: 1.6;
}
.program-card-footer {
    background: #6cbe03;
    padding: 0;
    position: relative;
    /* Footer also needs to fit within the "frame" look or span full width?
       Let's keep it full width but maybe adjust border radius to match card */
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.program-dropdown-btn {
    width: 100%;
    background: #6cbe03; /* Green background */
    color: #fff;
    border: none;
    padding: 15px 20px;
    text-align: left;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0 0 4px 4px; /* Match card radius */
    cursor: pointer;
    transition: background 0.3s ease;
    position: relative;
    z-index: 10;
}
/* Remove border-radius when expanded to merge with menu */
.program-dropdown-btn[aria-expanded="true"] {
    border-radius: 0;
}
.program-dropdown-btn:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    transition: transform 0.2s ease; /* Add smooth rotation */
}
/* Rotate arrow when expanded */
.program-dropdown-btn[aria-expanded="true"]:after {
    transform: rotate(180deg);
}
.program-dropdown-btn:hover, .program-dropdown-btn:focus, .program-dropdown-btn[aria-expanded="true"] {
    background: #5ca302; /* Darker green on hover */
    color: #fff;
    text-decoration: none;
    box-shadow: none;
    outline: none;
}
.program-dropdown-menu {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    border: none;
    border-radius: 0 0 8px 8px; /* Match card border radius */
    margin: 0;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    padding: 0;
    background: #fff;
}
.program-dropdown-item {
    padding: 12px 20px;
    border-bottom: 1px solid #f0f0f0;
    color: #555;
    font-weight: 500;
    display: block;
    width: 100%;
    clear: both;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.program-dropdown-item:last-child {
    border-bottom: none;
}
.program-dropdown-item:hover {
    background: #f8f9fa;
    color: #6cbe03;
    text-decoration: none;
}

/* Carousel Styles Migrated from Index */
.advantages-carousel-container {
    display: flex;
    gap: 40px;
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    min-height: 500px;
}

.header-nav{
    font-size: 12px; 
    letter-spacing: 1px
}

.topic-nav {
    flex: 0 0 300px;
    background: #f8f9fa;
    border-radius: 15px;
    padding: 30px 20px;
    height: fit-content;
}

.topic-nav-header h4 {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.topic-nav-header p {
    color: #666;
    font-size: 14px;
    margin-bottom: 25px;
}

.topic-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.topic-item {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    padding: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    line-height: 1.4;
}

.topic-item:hover {
    border-color: #6cbe03;
    background: #f8fff8;
    transform: translateX(5px);
}

.topic-item.active {
    border-color: #6cbe03;
    background: #6cbe03;
    color: white;
}

.content-display {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.content-area {
    flex: 1;
    position: relative;
}

.advantage-content {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.advantage-content.active {
    display: block;
    opacity: 1;
    animation: fadeIn 0.5s ease forwards;
}

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

.content-header {
    margin-bottom: 25px;
}

.topic-badge {
    background: #6cbe03;
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.content-title {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    margin: 15px 0 0 0;
}

.content-body {
    color: #555;
    line-height: 1.7;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.content-image {
    width: 100%;
}

.content-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.content-text {
    width: 100%;
}

.content-text p {
    margin-bottom: 20px;
    font-size: 16px;
}

.content-text ul {
    margin: 20px 0;
    padding-left: 20px;
}

.content-text li {
    margin-bottom: 10px;
    font-size: 15px;
}

.carousel-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e9ecef;
}

.control-btn {
    background: #6cbe03;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
}

.control-btn:hover {
    background: #5aa802;
    transform: translateY(-2px);
}

.control-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
    transform: none;
}

.carousel-indicators {
    display: flex;
    gap: 8px;
}

.indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
}

.indicator.active {
    background: #6cbe03;
    transform: scale(1.3);
}

.indicator:hover {
    background: #6cbe03;
}

/* Responsive Design */
@media (max-width: 768px) {
    .advantages-carousel-container {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }

    .topic-nav {
        display: none; /* Hide topic nav on mobile */
    }

    .content-display {
        width: 100%;
    }

    .content-body {
        gap: 15px;
    }

    .content-image img {
        height: 200px;
    }

    .content-title {
        font-size: 20px;
    }

    .content-text p {
        font-size: 15px;
    }

    .carousel-controls {
        justify-content: center; /* Center indicators on mobile */
    }

    .control-btn {
        display: none; /* Hide buttons on mobile */
    }

    .carousel-indicators {
        gap: 12px;
    }

    .indicator {
        width: 12px;
        height: 12px;
    }
}

.desktop-only {
    display: block;
}

@media (max-width: 768px) {
    .desktop-only {
        display: none !important;
    }
}
.lang-container,.blog,.study-chinese-menu,.programs,.about-rpl {
    display: none;
}

@media (max-width: 991.9px) {
    .nav-item.lang-open .lang-container{
        display: flex;
    }
    .lang-container{
        position: fixed;
        inset: 0;
        width: 100%;
        cursor: pointer;
        padding: 10px;
        background: rgba(0,0,0,0.35);
        backdrop-filter: blur(2px);
        z-index: 9999;
        overflow-y: auto;
        display: none;
        align-items: flex-start;
        justify-content: center;
        pointer-events: auto;
    }
}
@media (min-width: 992px) {
    .nav-item.lang-open .lang-container,
    .nav-item:hover .blog,
    .nav-item:hover .programs,
    .nav-item:hover .about-rpl,
    .nav-item:hover .study-chinese-menu {
        display: block;
    }
    .lang-container{
        position: absolute;
        right: 0;
        top: 100%;
        transform: none;
        cursor: pointer;
        width: 360px;
        max-width: calc(100vw - 24px);
        z-index: 9999;
        padding-top: 8px;
    }
}

@media (min-width: 992px) {
    .navbar-nav .nav-item{
        position: relative;
    }
    .lang-container{
        max-height: none;
        overflow: visible;
    }
}

@media (max-width: 991.9px) {
    .lang-container .bg-white{
        width: 100%;
        height: auto;
        max-width: none;
        padding: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        display: block;
    }
    .lang-container .lang-hover{
        width: 100% !important;
        height: auto !important;
        background: #fff !important;
        border: 1px solid rgba(0,0,0,0.18);
        border-radius: 18px;
        padding: 12px 10px 10px;
        overflow-y: auto;
        max-height: calc(100vh - 20px);
        pointer-events: auto;
    }
    .lang-container .lang-hover h6{
        margin-bottom: 10px !important;
        font-size: 12px;
    }
}

@media (min-width: 992px) {
    .lang-container .bg-white{
        background: transparent !important;
        padding: 0 !important;
        box-shadow: none !important;
        border-radius: 0 !important;
    }
    .lang-container .lang-hover{
        background: #fff !important;
        border: 1px solid rgba(0,0,0,0.18);
        border-radius: 16px;
        padding: 10px 10px 8px;
        box-shadow: 0 12px 28px rgba(0,0,0,0.13);
    }
}

#lang-btn{
    display:flex;
    align-items:center;
    gap:10px;
    padding:0px 14px;
    border:1px solid rgba(0,0,0,0.18);
    border-radius:999px;
    background:#fff;
    color:#333;
    text-transform:none;
    letter-spacing:0;
    cursor: pointer;
}

@media (max-width: 991.9px) {
    #header-lang #lang-btn{
        display: none !important;
    }
    #header-lang .lang-container{
        display: none !important;
    }
    #mobileNav .mobile-lang-switcher{
        border-bottom: 1px solid rgba(0,0,0,0.08);
        margin-bottom: 8px;
        padding-bottom: 8px;
    }
    #mobileNav .mobile-lang-switcher > a.nav-link{
        display: flex !important;
        align-items: center !important;
        gap: 10px !important;
    }
    #mobileNav .mobile-lang-trigger-flag{
        width: 28px;
        height: 18px;
        border-radius: 4px;
        background-image: var(--lang-flag);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        box-shadow: 0 1px 2px rgba(0,0,0,0.18);
        flex: 0 0 auto;
    }
    #mobileNav .mobile-lang-switcher .dropdown-menu{
        position: static !important;
        float: none !important;
        width: 100% !important;
        min-width: 0 !important;
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        padding: 8px 0 0 !important;
        margin: 0 !important;
    }
    #mobileNav .mobile-lang-menu .lang-hover .row{
        display:flex !important;
        flex-direction:column !important;
        margin-left:0 !important;
        margin-right:0 !important;
    }
    #mobileNav .mobile-lang-menu .lang-hover .row > [class*="col-"]{
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 10px !important;
    }
    #mobileNav .mobile-lang-menu .lang-hover a{
        display:flex !important;
        align-items:center !important;
        justify-content:flex-start !important;
        gap:10px !important;
        width:100% !important;
        padding:10px 12px !important;
        border:1px solid rgba(0,0,0,0.18) !important;
        border-radius:999px !important;
        background:#fff !important;
        color:#333 !important;
        font-weight:600 !important;
        text-transform:none !important;
        opacity:1 !important;
        font-size:14px !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }
    #mobileNav .mobile-lang-menu .lang-hover a::before{
        content: "";
        width: 28px;
        height: 18px;
        border-radius: 4px;
        background-image: var(--lang-flag);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        flex: 0 0 auto;
    }
    #mobileNav .mobile-lang-menu .lang-hover a[href="https://rplschool.com/"],
    #mobileNav .mobile-lang-menu .lang-hover a[href="https://rplschool.com"],
    #mobileNav .mobile-lang-menu .lang-hover a[href="/"],
    #mobileNav .mobile-lang-menu .lang-hover a[href="/index"]{ --lang-flag: url("/assets/images/country/gb.svg"); }
    #mobileNav .mobile-lang-menu .lang-hover a[href^="https://rplschool.com/id/"]{ --lang-flag: url("/assets/images/country/id.svg"); }
    #mobileNav .mobile-lang-menu .lang-hover a[href^="https://rplschool.com/de/"]{ --lang-flag: url("/assets/images/country/de.svg"); }
    #mobileNav .mobile-lang-menu .lang-hover a[href^="https://rplschool.com/es/"]{ --lang-flag: url("/assets/images/country/es.svg"); }
    #mobileNav .mobile-lang-menu .lang-hover a[href^="https://rplschool.com/fr/"]{ --lang-flag: url("/assets/images/country/fr.svg"); }
    #mobileNav .mobile-lang-menu .lang-hover a[href^="https://rplschool.com/it/"]{ --lang-flag: url("/assets/images/country/it.svg"); }
    #mobileNav .mobile-lang-menu .lang-hover a[href^="https://rplschool.com/ru/"]{ --lang-flag: url("/assets/images/country/ru.svg"); }
    #mobileNav .mobile-lang-menu .lang-hover a[href^="https://rplschool.com/sv-SE/"]{ --lang-flag: url("/assets/images/country/se.svg"); }
    #mobileNav .mobile-lang-menu .lang-hover a[href^="https://rplschool.com/ar/"]{ --lang-flag: url("/assets/images/country/sa.svg"); }
    #mobileNav .mobile-lang-menu .lang-hover a[href^="https://rplschool.com/ko/"],
    #mobileNav .mobile-lang-menu .lang-hover a[href="https://rplschool.com/ko"],
    #mobileNav .mobile-lang-menu .lang-hover a[href^="/ko/"],
    #mobileNav .mobile-lang-menu .lang-hover a[href="/ko"]{ --lang-flag: url("/assets/images/country/kr.svg"); }
    #mobileNav .mobile-lang-menu .lang-hover a[href^="https://rplschool.com/th/"]{ --lang-flag: url("/assets/images/country/th.svg"); }
    #mobileNav .mobile-lang-menu .lang-hover a[href^="https://rplschool.com/ja/"]{ --lang-flag: url("/assets/images/country/jp.svg"); }
}
#lang-btn i{display:none;}
#lang-btn{--lang-btn-text:"EN";}
#lang-btn span{
    position: relative;
    display: inline-block;
    color: transparent;
    font-weight: 600;
    line-height: inherit;
}
#lang-btn span::after{
    content: var(--lang-btn-text);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: inherit;
}
#lang-btn::before{
    content:"";
    width:26px;
    height:18px;
    border-radius:4px;
    background-image:var(--lang-btn-flag);
    background-size:cover;
    background-position:center;
    box-shadow:0 1px 2px rgba(0,0,0,0.18);
    flex:0 0 auto;
}
html[lang="zh"] #lang-btn, html[lang="zh-CN"] #lang-btn, html[lang="zh-cn"] #lang-btn{
    --lang-btn-flag:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2028%2018%27%3E%3Crect%20width%3D%2728%27%20height%3D%2718%27%20fill%3D%27%23DE2910%27/%3E%3Cpolygon%20fill%3D%27%23FFDE00%27%20points%3D%277%2C3%208.2%2C6.3%2011.7%2C6.3%208.9%2C8.3%2010%2C11.6%207%2C9.7%204%2C11.6%205.1%2C8.3%202.3%2C6.3%205.8%2C6.3%27/%3E%3C/svg%3E");
    --lang-btn-text:"中文";
}
html[lang="en"] #lang-btn{
    --lang-btn-flag:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2028%2018%27%3E%3Crect%20width%3D%2728%27%20height%3D%2718%27%20fill%3D%27%23B22234%27/%3E%3Cg%20fill%3D%27%23fff%27%3E%3Crect%20y%3D%272%27%20width%3D%2728%27%20height%3D%272%27/%3E%3Crect%20y%3D%276%27%20width%3D%2728%27%20height%3D%272%27/%3E%3Crect%20y%3D%2710%27%20width%3D%2728%27%20height%3D%272%27/%3E%3Crect%20y%3D%2714%27%20width%3D%2728%27%20height%3D%272%27/%3E%3C/g%3E%3Crect%20width%3D%2712%27%20height%3D%278%27%20fill%3D%27%233C3B6E%27/%3E%3Ccircle%20cx%3D%273%27%20cy%3D%273%27%20r%3D%271%27%20fill%3D%27%23fff%27/%3E%3Ccircle%20cx%3D%276%27%20cy%3D%273%27%20r%3D%271%27%20fill%3D%27%23fff%27/%3E%3Ccircle%20cx%3D%279%27%20cy%3D%273%27%20r%3D%271%27%20fill%3D%27%23fff%27/%3E%3Ccircle%20cx%3D%274.5%27%20cy%3D%275%27%20r%3D%271%27%20fill%3D%27%23fff%27/%3E%3Ccircle%20cx%3D%277.5%27%20cy%3D%275%27%20r%3D%271%27%20fill%3D%27%23fff%27/%3E%3C/svg%3E");
    --lang-btn-text:"EN";
}
html[lang="de"] #lang-btn{
    --lang-btn-flag:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2028%2018%27%3E%3Crect%20width%3D%2728%27%20height%3D%276%27%20y%3D%270%27%20fill%3D%27%23000%27/%3E%3Crect%20width%3D%2728%27%20height%3D%276%27%20y%3D%276%27%20fill%3D%27%23DD0000%27/%3E%3Crect%20width%3D%2728%27%20height%3D%276%27%20y%3D%2712%27%20fill%3D%27%23FFCE00%27/%3E%3C/svg%3E");
    --lang-btn-text:"DE";
}
html[lang="es"] #lang-btn{
    --lang-btn-flag:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2028%2018%27%3E%3Crect%20width%3D%2728%27%20height%3D%2718%27%20fill%3D%27%23AA151B%27/%3E%3Crect%20y%3D%274%27%20width%3D%2728%27%20height%3D%2710%27%20fill%3D%27%23F1BF00%27/%3E%3C/svg%3E");
    --lang-btn-text:"ES";
}
html[lang="fr"] #lang-btn{
    --lang-btn-flag:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2028%2018%27%3E%3Crect%20width%3D%279.33%27%20height%3D%2718%27%20x%3D%270%27%20fill%3D%27%23005%27/%3E%3Crect%20width%3D%279.33%27%20height%3D%2718%27%20x%3D%279.33%27%20fill%3D%27%23fff%27/%3E%3Crect%20width%3D%279.33%27%20height%3D%2718%27%20x%3D%2718.66%27%20fill%3D%27%23EF4135%27/%3E%3C/svg%3E");
    --lang-btn-text:"FR";
}
html[lang="it"] #lang-btn{
    --lang-btn-flag:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2028%2018%27%3E%3Crect%20width%3D%279.33%27%20height%3D%2718%27%20x%3D%270%27%20fill%3D%27%23009046%27/%3E%3Crect%20width%3D%279.33%27%20height%3D%2718%27%20x%3D%279.33%27%20fill%3D%27%23fff%27/%3E%3Crect%20width%3D%279.33%27%20height%3D%2718%27%20x%3D%2718.66%27%20fill%3D%27%23CE2B37%27/%3E%3C/svg%3E");
    --lang-btn-text:"IT";
}
html[lang="ja"] #lang-btn{
    --lang-btn-flag:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2028%2018%27%3E%3Crect%20width%3D%2728%27%20height%3D%2718%27%20fill%3D%27%23fff%27/%3E%3Ccircle%20cx%3D%2714%27%20cy%3D%279%27%20r%3D%275%27%20fill%3D%27%23BC002D%27/%3E%3C/svg%3E");
    --lang-btn-text:"JA";
}
html[lang="ko"] #lang-btn{
    --lang-btn-flag:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2028%2018%27%3E%3Crect%20width%3D%2728%27%20height%3D%2718%27%20fill%3D%27%23fff%27/%3E%3Cpath%20d%3D%27M14%204a5%205%200%201%200%200%2010%27%20fill%3D%27%23C60C30%27/%3E%3Cpath%20d%3D%27M14%2014a5%205%200%201%201%200-10%27%20fill%3D%27%230039A6%27/%3E%3C/svg%3E");
    --lang-btn-text:"KO";
}
html[lang="ru"] #lang-btn{
    --lang-btn-flag:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2028%2018%27%3E%3Crect%20width%3D%2728%27%20height%3D%276%27%20y%3D%270%27%20fill%3D%27%23fff%27/%3E%3Crect%20width%3D%2728%27%20height%3D%276%27%20y%3D%276%27%20fill%3D%27%230039A6%27/%3E%3Crect%20width%3D%2728%27%20height%3D%276%27%20y%3D%2712%27%20fill%3D%27%23D52B1E%27/%3E%3C/svg%3E");
    --lang-btn-text:"RU";
}
html[lang="sv"] #lang-btn, html[lang="sv-SE"] #lang-btn{
    --lang-btn-flag:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2028%2018%27%3E%3Crect%20width%3D%2728%27%20height%3D%2718%27%20fill%3D%27%23006AA7%27/%3E%3Crect%20x%3D%277%27%20width%3D%274%27%20height%3D%2718%27%20fill%3D%27%23FECC00%27/%3E%3Crect%20y%3D%277%27%20width%3D%2728%27%20height%3D%274%27%20fill%3D%27%23FECC00%27/%3E%3C/svg%3E");
    --lang-btn-text:"SV";
}
html[lang="th"] #lang-btn{
    --lang-btn-flag:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2028%2018%27%3E%3Crect%20width%3D%2728%27%20height%3D%2718%27%20fill%3D%27%23A51931%27/%3E%3Crect%20y%3D%273%27%20width%3D%2728%27%20height%3D%2712%27%20fill%3D%27%23fff%27/%3E%3Crect%20y%3D%275%27%20width%3D%2728%27%20height%3D%278%27%20fill%3D%27%232F2A7B%27/%3E%3C/svg%3E");
    --lang-btn-text:"TH";
}
html[lang="id"] #lang-btn{
    --lang-btn-flag:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2028%2018%27%3E%3Crect%20width%3D%2728%27%20height%3D%279%27%20y%3D%270%27%20fill%3D%27%23CE1126%27/%3E%3Crect%20width%3D%2728%27%20height%3D%279%27%20y%3D%279%27%20fill%3D%27%23fff%27/%3E%3C/svg%3E");
    --lang-btn-text:"ID";
}
html[lang="ar"] #lang-btn{
    --lang-btn-flag:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2028%2018%27%3E%3Crect%20width%3D%2728%27%20height%3D%2718%27%20fill%3D%27%23006C35%27/%3E%3Crect%20x%3D%275%27%20y%3D%2711%27%20width%3D%2718%27%20height%3D%271.3%27%20fill%3D%27%23fff%27/%3E%3Crect%20x%3D%278%27%20y%3D%2710%27%20width%3D%2712%27%20height%3D%270.8%27%20fill%3D%27%23fff%27/%3E%3C/svg%3E");
    --lang-btn-text:"AR";
}

@media (max-width: 991.9px) {
    .lang-container .lang-hover{
        position: relative;
    }
    .lang-container .lang-hover .lang-close-btn{
        position: absolute;
        top: 10px;
        right: 10px;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        border: 1px solid rgba(0,0,0,0.18);
        background: #fff;
        color: #111;
        font-size: 24px;
        line-height: 34px;
        padding: 0;
        cursor: pointer;
        z-index: 5;
    }
    .lang-container .lang-hover h6{
        padding-right: 44px;
    }

    .lang-container .lang-hover .row{
        display:flex !important;
        flex-direction:column !important;
        margin-left:0 !important;
        margin-right:0 !important;
    }
    .lang-container .lang-hover .row > [class*="col-"]{
        flex:0 0 100% !important;
        max-width:100% !important;
        padding-left:0 !important;
        padding-right:0 !important;
        margin-bottom:8px !important;
    }
}

@media (min-width: 992px) {
    .lang-container .lang-hover .lang-close-btn{
        display: none !important;
    }
    .lang-container .lang-hover .row{
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .lang-container .lang-hover .row > [class*="col-"]{
        max-width: none !important;
        width: auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 0 !important;
    }

    .lang-container .lang-hover a{
        justify-content: flex-start !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }
}
.lang-container .lang-hover a{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:10px !important;
    width:100% !important;
    padding:10px 12px !important;
    border:1px solid rgba(0,0,0,0.18) !important;
    border-radius:999px !important;
    background:#fff !important;
    color:#333 !important;
    font-weight:600 !important;
    text-transform:none !important;
    opacity:1 !important;
    font-size:14px !important;
    min-width: 0;
}
.lang-container .lang-hover a:hover{
    background:#f2f2f2 !important;
    color:#111 !important;
    opacity:1 !important;
}
.lang-container .lang-hover a::before{
    content:"";
    width:26px;
    height:18px;
    border-radius:4px;
    background-image:var(--lang-flag);
    background-size:cover;
    background-position:center;
    box-shadow:0 1px 2px rgba(0,0,0,0.18);
    flex:0 0 auto;
}
.lang-container .lang-hover a[href="https://rplschool.com/"], .lang-container .lang-hover a[href="https://rplschool.com"]{
    --lang-flag:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2028%2018%27%3E%3Crect%20width%3D%2728%27%20height%3D%2718%27%20fill%3D%27%23B22234%27/%3E%3Cg%20fill%3D%27%23fff%27%3E%3Crect%20y%3D%272%27%20width%3D%2728%27%20height%3D%272%27/%3E%3Crect%20y%3D%276%27%20width%3D%2728%27%20height%3D%272%27/%3E%3Crect%20y%3D%2710%27%20width%3D%2728%27%20height%3D%272%27/%3E%3Crect%20y%3D%2714%27%20width%3D%2728%27%20height%3D%272%27/%3E%3C/g%3E%3Crect%20width%3D%2712%27%20height%3D%278%27%20fill%3D%27%233C3B6E%27/%3E%3Ccircle%20cx%3D%273%27%20cy%3D%273%27%20r%3D%271%27%20fill%3D%27%23fff%27/%3E%3Ccircle%20cx%3D%276%27%20cy%3D%273%27%20r%3D%271%27%20fill%3D%27%23fff%27/%3E%3Ccircle%20cx%3D%279%27%20cy%3D%273%27%20r%3D%271%27%20fill%3D%27%23fff%27/%3E%3Ccircle%20cx%3D%274.5%27%20cy%3D%275%27%20r%3D%271%27%20fill%3D%27%23fff%27/%3E%3Ccircle%20cx%3D%277.5%27%20cy%3D%275%27%20r%3D%271%27%20fill%3D%27%23fff%27/%3E%3C/svg%3E");
}
.lang-container .lang-hover a[href*="rplschool.com/id/"]{
    --lang-flag:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2028%2018%27%3E%3Crect%20width%3D%2728%27%20height%3D%279%27%20y%3D%270%27%20fill%3D%27%23CE1126%27/%3E%3Crect%20width%3D%2728%27%20height%3D%279%27%20y%3D%279%27%20fill%3D%27%23fff%27/%3E%3C/svg%3E");
}
.lang-container .lang-hover a[href*="rplschool.com/de/"]{
    --lang-flag:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2028%2018%27%3E%3Crect%20width%3D%2728%27%20height%3D%276%27%20y%3D%270%27%20fill%3D%27%23000%27/%3E%3Crect%20width%3D%2728%27%20height%3D%276%27%20y%3D%276%27%20fill%3D%27%23DD0000%27/%3E%3Crect%20width%3D%2728%27%20height%3D%276%27%20y%3D%2712%27%20fill%3D%27%23FFCE00%27/%3E%3C/svg%3E");
}
.lang-container .lang-hover a[href*="rplschool.com/es/"]{
    --lang-flag:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2028%2018%27%3E%3Crect%20width%3D%2728%27%20height%3D%2718%27%20fill%3D%27%23AA151B%27/%3E%3Crect%20y%3D%274%27%20width%3D%2728%27%20height%3D%2710%27%20fill%3D%27%23F1BF00%27/%3E%3C/svg%3E");
}
.lang-container .lang-hover a[href*="rplschool.com/fr/"]{
    --lang-flag:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2028%2018%27%3E%3Crect%20width%3D%279.33%27%20height%3D%2718%27%20x%3D%270%27%20fill%3D%27%23005%27/%3E%3Crect%20width%3D%279.33%27%20height%3D%2718%27%20x%3D%279.33%27%20fill%3D%27%23fff%27/%3E%3Crect%20width%3D%279.33%27%20height%3D%2718%27%20x%3D%2718.66%27%20fill%3D%27%23EF4135%27/%3E%3C/svg%3E");
}
.lang-container .lang-hover a[href*="rplschool.com/it/"]{
    --lang-flag:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2028%2018%27%3E%3Crect%20width%3D%279.33%27%20height%3D%2718%27%20x%3D%270%27%20fill%3D%27%23009046%27/%3E%3Crect%20width%3D%279.33%27%20height%3D%2718%27%20x%3D%279.33%27%20fill%3D%27%23fff%27/%3E%3Crect%20width%3D%279.33%27%20height%3D%2718%27%20x%3D%2718.66%27%20fill%3D%27%23CE2B37%27/%3E%3C/svg%3E");
}
.lang-container .lang-hover a[href*="rplschool.com/ja/"]{
    --lang-flag:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2028%2018%27%3E%3Crect%20width%3D%2728%27%20height%3D%2718%27%20fill%3D%27%23fff%27/%3E%3Ccircle%20cx%3D%2714%27%20cy%3D%279%27%20r%3D%275%27%20fill%3D%27%23BC002D%27/%3E%3C/svg%3E");
}
.lang-container .lang-hover a[href*="rplschool.com/ko/"]{
    --lang-flag:url("/assets/images/country/kr.svg");
}
.lang-container .lang-hover a[href*="rplschool.com/ru/"]{
    --lang-flag:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2028%2018%27%3E%3Crect%20width%3D%2728%27%20height%3D%276%27%20y%3D%270%27%20fill%3D%27%23fff%27/%3E%3Crect%20width%3D%2728%27%20height%3D%276%27%20y%3D%276%27%20fill%3D%27%230039A6%27/%3E%3Crect%20width%3D%2728%27%20height%3D%276%27%20y%3D%2712%27%20fill%3D%27%23D52B1E%27/%3E%3C/svg%3E");
}
.lang-container .lang-hover a[href*="rplschool.com/sv-SE/"], .lang-container .lang-hover a[href*="rplschool.com/sv/"]{
    --lang-flag:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2028%2018%27%3E%3Crect%20width%3D%2728%27%20height%3D%2718%27%20fill%3D%27%23006AA7%27/%3E%3Crect%20x%3D%277%27%20width%3D%274%27%20height%3D%2718%27%20fill%3D%27%23FECC00%27/%3E%3Crect%20y%3D%277%27%20width%3D%2728%27%20height%3D%274%27%20fill%3D%27%23FECC00%27/%3E%3C/svg%3E");
}
.lang-container .lang-hover a[href*="rplschool.com/th/"]{
    --lang-flag:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2028%2018%27%3E%3Crect%20width%3D%2728%27%20height%3D%2718%27%20fill%3D%27%23A51931%27/%3E%3Crect%20y%3D%273%27%20width%3D%2728%27%20height%3D%2712%27%20fill%3D%27%23fff%27/%3E%3Crect%20y%3D%275%27%20width%3D%2728%27%20height%3D%278%27%20fill%3D%27%232F2A7B%27/%3E%3C/svg%3E");
}
.lang-container .lang-hover a[href*="rplschool.com/ar/"]{
    --lang-flag:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2028%2018%27%3E%3Crect%20width%3D%2728%27%20height%3D%2718%27%20fill%3D%27%23006C35%27/%3E%3Crect%20x%3D%275%27%20y%3D%2711%27%20width%3D%2718%27%20height%3D%271.3%27%20fill%3D%27%23fff%27/%3E%3Crect%20x%3D%278%27%20y%3D%2710%27%20width%3D%2712%27%20height%3D%270.8%27%20fill%3D%27%23fff%27/%3E%3C/svg%3E");
}
.gap-2 {gap: .5rem !important;} 
.contact-button{position:fixed;right:20px;bottom:20px;display:flex;flex-direction:column;align-items:flex-end;gap:12px;z-index:200} 
#contactBtn{position:relative;display:flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;background:#6cbe03;box-shadow:0 6px 16px rgba(0,0,0,.24);text-decoration:none} 
#contactBtn .contact-text{position:absolute;right:55px;top:50%;transform:translateY(-50%);background:#6cbe03;color:#fff;font-weight:600;padding:6px 10px;border-top-left-radius:16px;border-bottom-left-radius:16px;} 
#contactBtn .contact-logo{width:36px;height:36px;border-radius:50%} 
.back-to-top-c{display:none !important;width:auto !important;margin:0 !important} 
.back-to-top-c.visible{display:block !important;pointer-events:auto} 
.back-to-top{display:flex !important;align-items:center;justify-content:center;width:64px !important;height:64px !important;border-radius:50%;background:#2a2a2a;color:#fff;box-shadow:0 6px 16px rgba(0,0,0,.18)} 
.back-to-top i{font-size:24px} @keyframes bounce{0%{transform:translateY(0)}30%{transform:translateY(-6px)}60%{transform:translateY(0)}100%{transform:translateY(0)}} 
.contact-tino.bounce{animation:bounce .8s ease} @keyframes logoBounce{0%{transform:translateY(0)}50%{transform:translateY(-3px)}100%{transform:translateY(0)}} 
.logo-bounce{animation:logoBounce .6s ease}

#quick-nav-bar {
    position: fixed; top: 60px; left: 0; right: 0; background: linear-gradient(135deg, #6cbe03, #038308); z-index: 99; padding: 0; box-shadow: 0 4px 20px rgba(0,0,0,0.5), 0 2px 10px rgba(108, 190, 3, 0.4), inset 0 1px 0 rgba(255,255,255,0.2); border-bottom: 4px solid rgba(0,0,0,0.3)
}

.sidebar-widget.zodiac-finder{
    border: 1px solid rgba(17, 24, 39, 0.12);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 14px 40px rgba(17, 24, 39, 0.08);
    padding: 20px;
}

.sidebar-widget.zodiac-finder .widget-title{
    margin-bottom: 10px;
    font-weight: 900;
    letter-spacing: -0.02em;
    color: #111;
}

.sidebar-widget.zodiac-finder .zf-subtitle{
    color: rgba(17, 24, 39, 0.72);
    font-size: 14px;
    line-height: 1.75;
    margin: 0 0 16px;
}

.sidebar-widget.zodiac-finder #zodiacSelect{
    border-radius: 14px;
    border-color: rgba(17, 24, 39, 0.16);
    font-size: 14px;
    line-height: 1.6;
    padding: 12px 14px;
    background-color: #fbfbfb;
    box-shadow: none;
}

.sidebar-widget.zodiac-finder #zodiacSelect:focus{
    border-color: rgba(108, 190, 3, 0.65);
    box-shadow: 0 0 0 4px rgba(108, 190, 3, 0.18);
}

.sidebar-widget.zodiac-finder .zf-result{
    border: 1px solid rgba(17, 24, 39, 0.10);
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%);
    padding: 14px;
    margin-top: 14px;
    box-shadow: none;
}

.sidebar-widget.zodiac-finder .zf-result-row{
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 12px;
}

.sidebar-widget.zodiac-finder #zfResultEmoji{
    width: 112px;
    height: 112px;
    border-radius: 18px;
    border: 1px solid rgba(17, 24, 39, 0.10);
    background: #f3f4f6;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 56px;
    line-height: 1;
    flex: 0 0 auto;
}

.sidebar-widget.zodiac-finder .zf-result-title{
    font-weight: 900;
    color: #111;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

.sidebar-widget.zodiac-finder .zf-result-meta{
    color: rgba(17, 24, 39, 0.64);
    font-size: 13px;
    line-height: 1.6;
    margin-top: 6px;
}

.sidebar-widget.zodiac-finder #subscribeBtn{
    border-radius: 999px;
    font-weight: 700;
    letter-spacing: 0.01em;
    padding: 12px 14px;
    box-shadow: none;
}

.sidebar-widget.zodiac-finder #subscribeBtn:disabled{
    opacity: 0.65;
    box-shadow: none;
}

.zodiac-index{
    padding: 56px 0;
    background: #fbfbf9;
    border-top: 1px solid rgba(17, 24, 39, 0.06);
}

.zodiac-page{
    background: #f5f6f7;
}

.zodiac-page .article-container{
    background: transparent;
    padding: 34px 0 64px;
}

.zodiac-page .article-content{
    background: #fff;
    border: 1px solid rgba(17, 24, 39, 0.10);
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 18px 60px rgba(17, 24, 39, 0.08);
    max-width: none;
    margin: 0;
    width: 100%;
}

.zodiac-page .article-content h1,
.zodiac-page .article-content h2{
    letter-spacing: -0.03em;
}

.zodiac-page .article-image{
    width: 100%;
    height: auto;
    border-radius: 22px;
    box-shadow: 0 18px 55px rgba(17, 24, 39, 0.10);
    border: 1px solid rgba(17, 24, 39, 0.08);
}

.zodiac-page .article-body .table{
    border-color: rgba(17, 24, 39, 0.12);
}

.zodiac-page .article-body .table{
    border-radius: 16px;
    overflow: hidden;
}

.zodiac-page .article-body .table td,
.zodiac-page .article-body .table th{
    border-color: rgba(17, 24, 39, 0.10);
}

.zodiac-page .article-body{
    margin-top: 10px;
}

.zodiac-page .article-body .card-text{
    color: rgba(15, 23, 42, 0.76);
    font-size: 15.5px;
    line-height: 1.85;
}

.zodiac-page .article-body .card-text.lead{
    font-size: 17px;
    line-height: 1.7;
    color: rgba(15, 23, 42, 0.82);
    margin-top: 18px;
}

.zodiac-page .article-body .card-text.lead strong{
    font-weight: 950;
    letter-spacing: -0.01em;
    color: #0f172a;
}

.zodiac-page .article-body strong{
    color: rgba(15, 23, 42, 0.92);
}

.zodiac-page .article-body .table{
    border: 1px solid rgba(15, 23, 42, 0.10);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
    margin-top: 10px;
    margin-bottom: 16px;
    background: #fff;
}

.zodiac-page .article-body .table td{
    padding: 14px 12px;
    color: rgba(15, 23, 42, 0.76);
    font-weight: 650;
}

.zodiac-page .article-body .table td strong{
    font-weight: 950;
    color: rgba(15, 23, 42, 0.88);
}

.zodiac-page .article-body .table tr:nth-child(odd) td{
    background: rgba(248, 250, 252, 0.68);
}

.zodiac-page .article-body ul{
    padding-left: 0 !important;
    list-style: none;
    margin: 10px 0 0;
    display: grid;
    gap: 10px;
}

.zodiac-page .article-body ul > li{
    border: 1px solid rgba(15, 23, 42, 0.10);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05);
    padding: 12px 14px;
    color: rgba(15, 23, 42, 0.78);
    line-height: 1.7;
}

.zodiac-page .article-body ul > li.bg-info{
    background: linear-gradient(135deg, rgba(11, 143, 106, 0.10) 0%, rgba(108, 190, 3, 0.10) 100%) !important;
    border-color: rgba(11, 143, 106, 0.18) !important;
}

.zodiac-page .article-body ul > li.bg-info strong{
    color: rgba(9, 101, 77, 1);
}

.zodiac-page .article-body .accordion{
    margin-top: 14px;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.10);
    box-shadow: 0 18px 55px rgba(15, 23, 42, 0.06);
    background: #fff;
}

.zodiac-page .article-body .accordion-item{
    border: 0;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    background: transparent;
}

.zodiac-page .article-body .accordion-item:first-child{
    border-top: 0;
}

.zodiac-page .article-body .accordion-button{
    background: transparent;
    color: #0f172a;
    font-weight: 900;
    letter-spacing: -0.01em;
    padding: 16px 16px;
}

.zodiac-page .article-body .accordion-button:not(.collapsed){
    background: rgba(248, 250, 252, 0.80);
    box-shadow: none;
}

.zodiac-page .article-body .accordion-button:focus{
    border-color: transparent;
    box-shadow: 0 0 0 4px rgba(11, 143, 106, 0.16);
}

.zodiac-page .article-body .accordion-body{
    padding: 14px 16px 18px;
    color: rgba(15, 23, 42, 0.74);
    line-height: 1.75;
}

.zodiac-animal-page .zodiac-animal-hero{
    padding: 24px 0 10px;
    background:
        radial-gradient(900px 420px at 20% 0%, rgba(108, 190, 3, 0.18) 0%, rgba(108, 190, 3, 0.00) 55%),
        radial-gradient(900px 420px at 80% 0%, rgba(11, 143, 106, 0.16) 0%, rgba(11, 143, 106, 0.00) 55%);
}

.zodiac-animal-page .zodiac-animal-hero__card{
    border-radius: 34px;
    border: 1px solid rgba(17, 24, 39, 0.10);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.82) 100%);
    box-shadow: 0 26px 80px rgba(17, 24, 39, 0.10);
    padding: 22px;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 20px;
    align-items: center;
    backdrop-filter: blur(10px);
}

.zodiac-animal-page .zodiac-animal-hero__kicker{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(17, 24, 39, 0.10);
    background: rgba(255, 255, 255, 0.72);
    color: rgba(17, 24, 39, 0.74);
    font-weight: 900;
    letter-spacing: 0.10em;
    font-size: 11px;
    text-transform: uppercase;
}

.zodiac-animal-page .zodiac-animal-hero__title{
    margin: 14px 0 10px;
    font-weight: 950;
    letter-spacing: -0.04em;
    line-height: 1.02;
    font-size: clamp(34px, 4.2vw, 56px);
    color: #0f172a;
}

.zodiac-animal-page .zodiac-animal-hero__subtitle{
    margin: 0;
    font-weight: 800;
    color: rgba(11, 143, 106, 0.92);
    letter-spacing: 0.02em;
    line-height: 1.4;
    font-size: 16px;
}

.zodiac-animal-page .zodiac-animal-hero__desc{
    margin: 10px 0 0;
    max-width: 60ch;
    color: rgba(17, 24, 39, 0.70);
    line-height: 1.7;
    font-size: 15px;
    font-weight: 650;
}

.zodiac-animal-page .zodiac-animal-hero__art{
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid rgba(17, 24, 39, 0.10);
    background: radial-gradient(600px 260px at 30% 10%, rgba(108, 190, 3, 0.18) 0%, rgba(108, 190, 3, 0.00) 55%);
    box-shadow: 0 20px 60px rgba(17, 24, 39, 0.08);
}

.zodiac-animal-page .zodiac-animal-hero__art img{
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
    transform: scale(1.02);
}

.zodiac-animal-page .zodiac-animal-hero__art::after{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 35%, rgba(255, 255, 255, 0.10) 100%);
    pointer-events: none;
}

.zodiac-animal-page .zodiac-year-table thead th{
    background: rgba(11, 143, 106, 0.08);
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    color: rgba(9, 101, 77, 1);
    font-weight: 950;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: 12px;
}

.zodiac-animal-page .zodiac-mini-card{
    border: 1px solid rgba(15, 23, 42, 0.10);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 18px 55px rgba(15, 23, 42, 0.06);
    padding: 18px;
    height: 100%;
}

.zodiac-animal-page .zodiac-mini-card h3{
    font-size: 18px;
    font-weight: 950;
    letter-spacing: -0.01em;
    margin: 0 0 10px;
    color: #0f172a;
}

.zodiac-animal-page .zodiac-summary-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.zodiac-animal-page .zodiac-summary-head h3{
    margin: 0;
}

.zodiac-animal-page .zodiac-chip{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(11, 143, 106, 0.22);
    background: rgba(11, 143, 106, 0.10);
    color: rgba(9, 101, 77, 1);
    border-radius: 999px;
    padding: 6px 10px;
    font-weight: 950;
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    white-space: nowrap;
}

.zodiac-animal-page .zodiac-summary-grid{
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

@media (min-width: 768px) {
    .zodiac-animal-page .zodiac-summary-grid{
        grid-template-columns: 1fr 1fr;
    }
}

.zodiac-animal-page .zodiac-summary-col h4{
    margin: 0 0 10px;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(15, 23, 42, 0.56);
}

.zodiac-animal-page .zodiac-summary-note{
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px dashed rgba(15, 23, 42, 0.12);
    color: rgba(15, 23, 42, 0.70);
    line-height: 1.7;
    font-weight: 650;
}

.zodiac-animal-page .zodiac-section-title{
    margin: 16px 0 10px;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 0.20em;
    text-transform: uppercase;
    color: rgba(15, 23, 42, 0.52);
}

.zodiac-animal-page .zodiac-detail h4{
    margin: 14px 0 6px;
    font-size: 16px;
    font-weight: 950;
    color: #0f172a;
    letter-spacing: -0.01em;
}

.zodiac-animal-page .zodiac-detail p{
    margin: 0 0 10px;
    line-height: 1.85;
    color: rgba(15, 23, 42, 0.74);
    font-weight: 650;
}

.zodiac-animal-page .zodiac-summary-card{
    margin-top: 16px;
    border: 1px solid rgba(11, 143, 106, 0.18);
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(11, 143, 106, 0.10) 0%, rgba(108, 190, 3, 0.08) 100%);
    padding: 16px;
}

.zodiac-animal-page .zodiac-summary-card h4{
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 950;
    color: #0f172a;
}

.zodiac-animal-page .zodiac-rating{
    font-size: 16px;
    letter-spacing: 1px;
    color: #f5b301;
    margin: 0 0 10px;
}

.zodiac-animal-page .zodiac-summary-lines{
    margin: 0;
    padding-left: 18px;
}

.zodiac-animal-page .zodiac-summary-lines li{
    margin: 6px 0;
    color: rgba(15, 23, 42, 0.76);
    font-weight: 650;
}

@media (max-width: 991.98px) {
    .zodiac-animal-page .zodiac-animal-hero__card{
        grid-template-columns: 1fr;
    }
    .zodiac-animal-page .zodiac-animal-hero__art img{
        height: 280px;
    }
}

.zodiac-animal-page .zodiac-tool{
    padding-top: 26px;
}

.zodiac-animal-page .gallery-area.gallery-3-area{
    display: none !important;
}

.zodiac-animal-page .article-container .col-lg-4{
    display: none;
}

.zodiac-animal-page .article-container .col-lg-8{
    flex: 0 0 100%;
    max-width: 100%;
}

.zodiac-tool{
    padding: 56px 0 22px;
}

.zodiac-tool__grid{
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.9fr);
    gap: 28px;
    align-items: center;
}

.zodiac-tool__badge{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(17, 24, 39, 0.10);
    background: rgba(255, 255, 255, 0.75);
    color: rgba(17, 24, 39, 0.80);
    font-weight: 800;
    letter-spacing: 0.08em;
    font-size: 12px;
    text-transform: uppercase;
}

.zodiac-tool__headline{
    margin: 14px 0 10px;
    font-weight: 950;
    letter-spacing: -0.04em;
    line-height: 1.02;
    font-size: clamp(44px, 4.8vw, 72px);
    color: #0f172a;
}

.zodiac-tool__headline span{
    color: #0b8f6a;
}

.zodiac-tool__lead{
    margin: 0;
    max-width: 52ch;
    font-size: 18px;
    line-height: 1.6;
    color: rgba(17, 24, 39, 0.72);
}

.zodiac-tool__meta{
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    color: rgba(17, 24, 39, 0.58);
    font-weight: 700;
    letter-spacing: 0.06em;
    font-size: 12px;
    text-transform: uppercase;
}

.zodiac-tool__meta span{
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.zodiac-tool__card{
    border-radius: 26px;
    border: 1px solid rgba(17, 24, 39, 0.10);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.86) 100%);
    box-shadow: 0 24px 70px rgba(17, 24, 39, 0.10);
    padding: 18px;
    backdrop-filter: blur(10px);
}

.zodiac-tool__card-kicker{
    font-weight: 900;
    letter-spacing: 0.10em;
    font-size: 12px;
    color: rgba(17, 24, 39, 0.70);
    text-transform: uppercase;
    margin-bottom: 10px;
}

.zodiac-tool__tabs{
    display: inline-flex;
    padding: 6px;
    border-radius: 999px;
    background: #f1f5f9;
    border: 1px solid rgba(17, 24, 39, 0.10);
    gap: 6px;
}

.zodiac-tab{
    appearance: none;
    border: 0;
    background: transparent;
    padding: 10px 14px;
    border-radius: 999px;
    font-weight: 800;
    color: rgba(17, 24, 39, 0.70);
    cursor: pointer;
    transition: background 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.zodiac-tab.is-active{
    background: #fff;
    color: #0f172a;
    box-shadow: 0 10px 26px rgba(17, 24, 39, 0.10);
}

.zodiac-tool__panel{
    margin-top: 14px;
}

.zodiac-tool__panel.is-hidden{
    display: none;
}

.zodiac-tool__form{
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    align-items: end;
}

.zodiac-field{
    display: block;
}

.zodiac-field__label{
    display: block;
    margin-bottom: 8px;
    font-weight: 900;
    letter-spacing: 0.10em;
    font-size: 12px;
    color: rgba(17, 24, 39, 0.68);
    text-transform: uppercase;
}

.zodiac-input{
    width: 100%;
    border-radius: 18px;
    border: 1px solid rgba(17, 24, 39, 0.14);
    background: #fff;
    padding: 14px 16px;
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
    outline: none;
}

.zodiac-input:focus{
    border-color: rgba(11, 143, 106, 0.62);
    box-shadow: 0 0 0 4px rgba(11, 143, 106, 0.16);
}

.zodiac-btn{
    border: 0;
    border-radius: 18px;
    padding: 14px 18px;
    font-weight: 900;
    letter-spacing: 0.02em;
    color: #fff;
    cursor: pointer;
    background: linear-gradient(135deg, #0b8f6a 0%, #0a7a5c 50%, #09654d 100%);
    box-shadow: 0 16px 36px rgba(11, 143, 106, 0.28);
    white-space: nowrap;
    transition: transform 150ms ease, box-shadow 150ms ease;
}

.zodiac-btn:hover{
    transform: translateY(-1px);
    box-shadow: 0 22px 46px rgba(11, 143, 106, 0.34);
}

.zodiac-btn:active{
    transform: translateY(0);
}

.zodiac-tool__hint{
    margin-top: 10px;
    color: rgba(17, 24, 39, 0.62);
    font-style: italic;
    font-size: 13px;
    line-height: 1.6;
}

.zodiac-tool__error{
    margin-top: 10px;
    color: #b42318;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.6;
}

.zodiac-result{
    padding: 18px 0 24px;
}

.zodiac-result__card{
    border-radius: 26px;
    border: 1px solid rgba(17, 24, 39, 0.10);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.94) 0%, rgba(240, 253, 250, 0.68) 100%);
    box-shadow: 0 24px 70px rgba(17, 24, 39, 0.10);
    padding: 18px;
}

.zodiac-result__kicker{
    font-weight: 900;
    letter-spacing: 0.12em;
    font-size: 12px;
    color: rgba(17, 24, 39, 0.66);
    text-transform: uppercase;
}

.zodiac-result__grid{
    margin-top: 12px;
    display: grid;
    grid-template-columns: 360px minmax(0, 1fr);
    gap: 22px;
    align-items: start;
}

.zodiac-char-tile{
    width: 92px;
    height: 92px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: linear-gradient(135deg, #0b8f6a 0%, #0a7a5c 55%, #07513f 100%);
    box-shadow: 0 20px 50px rgba(11, 143, 106, 0.24);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 900;
    font-size: 54px;
    letter-spacing: -0.02em;
}

.zodiac-result__name{
    margin-top: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.zodiac-result__emoji{
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.70);
    border: 1px solid rgba(17, 24, 39, 0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    box-shadow: 0 12px 30px rgba(17, 24, 39, 0.08);
}

.zodiac-result__animal{
    font-weight: 950;
    letter-spacing: -0.02em;
    font-size: 28px;
    color: #0f172a;
    line-height: 1.1;
}

.zodiac-result__pinyin{
    margin-top: 4px;
    color: rgba(17, 24, 39, 0.62);
    font-weight: 700;
    font-size: 14px;
}

.zodiac-facts{
    margin-top: 16px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.zodiac-fact{
    border-radius: 16px;
    border: 1px solid rgba(17, 24, 39, 0.10);
    background: rgba(255, 255, 255, 0.72);
    padding: 12px;
}

.zodiac-fact__label{
    font-weight: 900;
    letter-spacing: 0.12em;
    font-size: 11px;
    color: rgba(17, 24, 39, 0.62);
    text-transform: uppercase;
}

.zodiac-fact__value{
    margin-top: 6px;
    font-weight: 900;
    color: #0f172a;
}

.zodiac-note{
    margin-top: 12px;
    border-radius: 16px;
    border: 1px solid rgba(234, 179, 8, 0.40);
    background: rgba(254, 243, 199, 0.55);
    color: rgba(146, 64, 14, 0.95);
    padding: 10px 12px;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.6;
}

.zodiac-guide-btn{
    margin-top: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-decoration: none;
    border-radius: 18px;
    padding: 13px 14px;
    border: 1px solid rgba(15, 23, 42, 0.10);
    background: rgba(255, 255, 255, 0.78);
    color: #0f172a;
    font-weight: 950;
    letter-spacing: 0.01em;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
    transition: transform 150ms ease, box-shadow 150ms ease, border-color 150ms ease;
}

.zodiac-guide-btn:hover{
    transform: translateY(-1px);
    border-color: rgba(11, 143, 106, 0.28);
    box-shadow: 0 20px 44px rgba(15, 23, 42, 0.10);
}

.zyt-animal-link{
    text-decoration: none;
    color: inherit;
    border-radius: 14px;
    padding: 8px 10px;
    margin: -8px -10px;
    transition: background 150ms ease, transform 150ms ease;
}

.zyt-animal-link:hover{
    background: rgba(15, 23, 42, 0.04);
}

.zodiac-links{
    margin: 18px 0 10px;
}

.zl-head{
    margin-bottom: 10px;
}

.zl-title{
    margin: 12px 0 0;
    font-weight: 950;
    letter-spacing: -0.02em;
    color: #0f172a;
    font-size: 22px;
}

.zl-desc{
    margin: 8px 0 0;
    color: rgba(15, 23, 42, 0.68);
    font-weight: 600;
    line-height: 1.65;
    font-size: 14px;
}

.zl-grid{
    margin-top: 12px;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
}

.zl-item{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 12px;
    border-radius: 16px;
    border: 1px solid rgba(15, 23, 42, 0.10);
    background: rgba(255, 255, 255, 0.78);
    text-decoration: none;
    color: rgba(15, 23, 42, 0.86);
    font-weight: 900;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05);
    transition: transform 150ms ease, box-shadow 150ms ease, border-color 150ms ease;
}

.zl-item:hover{
    transform: translateY(-1px);
    border-color: rgba(11, 143, 106, 0.28);
    box-shadow: 0 20px 44px rgba(15, 23, 42, 0.10);
}

.zl-item span:first-child{
    font-size: 18px;
    line-height: 1;
}

@media (max-width: 991.98px) {
    .zl-grid{
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .zl-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.zodiac-cta{
    margin-top: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    text-decoration: none;
    border-radius: 18px;
    background: linear-gradient(135deg, #0b8f6a 0%, #0a7a5c 55%, #07513f 100%);
    color: #fff;
    padding: 14px 14px 14px 16px;
    box-shadow: 0 22px 55px rgba(11, 143, 106, 0.24);
}

.zodiac-cta__title{
    font-weight: 900;
    line-height: 1.25;
}

.zodiac-cta__btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.22);
    font-weight: 900;
    white-space: nowrap;
}

.zodiac-block{
    border-radius: 18px;
    border: 1px solid rgba(17, 24, 39, 0.10);
    background: rgba(255, 255, 255, 0.72);
    padding: 14px;
}

.zodiac-block__title{
    font-weight: 900;
    letter-spacing: 0.12em;
    font-size: 11px;
    color: rgba(17, 24, 39, 0.62);
    text-transform: uppercase;
}

.zodiac-block__text{
    margin-top: 10px;
    color: rgba(17, 24, 39, 0.78);
    font-weight: 600;
    line-height: 1.65;
    font-size: 14px;
}

.zodiac-tags{
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.zodiac-tag{
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(17, 24, 39, 0.10);
    background: rgba(255, 255, 255, 0.72);
    font-weight: 800;
    font-size: 12px;
    color: rgba(17, 24, 39, 0.74);
}

.zodiac-columns{
    margin-top: 12px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.zodiac-pills{
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.zodiac-pill{
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(17, 24, 39, 0.10);
    background: rgba(255, 255, 255, 0.78);
    font-weight: 900;
    font-size: 12px;
    color: rgba(17, 24, 39, 0.80);
}

.zodiac-pill[data-color="Black"]{ background: rgba(15, 23, 42, 0.08); }
.zodiac-pill[data-color="Red"]{ background: rgba(239, 68, 68, 0.10); }
.zodiac-pill[data-color="Yellow"]{ background: rgba(234, 179, 8, 0.12); }
.zodiac-pill[data-color="Gold"]{ background: rgba(245, 158, 11, 0.14); }
.zodiac-pill[data-color="Green"]{ background: rgba(34, 197, 94, 0.10); }
.zodiac-pill[data-color="Blue"]{ background: rgba(59, 130, 246, 0.10); }
.zodiac-pill[data-color="White"]{ background: rgba(148, 163, 184, 0.16); }
.zodiac-pill[data-color="Purple"]{ background: rgba(168, 85, 247, 0.10); }
.zodiac-pill[data-color="Pink"]{ background: rgba(236, 72, 153, 0.10); }
.zodiac-pill[data-color="Gray"]{ background: rgba(100, 116, 139, 0.12); }
.zodiac-pill[data-color="Orange"]{ background: rgba(249, 115, 22, 0.12); }
.zodiac-pill[data-color="Brown"]{ background: rgba(120, 53, 15, 0.10); }

.zodiac-years{
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 12px;
    color: rgba(17, 24, 39, 0.70);
    font-weight: 800;
    letter-spacing: 0.02em;
    font-size: 13px;
}

.zodiac-cycle{
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: rgba(17, 24, 39, 0.62);
}

.zodiac-cycle__label{
    font-weight: 900;
    letter-spacing: 0.12em;
    font-size: 11px;
    text-transform: uppercase;
    white-space: nowrap;
}

.zodiac-cycle__icons{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
    font-size: 16px;
    opacity: 0.70;
}

.zodiac-cycle__icons .is-active{
    opacity: 1;
    filter: drop-shadow(0 8px 18px rgba(11, 143, 106, 0.30));
}

.zodiac-compat{
    padding: 22px 0 42px;
    background:
        radial-gradient(900px 420px at 15% 0%, rgba(108, 190, 3, 0.14) 0%, rgba(108, 190, 3, 0.00) 58%),
        radial-gradient(900px 420px at 85% 0%, rgba(11, 143, 106, 0.12) 0%, rgba(11, 143, 106, 0.00) 58%);
}

.zodiac-animal-page .zodiac-compat{
    padding: 14px 0 30px;
}

.zodiac-compat__head{
    max-width: 78ch;
}

.zodiac-compat__kicker{
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.zodiac-compat__kicker-line{
    width: 34px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(108, 190, 3, 1) 0%, rgba(11, 143, 106, 0.55) 100%);
}

.zodiac-compat__kicker-text{
    font-weight: 900;
    letter-spacing: 0.22em;
    font-size: 11px;
    text-transform: uppercase;
    color: rgba(15, 23, 42, 0.72);
}

.zodiac-compat__title{
    margin: 14px 0 0;
    font-weight: 950;
    letter-spacing: -0.03em;
    line-height: 1.05;
    font-size: clamp(28px, 3.4vw, 46px);
    color: #0f172a;
}

.zodiac-compat__desc{
    margin: 12px 0 0;
    color: rgba(15, 23, 42, 0.68);
    line-height: 1.75;
    font-weight: 600;
    font-size: 15px;
}

.zodiac-compat__layout{
    margin-top: 18px;
    display: grid;
    grid-template-columns: minmax(0, 460px) minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}

.zodiac-wheel{
    position: relative;
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
    aspect-ratio: 1 / 1;
    border-radius: 34px;
    border: 1px solid rgba(15, 23, 42, 0.10);
    background:
        radial-gradient(460px 460px at 50% 38%, rgba(255, 255, 255, 0.94) 0%, rgba(240, 253, 250, 0.70) 55%, rgba(248, 250, 252, 0.40) 100%);
    box-shadow: 0 26px 80px rgba(17, 24, 39, 0.10);
    overflow: hidden;
}

.zodiac-wheel::before{
    content: "";
    position: absolute;
    inset: -1px;
    background:
        radial-gradient(380px 380px at 50% 32%, rgba(11, 143, 106, 0.14) 0%, rgba(11, 143, 106, 0.00) 65%),
        radial-gradient(380px 380px at 52% 68%, rgba(108, 190, 3, 0.12) 0%, rgba(108, 190, 3, 0.00) 65%);
    pointer-events: none;
}

.zodiac-wheel__node{
    --count: 12;
    --angle: calc((360deg / var(--count)) * var(--i));
    --radius: clamp(120px, 18vw, 170px);
    position: absolute;
    left: 50%;
    top: 50%;
    width: 56px;
    height: 56px;
    border-radius: 18px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    transform:
        translate(-50%, -50%)
        rotate(var(--angle))
        translate(var(--radius))
        rotate(calc(-1 * var(--angle)));
    transition: box-shadow 150ms ease, border-color 150ms ease, background 150ms ease, filter 150ms ease;
    z-index: 2;
}

.zodiac-wheel__node:hover{
    border-color: rgba(11, 143, 106, 0.24);
    box-shadow: 0 20px 44px rgba(15, 23, 42, 0.12);
    filter: drop-shadow(0 10px 18px rgba(11, 143, 106, 0.12));
}

.zodiac-wheel__node:focus-visible{
    outline: none;
    box-shadow: 0 0 0 4px rgba(11, 143, 106, 0.16), 0 20px 44px rgba(15, 23, 42, 0.12);
    border-color: rgba(11, 143, 106, 0.42);
}

.zodiac-wheel__node.is-best:not(.is-selected){
    background: rgba(240, 253, 250, 0.92);
    border-color: rgba(11, 143, 106, 0.22);
    box-shadow: 0 18px 40px rgba(11, 143, 106, 0.14);
}

.zodiac-wheel__node.is-tricky:not(.is-selected){
    background: rgba(254, 243, 199, 0.72);
    border-color: rgba(234, 179, 8, 0.30);
    box-shadow: 0 18px 40px rgba(234, 179, 8, 0.16);
}

.zodiac-wheel__node.is-selected{
    background: linear-gradient(135deg, #0b8f6a 0%, #0a7a5c 55%, #07513f 100%);
    border-color: rgba(255, 255, 255, 0.18);
    box-shadow: 0 26px 70px rgba(11, 143, 106, 0.28);
    color: #fff;
    filter: drop-shadow(0 14px 26px rgba(11, 143, 106, 0.24));
}

.zodiac-wheel__center{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: min(74%, 300px);
    border-radius: 26px;
    border: 1px solid rgba(15, 23, 42, 0.10);
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 26px 70px rgba(17, 24, 39, 0.10);
    padding: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 1;
    backdrop-filter: blur(10px);
}

.zodiac-wheel__center-emoji{
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background: rgba(11, 143, 106, 0.10);
    border: 1px solid rgba(11, 143, 106, 0.16);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.zodiac-wheel__center-label{
    font-weight: 900;
    letter-spacing: 0.16em;
    font-size: 10px;
    text-transform: uppercase;
    color: rgba(15, 23, 42, 0.62);
}

.zodiac-wheel__center-name{
    margin-top: 6px;
    font-weight: 950;
    letter-spacing: -0.02em;
    font-size: 18px;
    line-height: 1.1;
    color: #0f172a;
}

.zodiac-compat__panel{
    border-radius: 26px;
    border: 1px solid rgba(15, 23, 42, 0.10);
    background: rgba(255, 255, 255, 0.90);
    box-shadow: 0 18px 60px rgba(15, 23, 42, 0.08);
    padding: 18px;
}

.zodiac-compat__panel-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.zodiac-compat__panel-title{
    font-weight: 950;
    letter-spacing: -0.02em;
    color: #0f172a;
}

.zodiac-compat__panel-link{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.10);
    background: rgba(248, 250, 252, 0.92);
    color: rgba(15, 23, 42, 0.92);
    text-decoration: none;
    font-weight: 900;
    white-space: nowrap;
    transition: transform 150ms ease, box-shadow 150ms ease, border-color 150ms ease;
}

.zodiac-compat__panel-link:hover{
    transform: translateY(-1px);
    border-color: rgba(11, 143, 106, 0.28);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.10);
}

.zodiac-compat__groups{
    margin-top: 14px;
    display: grid;
    gap: 14px;
}

.zodiac-compat__group{
    border-radius: 18px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(248, 250, 252, 0.72);
    padding: 14px;
}

.zodiac-compat__group-title{
    font-weight: 900;
    letter-spacing: 0.12em;
    font-size: 11px;
    color: rgba(17, 24, 39, 0.62);
    text-transform: uppercase;
}

.zodiac-compat__group-sub{
    margin-top: 8px;
    font-size: 13px;
    color: rgba(17, 24, 39, 0.66);
    font-weight: 700;
}

.zodiac-compat__chips{
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.zodiac-compat__chip{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.10);
    background: rgba(255, 255, 255, 0.82);
    text-decoration: none;
    color: rgba(15, 23, 42, 0.90);
    font-weight: 900;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
    transition: transform 150ms ease, box-shadow 150ms ease, border-color 150ms ease;
}

.zodiac-compat__chip:hover{
    transform: translateY(-1px);
    border-color: rgba(11, 143, 106, 0.28);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.10);
}

#zodiacCompatBest .zodiac-compat__chip{
    background: rgba(240, 253, 250, 0.78);
    border-color: rgba(11, 143, 106, 0.16);
}

#zodiacCompatTricky .zodiac-compat__chip{
    background: rgba(254, 243, 199, 0.55);
    border-color: rgba(234, 179, 8, 0.24);
}

.zodiac-compat__note{
    margin-top: 14px;
    border-radius: 16px;
    border: 1px solid rgba(15, 23, 42, 0.10);
    background: rgba(255, 255, 255, 0.78);
    padding: 10px 12px;
    font-weight: 700;
    font-size: 13px;
    color: rgba(17, 24, 39, 0.70);
}

.zodiac-game{
    padding: 18px 0 46px;
}

.zodiac-page .article-content .zodiac-game{
    padding: 0;
    margin-top: 22px;
}

.zodiac-game__head{
    max-width: 82ch;
}

.zodiac-game__kicker{
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.zodiac-game__kicker-line{
    width: 34px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(108, 190, 3, 1) 0%, rgba(11, 143, 106, 0.55) 100%);
}

.zodiac-game__kicker-text{
    font-weight: 900;
    letter-spacing: 0.22em;
    font-size: 11px;
    text-transform: uppercase;
    color: rgba(15, 23, 42, 0.72);
}

.zodiac-game__title{
    margin: 14px 0 0;
    font-weight: 950;
    letter-spacing: -0.03em;
    line-height: 1.05;
    font-size: clamp(28px, 3.4vw, 46px);
    color: #0f172a;
}

.zodiac-game__desc{
    margin: 12px 0 0;
    color: rgba(15, 23, 42, 0.68);
    line-height: 1.75;
    font-weight: 600;
    font-size: 15px;
}

.zodiac-game__card{
    margin-top: 18px;
    border-radius: 26px;
    border: 1px solid rgba(15, 23, 42, 0.10);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.92) 0%, rgba(240, 253, 250, 0.66) 100%);
    box-shadow: 0 22px 70px rgba(15, 23, 42, 0.10);
    padding: 18px;
}

.zodiac-game__top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.zodiac-game__stats{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.zodiac-game__stat{
    border-radius: 16px;
    border: 1px solid rgba(15, 23, 42, 0.10);
    background: rgba(255, 255, 255, 0.78);
    padding: 10px 12px;
    min-width: 112px;
}

.zodiac-game__stat-label{
    font-weight: 900;
    letter-spacing: 0.14em;
    font-size: 10px;
    color: rgba(17, 24, 39, 0.62);
    text-transform: uppercase;
}

.zodiac-game__stat-value{
    margin-top: 6px;
    font-weight: 950;
    letter-spacing: -0.02em;
    color: #0f172a;
    font-size: 18px;
}

.zodiac-game__start{
    border: 0;
    border-radius: 18px;
    padding: 12px 16px;
    font-weight: 900;
    letter-spacing: 0.02em;
    color: #fff;
    cursor: pointer;
    background: linear-gradient(135deg, #0b8f6a 0%, #0a7a5c 50%, #09654d 100%);
    box-shadow: 0 16px 36px rgba(11, 143, 106, 0.28);
    white-space: nowrap;
    transition: transform 150ms ease, box-shadow 150ms ease, opacity 150ms ease;
}

.zodiac-game__start:hover{
    transform: translateY(-1px);
    box-shadow: 0 22px 46px rgba(11, 143, 106, 0.34);
}

.zodiac-game__start:disabled{
    opacity: 0.60;
    cursor: not-allowed;
    transform: none;
    box-shadow: 0 16px 36px rgba(11, 143, 106, 0.18);
}

.zodiac-game__progress{
    margin-top: 12px;
    height: 10px;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.10);
    background: rgba(255, 255, 255, 0.70);
    overflow: hidden;
}

.zodiac-game__progress-bar{
    height: 100%;
    width: 100%;
    transform-origin: left center;
    transform: scaleX(1);
    background: linear-gradient(90deg, rgba(108, 190, 3, 1) 0%, rgba(11, 143, 106, 0.92) 55%, rgba(9, 101, 77, 0.98) 100%);
    border-radius: 999px;
    transition: transform 120ms linear;
}

.zodiac-game__prompt{
    margin-top: 16px;
    border-radius: 22px;
    border: 1px solid rgba(15, 23, 42, 0.10);
    background: rgba(255, 255, 255, 0.78);
    padding: 16px;
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
}

.zodiac-game__emoji{
    width: 92px;
    height: 92px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: linear-gradient(135deg, #0b8f6a 0%, #0a7a5c 55%, #07513f 100%);
    box-shadow: 0 20px 50px rgba(11, 143, 106, 0.24);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 900;
    font-size: 54px;
    line-height: 1;
    transition: transform 140ms ease, filter 140ms ease, opacity 140ms ease, background 140ms ease, box-shadow 140ms ease;
}

.zodiac-game__emoji.is-blind{
    background: rgba(15, 23, 42, 0.08);
    border-color: rgba(15, 23, 42, 0.10);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
    color: rgba(15, 23, 42, 0.38);
    filter: blur(0.5px);
    opacity: 0.92;
    transform: scale(0.98);
}

@keyframes zodiacGamePulse {
    0% { transform: scale(1); }
    60% { transform: scale(1.04); }
    100% { transform: scale(1); }
}

.zodiac-game__emoji.is-flash{
    animation: zodiacGamePulse 180ms ease;
}

.zodiac-game__mode{
    font-weight: 950;
    letter-spacing: -0.02em;
    color: #0f172a;
    font-size: 18px;
    line-height: 1.35;
}

.zodiac-game__options{
    margin-top: 14px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.zodiac-game__options[data-count="6"]{
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 991.98px) {
    .zodiac-game__options[data-count="6"]{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.zodiac-game__option{
    appearance: none;
    border: 1px solid rgba(15, 23, 42, 0.10);
    background: rgba(255, 255, 255, 0.86);
    border-radius: 18px;
    padding: 12px 12px;
    font-weight: 950;
    color: rgba(15, 23, 42, 0.92);
    cursor: pointer;
    text-align: left;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
    transition: transform 150ms ease, box-shadow 150ms ease, border-color 150ms ease, background 150ms ease;
}

.zodiac-game__option:hover{
    transform: translateY(-1px);
    border-color: rgba(11, 143, 106, 0.22);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.10);
}

.zodiac-game__option:disabled{
    cursor: not-allowed;
    opacity: 0.80;
    transform: none;
}

.zodiac-game__option.is-correct{
    border-color: rgba(11, 143, 106, 0.28);
    background: rgba(240, 253, 250, 0.92);
    box-shadow: 0 18px 44px rgba(11, 143, 106, 0.16);
}

.zodiac-game__option.is-wrong{
    border-color: rgba(234, 179, 8, 0.34);
    background: rgba(254, 243, 199, 0.70);
    box-shadow: 0 18px 44px rgba(234, 179, 8, 0.16);
}

.zodiac-game__hint{
    margin-top: 14px;
    border-radius: 16px;
    border: 1px solid rgba(15, 23, 42, 0.10);
    background: rgba(255, 255, 255, 0.78);
    padding: 10px 12px;
    font-weight: 700;
    font-size: 13px;
    color: rgba(17, 24, 39, 0.70);
}

.zodiac-game__result.is-hidden{
    display: none;
}

.zodiac-game__result-card{
    margin-top: 14px;
    border-radius: 26px;
    border: 1px solid rgba(15, 23, 42, 0.10);
    background: rgba(255, 255, 255, 0.90);
    box-shadow: 0 18px 60px rgba(15, 23, 42, 0.08);
    padding: 18px;
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
}

.zodiac-game__result-emoji{
    width: 72px;
    height: 72px;
    border-radius: 22px;
    background: rgba(11, 143, 106, 0.10);
    border: 1px solid rgba(11, 143, 106, 0.16);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
}

.zodiac-game__result-kicker{
    font-weight: 900;
    letter-spacing: 0.14em;
    font-size: 10px;
    color: rgba(17, 24, 39, 0.62);
    text-transform: uppercase;
}

.zodiac-game__result-title{
    margin-top: 8px;
    font-weight: 950;
    letter-spacing: -0.02em;
    color: #0f172a;
    font-size: 22px;
    line-height: 1.1;
}

.zodiac-game__result-desc{
    margin-top: 8px;
    color: rgba(15, 23, 42, 0.72);
    font-weight: 650;
    line-height: 1.7;
    font-size: 14px;
}

.zodiac-game__result-actions{
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.zodiac-game__result-link{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.10);
    background: rgba(248, 250, 252, 0.92);
    color: rgba(15, 23, 42, 0.92);
    text-decoration: none;
    font-weight: 900;
    transition: transform 150ms ease, box-shadow 150ms ease, border-color 150ms ease;
}

.zodiac-game__result-link:hover{
    transform: translateY(-1px);
    border-color: rgba(11, 143, 106, 0.28);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.10);
}

.zodiac-game__result-replay{
    border: 1px solid rgba(15, 23, 42, 0.10);
    background: rgba(255, 255, 255, 0.82);
    border-radius: 999px;
    padding: 10px 12px;
    font-weight: 900;
    color: rgba(15, 23, 42, 0.92);
    cursor: pointer;
    transition: transform 150ms ease, box-shadow 150ms ease, border-color 150ms ease;
}

.zodiac-game__result-replay:hover{
    transform: translateY(-1px);
    border-color: rgba(11, 143, 106, 0.22);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.10);
}

.zodiac-how{
    padding: 22px 0 48px;
}

.zodiac-how__header{
    text-align: center;
}

.zodiac-how__title{
    margin: 0;
    font-weight: 950;
    letter-spacing: -0.03em;
    color: #0f172a;
}

.zodiac-how__subtitle{
    margin: 6px 0 0;
    color: rgba(17, 24, 39, 0.64);
    font-weight: 700;
}

.zodiac-how__lead{
    margin: 14px auto 0;
    max-width: 86ch;
    text-align: center;
    color: rgba(17, 24, 39, 0.74);
    font-size: 15px;
    line-height: 1.7;
    font-weight: 600;
}

.zodiac-steps{
    margin-top: 18px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.zodiac-step{
    border-radius: 22px;
    border: 1px solid rgba(17, 24, 39, 0.10);
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 18px 55px rgba(17, 24, 39, 0.06);
    padding: 18px;
}

.zodiac-step__num{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: rgba(11, 143, 106, 0.10);
    color: #0b8f6a;
    font-weight: 950;
    font-size: 18px;
}

.zodiac-step__title{
    margin-top: 10px;
    font-weight: 900;
    letter-spacing: 0.12em;
    font-size: 11px;
    color: rgba(17, 24, 39, 0.62);
    text-transform: uppercase;
}

.zodiac-step__headline{
    margin-top: 8px;
    font-weight: 950;
    letter-spacing: -0.02em;
    font-size: 18px;
    color: #0f172a;
}

.zodiac-step__text{
    margin-top: 10px;
    color: rgba(17, 24, 39, 0.74);
    font-weight: 600;
    line-height: 1.7;
    font-size: 14px;
}

.zodiac-step__icons{
    margin-top: 12px;
    font-size: 18px;
    opacity: 0.88;
}

@media (max-width: 991.98px) {
    .zodiac-tool__grid{
        grid-template-columns: 1fr;
    }
    .zodiac-tool__lead{
        max-width: none;
    }
    .zodiac-result__grid{
        grid-template-columns: 1fr;
    }
    .zodiac-compat__head{
        text-align: center;
        margin: 0 auto;
    }
    .zodiac-compat__kicker{
        justify-content: center;
    }
    .zodiac-compat__layout{
        grid-template-columns: 1fr;
    }
    .zodiac-game__head{
        text-align: center;
        margin: 0 auto;
    }
    .zodiac-game__kicker{
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .zodiac-tool{
        padding: 40px 0 18px;
    }
    .zodiac-tool__card{
        padding: 14px;
        border-radius: 22px;
    }
    .zodiac-tool__form{
        grid-template-columns: 1fr;
    }
    .zodiac-btn{
        width: 100%;
        justify-content: center;
        display: inline-flex;
    }
    .zodiac-columns{
        grid-template-columns: 1fr;
    }
    .zodiac-steps{
        grid-template-columns: 1fr;
    }
    .zodiac-wheel{
        border-radius: 28px;
    }
    .zodiac-wheel__node{
        width: 52px;
        height: 52px;
        border-radius: 16px;
        font-size: 24px;
        --radius: clamp(104px, 28vw, 138px);
    }
    .zodiac-wheel__center{
        border-radius: 22px;
        padding: 12px;
    }
    .zodiac-game__top{
        flex-direction: column;
        align-items: stretch;
    }
    .zodiac-game__start{
        width: 100%;
        justify-content: center;
        display: inline-flex;
    }
    .zodiac-game__prompt{
        grid-template-columns: 1fr;
        text-align: center;
    }
    .zodiac-game__emoji{
        margin: 0 auto;
    }
    .zodiac-game__options{
        grid-template-columns: 1fr;
    }
    .zodiac-game__options[data-count="6"]{
        grid-template-columns: 1fr;
    }
}

.zodiac-year-table{
    padding: 0;
    margin: 26px 0 22px;
}

.zyt-head{
    text-align: left;
}

.zyt-kicker{
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.zyt-kicker-line{
    width: 34px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(108, 190, 3, 1) 0%, rgba(11, 143, 106, 0.55) 100%);
}

.zyt-kicker-text{
    font-weight: 900;
    letter-spacing: 0.22em;
    font-size: 11px;
    text-transform: uppercase;
    color: rgba(15, 23, 42, 0.72);
}

.zyt-title{
    margin: 14px 0 0;
    font-weight: 950;
    letter-spacing: -0.03em;
    line-height: 1.05;
    font-size: clamp(28px, 3.4vw, 46px);
    color: #0f172a;
}

.zyt-desc{
    margin: 12px 0 0;
    color: rgba(15, 23, 42, 0.68);
    line-height: 1.75;
    font-weight: 600;
    font-size: 15px;
}

.zyt-card{
    margin-top: 18px;
    border-radius: 26px;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.10);
    background: rgba(255, 255, 255, 0.90);
    box-shadow: 0 18px 60px rgba(15, 23, 42, 0.08);
}

.zyt-row{
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 18px;
    padding: 16px 18px;
    align-items: center;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.zyt-row--head{
    border-top: 0;
    background: linear-gradient(135deg, rgba(108, 190, 3, 1) 0%, rgba(11, 143, 106, 0.92) 55%, rgba(9, 101, 77, 0.98) 100%);
    color: rgba(255, 255, 255, 0.92);
    padding: 14px 18px;
}

.zyt-col--animal{
    min-width: 0;
}

.zyt-col--years{
    min-width: 0;
}

.zyt-row--head .zyt-col{
    font-weight: 900;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-size: 11px;
}

.zyt-row:nth-child(odd):not(.zyt-row--head){
    background: rgba(248, 250, 252, 0.72);
}

.zyt-row.is-current-row{
    background: linear-gradient(90deg, rgba(108, 190, 3, 0.10) 0%, rgba(255, 255, 255, 0.90) 55%, rgba(255, 255, 255, 0.90) 100%);
    position: relative;
}

.zyt-row.is-current-row::before{
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 10px;
    width: 4px;
    border-radius: 0 999px 999px 0;
    background: linear-gradient(180deg, rgba(108, 190, 3, 1) 0%, rgba(11, 143, 106, 1) 100%);
}

.zyt-animal{
    display: flex;
    align-items: center;
    gap: 12px;
}

.zyt-emoji{
    font-size: 26px;
    line-height: 1;
}

.zyt-hanzi{
    font-weight: 800;
    font-size: 22px;
    line-height: 1.05;
    color: #0f172a;
    font-family: "Noto Serif SC", "Songti SC", STSong, FangSong, serif;
}

.zyt-english{
    margin-top: 6px;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-size: 10px;
    color: rgba(15, 23, 42, 0.56);
}

.zyt-years{
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
    justify-content: flex-start;
}

.zyt-year{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.10);
    background: rgba(255, 255, 255, 0.76);
    font-weight: 800;
    font-size: 13px;
    color: rgba(15, 23, 42, 0.70);
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.zyt-year.is-current{
    border-color: rgba(11, 143, 106, 0.40);
    background: rgba(11, 143, 106, 0.14);
    color: rgba(9, 101, 77, 1);
    font-weight: 950;
}

.zyt-year.is-upcoming{
    border-color: rgba(108, 190, 3, 0.40);
    background: rgba(108, 190, 3, 0.10);
    color: rgba(27, 112, 27, 1);
    font-weight: 900;
}

.zyt-foot{
    padding: 12px 18px;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(248, 250, 252, 0.72);
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    color: rgba(15, 23, 42, 0.56);
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-size: 10px;
}

.zyt-legend{
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.zyt-dot{
    width: 9px;
    height: 9px;
    border-radius: 50%;
}

.zyt-dot--current{ background: rgba(11, 143, 106, 1); }
.zyt-dot--upcoming{ background: rgba(108, 190, 3, 1); }
.zyt-dot--past{ background: rgba(148, 163, 184, 1); }

@media (max-width: 767.98px) {
    .zyt-row{
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .zyt-row--head{
        display: none;
    }
    .zyt-years::before{
        content: "Birth Years";
        display: block;
        width: 100%;
        font-weight: 900;
        letter-spacing: 0.22em;
        text-transform: uppercase;
        font-size: 10px;
        color: rgba(15, 23, 42, 0.52);
        margin-bottom: 6px;
    }
}

.zodiac-index__header{
    text-align: center;
    margin-bottom: 18px;
}

.zodiac-index__title{
    margin: 0;
    font-weight: 900;
    letter-spacing: -0.02em;
    color: #111;
}

.zodiac-index__subtitle{
    margin: 6px 0 0;
    color: rgba(17, 24, 39, 0.68);
    font-size: 14px;
    line-height: 1.6;
}

.zodiac-grid{
    counter-reset: zodiac;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.zodiac-card{
    counter-increment: zodiac;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 18px;
    border-radius: 18px;
    border: 1px solid rgba(17, 24, 39, 0.10);
    background: #fff;
    text-decoration: none;
    color: #111;
    box-shadow: 0 14px 40px rgba(17, 24, 39, 0.08);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
    overflow: hidden;
}

.zodiac-card::before{
    content: counter(zodiac, decimal-leading-zero) " / 12";
    position: absolute;
    top: 14px;
    right: 14px;
    font-size: 12px;
    letter-spacing: 0.06em;
    color: rgba(17, 24, 39, 0.45);
}

.zodiac-card::after{
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(600px 220px at 0% 0%, rgba(108, 190, 3, 0.08) 0%, rgba(108, 190, 3, 0) 60%);
    pointer-events: none;
}

.zodiac-card:hover{
    transform: translateY(-3px);
    border-color: rgba(108, 190, 3, 0.28);
    box-shadow: 0 22px 60px rgba(17, 24, 39, 0.14);
}

.zodiac-card:focus-visible{
    outline: 0;
    box-shadow: 0 0 0 4px rgba(108, 190, 3, 0.20), 0 22px 60px rgba(17, 24, 39, 0.16);
}

.zodiac-card__icon{
    position: relative;
    width: 56px;
    height: 56px;
    border-radius: 16px;
    border: 1px solid rgba(17, 24, 39, 0.10);
    background: linear-gradient(180deg, #ffffff 0%, #f6f6f6 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    z-index: 1;
}

.zodiac-card__emoji{
    font-size: 30px;
    line-height: 1;
    filter: drop-shadow(0 2px 10px rgba(17, 24, 39, 0.10));
}

.zodiac-card__name{
    position: relative;
    font-weight: 800;
    letter-spacing: -0.01em;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .zodiac-grid{
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .zodiac-page .article-content{
        border-radius: 20px;
        padding: 18px;
    }
    .zodiac-index{
        padding: 44px 0;
    }
    .zodiac-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }
    .zodiac-card{
        padding: 14px;
        gap: 10px;
        border-radius: 16px;
    }
    .zodiac-card__icon{
        width: 52px;
        height: 52px;
        border-radius: 14px;
    }
    .zodiac-card__emoji{
        font-size: 28px;
    }
}

.rounded-circle {
    border-radius: 50% !important;
}
.avatar{
    width:40px;
    height:40px;
    flex-shrink:0;
    font-weight:600;
    font-size:14px;
    text-transform:uppercase;
}
.comment-editor {
    padding-left: 30px !important;
    padding-right: 44px !important;
    margin-bottom: 1%;
    min-height: 100px;
    overflow-y: auto;
    white-space: pre-wrap;
    word-break: break-word;
    outline: none;
}
.counter{
    position: absolute;
    right: 6px;
    bottom: 79px;
    font-size: 12px;
    color: '#888';
}
.emoji-btn {
    position: absolute;
    left: 2px;
    bottom: 83px;
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 18px;
    padding: 0;
    line-height: 1;
}
.emoji-btn:focus {
    outline: none;
}
.emoji-picker-panel {
    position: absolute;
    z-index: 9999;
    width: 300px;
    height: 350px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}
.cf-turnstile {
    width: 100%;
}