/* iOS 26 inspired style for Info page */

.wrap.info-ios26 {
    max-width: 1400px;
    margin: 28px auto 40px;
    padding: 0 20px;
}

.info-ios26 .navigation {
    margin: 0 0 18px;
    padding: 14px 18px;
    border-radius: 16px;
    background: linear-gradient(135deg, #0ea5e9 0%, #2563eb 100%);
    border: 1px solid rgba(255, 255, 255, 0.32);
    box-shadow: 0 16px 34px rgba(37, 99, 235, 0.25);
    color: #eaf2ff;
    font-size: 16px;
    font-weight: 600;
}

.info-ios26 .navigation span {
    color: #f4f8ff;
}

.info-ios26 .play,
.info-ios26 .wrap_left,
.info-ios26 .rightside {
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.86) 0%, rgba(248, 250, 255, 0.78) 100%);
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: 0 16px 40px rgba(2, 132, 199, 0.12);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.info-ios26 .play {
    overflow: hidden;
    margin-bottom: 22px;
}

.info-ios26 .googleplay {
    padding: 22px;
    margin-bottom: 18px;
}

.info-ios26 .googleplay_left {
    width: 132px;
}

.info-ios26 .googleplay_left img {
    width: 132px;
    height: 132px;
    object-fit: cover;
    border-radius: 26px;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.22);
}

.info-ios26 .googleplay_right {
    width: calc(100% - 150px);
    margin-left: 18px;
}

.info-ios26 .googleplay_right h1 a {
    color: #0f172a;
}

.info-ios26 .app-quick-info {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.info-ios26 .category-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(59, 130, 246, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.2);
}

.info-ios26 .category-chip img {
    width: 18px;
    height: 18px;
    border-radius: 6px;
    object-fit: cover;
}

.info-ios26 .category-chip a {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #1d4ed8;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.info-ios26 .category-chip a::after {
    content: "↗";
    font-size: 12px;
    color: #2563eb;
    margin-left: 2px;
}

.info-ios26 .category-chip a span {
    color: #64748b;
    font-weight: 500;
}

.info-ios26 .app-quick-info span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 10px;
    border-radius: 999px;
    color: #334155;
    font-size: 12px;
    font-weight: 600;
}

.info-ios26 .app-quick-info span:nth-child(1) {
    background: rgba(14, 165, 233, 0.14);
    color: #075985;
}

.info-ios26 .app-quick-info span:nth-child(2) {
    background: rgba(16, 185, 129, 0.14);
    color: #065f46;
}

.info-ios26 .app-quick-info span:nth-child(3) {
    background: rgba(139, 92, 246, 0.14);
    color: #5b21b6;
}

.info-ios26 .app-quick-info strong {
    color: #0f172a;
    font-weight: 600;
}

.info-ios26 .googleplay_right .star,
.info-ios26 .googleplay_right .down,
.info-ios26 .googleplay_right .man,
.info-ios26 .googleplay_right .price {
    border-radius: 999px;
    margin-right: 8px;
    padding: 4px 10px;
    font-weight: 700;
    background-repeat: no-repeat !important;
    background-position: 8px center !important;
    background-size: 13px 13px !important;
    padding-left: 26px;
}

.info-ios26 .googleplay_right .star {
    background-image: url('/content/images/star.png') !important;
    background-color: rgba(245, 158, 11, 0.14);
    color: #b45309;
}

.info-ios26 .googleplay_right .down {
    background-image: url('/content/images/down.png') !important;
    background-color: rgba(14, 165, 233, 0.14);
    color: #0369a1;
}

.info-ios26 .googleplay_right .man {
    background-image: url('/content/images/man.png') !important;
    background-color: rgba(139, 92, 246, 0.14);
    color: #6d28d9;
}

.info-ios26 .googleplay_right .price {
    background-image: url('/content/images/price_icon.png') !important;
    background-color: rgba(34, 197, 94, 0.14);
    color: #15803d;
}

.info-ios26 .googleplay_right .price.price-limited {
    background-color: rgba(239, 68, 68, 0.12);
    color: #b91c1c;
}

.info-ios26 .googleplay_right .price.price-old-chip {
    background-image: none !important;
    padding-left: 10px;
    background-color: rgba(107, 114, 128, 0.16);
    color: #6b7280;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
    text-decoration-color: #6b7280;
}

.info-ios26 .googleplay_btn_pc .btn1 {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 14px;
    padding: 10px 22px;
    background: linear-gradient(135deg, #0ea5e9 0%, #2563eb 100%);
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.28);
    color: #fff;
    transition: transform .25s ease, box-shadow .25s ease;
    animation: infoBtnPulse 2.4s ease-in-out infinite;
}

