.pricing {
    margin: 100px 296px;
}
.pricing h1 {
    font-family: ClashDisplay-Semibold;
    font-size: 36px;
    line-height: 100%;
    color: #fff;
}
.pricing h1 span {
    color: #F36214;
}

.animate-title {
    animation: fadeInDown 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}
.animate-nav {
    animation: fadeInUp 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}

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

.pricing .options {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 40px;
    gap: 15px;
    flex-wrap: wrap;
}

.pricing .options .nav-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 100%;
}

.pricing .options .change {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #120d0b;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 6px;
    gap: 8px;
    z-index: 1;
}

.pricing .options .change .nav-slider {
    position: absolute;
    top: 0;
    left: 0;
    background: #F36214;
    border-radius: 12px;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), width 0.4s cubic-bezier(0.25, 1, 0.5, 1), height 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    z-index: -1;
    box-shadow: 0 4px 15px rgba(243, 98, 20, 0.3);
    pointer-events: none;
}

.pricing .options .games-nav,
.pricing .options .periods-nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}
.pricing .options .games-nav::-webkit-scrollbar,
.pricing .options .periods-nav::-webkit-scrollbar { display: none; }


.pricing .options .change .section {
    position: relative;
    z-index: 1;
    display: flex; align-items: center; border-radius: 12px; padding: 0 20px;
    background-color: transparent !important; gap: 8px; cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 42px; flex-shrink: 0;
}
.pricing .options .change .section.disabled {
    opacity: 0.25;
    cursor: not-allowed;
    box-shadow: none !important;
}
.pricing .options .change .section.disabled h2 {
    color: #827D7B !important;
}

.pricing .options .change .section h2 {
    font-family: Poppins; font-weight: 500; font-size: 14px; color: #827D7B; margin: 0; transition: 0.3s;
}
.pricing .options .change .section svg path { fill: #827D7B; transition: 0.3s; }
.pricing .options .change .section:not(.disabled):hover { background: rgba(243, 98, 20, 0.04) !important; }
.pricing .options .change .section:not(.disabled):hover h2 { color: #fff; }
.pricing .options .change .section:not(.disabled):hover svg path { fill: #f36214; }
.pricing .options .change .active h2 { color: #fff; }
.pricing .options .change .active svg path { fill: #ffffff; }
.pricing .options .change .active img:not(.no-filter) { filter: brightness(0) invert(1); }
.pricing .options .change .section:hover img:not(.no-filter) { filter: brightness(0) invert(1); }
.pricing .options .change .section[data-id="dc"] .icon svg path { fill: #5865F2 !important; }
.pricing .options .change .section[data-id="dc"].active .icon svg path { fill: #ffffff !important; }

.pricing .options .sub-nav,
.pricing .options .sub-sub-nav {
    display: none;
    padding: 6px;
    margin: 0;
}
.pricing .options .sub-nav.show-sub,
.pricing .options .sub-sub-nav.show-sub {
    display: flex;
    animation: fadeInDown 0.3s ease forwards;
}

.pricing .options .sub-nav .section {
    height: 36px;
    padding: 0 16px;
}
.pricing .options .sub-sub-nav .section {
    height: 32px;
    padding: 0 12px;
    border-radius: 8px;
}
.pricing .options .sub-sub-nav .section h2 {
    font-size: 12px;
}
.pricing .options .sub-nav .section h2 { font-size: 13px; }

.observe-me {
    opacity: 0;
    transform: translateY(40px) scale(0.95);
    transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.observe-me.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}
.observe-me.hide-me {
    opacity: 0 !important;
    transform: scale(0.9) translateY(20px) !important;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
}

.pricing .offer {
    display: flex; justify-content: center; gap: 30px; flex-wrap: wrap; margin-top: 20px;
}
.pricing .offer .inside {
    width: 31%; min-width: 320px; border-radius: 24px; padding: 40px 35px;
    display: flex; flex-direction: column; justify-content: space-between;
    margin-bottom: 20px; position: relative;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease, border-color 0.3s ease;
}
.pricing .offer .inside:hover {
    transform: translateY(-5px);
}
.pricing .offer .standard-card { background: #1e1512; border: 1px solid rgba(255, 255, 255, 0.1); }
.pricing .offer .standard-card:hover { border-color: rgba(243, 98, 20, 0.4); box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4); }

.pricing .offer .featured-card {
    background: linear-gradient(135deg, #F36214, #cc4a07);
    border: 1px solid #ff7b33;
    box-shadow: 0 10px 30px rgba(243, 98, 20, 0.3);
}
.pricing .offer .featured-card:hover {
    box-shadow: 0 15px 40px rgba(243, 98, 20, 0.5);
}

.pricing .offer .card-badges {
    position: absolute;
    top: -14px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
    z-index: 10;
    padding: 0 10px;
    box-sizing: border-box;
}
.pricing .offer .premium-badge {
    background: #fff; color: #F36214; padding: 4px 14px; border-radius: 20px;
    font-family: ClashDisplay-Semibold; font-size: 11px; letter-spacing: 0.5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
}
.pricing .offer .admin-badge { color: #ef4444; border: 1px solid rgba(239, 68, 68, 0.2); }
.pricing .offer .subtype-badge {
    background: #2a1f1a; color: #fff; border: 1px solid rgba(255, 255, 255, 0.1);
}

.observe-me .animate-badge {
    opacity: 0;
    transform: translateY(-20px) scale(0.5);
}
.observe-me.is-visible .animate-badge {
    animation: badgeDrop 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    animation-delay: 0.3s;
}
@keyframes badgeDrop {
    to { opacity: 1; transform: translateY(0) scale(1); }
}

.pricing .offer .inside .card-content { position: relative; z-index: 3; }
.pricing .offer .inside .maintext { display: flex; align-items: center; margin-bottom: 15px;}
.pricing .offer .inside .maintext h1 { font-family: ClashDisplay-Semibold; font-size: 20px; color: #fff; margin: 0;}
.pricing .offer .inside .maintext img { margin-right: 12px; }
.pricing .offer .inside .price-display { display: flex; align-items: baseline; flex-wrap: wrap; margin: 0 0 8px 0; }
.pricing .offer .inside .price-display .old-price { text-decoration: line-through; color: #EF4444; font-family: Poppins; font-size: 15px; font-weight: 500; margin: 0 8px 0 0; opacity: 0.8; }
.pricing .offer .inside .price-display .current-price { font-family: ClashDisplay-Semibold; font-size: 42px; color: #fff; line-height: 1; }
.pricing .offer .inside .price-display .period { font-family: 'Poppins', sans-serif; font-size: 15px; color: rgba(255,255,255,0.6); margin-left: 4px; }
.pricing .offer .featured-card .price-display .period { color: rgba(255,255,255,0.9); }
.pricing .offer .inside .desc { font-family: Poppins; font-size: 14px; margin: 0 0 25px 0; line-height: 1.5; }
.pricing .offer .standard-card .desc { color: #A1A1AA; }
.pricing .offer .featured-card .desc { color: rgba(255,255,255,0.9); }
.pricing .offer .inside .features { display: flex; flex-direction: column; gap: 12px; }
.pricing .offer .inside .info { display: flex; align-items: flex-start; }
.pricing .offer .inside .info img { margin-right: 12px; margin-top: 4px; width: 16px; }
.pricing .offer .standard-card .info img { filter: invert(47%) sepia(96%) saturate(2227%) hue-rotate(345deg) brightness(101%) contrast(92%); }
.pricing .offer .featured-card .info img { filter: brightness(0) invert(1); }
.pricing .offer .inside .info p { margin: 0; font-family: Poppins; font-size: 14px; line-height: 1.5; }
.pricing .offer .standard-card .info p { color: #e4e4e7; }
.pricing .offer .featured-card .info p { color: rgba(255,255,255,0.95); }

.pricing .offer .inside .button {
    margin-top: 35px; border-radius: 14px; padding: 15px; display: flex; align-items: center; justify-content: center;
    transition: all 0.3s ease; cursor: pointer; position: relative; z-index: 3;
}
.pricing .offer .inside .button p { font-family: ClashDisplay-Semibold; font-size: 16px; margin: 0; }
.pricing .offer .standard-card .button { background: rgba(243, 98, 20, 0.1); border: 1px solid #F36214; }
.pricing .offer .standard-card .button p { color: #F36214; }
.pricing .offer .standard-card .button:hover { background: #F36214; }
.pricing .offer .standard-card .button:hover p { color: #fff; }
.pricing .offer .featured-card .button { background: #fff; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); }
.pricing .offer .featured-card .button p { color: #F36214; }
.pricing .offer .featured-card .button:hover { background: #f1f1f1; transform: scale(1.03); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); }
.pricing .nooffer { font-family: ClashDisplay-Medium; font-size: 18px; color: #EF4444; text-align: center; width: 100%; margin-top: 30px; }

@media screen and (max-width: 1200px) {
    .pricing { margin: 80px 40px; }
    .pricing .offer .inside { width: 45%; }
}
@media screen and (max-width: 768px) {
    .pricing { margin: 50px 20px; }
    .pricing h1 { font-size: 28px; text-align: center; }
    .pricing .options { flex-direction: column; align-items: center; gap: 15px; }

    .pricing .options .nav-container { width: 100%; max-width: 100%; }

    .pricing .options .change {
        flex-wrap: wrap !important;
        justify-content: center !important;
        height: auto;
        padding: 8px;
    }

    .pricing .options .games-nav,
    .pricing .options .sub-nav,
    .pricing .options .sub-sub-nav {
        width: 100%;
        border-radius: 16px;
        margin: 0 0 5px 0 !important;
    }

    .pricing .options .periods-nav {
        width: 100%;
        border-radius: 16px;
    }

    .pricing .options .change .section {
        margin-bottom: 4px;
    }

    .pricing .offer { flex-direction: column; align-items: center; gap: 30px;}
    .pricing .offer .inside { width: 100%; max-width: 450px; padding: 35px 25px; }
}