.info-ios26 .googleplay_btn_pc .btn1:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 14px 28px rgba(37, 99, 235, 0.36);
}

.info-ios26 .googleplay_btn_pc .btn1::after {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;
    background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.42) 50%, transparent 100%);
    transform: skewX(-18deg);
    animation: infoBtnShine 3.2s ease-in-out infinite;
    pointer-events: none;
}

@keyframes infoBtnPulse {
    0%, 100% {
        box-shadow: 0 8px 20px rgba(37, 99, 235, 0.28);
    }
    50% {
        box-shadow: 0 12px 26px rgba(37, 99, 235, 0.4);
    }
}

@keyframes infoBtnShine {
    0% {
        left: -120%;
    }
    55%, 100% {
        left: 140%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .info-ios26 .googleplay_btn_pc .btn1,
    .info-ios26 .googleplay_btn_pc .btn1::after {
        animation: none;
    }
}

.info-ios26 .game_tab {
    margin: 18px 0 14px;
    overflow: hidden !important;
    height: auto;
    border: 0;
    background: transparent;
    line-height: normal;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.info-ios26 .game_tab::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}

.info-ios26 .game_tab .game_tab_ul {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    gap: 8px;
}

.info-ios26 .game_tab .game_tab_ul li {
    float: none;
    width: auto;
}

.info-ios26 .game_tab_ul li a {
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(148, 163, 184, 0.2);
    min-width: 180px;
    padding: 10px 28px;
    font-weight: 600;
    color: #0f172a;
}

.info-ios26 .game_tab_ul li a.active {
    background: linear-gradient(135deg, rgba(56, 189, 248, 0.7) 0%, rgba(59, 130, 246, 0.75) 100%);
    color: rgba(255, 255, 255, 0.88);
    border-color: transparent;
    cursor: default;
    pointer-events: none;
}

.info-ios26 .con {
    padding: 18px;
}

.info-ios26 .game_des,
.info-ios26 .game_additional {
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(148, 163, 184, 0.16);
    padding: 18px;
    margin-top: 12px;
}

.info-ios26 .game_additional.info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.info-ios26 .game_des pre {
    white-space: pre-wrap;
    word-break: break-word;
    color: #0f172a;
    font-family: inherit;
    overflow: visible !important;
    max-height: none !important;
    margin: 0;
}

.info-ios26 #description {
    overflow: hidden;
}

.info-ios26 #description.shortBrief {
    max-height: 200px;
    overflow: hidden !important;
    scrollbar-width: none;
}

.info-ios26 #description.shortBrief::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}

.info-ios26 #description:not(.shortBrief) {
    overflow: visible !important;
}

.info-ios26 .game_additional span,
.info-ios26 .game_additional a {
    display: inline-block;
    margin: 4px 8px 4px 0;
    color: #334155;
    border-radius: 10px;
    padding: 8px 12px;
    font-weight: 600;
}

.info-ios26 .game_additional a {
    background: rgba(59, 130, 246, 0.12);
    color: #1d4ed8;
}

.info-ios26 .game_additional span:nth-of-type(1) {
    background: rgba(14, 165, 233, 0.12);
    color: #075985;
}

.info-ios26 .game_additional span:nth-of-type(2) {
    background: rgba(168, 85, 247, 0.12);
    color: #6b21a8;
}

.info-ios26 .game_additional span:nth-of-type(3) {
    background: rgba(244, 63, 94, 0.12);
    color: #9f1239;
}

.info-ios26 .game_additional span:nth-of-type(4) {
    background: rgba(16, 185, 129, 0.12);
    color: #065f46;
}

.info-ios26 .swiper-wrap,
.info-ios26 .game_pics {
    border-radius: 16px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .wrap.info-ios26 {
        margin-top: 14px;
        padding: 0 10px;
    }

    .info-ios26 .googleplay {
        padding: 12px;
    }

    .info-ios26 .googleplay_left {
        width: 96px;
    }

    .info-ios26 .googleplay_left img {
        width: 96px;
        height: 96px;
        border-radius: 20px;
    }

    .info-ios26 .googleplay_right {
        width: calc(100% - 110px);
        margin-left: 12px;
    }

    .info-ios26 .game_additional.info-grid {
        grid-template-columns: 1fr;
    }

    .info-ios26 .game_tab_ul li a {
        min-width: 120px;
        padding: 8px 16px;
    }
}
