@font-face {
    font-family: Tajawal;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/tajawal/v11/Iura6YBj_oCad4k1rzY.ttf) format("truetype");
}
@font-face {
    font-family: Tajawal;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/tajawal/v11/Iurf6YBj_oCad4k1l8KiLrY.ttf) format("truetype");
}
@font-face {
    font-family: Tajawal;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/tajawal/v11/Iurf6YBj_oCad4k1l4qkLrY.ttf) format("truetype");
}
body {
    background: var(--bg-solid);
}
.btn,
.loader-text,
body {
    font-family: Tajawal, sans-serif;
}
.brand-logo,
.dropdown-link,
.nav-link,
.scroll-to-top-btn,
.telegram-btn,
a {
    text-decoration: none;
}
.social-buttons {
    position: fixed;
    left: 20px;
    bottom: 80px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;
}
.social-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    font-size: 0;
}
.telegram-btn:hover {
    background: #069;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
    color: #fff;
}
.scroll-to-top-btn {
    position: fixed;
    bottom: 20px;
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    z-index: 1000;
    font-size: 0;
}
.scroll-to-top-btn:hover {
    background: var(--btn-bg-hover);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}
.scroll-to-top-btn:focus {
    outline: 2px solid var(--color-secondary);
    outline-offset: 2px;
}
@media (max-width: 768px) {
    .social-buttons {
        bottom: 90px;
        left: 15px;
    }
    .scroll-to-top-btn,
    .social-btn {
        width: 44px;
        height: 44px;
    }
    .scroll-to-top-btn {
        right: 15px;
        bottom: 30px;
    }
}
.app-lightbox {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.9) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 99999 !important;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.app-lightbox[aria-hidden="false"] {
    opacity: 1 !important;
    visibility: visible !important;
}
.app-lightbox__overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.app-lightbox__content {
    max-width: 90vw;
    max-height: 90vh;
}
.app-lightbox__image {
    max-width: 100%;
    max-height: 100%;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
}
.app-lightbox__close {
    position: absolute;
    top: -50px;
    right: 0;
    width: 40px;
    height: 40px;
    background: hsla(0, 0%, 100%, 0.1);
    border: 1px solid hsla(0, 0%, 100%, 0.2);
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    z-index: 10001;
}
.app-lightbox__close:hover {
    background: hsla(0, 0%, 100%, 0.2);
    transform: scale(1.1);
}
.app-lightbox__nav {
    position: absolute;
    width: 50px;
    height: 50px;
    background: hsla(0, 0%, 100%, 0.1);
    border: 1px solid hsla(0, 0%, 100%, 0.2);
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    z-index: 10001;
}
.app-lightbox__prev {
    left: -70px;
}
.app-lightbox__next {
    right: -70px;
}
.app-lightbox__nav:hover {
    background: hsla(0, 0%, 100%, 0.2);
    transform: translateY(-50%) scale(1.1);
}
.no-scroll {
    overflow: hidden !important;
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
}
@media (max-width: 768px) {
    .app-lightbox__close {
        top: 20px;
        right: 20px;
    }
    .app-lightbox__close,
    .app-lightbox__nav {
        width: 44px;
        height: 44px;
    }
    .app-lightbox__prev {
        left: 20px;
    }
    .app-lightbox__next {
        right: 20px;
    }
    .app-lightbox__content {
        max-width: 95vw;
        max-height: 85vh;
    }
}
.js-screenshot {
    transition: transform 0.2s ease, opacity 0.2s ease;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.js-screenshot:hover {
    transform: scale(1.05);
}
.js-screenshot:active {
    transform: scale(0.98);
}
.screenshot-slide {
    border-radius: 8px;
    cursor: pointer;
}
.screenshot-slide:after {
    content: "🔍";
    position: absolute;
    top: 8px;
    right: 8px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}
.screenshot-slide:hover:after {
    opacity: 1;
}
.mobile-submenu {
    transition: max-height 0.3s ease;
    border-top: 1px solid hsla(0, 0%, 100%, 0.1);
}
.mobile-submenu.active {
    max-height: 500px;
}
.mobile-nav-toggle[aria-expanded="true"] .mobile-nav-arrow {
    transform: rotate(180deg);
}
.mobile-nav-arrow {
    transition: transform 0.3s ease;
}
.platform-badge {
    background: linear-gradient(135deg, #4caf50, #45a049);
    color: #fff;
    font-size: 11px;
    padding: 4px 8px;
    border-radius: 12px;
    margin-top: 8px;
    text-align: center;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.app-developer {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}
#howto {
    scroll-margin-top: 80px;
    transition: background-color 0.5s ease, box-shadow 0.5s ease;
    border-radius: 8px;
    padding: 20px;
}
#howto:target {
    background-color: rgba(76, 175, 80, 0.1);
    box-shadow: 0 0 20px rgba(76, 175, 80, 0.3);
}
.img.lazy {
    transition: opacity 0.3s ease, filter 0.3s ease;
    background-color: #f3f4f6;
    background-image: linear-gradient(45deg, #f9fafb 25%, transparent 0), linear-gradient(-45deg, #f9fafb 25%, transparent 0), linear-gradient(45deg, transparent 75%, #f9fafb 0), linear-gradient(-45deg, transparent 75%, #f9fafb 0);
    background-size: 20px 20px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0;
    animation: loading-shimmer 2s linear infinite;
}
.img.lazy.is-loaded {
    background: 0 0;
    animation: none;
}
.img.lazy.error {
    background: #fee2e2;
    opacity: 0.5;
}
.img.lazy.fallback-icon {
    background: #f3f4f6;
    padding: 10px;
    border: 2px dashed #d1d5db;
}
@keyframes loading-shimmer {
    0% {
        background-position: 0 0, 0 10px, 10px -10px, -10px 0;
    }
    to {
        background-position: 20px 20px, 20px 30px, 30px 10px, 10px 20px;
    }
}
.screenshots-slider {
    min-height: 284px;
}
.screenshot-slide {
    min-height: 284px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.screenshot-slide .img-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.screenshot-slide .img-wrap:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.js-screenshot {
    cursor: pointer !important;
    transition: opacity 0.3s ease;
}
.js-screenshot:hover {
    opacity: 0.9;
}
.screenshot-slide .img-wrap:before {
    content: "📱";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    opacity: 0.5;
    z-index: 1;
    pointer-events: none;
}
.screenshot-slide .img-wrap .img.is-loaded + :before {
    display: none;
}
.app-icon-large img,
img,
svg {
    object-fit: cover;
}
.app-grid,
.screenshots-slider,
.section {
    content-visibility: auto;
}
*,
.register-modal,
.register-modal *,
:after,
:before {
    box-sizing: border-box;
}
.app-lightbox,
.dropdown-menu,
.page-loader.hidden,
.promo-modal,
.register-modal {
    visibility: hidden;
}
.app-name,
.logo-text,
.promo-modal__title {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.btn-download,
.btn-signup,
.card-meta .meta-item,
.copy-text,
.js-copy-promo,
.meta-label,
.meta-value,
.nav-label,
.old-release-meta,
.recommended-app-meta {
    white-space: nowrap;
}
.enhanced-steps,
.method-steps {
    counter-reset: step-counter;
}
*,
:after,
:before {
    margin: 0;
    padding: 0;
}
.page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--gradient);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity 0.5s, visibility 0.5s;
}
.page-loader.hidden {
    opacity: 0;
}
.loader-container {
    text-align: center;
    color: #fff;
}
.loader-spinner {
    width: 60px;
    height: 60px;
    border: 4px solid hsla(0, 0%, 100%, 0.2);
    border-top: 4px solid var(--color-secondary);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 1rem;
}
.loader-text {
    font-size: 1.2rem;
    font-weight: 500;
    color: hsla(0, 0%, 100%, 0.9);
    animation: pulse 1.5s ease-in-out infinite;
}
@keyframes spin {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(1turn);
    }
}
@keyframes pulse {
    0%,
    to {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
}
html {
    scroll-behavior: smooth;
}
body {
    background-attachment: scroll;
    color: var(--text);
    line-height: 1.6;
    min-height: 100vh;
}
@media (max-width: 768px) {
    body {
        background: var(--bg-solid);
    }
    *,
    :after,
    :before {
        animation-duration: 0s !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.1s !important;
    }
}
.section {
    contain-intrinsic-size: 1px 800px;
}
.app-grid {
    contain-intrinsic-size: 0 500px;
}
.scroll-to-top-btn,
.telegram-btn {
    position: fixed;
    bottom: 20px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
    z-index: 1000;
    cursor: pointer;
    border: none;
    color: #fff;
    font-size: 0;
}
.brand-logo,
.dropdown,
.img-wrap,
.main-nav a,
.nav-item {
    position: relative;
}
.scroll-to-top-btn {
    right: 20px;
    background: var(--color-primary);
}
.scroll-to-top-btn:focus,
.scroll-to-top-btn:hover {
    background: var(--btn-bg-hover);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
    outline: 2px solid var(--color-secondary);
    outline-offset: 2px;
}
.telegram-btn {
    left: 20px;
    background: #08c;
}
.telegram-btn:focus,
.telegram-btn:hover {
    background: #069;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
    outline: 2px solid var(--color-secondary);
    outline-offset: 2px;
    color: #fff;
}
.img,
.img-wrap,
img,
svg {
    max-width: 100%;
    height: auto;
    display: block;
}
@media (prefers-reduced-motion: reduce) {
    .lazy-loading,
    .page-loader .loader-spinner,
    .page-loader .loader-text,
    img[loading="lazy"].lazy-loading {
        animation: none !important;
    }
    *,
    :after,
    :before {
        animation-duration: 0s !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0s !important;
        scroll-behavior: auto !important;
    }
    .scroll-to-top-btn,
    .telegram-btn {
        transition: none;
    }
    .scroll-to-top-btn:focus,
    .scroll-to-top-btn:hover,
    .telegram-btn:focus,
    .telegram-btn:hover {
        transform: none;
    }
}
@media (prefers-contrast: high) {
    .scroll-to-top-btn,
    .telegram-btn {
        border: 2px solid;
    }
}
.mobile-nav-link:focus,
.mobile-nav-toggle:focus,
.mobile-submenu-link:focus,
.nav-link:focus,
.register-modal a:focus,
.register-modal button:focus,
.register-modal input:focus,
:focus {
    outline: 2px solid var(--color-secondary);
    outline-offset: 2px;
}
.btn:focus,
.download-btn:focus,
.promo-copy-btn:focus,
[tabindex]:focus,
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 2px solid var(--color-secondary);
    outline-offset: 2px;
    box-shadow: 0 0 0 4px rgba(174, 211, 37, 0.2);
}
.app-card-link:focus,
.app-card:focus {
    outline: 2px solid var(--color-secondary);
    outline-offset: 2px;
    transform: translateY(-2px);
}
.dropdown-toggle:focus,
.mobile-nav-link:focus,
.nav-link:focus {
    background: rgba(174, 211, 37, 0.1);
    outline: 2px solid var(--color-secondary);
    outline-offset: 2px;
}
.modal-content:focus {
    outline: 0;
}
.img.lazy {
    opacity: 0;
    transition: opacity 0.25s;
}
.img.is-loaded {
    opacity: 1;
}
.img-wrap[data-ratio="16/9"] {
    aspect-ratio: 16/9;
}
.img-wrap[data-ratio="1/1"] {
    aspect-ratio: 1/1;
}
.img-wrap[data-ratio="4/3"] {
    aspect-ratio: 4/3;
}
.img-wrap[data-ratio="3/2"] {
    aspect-ratio: 3/2;
}
img,
svg {
    border-radius: 12px;
}
.card,
.img-wrap {
    will-change: auto;
}
:root {
    --bg-solid: #0b1220;
    --bg-c1: #0b1220;
    --bg-c2: #153261;
    --main: #0a2a42;
    --text: #fff;
    --gradient: linear-gradient(103.42deg, #0f78d8 6.06%, #000 77.61%);
    --header: #0d3b60;
    --primary: #0f78d8;
    --color-primary: #0f78d8;
    --color-primary-rgb: 15, 120, 216;
    --color-secondary: #aed325;
    --color-secondary-rgb: 174, 211, 37;
    --color-success: #28a745;
    --color-error: #dc3545;
    --btn-bg: #0056b3;
    --btn-bg-hover: #004494;
    --muted: hsla(0, 0%, 100%, 0.7);
    --radius: 16px;
    --gap: 20px;
    --shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
    --card-bg: rgba(13, 59, 96, 0.4);
    --card-border: 1px solid hsla(0, 0%, 100%, 0.2);
    --card-hover-bg: rgba(13, 59, 96, 0.6);
    --shot-min: 110px;
    --shot-ideal: 14vw;
    --shot-max: 160px;
    --shot-ratio: 9/16;
}
a {
    color: var(--color-secondary);
}
.app-name,
.brand-logo,
.developer-link:hover,
.main-nav a:focus,
.main-nav a:hover,
a:hover {
    color: var(--text);
}
.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.main-header {
    background: var(--header);
    padding: 1rem 0;
    position: sticky;
    top: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
    transition: 0.3s;
}
.app-card {
    box-shadow: var(--shadow);
}
.main-nav ul {
    list-style: none;
    display: flex;
    gap: 2rem;
}
.main-nav a {
    color: var(--muted);
    font-weight: 500;
    padding-bottom: 0.25rem;
}
.main-nav a:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 2px;
    background-color: var(--color-secondary);
    transition: width 0.3s;
}
.main-nav a:focus:after,
.main-nav a:hover:after,
.nav-item.active .nav-link:after,
.nav-link:focus:after,
.nav-link:hover:after {
    width: 100%;
}
.badge,
.submenu-title {
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.mobile-break {
    display: none;
}
@media (max-width: 768px) {
    .scroll-to-top-btn,
    .telegram-btn {
        bottom: 80px;
        width: 44px;
        height: 44px;
    }
    .img {
        filter: none !important;
        mix-blend-mode: normal !important;
    }
    .mobile-break {
        display: inline;
    }
}
@media (min-width: 769px) {
    body {
        background: linear-gradient(180deg, var(--bg-c1), var(--bg-c2));
    }
    @keyframes bgFloat {
        0% {
            transform: translate3d(-1%, -1%, 0);
        }
        to {
            transform: translate3d(1%, 1%, 0);
        }
    }
    .mobile-break {
        display: none;
    }
}
.apps-section {
    padding: 2rem 0 4rem;
}
.section-title {
    text-align: center;
}
.internal-links-section {
    margin-top: 3rem;
    padding: 2rem;
    background: var(--card-bg);
    border: var(--card-border);
    border-radius: var(--radius);
    backdrop-filter: blur(10px);
}
.internal-links-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text);
    text-align: center;
    margin-bottom: 2rem;
}
.internal-links-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}
.link-group h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--color-secondary);
    margin-bottom: 1rem;
    border-bottom: 2px solid var(--color-secondary);
    padding-bottom: 0.5rem;
}
.external-links-list,
.features-list,
.internal-links-list,
.tips-list {
    list-style: none;
    padding: 0;
}
.internal-links-list li {
    margin-bottom: 0.8rem;
}
.internal-links-list a {
    color: var(--muted);
    font-weight: 500;
    transition: 0.3s;
    display: block;
    padding: 0.5rem 0;
    border-radius: 8px;
    position: relative;
}
.internal-links-list a:hover {
    color: var(--text);
    background: hsla(0, 0%, 100%, 0.1);
    padding-right: 1rem;
    transform: translateX(-5px);
}
.internal-links-list a:before {
    content: "→";
    position: absolute;
    right: -20px;
    opacity: 0;
    transition: 0.3s;
}
.internal-links-list a:hover:before {
    opacity: 1;
    right: -10px;
}
.app-internal-links {
    margin-top: 2rem;
    padding: 1.5rem;
    background: hsla(0, 0%, 100%, 0.05);
    border-radius: 12px;
    border: 1px solid hsla(0, 0%, 100%, 0.1);
}
.app-internal-links p {
    color: var(--muted);
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}
.app-internal-links a {
    color: var(--color-secondary);
    font-weight: 500;
    transition: color 0.3s;
}
.app-internal-links a:hover {
    color: var(--text);
    text-decoration: underline;
}
.error-page {
    padding: 4rem 0;
    text-align: center;
}
.error-content {
    max-width: 600px;
    margin: 0 auto;
}
.error-title {
    font-size: 3rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 1rem;
}
.error-description {
    font-size: 1.2rem;
    color: var(--muted);
    margin-bottom: 2rem;
}
.error-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}
.apps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: var(--gap);
}
.app-card {
    background: var(--card-bg);
    border: var(--card-border);
    border-radius: var(--radius);
    padding: 1.5rem;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: transform 0.3s, box-shadow 0.3s, background 0.3s;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
#recommended-apps:hover,
.app-card:hover,
.app-description-card:hover,
.app-details-card:hover,
.app-screenshots-card:hover,
.old-releases-section:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
    background: var(--card-hover-bg);
}
.app-card__content,
.card-header {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.app-icon {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
    background-color: hsla(0, 0%, 100%, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.app-title h3 {
    font-size: 1.25rem;
    margin-bottom: 0.25rem;
    color: var(--text);
}
.platform-badge {
    display: inline-block;
    color: var(--muted);
}
.card-body p {
    color: var(--muted);
    font-size: 0.95rem;
    flex-grow: 1;
}
.app-meta,
.card-meta {
    justify-content: space-between;
}
.card-meta {
    color: var(--muted);
    border-top: 1px solid hsla(0, 0%, 100%, 0.1);
    padding-top: 0.5rem;
    gap: 0.3rem;
}
.card-meta,
.card-meta .meta-item {
    display: flex;
    align-items: center;
    font-size: 0.7rem;
}
.card-meta .meta-item {
    gap: 0.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    min-width: 0;
    padding: 0.2rem 0.4rem;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    border: 1px solid hsla(0, 0%, 100%, 0.05);
    transition: background-color 0.2s;
}
.card-meta .meta-item:hover {
    background: rgba(0, 0, 0, 0.25);
}
.card-meta .meta-item.verified {
    background: rgba(34, 197, 94, 0.15);
    border-color: rgba(34, 197, 94, 0.3);
    color: #22c55e;
}
.card-meta .meta-item.verified:hover {
    background: rgba(34, 197, 94, 0.25);
}
.card-actions {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.5rem;
    margin-top: auto;
    align-items: center;
}
.btn {
    display: inline-block;
    padding: 0.75rem 1rem;
    border: none;
    border-radius: 8px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    font-size: 1rem;
}
.btn-primary {
    background-color: var(--color-secondary);
    color: var(--main);
}
.btn-primary:hover {
    background-color: #c4f52d;
    color: var(--main);
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(174, 211, 37, 0.3);
}
.btn-secondary {
    background-color: var(--btn-bg);
    color: var(--text);
}
.btn-secondary:hover {
    background-color: var(--btn-bg-hover);
    color: var(--text);
    transform: translateY(-2px);
}
.btn-download,
.btn-signup {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 44px;
    font-size: 0.9rem;
    padding: 0.75rem 1rem;
}
.btn-download {
    flex: 1;
}
.btn-signup {
    width: auto;
    flex-shrink: 0;
    padding: 0.75rem 0.875rem;
}
.btn-download svg,
.btn-signup svg {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
}
[dir="rtl"] .btn-download,
[dir="rtl"] .btn-signup {
    flex-direction: row-reverse;
}
@media (max-width: 480px) {
    .btn-download,
    .btn-signup {
        font-size: 0.85rem;
        gap: 0.4rem;
        padding: 0.7rem 0.8rem;
    }
    .btn-signup {
        padding: 0.7rem 0.75rem;
    }
    .btn-download svg,
    .btn-signup svg {
        width: 14px;
        height: 14px;
    }
}
.simple-footer {
    background-color: var(--header);
    color: var(--muted);
    padding: 2rem 0 1rem;
    margin-top: 2rem;
    border-top: 1px solid hsla(0, 0%, 100%, 0.1);
}
.simple-footer .footer-content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5rem;
}
.simple-footer .responsible-gaming {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.simple-footer .age-badge {
    background: var(--color-secondary);
    color: var(--main);
    font-weight: 700;
    font-size: 0.8rem;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
}
.simple-footer .gaming-text {
    color: var(--muted);
    font-size: 0.9rem;
}
.simple-footer .footer-cookie-notice {
    text-align: center;
    padding: 1rem 0;
    border-top: 1px solid hsla(0, 0%, 100%, 0.1);
    font-size: 0.8rem;
    color: var(--muted);
    line-height: 1.5;
}
.simple-footer .footer-copyright {
    text-align: center;
    padding-top: 0.75rem;
    font-size: 0.85rem;
    color: var(--muted);
}
:focus-visible {
    outline: 3px solid var(--color-secondary);
    outline-offset: 4px;
    border-radius: 4px;
}
.lazy-loading,
img[loading="lazy"].lazy-loading {
    background-size: 200px 100%;
    background-repeat: no-repeat;
}
.app-meta {
    display: flex;
    gap: 0.3rem;
    flex-wrap: wrap;
}
@media (min-width: 480px) {
    .app-meta {
        gap: 0.4rem;
    }
}
img[loading="lazy"] {
    opacity: 0;
    transition: opacity 0.2s ease-in;
    background-color: hsla(0, 0%, 100%, 0.05);
    min-height: 60px;
}
img[loading="lazy"].lazy-loading {
    opacity: 0.3;
}
img[loading="lazy"].loaded {
    opacity: 1;
    background: 0 0;
    animation: none;
    transition: opacity 0.3s ease-in;
}
img[loading="lazy"].error {
    opacity: 0.3;
    background: rgba(220, 53, 69, 0.1);
    animation: none;
    border: 1px dashed rgba(220, 53, 69, 0.3);
}
.lazy-loaded {
    animation: fadeIn 0.3s ease-in;
}
@keyframes loading {
    0% {
        background-position: -200px 0;
    }
    to {
        background-position: calc(200px + 100%) 0;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@media (max-width: 768px) and (max-height: 1024px) {
    .lazy-loading,
    img[loading="lazy"].lazy-loading {
        background-image: none;
        animation: none;
    }
    .lazy-loaded,
    .lazy-loading {
        animation: none;
    }
    img[loading="lazy"].lazy-loading {
        background-color: hsla(0, 0%, 100%, 0.1);
    }
    .lazy-loading {
        background-color: hsla(0, 0%, 100%, 0.08);
    }
}
.js-register-modal-trigger,
.mobile-menu-btn,
.nav-link {
    position: relative;
    overflow: hidden;
}
img[data-load-strategy="conservative"] {
    filter: blur(2px);
    transition: filter 0.5s, opacity 0.5s;
}
img[data-load-strategy="conservative"].loaded {
    filter: none;
    opacity: 1;
}
.main-header .container {
    justify-content: space-between;
    position: relative;
}
.brand-logo,
.desktop-nav,
.main-header .container,
.platform-container {
    display: flex;
    align-items: center;
}
.header-logo,
.mobile-menu {
    z-index: 1001;
}
.brand-logo {
    gap: 0.5rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text);
    transition: 0.3s;
}
.brand-logo:hover {
    color: var(--color-secondary);
    transform: translateY(-1px);
}
.logo-icon {
    font-size: 1.8rem;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}
.nav-list {
    display: flex;
    list-style: none;
    gap: 2rem;
    margin: 0;
    padding: 0;
}
.nav-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--muted);
    font-weight: 500;
    padding: 0.75rem 1rem;
    border-radius: 8px;
}
.nav-label:before,
.nav-link:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, 0.1), transparent);
    transition: left 0.5s;
}
.js-promo-modal-trigger:hover:before,
.js-register-modal-trigger:hover:before,
.nav-label:hover:before,
.nav-link:hover:before,
.promo-mobile-btn:hover:before {
    left: 100%;
}
.nav-link:focus,
.nav-link:hover {
    color: var(--text);
    background: hsla(0, 0%, 100%, 0.1);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.nav-icon {
    font-size: 1.1rem;
    opacity: 0.9;
}
.nav-text {
    font-size: 0.95rem;
}
.dropdown-arrow {
    font-size: 0.8rem;
    transition: transform 0.3s;
    margin-right: 0.25rem;
}
.dropdown:hover .dropdown-arrow,
.mobile-nav-toggle[aria-expanded="true"] .mobile-nav-arrow {
    transform: rotate(180deg);
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background: var(--card-bg);
    backdrop-filter: blur(20px);
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transform: translateY(-10px);
    transition: 0.3s;
    min-width: 320px;
    overflow: hidden;
    transform-origin: top right;
}
.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    animation: dropdownFadeIn 0.3s ease-out;
}
.dropdown-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    padding: 1.5rem;
}
.dropdown-section {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.dropdown-title {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--color-secondary);
    margin-bottom: 0.5rem;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}
.dropdown-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--muted);
    padding: 0.75rem;
    border-radius: 8px;
    transition: 0.3s;
    font-size: 0.9rem;
}
.dropdown-link:hover,
.mobile-submenu-link:hover {
    color: var(--text);
    background: hsla(0, 0%, 100%, 0.1);
    transform: translateX(-3px);
}
.dropdown-icon,
.submenu-icon {
    font-size: 1.1rem;
    flex-shrink: 0;
}
.mobile-menu-btn {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    background: hsla(0, 0%, 100%, 0.1);
    border: 1px solid hsla(0, 0%, 100%, 0.2);
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
    z-index: 1001;
}
.mobile-menu-btn:hover {
    background: hsla(0, 0%, 100%, 0.2);
    transform: scale(1.05);
}
.hamburger-line {
    width: 20px;
    height: 2px;
    background: var(--text);
    margin: 2px 0;
    transition: 0.3s;
    border-radius: 1px;
}
.mobile-menu-btn.active .hamburger-line:first-child {
    transform: rotate(45deg) translate(5px, 5px);
}
.mobile-menu-btn.active .hamburger-line:nth-child(2) {
    opacity: 0;
}
.mobile-menu-btn.active .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}
.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 380px;
    height: 100vh;
    height: 100dvh;
    background: var(--card-bg);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: -8px 0 32px rgba(0, 0, 0, 0.3);
    transition: right 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
}
.mobile-menu.active {
    right: 0;
}
.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
    background: hsla(0, 0%, 100%, 0.05);
    flex-shrink: 0;
}
.mobile-logo {
    gap: 0.5rem;
    font-size: 1.3rem;
    font-weight: 700;
}
.mobile-logo,
.mobile-menu-close {
    display: flex;
    align-items: center;
    color: var(--text);
}
.mobile-menu-close {
    width: 40px;
    height: 40px;
    background: hsla(0, 0%, 100%, 0.1);
    border: 1px solid hsla(0, 0%, 100%, 0.2);
    border-radius: 50%;
    cursor: pointer;
    justify-content: center;
    transition: 0.3s;
}
.mobile-menu-close:hover {
    background: hsla(0, 0%, 100%, 0.2);
    transform: rotate(90deg);
}
.close-icon {
    font-size: 1.2rem;
    font-weight: 700;
}
.mobile-menu-content {
    flex: 1;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.mobile-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    padding: 1rem;
    background: hsla(0, 0%, 100%, 0.05);
    border-radius: 12px;
}
.stat-item {
    text-align: center;
    padding: 0.5rem;
}
.stat-number {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--color-secondary);
    margin-bottom: 0.25rem;
}
.stat-label {
    font-size: 0.8rem;
    color: var(--muted);
    font-weight: 500;
}
.mobile-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.mobile-nav-item {
    border-radius: 12px;
    overflow: hidden;
    background: hsla(0, 0%, 100%, 0.03);
    border: 1px solid hsla(0, 0%, 100%, 0.08);
}
.mobile-nav-item:hover {
    background: hsla(0, 0%, 100%, 0.08);
    transform: translateX(-3px);
}
.mobile-nav-link,
.mobile-nav-toggle {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    color: var(--text);
    text-decoration: none;
    background: 0 0;
    border: none;
    width: 100%;
    text-align: right;
    cursor: pointer;
    transition: 0.3s;
    font-size: 1rem;
    font-family: inherit;
}
.mobile-submenu {
    border-top: 1px solid hsla(0, 0%, 100%, 0.1);
}
.features-list li,
.submenu-header {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}
.promo-code-text,
.promo-input-modal {
    font-family: Courier New, monospace;
}
.mobile-nav-icon {
    font-size: 1.3rem;
    flex-shrink: 0;
    opacity: 0.9;
}
.mobile-nav-text {
    flex: 1;
    font-weight: 500;
}
.mobile-nav-arrow {
    font-size: 0.9rem;
    opacity: 0.7;
    transition: transform 0.3s;
}
.mobile-submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.2);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s, padding 0.4s;
}
.mobile-submenu-link {
    transition: 0.3s;
    text-decoration: none;
}
.mobile-submenu.active {
    max-height: 600px;
    padding: 0.5rem 0;
}
.submenu-header {
    padding: 0.75rem 1.25rem 0.5rem;
    margin-bottom: 0.5rem;
}
.submenu-title {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--color-secondary);
}
.mobile-submenu-item {
    margin: 0.25rem 0;
}
.mobile-submenu-link {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 1.25rem;
    color: var(--muted);
    border-radius: 8px;
    margin: 0 0.5rem;
}
.submenu-content {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
}
.submenu-name {
    font-weight: 600;
    font-size: 0.95rem;
}
.submenu-desc {
    font-size: 0.8rem;
    opacity: 0.8;
    line-height: 1.2;
}
@media (max-width: 1024px) {
    .dropdown-content {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    .dropdown-menu {
        min-width: 280px;
    }
}
@media (max-width: 768px) {
    .error-title {
        font-size: 2rem;
    }
    .error-actions {
        flex-direction: column;
        align-items: center;
    }
    .simple-footer .footer-content,
    .simple-footer .responsible-gaming {
        justify-content: center;
    }
    img[loading="lazy"] {
        transition: opacity 0.5s;
    }
    .desktop-nav {
        display: none;
    }
    .mobile-menu-btn {
        display: flex;
    }
    .main-header {
        padding: 0.75rem 0;
    }
    .brand-logo {
        font-size: 1.3rem;
    }
    .logo-icon {
        font-size: 1.5rem;
    }
    .apps-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 480px) {
    .simple-footer {
        padding: 1.5rem 0 0.75rem;
    }
    .simple-footer .footer-cookie-notice {
        font-size: 0.75rem;
        padding: 0.75rem 0;
    }
    .mobile-menu {
        max-width: 100%;
    }
    .mobile-menu-content {
        padding: 1rem;
    }
    .faq-item-compact summary:after,
    .faq-question:after {
        right: 1rem;
        width: 20px;
        height: 20px;
        font-size: 1.1rem;
    }
    .faq-item-compact summary,
    .faq-question {
        padding: 1rem 3rem 1rem 1rem;
        gap: 0.5rem;
    }
    .faq-icon {
        width: 24px;
        height: 24px;
        font-size: 1rem;
    }
    .faq-answer-icon,
    .faq-body .faq-answer-icon {
        width: 28px;
        height: 28px;
    }
    .faq-body .faq-content-wrapper,
    .faq-content-wrapper {
        gap: 0.75rem;
    }
    .mobile-stats {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }
    .brand-logo {
        font-size: 1.2rem;
    }
    .logo-icon {
        font-size: 1.4rem;
    }
}
@keyframes slideInRight {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes fadeInUp {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
.mobile-menu.active {
    animation: slideInRight 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateX(0);
}
.benefit-card:first-child,
.instruction-step:first-child,
.mobile-nav-item:first-child {
    animation-delay: 0.1s;
}
.benefit-card:nth-child(2),
.instruction-step:nth-child(2),
.mobile-nav-item:nth-child(2) {
    animation-delay: 0.2s;
}
.benefit-card:nth-child(3),
.instruction-step:nth-child(3),
.mobile-nav-item:nth-child(3) {
    animation-delay: 0.3s;
}
.benefit-card:nth-child(4),
.instruction-step:nth-child(4),
.mobile-nav-item:nth-child(4) {
    animation-delay: 0.4s;
}
body.mobile-menu-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
}
.nav-link:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--color-secondary), var(--btn-bg));
    transition: width 0.3s;
}
@keyframes dropdownFadeIn {
    0% {
        opacity: 0;
        transform: translateY(-10px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}
.mobile-nav-item {
    animation: fadeInUp 0.3s ease-out both;
    opacity: 0;
    transform: translateX(30px);
    transition: 0.3s;
}
.mobile-menu.active .mobile-nav-item {
    opacity: 1;
    transform: translateX(0);
}
.mobile-menu.active .mobile-nav-item:first-child {
    transition-delay: 0.1s;
}
.mobile-menu.active .mobile-nav-item:nth-child(2) {
    transition-delay: 0.2s;
}
.mobile-menu.active .mobile-nav-item:nth-child(3) {
    transition-delay: 0.3s;
}
.mobile-menu-btn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: hsla(0, 0%, 100%, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
}
.mobile-menu-btn:hover:before {
    width: 100px;
    height: 100px;
}
.logo-icon {
    transition: transform 0.3s;
}
.brand-logo:hover .logo-icon {
    transform: rotate(10deg) scale(1.1);
}
.mobile-nav-link:focus-visible,
.mobile-nav-toggle:focus-visible,
.nav-link:focus-visible {
    outline: 2px solid var(--color-secondary);
    outline-offset: 2px;
    border-radius: 4px;
}
@media (min-width: 769px) and (min-device-pixel-ratio: 2) {
    .dropdown-menu,
    .mobile-menu,
    .mobile-menu-overlay {
        will-change: transform, opacity;
    }
    .mobile-nav-link,
    .nav-link {
        will-change: transform, background-color;
    }
}
@media (prefers-reduced-motion: reduce) {
    .app-card,
    .app-icon-large,
    .btn,
    .dropdown-menu,
    .hamburger-line,
    .mobile-menu,
    .mobile-nav-link,
    .nav-link,
    .screenshot-slide {
        transition: none !important;
        animation: none !important;
        transform: none !important;
    }
    .mobile-nav-item {
        animation: none !important;
    }
    .lazy-loading,
    img[loading="lazy"].lazy-loading {
        animation: none !important;
        background-image: none !important;
    }
}
.copied,
.copy-error {
    color: #fff !important;
    transform: scale(1.05);
}
@media (max-width: 768px) and (max-device-pixel-ratio: 1.5) {
    .app-card,
    .dropdown-menu,
    .mobile-menu,
    .mobile-menu-overlay,
    .mobile-nav-link,
    .nav-link,
    .screenshot-slide {
        will-change: auto !important;
    }
    .app-card,
    .old-release-card,
    .recommended-app-card,
    .screenshot-slide {
        transition: transform 0.1s, box-shadow 0.1s !important;
    }
    .app-card:hover,
    .old-release-card:hover,
    .recommended-app-card:hover,
    .screenshot-slide:hover {
        transform: translateY(-2px) !important;
    }
    .benefit-card,
    .instruction-step,
    .mobile-nav-item {
        animation: none !important;
    }
    .lazy-loading,
    img[loading="lazy"].lazy-loading {
        animation: none !important;
        background-image: none !important;
        background-color: hsla(0, 0%, 100%, 0.1) !important;
    }
}
@media (max-width: 480px) and (max-device-pixel-ratio: 1) {
    * {
        animation-duration: 0s !important;
        animation-delay: 0s !important;
        transition-duration: 0s !important;
        transition-delay: 0s !important;
    }
    .btn,
    .mobile-nav-link,
    .nav-link {
        transition: background-color 0.1s !important;
    }
    .app-card:hover,
    .benefit-card:hover,
    .old-release-card:hover,
    .recommended-app-card:hover,
    .screenshot-slide:hover {
        transform: none !important;
        box-shadow: none !important;
    }
}
.btn,
.mobile-nav-link,
.nav-link,
a {
    transition: background-color 0.1s !important;
}
.app-card,
.old-release-card,
.recommended-app-card,
.screenshot-slide {
    background: hsla(0, 0%, 100%, 0.05) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
}
.main-header {
    background: var(--main) !important;
}
.lazy-loading,
img[loading="lazy"].lazy-loading {
    animation: none !important;
    background-image: none !important;
    background-color: hsla(0, 0%, 100%, 0.1) !important;
}
.app-card:hover,
.old-release-card:hover,
.recommended-app-card:hover,
.screenshot-slide:hover {
    transform: none !important;
}
.dropdown-menu {
    border: 2px solid;
}
.mobile-menu {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    background: rgba(13, 59, 96, 0.95) !important;
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border-left: 1px solid hsla(0, 0%, 100%, 0.1);
    box-shadow: -8px 0 32px rgba(0, 0, 0, 0.3), inset 1px 0 0 hsla(0, 0%, 100%, 0.1);
}
.mobile-menu-header {
    background: linear-gradient(135deg, hsla(0, 0%, 100%, 0.1), hsla(0, 0%, 100%, 0.05));
}
.mobile-stats {
    background: linear-gradient(135deg, rgba(174, 211, 37, 0.1), rgba(15, 120, 216, 0.1));
    border: 1px solid hsla(0, 0%, 100%, 0.1);
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1);
}
.js-register-modal-trigger:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, 0.2), transparent);
    transition: left 0.5s;
}
.mobile-menu::-webkit-scrollbar {
    width: 4px;
}
.mobile-menu::-webkit-scrollbar-track {
    background: hsla(0, 0%, 100%, 0.1);
}
.mobile-menu::-webkit-scrollbar-thumb {
    background: rgba(174, 211, 37, 0.5);
    border-radius: 2px;
}
.mobile-menu::-webkit-scrollbar-thumb:hover {
    background: rgba(174, 211, 37, 0.7);
}
.mobile-nav-item.loading {
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0.03) 25%, hsla(0, 0%, 100%, 0.08) 50%, hsla(0, 0%, 100%, 0.03) 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
}
@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }
    to {
        background-position: 200% 0;
    }
}
.mobile-nav-link:focus,
.mobile-nav-toggle:focus {
    background: rgba(174, 211, 37, 0.1);
    border-radius: 8px;
    outline: 2px solid var(--color-secondary);
    outline-offset: 2px;
}
.mobile-nav-icon,
.nav-icon,
.submenu-icon {
    transition: transform 0.2s;
}
.mobile-nav-link:hover .mobile-nav-icon,
.mobile-submenu-link:hover .submenu-icon,
.nav-link:hover .nav-icon {
    transform: scale(1.1);
}
.nav-item.active .nav-link {
    color: var(--color-secondary);
    background: rgba(174, 211, 37, 0.1);
}
@keyframes slideOutRight {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(100%);
        opacity: 0;
    }
}
@media (max-width: 320px) {
    .mobile-menu {
        max-width: 100vw;
    }
    .mobile-menu-content {
        padding: 0.75rem;
    }
    .brand-logo {
        font-size: 1.1rem;
    }
    .logo-icon {
        font-size: 1.3rem;
    }
    .mobile-nav-link,
    .mobile-nav-toggle {
        padding: 0.75rem 1rem;
        font-size: 0.9rem;
    }
}
@media (max-height: 500px) and (orientation: landscape) {
    .mobile-menu-content {
        padding: 1rem;
        gap: 1rem;
    }
    .mobile-stats {
        display: none;
    }
}
.copied {
    background-color: var(--color-success) !important;
}
.copy-error {
    background-color: var(--color-error) !important;
}
@keyframes highlightPulse {
    0%,
    to {
        background: 0 0;
        box-shadow: none;
    }
    50% {
        background: rgba(174, 211, 37, 0.1);
        box-shadow: 0 0 20px rgba(174, 211, 37, 0.3);
    }
}
.main-header {
    z-index: 1000;
}

/* Language Selector Styles */
.language-selector .nav-icon {
    font-size: 1.2rem;
    display: inline-block;
    transition: transform 0.3s ease;
}

.language-btn {
    background: none;
    border: none;
    color: inherit;
    font: inherit;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.language-menu {
    min-width: 280px;
    max-width: 90vw;
    max-height: 400px;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 0.5rem;
}

.language-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.25rem;
    padding: 0.5rem;
}

.language-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    text-decoration: none;
    color: var(--text);
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.language-link:hover {
    background: hsla(0, 0%, 100%, 0.1);
    border-color: hsla(0, 0%, 100%, 0.2);
    transform: translateX(-2px);
}

.lang-flag {
    font-size: 1.2rem;
    flex-shrink: 0;
}

.lang-name {
    font-size: 0.9rem;
    font-weight: 500;
    white-space: nowrap;
}

/* Mobile Language Submenu */
.mobile-language-submenu {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}

.mobile-language-submenu .mobile-submenu-item {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.05);
}

.mobile-language-submenu .mobile-submenu-item:last-child {
    border-bottom: none;
}

.mobile-language-submenu .mobile-submenu-link {
    padding: 0.7rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.mobile-language-submenu .submenu-icon {
    font-size: 1.1rem;
    flex-shrink: 0;
}

.mobile-language-submenu .submenu-name {
    font-size: 0.85rem;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mobile-language-submenu .submenu-content {
    min-width: 0;
    flex: 1;
}

/* Language dropdown active state */
.language-menu.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.language-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1003;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    border: 1px solid hsla(0, 0%, 100%, 0.1);
}

/* Prevent dropdown from going off-screen */
.language-selector {
    position: relative;
}

.language-selector:last-child .language-menu {
    right: 0;
    left: auto;
}

/* Adjust for very wide screens */
@media (min-width: 1400px) {
    .language-menu {
        min-width: 320px;
    }
}

/* Planet icon animation */
.language-selector:hover .nav-icon {
    transform: rotate(15deg) scale(1.1);
    transition: transform 0.3s ease;
}

/* Language link hover effects */
.language-link:hover .lang-flag {
    transform: scale(1.2);
    transition: transform 0.2s ease;
}

/* Scrollbar styling for language menu */
.language-menu::-webkit-scrollbar {
    width: 6px;
}

.language-menu::-webkit-scrollbar-track {
    background: hsla(0, 0%, 100%, 0.1);
    border-radius: 3px;
}

.language-menu::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 100%, 0.3);
    border-radius: 3px;
}

.language-menu::-webkit-scrollbar-thumb:hover {
    background: hsla(0, 0%, 100%, 0.5);
}

/* Mobile language submenu scrollbar */
.mobile-language-submenu::-webkit-scrollbar {
    width: 4px;
}

.mobile-language-submenu::-webkit-scrollbar-track {
    background: hsla(0, 0%, 100%, 0.05);
}

.mobile-language-submenu::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 100%, 0.2);
    border-radius: 2px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .language-selector {
        display: none !important;
    }

    /* Show mobile language selector */
    .mobile-nav-item.mobile-language-selector {
        display: block !important;
    }

    /* Ensure mobile language selector is visible */
    .mobile-language-selector .mobile-nav-toggle {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .mobile-language-selector .mobile-nav-icon {
        font-size: 1.2rem;
    }
}

@media (min-width: 769px) {
    .mobile-language-submenu {
        display: none;
    }

    /* Hide mobile language selector on desktop */
    .mobile-nav-item.mobile-language-selector {
        display: none !important;
    }
}

/* Additional responsive adjustments */
@media (max-width: 480px) {
    .language-menu {
        min-width: 260px;
        max-width: 95vw;
        right: -10px;
    }

    .language-grid {
        padding: 0.25rem;
    }

    .language-link {
        padding: 0.6rem 0.8rem;
        gap: 0.6rem;
    }

    .lang-name {
        font-size: 0.85rem;
    }
}

@media (max-width: 360px) {
    .language-menu {
        min-width: 240px;
        max-width: 98vw;
        right: -15px;
    }

    .language-link {
        padding: 0.5rem 0.7rem;
        gap: 0.5rem;
    }

    .lang-name {
        font-size: 0.8rem;
    }

    .lang-flag {
        font-size: 1.1rem;
    }
}

/* Ensure dropdown doesn't overflow on very small screens */
@media (max-width: 320px) {
    .language-menu {
        min-width: 220px;
        max-width: 100vw;
        right: -20px;
    }
}



u {
        min-width: 220px;
        max-width: 100vw;
        right: -20px;
        left: auto;
    }

    .language-link {
        padding: 0.45rem 0.6rem;
    }

    .lang-name {
        font-size: 0.75rem;
        line-height: 1.2;
    }
}

/* Mobile submenu responsive adjustments */
@media (max-width: 480px) {
    .mobile-language-submenu {
        max-height: 200px;
    }

    .mobile-language-submenu .mobile-submenu-link {
        padding: 0.6rem 0.8rem;
        gap: 0.6rem;
    }

    .mobile-language-submenu .submenu-name {
        font-size: 0.8rem;
    }

    .mobile-language-submenu .submenu-icon {
        font-size: 1rem;
    }
}

@media (max-width: 360px) {
    .mobile-language-submenu {
        max-height: 180px;
    }

    .mobile-language-submenu .mobile-submenu-link {
        padding: 0.55rem 0.7rem;
        gap: 0.5rem;
    }

    .mobile-language-submenu .submenu-name {
        font-size: 0.75rem;
    }
}

@media (max-width: 320px) {
    .mobile-language-submenu {
        max-height: 160px;
    }

    .mobile-language-submenu .mobile-submenu-link {
        padding: 0.5rem 0.6rem;
    }

    .mobile-language-submenu .submenu-name {
        font-size: 0.7rem;
    }

    .mobile-language-submenu .submenu-icon {
        font-size: 0.9rem;
    }
}
.mobile-menu-overlay {
    z-index: 999;
}
.dropdown-menu {
    z-index: 1002;
}
.breadcrumb-nav {
    padding: 1.5rem 0 0.75rem;
}
.breadcrumb-nav .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}
.breadcrumb {
    list-style: none;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0;
    padding: 0;
    font-size: 0.9rem;
    font-weight: 400;
    justify-content: flex-start;
}
.breadcrumb,
.breadcrumb__item {
    display: flex;
    align-items: center;
}
.breadcrumb__item {
    color: hsla(0, 0%, 100%, 0.6);
    transition: color 0.2s;
}
.breadcrumb__item:not(:last-child):after {
    content: "›";
    margin: 0 0.5rem;
    color: hsla(0, 0%, 100%, 0.3);
    font-size: 0.9rem;
    font-weight: 300;
}
.breadcrumb__item--current {
    color: var(--text);
    font-weight: 500;
}
.breadcrumb__link {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s;
    padding: 0.25rem 0;
    border-radius: 4px;
}
.breadcrumb__link:focus,
.breadcrumb__link:hover {
    color: var(--color-secondary);
    text-decoration: none;
}
@media (max-width: 768px) {
    .breadcrumb-nav {
        padding: 1.25rem 0 0.75rem;
    }
    .breadcrumb-nav .container {
        padding: 0 12px;
    }
    .breadcrumb {
        font-size: 0.85rem;
        gap: 0.4rem;
    }
    .breadcrumb__item:not(:last-child):after {
        margin: 0 0.4rem;
        font-size: 0.8rem;
    }
}
.breadcrumb-nav-centered {
    padding: 1.5rem 0 2rem;
    margin-bottom: 1rem;
}
.breadcrumb-clean {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin: 0;
    padding: 0;
    font-size: 0.95rem;
    font-weight: 400;
}
.breadcrumb-clean .breadcrumb__item {
    display: flex;
    align-items: center;
    color: hsla(0, 0%, 100%, 0.65);
    transition: color 0.2s;
}
.breadcrumb-clean .breadcrumb__item:not(:last-child):after {
    content: "›";
    margin: 0 0.75rem;
    color: hsla(0, 0%, 100%, 0.35);
    font-size: 1rem;
    font-weight: 300;
}
.breadcrumb-clean .breadcrumb__item--current {
    color: var(--text);
    font-weight: 500;
}
.breadcrumb-clean .breadcrumb__link {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s;
    padding: 0.4rem 0.6rem;
    border-radius: 6px;
    display: inline-block;
}
.app-description,
.app-features {
    background: var(--card-bg);
    border: var(--card-border);
    backdrop-filter: blur(12px);
}
.breadcrumb-clean .breadcrumb__link:focus,
.breadcrumb-clean .breadcrumb__link:hover {
    color: var(--color-secondary);
    text-decoration: none;
}
@media (max-width: 768px) {
    .breadcrumb-nav-centered {
        padding: 1.25rem 0 1.75rem;
        margin-bottom: 0.75rem;
    }
    .breadcrumb-clean {
        font-size: 0.9rem;
        gap: 0.5rem;
    }
    .breadcrumb-clean .breadcrumb__item:not(:last-child):after {
        margin: 0 0.5rem;
        font-size: 0.9rem;
    }
    .breadcrumb-clean .breadcrumb__link {
        padding: 0.3rem 0.4rem;
    }
}
.app-icon-large {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
    flex-shrink: 0;
    margin: 0 auto;
}
.app-short {
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}
.platform-icon,
.stat-icon {
    font-size: 1rem;
}
.btn-large {
    border-radius: 10px;
    text-align: center;
    width: 100%;
}
.badge {
    background: var(--color-secondary);
    color: var(--main);
}
.badge {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 700;
}
.app-developer {
    text-align: center;
}
.app-developer {
    margin-bottom: 1rem;
}
.developer-link,
.external-link-item a:hover {
    color: var(--color-secondary);
}
.description-content,
.features-list li {
    color: var(--muted);
}
.app-features__item:before,
.features-list li:before {
    content: "✓";
    color: var(--color-secondary);
    font-weight: 700;
    margin-top: 0.1rem;
}
.app-card__link:hover,
.app-screenshots__item:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow);
}
.content-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin: 2rem 0;
}
@media (min-width: 768px) {
    .btn-download,
    .btn-signup {
        font-size: 1rem;
        gap: 0.6rem;
        padding: 0.8rem 1.1rem;
    }
    .btn-signup {
        padding: 0.8rem 1rem;
    }
    .btn-download svg,
    .btn-signup svg {
        width: 18px;
        height: 18px;
    }
    .app-meta {
        gap: 0.5rem;
    }
    .app-icon-large {
        width: 120px;
        height: 120px;
        border-radius: 16px;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
        margin: 0;
    }
    .app-name {
        font-size: 2rem;
    }
    .app-short {
        font-size: 1.1rem;
        margin-bottom: 1.5rem;
    }
    .btn-large {
        padding: 1rem 2rem;
        font-size: 1.1rem;
        border-radius: 12px;
        min-width: 160px;
        width: auto;
    }
    .app-developer {
        text-align: right;
    }
    .content-grid {
        grid-template-columns: 2fr 1fr;
        gap: 3rem;
    }
}
.features-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.75rem 0;
    line-height: 1.5;
}
.app-screenshots__item img,
.screenshot-card img {
    display: block;
    width: 100%;
    height: auto;
}
.features-list li:last-child {
    border-bottom: none;
}
.features-list li:before {
    font-size: 1.1rem;
    flex-shrink: 0;
}
.app-screenshots {
    margin: 3rem 0;
}
.app-screenshots h2 {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 1.5rem;
    text-align: center;
}
.app-screenshots__item {
    overflow: hidden;
    box-shadow: var(--shadow);
}
.screenshot-card {
    flex-shrink: 0;
    width: 200px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid hsla(0, 0%, 100%, 0.2);
    scroll-snap-align: start;
    cursor: grab;
}
.screenshot-card:active,
.screenshots-slider:active {
    cursor: grabbing;
}
.app-description,
.app-features {
    border-radius: var(--radius);
    padding: 2rem;
    -webkit-backdrop-filter: blur(12px);
}
.app-card__link,
.app-screenshots__item {
    backdrop-filter: blur(12px);
    background: var(--card-bg);
}
.app-description__title {
    font-size: 1.5rem;
    color: var(--text);
    margin-bottom: 1rem;
}
.app-description__short {
    font-size: 1.1rem;
    color: var(--muted);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}
.description-content p,
.faq-body p,
.promo-code-label {
    margin-bottom: 1rem;
}
.app-features__title {
    font-size: 1.5rem;
    color: var(--text);
    margin-bottom: 1.5rem;
}
.app-features__list {
    list-style: none;
    display: grid;
    gap: 0.75rem;
}
.app-features__item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    color: var(--text);
    line-height: 1.5;
}
.app-features__item:before {
    flex-shrink: 0;
}
.app-screenshots {
    margin-bottom: 3rem;
}
.app-screenshots__title {
    font-size: 1.5rem;
    color: var(--text);
    margin-bottom: 1.5rem;
    text-align: center;
}
.app-screenshots__item {
    border: var(--card-border);
    border-radius: var(--radius);
    padding: 0.5rem;
    -webkit-backdrop-filter: blur(12px);
    transition: transform 0.3s, box-shadow 0.3s;
}
.app-screenshots__item img {
    border-radius: 8px;
}
.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}
.app-card__link {
    display: block;
    border: var(--card-border);
    border-radius: var(--radius);
    padding: 1.5rem;
    -webkit-backdrop-filter: blur(12px);
    transition: 0.3s;
    color: inherit;
}
.app-card__link:hover {
    background: var(--card-hover-bg);
    color: inherit;
}
.app-card__icon img {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    flex-shrink: 0;
}
.app-card__name {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 0.5rem;
}
.app-card__description {
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.4;
    margin-bottom: 0.75rem;
}
.app-card__stats {
    display: flex;
    gap: 1rem;
    font-size: 0.8rem;
    color: var(--muted);
}
@media (max-width: 767px) {
    .app-details-container .container {
        padding: 0 12px;
    }
    .app-icon-large {
        width: 96px;
        height: 96px;
        margin: 0 auto;
    }
    .app-name {
        font-size: 1.75rem;
    }
    .btn-large {
        width: 100%;
    }
    .screenshot-card {
        width: 160px;
    }
    .btn--large {
        width: 100%;
        max-width: 300px;
    }
    .app-description,
    .app-features {
        padding: 1.5rem;
    }
    .app-card__content {
        flex-direction: column;
        text-align: center;
    }
}
.app-details-container {
    min-height: calc(100vh - 200px);
    padding: 0 0 2rem;
}
.app-details-container .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    gap: var(--gap);
}
.app-description-card,
.app-details-card,
.app-screenshots-card {
    background: var(--card-bg);
    border: var(--card-border);
    border-radius: var(--radius);
    padding: 1.2rem;
    box-shadow: var(--shadow);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: transform 0.3s, box-shadow 0.3s, background 0.3s;
}
.quick-nav-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    margin: 1.5rem 0;
    padding: 0.75rem;
    background: hsla(0, 0%, 100%, 0.02);
    border: 1px solid hsla(0, 0%, 100%, 0.05);
    border-radius: 12px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.nav-label {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1rem;
    background: hsla(0, 0%, 100%, 0.05);
    border: 1px solid hsla(0, 0%, 100%, 0.1);
    border-radius: 20px;
    color: var(--text-secondary);
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
}
.nav-label:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.nav-label:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.nav-label:focus {
    outline: 2px solid var(--primary);
    outline-offset: 2px;
}
.app-details-header {
    margin-bottom: 1.5rem;
    animation: fadeInUp 0.6s ease-out;
}
.app-header-main {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}
.app-icon-container {
    flex-shrink: 0;
    position: relative;
}
.app-icon-large {
    width: 120px;
    height: 120px;
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(135deg, hsla(0, 0%, 100%, 0.1), hsla(0, 0%, 100%, 0.05));
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), 0 0 0 1px hsla(0, 0%, 100%, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
    animation: fadeInUp 0.6s ease-out 0.1s both;
}
.app-icon-large:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, hsla(0, 0%, 100%, 0.1), transparent);
    border-radius: 20px;
    pointer-events: none;
}
.app-lightbox:not([aria-hidden]),
.app-lightbox:not([aria-hidden]) .app-lightbox__close,
.app-lightbox:not([aria-hidden]) .app-lightbox__content,
.app-lightbox:not([aria-hidden]) .app-lightbox__nav,
.app-lightbox:not([aria-hidden]) .app-lightbox__overlay,
.app-lightbox[aria-hidden="false"] .app-lightbox__close,
.app-lightbox[aria-hidden="false"] .app-lightbox__content,
.app-lightbox[aria-hidden="false"] .app-lightbox__nav,
.app-lightbox[aria-hidden="false"] .app-lightbox__overlay,
.promo-modal[aria-hidden="false"] .promo-modal__close,
.promo-modal[aria-hidden="false"] .promo-modal__content,
.promo-modal[aria-hidden="false"] .promo-modal__overlay,
.register-modal[aria-hidden="false"] .register-modal__close,
.register-modal[aria-hidden="false"] .register-modal__content,
.register-modal[aria-hidden="false"] .register-modal__overlay {
    pointer-events: auto;
}
.app-icon-large:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5), 0 0 0 1px hsla(0, 0%, 100%, 0.15);
}
.app-icon-large img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.app-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.app-title-section {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    animation: fadeInUp 0.6s ease-out 0.2s both;
}
.app-name {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--text);
    line-height: 1.1;
    margin: 0;
}
.app-developer {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.developer-icon {
    font-size: 1rem;
    opacity: 0.8;
}
.developer-link,
.developer-name {
    font-size: 0.95rem;
    gap: 0.5rem;
    display: flex;
}
.developer-link {
    color: var(--color-secondary);
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
    align-items: center;
    padding: 0.25rem 0.5rem;
    border-radius: 8px;
    background: rgba(174, 211, 37, 0.1);
}
.developer-link:hover {
    color: var(--text);
    background: rgba(174, 211, 37, 0.2);
    transform: translateX(2px);
}
.developer-name {
    color: var(--muted);
    font-weight: 500;
    align-items: center;
}
.app-meta-section {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    animation: fadeInUp 0.6s ease-out 0.3s both;
}
.platform-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2));
    color: var(--text);
    font-size: 0.85rem;
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    border: 1px solid hsla(0, 0%, 100%, 0.2);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.app-icon-large.loading {
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0.1) 25%, hsla(0, 0%, 100%, 0.2) 50%, hsla(0, 0%, 100%, 0.1) 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
}
.app-details-meta {
    margin-bottom: 0.6rem;
    border-top: 1px solid hsla(0, 0%, 100%, 0.1);
    padding-top: 0.6rem;
}
.meta-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    gap: 0.3rem;
}
@media (min-width: 480px) {
    .meta-grid {
        grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
        gap: 0.35rem;
    }
}
@media (min-width: 768px) {
    .meta-grid {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
        gap: 0.4rem;
    }
    .meta-item {
        padding: 0.4rem 0.6rem;
        min-height: 38px;
    }
    .meta-value {
        font-size: 0.8rem;
    }
    .meta-label {
        font-size: 0.65rem;
    }
    .meta-icon {
        font-size: 0.9rem;
    }
}
@media (min-width: 1024px) {
    .meta-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 0.45rem;
    }
}
.meta-item {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.5rem;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    border: 1px solid hsla(0, 0%, 100%, 0.1);
    min-height: 36px;
    transition: background-color 0.2s, transform 0.2s;
}
.meta-item:hover {
    background: rgba(0, 0, 0, 0.3);
    transform: translateY(-1px);
}
.meta-icon {
    font-size: 0.85rem;
    flex-shrink: 0;
    line-height: 1;
    opacity: 0.9;
}
.meta-content {
    display: flex;
    flex-direction: column;
    min-width: 0;
    flex: 1;
}
.meta-value {
    color: var(--text);
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 1.1;
}
.meta-label,
.meta-value {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.meta-label {
    color: var(--muted);
    font-size: 0.6rem;
    font-weight: 500;
    line-height: 1;
    margin-top: 0.05rem;
    opacity: 0.8;
}
.app-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    margin-top: auto;
}
.btn-large {
    padding: 1rem 1.5rem;
    font-size: 1.1rem;
    font-weight: 700;
}
.btn-with-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}
.btn-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    stroke-width: 2;
}
@media (max-width: 480px) {
    .breadcrumb-nav {
        padding: 1rem 0 0.5rem;
    }
    .breadcrumb-nav .container {
        padding: 0 12px;
    }
    .breadcrumb {
        font-size: 0.8rem;
        gap: 0.25rem;
    }
    .breadcrumb__item:not(:last-child):after {
        margin: 0 0.25rem;
        font-size: 0.75rem;
    }
    .breadcrumb-nav-centered {
        padding: 1rem 0 1.5rem;
        margin-bottom: 0.5rem;
    }
    .breadcrumb-clean {
        font-size: 0.85rem;
        gap: 0.4rem;
        justify-content: flex-start;
    }
    .breadcrumb-clean .breadcrumb__item:not(:last-child):after {
        margin: 0 0.4rem;
        font-size: 0.8rem;
    }
    .breadcrumb-clean .breadcrumb__link {
        padding: 0.25rem 0.3rem;
    }
    .btn-with-icon {
        gap: 0.4rem;
    }
    .btn-icon {
        width: 18px;
        height: 18px;
    }
}
@media (min-width: 768px) {
    .btn-with-icon {
        gap: 0.6rem;
    }
    .btn-icon {
        width: 22px;
        height: 22px;
    }
}
.section-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 1rem;
    border-bottom: 2px solid var(--color-secondary);
    padding-bottom: 0.5rem;
}
.description-content {
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.7;
}
.description-content p:last-child,
.external-links-list li:last-child,
.faq-body p:last-child {
    margin-bottom: 0;
}
.features-title {
    color: var(--color-secondary);
    font-size: 1.1rem;
    font-weight: 600;
    margin: 1.5rem 0 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}
.screenshots-slider-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.screenshots-slider {
    contain-intrinsic-size: 0 300px;
    display: flex;
    gap: 0.875rem;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 0.5rem 0 1rem;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.screenshots-slider::-webkit-scrollbar {
    height: 6px;
}
.screenshots-slider::-webkit-scrollbar-track {
    background: hsla(0, 0%, 100%, 0.1);
    border-radius: 3px;
}
.screenshots-slider::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 100%, 0.3);
    border-radius: 3px;
}
.screenshots-slider::-webkit-scrollbar-thumb:hover {
    background: hsla(0, 0%, 100%, 0.5);
}
.screenshot-slide {
    flex: 0 0 auto;
    width: clamp(var(--shot-min, 110px), var(--shot-ideal, 14vw), var(--shot-max, 160px));
    aspect-ratio: var(--shot-ratio, 9/16);
    background: hsla(0, 0%, 100%, 0.05);
    border: 1px solid hsla(0, 0%, 100%, 0.1);
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
}
.screenshot-slide .img-wrap {
    width: 100%;
    height: 100%;
    aspect-ratio: 9/16;
}
.screenshot-slide:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}
.screenshot-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    border-radius: 11px;
    background: rgba(0, 0, 0, 0.1);
}
@media (max-width: 575.98px) {
    :root {
        --shot-ideal: 28vw;
    }
}
.no-scroll {
    overflow: hidden;
}
.app-lightbox {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s, visibility 0.25s;
}
.app-lightbox[aria-hidden="false"],
.promo-modal[aria-hidden="false"],
.register-modal[aria-hidden="false"] {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}
.app-lightbox:not([aria-hidden]) {
    display: flex;
    opacity: 1;
    visibility: visible;
}
.app-lightbox__close,
.app-lightbox__content,
.app-lightbox__nav,
.app-lightbox__overlay,
.promo-modal,
.promo-modal__close,
.promo-modal__content,
.promo-modal__overlay,
.register-modal,
.register-modal__close,
.register-modal__content,
.register-modal__overlay {
    pointer-events: none;
}
.app-lightbox__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}
.app-lightbox__content {
    max-width: 94vw;
    max-height: 94vh;
    gap: 0.5rem;
    z-index: 2;
}
.app-lightbox__content,
.app-lightbox__stage {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.app-lightbox__stage {
    width: min(92vw, 1100px);
    height: calc(min(92vh, 800px));
}
.app-lightbox__image {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    object-fit: contain;
    background: #111;
}
.app-lightbox__close,
.app-lightbox__nav {
    background: rgba(40, 167, 69, 0.9);
    color: #fff;
    align-items: center;
    z-index: 3;
    transition: 0.3s;
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.4);
    position: absolute;
    display: flex;
    font-weight: 700;
    cursor: pointer;
}
.app-lightbox__close {
    top: 12px;
    right: 12px;
    width: 48px;
    height: 48px;
    font-size: 28px;
}
.app-lightbox__close,
.app-lightbox__nav {
    border-radius: 50%;
    border: 2px solid rgba(40, 167, 69, 0.8);
    justify-content: center;
}
.app-lightbox__nav {
    width: 52px;
    height: 52px;
    font-size: 32px;
    top: 50%;
    transform: translateY(-50%);
}
.app-lightbox__prev {
    right: auto;
    left: 12px;
}
.app-lightbox__next {
    left: auto;
    right: 12px;
}
.app-lightbox__close:hover,
.app-lightbox__nav:hover {
    background: #228b22;
    border-color: #228b22;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 16px rgba(40, 167, 69, 0.6);
}
.app-lightbox__close:hover {
    transform: scale(1.1) rotate(90deg);
}
.app-lightbox__close:active,
.app-lightbox__nav:active {
    transform: translateY(-50%) scale(0.95);
    box-shadow: 0 2px 8px rgba(40, 167, 69, 0.8);
}
.app-lightbox__close:active {
    transform: scale(0.95) rotate(90deg);
}
@media (max-width: 768px) {
    .app-lightbox__nav {
        width: 56px;
        height: 56px;
        font-size: 36px;
    }
    .app-lightbox__close {
        width: 52px;
        height: 52px;
        font-size: 32px;
        top: 16px;
        right: 16px;
    }
    .app-lightbox__prev {
        left: 16px;
    }
    .app-lightbox__next {
        right: 16px;
    }
}
.app-lightbox__close:before,
.app-lightbox__nav:before {
    content: "";
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    background: linear-gradient(45deg, rgba(40, 167, 69, 0.3), rgba(34, 139, 34, 0.3));
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s;
}
.app-lightbox__close:hover:before,
.app-lightbox__nav:hover:before,
.benefit-card:hover:before,
.register-option:hover:before {
    opacity: 1;
}
@media (prefers-color-scheme: dark) {
    .app-lightbox__close,
    .app-lightbox__nav {
        background: rgba(40, 167, 69, 0.95);
        border-color: rgba(40, 167, 69, 0.9);
        box-shadow: 0 4px 12px rgba(40, 167, 69, 0.5);
    }
}
.register-modal {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s;
}
.register-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(4px);
    z-index: 1;
}
.register-modal__content {
    position: relative;
    background: var(--card-bg);
    backdrop-filter: blur(20px);
    border: 1px solid hsla(0, 0%, 100%, 0.1);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    width: 100%;
    max-width: 600px;
    padding: 2rem;
    margin: 20px;
    z-index: 2;
    animation: modalSlideIn 0.3s ease-out;
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    box-sizing: border-box;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.register-modal__content::-webkit-scrollbar {
    display: none;
}
@keyframes modalSlideIn {
    0% {
        opacity: 0;
        transform: translateY(-20px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}
.register-modal__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: hsla(0, 0%, 100%, 0.1);
    color: var(--text);
    cursor: pointer;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s;
    z-index: 10;
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.register-modal__close:hover {
    background: hsla(0, 0%, 100%, 0.2);
}
.register-modal__header {
    text-align: center;
    margin-bottom: 1.5rem;
    flex-shrink: 0;
}
.register-modal__title {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 0.5rem;
    line-height: 1.2;
}
.register-modal__subtitle {
    color: var(--muted);
    font-size: 0.9rem;
    margin: 0;
}
.register-modal__options {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex: 1;
    min-height: 0;
}
.register-option {
    background: hsla(0, 0%, 100%, 0.05);
    border: 1px solid hsla(0, 0%, 100%, 0.1);
    border-radius: 10px;
    padding: 1.2rem;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.register-option:hover {
    background: hsla(0, 0%, 100%, 0.08);
    border-color: rgba(174, 211, 37, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}
.register-option:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--color-secondary), var(--btn-bg));
    opacity: 0;
    transition: opacity 0.3s;
}
.register-option__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(174, 211, 37, 0.1);
    border-radius: 10px;
    color: var(--color-secondary);
    margin-bottom: 0.8rem;
    transition: 0.3s;
    flex-shrink: 0;
}
.faq-item-compact[open] .faq-answer-icon,
.faq-item[open] .faq-answer-icon,
.register-option:hover .register-option__icon {
    background: rgba(174, 211, 37, 0.2);
    transform: scale(1.05);
}
.register-option__content {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.register-option__title {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 0.4rem;
    line-height: 1.2;
}
.register-option__description {
    color: var(--muted);
    font-size: 0.85rem;
    margin-bottom: 0.8rem;
    line-height: 1.4;
    flex: 1;
}
.promo-copy-container {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    margin-bottom: 0.5rem;
}
.promo-input-modal {
    flex: 1;
    padding: 0.6rem 0.8rem;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid hsla(0, 0%, 100%, 0.2);
    border-radius: 6px;
    color: var(--text);
    font-size: 0.9rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
    outline: 0;
    transition: border-color 0.2s;
}
.promo-input-modal:focus {
    border-color: var(--color-secondary);
}
.promo-note {
    font-size: 0.75rem;
    color: var(--muted);
    margin: 0;
    font-style: italic;
    line-height: 1.3;
}
/* Media queries for small heights */
@media (max-height: 600px) {
    .register-modal__content {
        padding: 1rem;
        margin: 10px;
        max-height: calc(100vh - 20px);
    }
    .register-modal__title {
        font-size: 1rem;
        margin-bottom: 0.3rem;
    }
    .register-modal__subtitle {
        font-size: 0.8rem;
    }
    .register-modal__header {
        margin-bottom: 0.8rem;
    }
    .register-modal__options {
        gap: 0.5rem;
    }
    .register-option {
        padding: 0.8rem;
    }
    .register-option__title {
        font-size: 0.9rem;
    }
    .register-option__description {
        font-size: 0.75rem;
    }
    .register-modal__close {
        top: 0.5rem;
        right: 0.5rem;
        width: 32px;
        height: 32px;
        font-size: 16px;
    }
}

@media (max-height: 500px) {
    .register-modal__content {
        padding: 0.8rem;
        margin: 5px;
        max-height: calc(100vh - 10px);
    }
    .register-modal__title {
        font-size: 0.9rem;
        margin-bottom: 0.2rem;
    }
    .register-modal__subtitle {
        font-size: 0.75rem;
    }
    .register-modal__header {
        margin-bottom: 0.5rem;
    }
    .register-modal__options {
        gap: 0.3rem;
    }
    .register-option {
        padding: 0.6rem;
    }
    .register-option__title {
        font-size: 0.85rem;
    }
    .register-option__description {
        font-size: 0.7rem;
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    .register-modal__content {
        margin: 1.5rem;
        padding: 1.5rem;
        max-height: calc(100vh - 3rem);
        max-width: 500px;
        width: 90%;
    }
    .register-modal__title {
        font-size: 1.2rem;
    }
    .register-modal__subtitle {
        font-size: 0.9rem;
    }
    .register-modal__options {
        gap: 0.8rem;
        max-height: calc(100vh - 12rem);
        overflow-y: auto;
    }
    .register-option {
        padding: 1rem;
        border-radius: 8px;
        gap: 0.8rem;
    }
    .register-option__icon {
        width: 36px;
        height: 36px;
        border-radius: 8px;
    }
    .register-option__title {
        font-size: 0.95rem;
        line-height: 1.3;
    }
    .register-option__description {
        font-size: 0.8rem;
        line-height: 1.4;
    }
    .register-option__features {
        gap: 0.4rem;
    }
    .register-option__feature {
        font-size: 0.75rem;
        padding: 0.3rem 0.6rem;
    }
    .btn.btn-primary.btn-with-icon {
        padding: 0.8rem 1.2rem;
        font-size: 0.9rem;
        gap: 0.4rem;
        border-radius: 8px;
    }
    .btn-icon {
        width: 18px;
        height: 18px;
    }
    .register-modal .btn {
        min-height: 44px;
        font-weight: 600;
    }
    .register-modal .btn:hover {
        transform: translateY(-1px);
    }
}

@media (max-width: 768px) {
    .register-modal__content {
        margin: 1rem;
        padding: 1.2rem;
        max-height: calc(100vh - 2rem);
        max-width: calc(100vw - 2rem);
        box-sizing: border-box;
    }
    .register-modal__title {
        font-size: 1.1rem;
    }
    .register-modal__subtitle {
        font-size: 0.85rem;
    }
    .register-modal__header {
        margin-bottom: 1rem;
    }
    .register-modal__options {
        gap: 0.8rem;
    }
    .register-option {
        padding: 1rem;
    }
    .register-option__icon {
        width: 36px;
        height: 36px;
        margin-bottom: 0.6rem;
    }
    .register-option__title {
        font-size: 0.95rem;
    }
    .register-option__description {
        font-size: 0.8rem;
        margin-bottom: 0.6rem;
    }
    .promo-copy-container {
        flex-direction: column;
        gap: 0.4rem;
        margin-bottom: 0.4rem;
    }
    .promo-input-modal {
        width: 100%;
        font-size: 0.85rem;
        padding: 0.5rem;
    }
    .promo-note {
        font-size: 0.7rem;
    }
}
@media (max-width: 480px) {
    .register-modal__content {
        margin: 0.5rem;
        padding: 1rem;
        max-height: calc(100vh - 1rem);
        max-width: calc(100vw - 1rem);
        box-sizing: border-box;
    }
    .register-modal__title {
        font-size: 1rem;
        line-height: 1.1;
    }
    .register-modal__subtitle {
        font-size: 0.8rem;
    }
    .register-modal__header {
        margin-bottom: 0.8rem;
    }
    .register-modal__options {
        gap: 0.6rem;
    }
    .register-option {
        padding: 0.8rem;
    }
    .register-option__icon {
        width: 32px;
        height: 32px;
        margin-bottom: 0.5rem;
    }
    .register-option__title {
        font-size: 0.9rem;
    }
    .register-option__description {
        font-size: 0.75rem;
        margin-bottom: 0.5rem;
        line-height: 1.3;
    }
    .promo-input-modal {
        font-size: 0.8rem;
        padding: 0.4rem;
    }
    .promo-note {
        font-size: 0.65rem;
    }
}
@media (max-width: 360px) {
    .register-modal__content {
        margin: 0.25rem;
        padding: 0.8rem;
        max-height: calc(100vh - 0.5rem);
        max-width: calc(100vw - 0.5rem);
        box-sizing: border-box;
    }
    .register-modal__title {
        font-size: 0.95rem;
    }
    .register-option {
        padding: 0.6rem;
    }
    .register-option__title {
        font-size: 0.85rem;
    }
    .register-option__description {
        font-size: 0.7rem;
    }
}
.register-modal__content * {
    transition: 0.2s;
}
.btn.loading {
    position: relative;
    color: transparent !important;
}
.btn.loading:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    border: 2px solid transparent;
    border-top-color: currentcolor;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
.js-copy-promo-modal.success,
.js-copy-promo.success {
    background: #22c55e !important;
    color: #fff !important;
    transform: scale(1.05);
    border-color: #16a34a !important;
    box-shadow: 0 4px 12px rgba(34, 197, 94, 0.3) !important;
    transition: 0.3s !important;
}

.register-modal {
    z-index: 10000;
}
.register-modal a,
.register-modal button,
.register-modal input {
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.register-modal :focus-visible {
    outline: 2px solid var(--color-secondary);
    outline-offset: 2px;
    border-radius: 4px;
}
.promo-code-section {
    margin: 2rem 0;
}
.js-promo-modal-trigger {
    flex-shrink: 0;
    background: hsla(0, 0%, 100%, 0.2);
    border: 1px solid hsla(0, 0%, 100%, 0.3);
    color: #fff;
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    min-width: 180px;
    height: auto;
    line-height: 1.2;
}
.js-promo-modal-trigger .btn-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}
.js-promo-modal-trigger:hover {
    background: hsla(0, 0%, 100%, 0.3);
    border-color: hsla(0, 0%, 100%, 0.4);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}
.js-promo-modal-trigger:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, 0.3), transparent);
    transition: left 0.5s;
}
.benefit-card:before,
.promo-nav-btn:before {
    bottom: 0;
    transition: opacity 0.3s;
    content: "";
    top: 0;
    right: 0;
}
.promo-modal {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10001;
    opacity: 0;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 1rem;
}
.promo-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(8px);
    z-index: 1;
}
.promo-modal__content {
    position: relative;
    background: linear-gradient(145deg, rgba(13, 59, 96, 0.95), rgba(10, 42, 66, 0.95));
    backdrop-filter: blur(20px);
    border: 1px solid hsla(0, 0%, 100%, 0.15);
    border-radius: 20px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.6), inset 0 0 0 1px hsla(0, 0%, 100%, 0.05);
    width: 100%;
    max-width: 580px;
    max-height: calc(100vh - 2rem);
    z-index: 2;
    overflow: hidden;
    animation: modalSlideIn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: flex;
    flex-direction: column;
}
.promo-modal__close {
    position: absolute;
    top: 1.2rem;
    right: 1.2rem;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: hsla(0, 0%, 100%, 0.1);
    color: hsla(0, 0%, 100%, 0.8);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    z-index: 10;
}
.promo-modal__close:hover {
    background: hsla(0, 0%, 100%, 0.2);
    color: #fff;
    transform: rotate(90deg);
}
.promo-modal__header {
    text-align: center;
    padding: 2rem 2rem 1.5rem;
    flex-shrink: 0;
    background: linear-gradient(135deg, rgba(15, 120, 216, 0.1), rgba(174, 211, 37, 0.1));
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
    position: relative;
}
.promo-modal__header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, 0.3), transparent);
}
.promo-modal__icon {
    margin-bottom: 1rem;
    color: var(--color-secondary);
    animation: iconFloat 3s ease-in-out infinite;
}
@keyframes iconFloat {
    0%,
    to {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}
.promo-modal__title {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 0.5rem;
    line-height: 1.3;
}
.promo-modal__subtitle {
    color: var(--muted);
    font-size: 1rem;
    margin: 0;
    line-height: 1.5;
    opacity: 0.9;
}
.promo-modal__body {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    padding: 2rem;
    max-height: calc(100vh - 250px);
    scrollbar-width: thin;
    scrollbar-color: var(--color-secondary) hsla(0, 0%, 100%, 0.05);
    scroll-behavior: smooth;
}
.promo-modal__body::-webkit-scrollbar {
    width: 6px;
}
.promo-modal__body::-webkit-scrollbar-track {
    background: hsla(0, 0%, 100%, 0.05);
    border-radius: 3px;
}
.promo-modal__body::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, var(--color-secondary), var(--color-primary));
    border-radius: 3px;
}
.promo-modal__body::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, var(--color-primary), var(--color-secondary));
}
.promo-code-section {
    background: linear-gradient(135deg, hsla(0, 0%, 100%, 0.08), hsla(0, 0%, 100%, 0.03));
    border: 1px solid hsla(0, 0%, 100%, 0.15);
    border-radius: 16px;
    padding: 1.5rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.promo-code-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(174, 211, 37, 0.1), transparent);
    animation: shimmer 3s infinite;
}
.code-label-text {
    font-size: 0.9rem;
    color: var(--color-secondary);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.promo-code-box {
    background: rgba(0, 0, 0, 0.3);
    border: 2px solid rgba(174, 211, 37, 0.3);
    border-radius: 12px;
    padding: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    position: relative;
    overflow: hidden;
}
.promo-code-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 30%, rgba(174, 211, 37, 0.1) 50%, transparent 70%);
    animation: codeShimmer 2s infinite;
    pointer-events: none;
}
@keyframes codeShimmer {
    0% {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(100%);
    }
}
.benefit-content,
.promo-code-display {
    flex: 1;
    position: relative;
    z-index: 1;
}
.promo-code-text {
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--color-secondary);
    letter-spacing: 3px;
    text-shadow: 0 0 10px rgba(174, 211, 37, 0.3);
    display: block;
    direction: ltr;
}
.promo-copy-btn {
    background: linear-gradient(135deg, var(--color-secondary), var(--color-primary));
    border: none;
    border-radius: 8px;
    padding: 0.7rem 1rem;
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: 0.3s;
    position: relative;
    z-index: 1;
    min-width: 80px;
    justify-content: center;
}
.promo-copy-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(174, 211, 37, 0.4);
    background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
}
.promo-copy-btn:active {
    transform: translateY(0);
}
.copy-icon {
    flex-shrink: 0;
}
.promo-code-note {
    color: var(--muted);
    font-size: 0.85rem;
    margin: 0;
    line-height: 1.4;
    opacity: 0.8;
    position: relative;
    z-index: 1;
}
.promo-benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}
.benefit-card {
    background: linear-gradient(135deg, hsla(0, 0%, 100%, 0.05), hsla(0, 0%, 100%, 0.02));
    border: 1px solid hsla(0, 0%, 100%, 0.1);
    border-radius: 12px;
    padding: 1rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
}
.benefit-card:before {
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, rgba(15, 120, 216, 0.1), rgba(174, 211, 37, 0.1));
    opacity: 0;
}
.benefit-card:hover {
    transform: translateY(-2px);
    border-color: rgba(174, 211, 37, 0.3);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.benefit-icon {
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}
.benefit-title {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text);
    margin: 0 0 0.2rem;
    line-height: 1.2;
}
.benefit-desc {
    font-size: 0.8rem;
    color: var(--muted);
    margin: 0;
    line-height: 1.3;
}
.step-text,
.warning-content {
    line-height: 1.4;
    color: var(--text);
}
.promo-instructions {
    background: linear-gradient(135deg, hsla(0, 0%, 100%, 0.03), hsla(0, 0%, 100%, 0.01));
    border: 1px solid hsla(0, 0%, 100%, 0.08);
    border-radius: 12px;
    padding: 1.2rem;
}
.instructions-title {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 1rem;
    text-align: center;
}
.instructions-steps {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}
.instruction-step {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.5rem;
    border-radius: 8px;
    transition: background-color 0.3s;
}
.instruction-step:hover {
    background: hsla(0, 0%, 100%, 0.05);
}
.step-number {
    background: linear-gradient(135deg, var(--color-secondary), var(--color-primary));
    color: #fff;
}
.step-text {
    font-size: 0.9rem;
}
.promo-warning {
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.15), rgba(255, 152, 0, 0.1));
    border: 1px solid rgba(255, 193, 7, 0.3);
    border-radius: 12px;
    padding: 1rem;
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
}
.warning-icon {
    margin-top: 0.1rem;
}
.warning-content {
    font-size: 0.85rem;
    margin: 0;
}
@media (max-width: 768px) {
    .promo-modal__title {
        font-size: 1.2rem;
    }
    .js-promo-modal-trigger {
        align-self: center;
        width: auto;
        min-width: 200px;
        padding: 0.7rem 1.3rem;
        font-size: 0.95rem;
    }
    .promo-modal {
        padding: 0.5rem;
    }
    .promo-modal__content {
        max-width: 100%;
        max-height: calc(100vh - 1rem);
        border-radius: 16px;
    }
    .promo-modal__header {
        padding: 1.5rem 1.5rem 1rem;
    }
    .promo-modal__subtitle {
        font-size: 0.9rem;
    }
    .promo-modal__body {
        padding: 1.5rem;
        gap: 1.2rem;
    }
    .promo-benefits-grid {
        grid-template-columns: 1fr;
        gap: 0.8rem;
    }
    .benefit-card {
        padding: 0.8rem;
    }
    .promo-code-text {
        font-size: 1.1rem;
        letter-spacing: 2px;
    }
    .promo-copy-btn {
        padding: 0.6rem 0.8rem;
        font-size: 0.8rem;
        min-width: 70px;
    }
}
.promo-modal button:focus-visible {
    outline: 2px solid var(--color-secondary);
    outline-offset: 2px;
    border-radius: 4px;
}
.promo-copy-btn:disabled {
    cursor: not-allowed;
    opacity: 0.8;
}
.promo-copy-btn.loading {
    position: relative;
    color: transparent;
}
.promo-mobile-btn .mobile-nav-arrow,
.promo-mobile-btn .mobile-nav-text {
    color: var(--color-secondary) !important;
}
.promo-copy-btn.loading:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border: 2px solid transparent;
    border-top-color: currentcolor;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}
.promo-nav-btn {
    background: 0 0 !important;
    border: none !important;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    padding: 0.5rem 1rem !important;
    border-radius: 8px !important;
}
.promo-nav-btn:before {
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
    opacity: 0;
    border-radius: inherit;
}
.promo-nav-btn:hover:before {
    opacity: 0.1;
}
.promo-nav-btn .nav-icon {
    position: relative;
    z-index: 1;
    animation: pulse 2s infinite;
}
.promo-nav-btn .nav-text {
    position: relative;
    z-index: 1;
    font-weight: 600;
}
.promo-mobile-btn {
    background: linear-gradient(135deg, rgba(15, 120, 216, 0.1), rgba(174, 211, 37, 0.1)) !important;
    border: 1px solid rgba(174, 211, 37, 0.3) !important;
    border-radius: 12px !important;
    margin: 0.5rem 0 !important;
    position: relative;
    overflow: hidden;
}
.promo-mobile-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(174, 211, 37, 0.2), transparent);
    transition: left 0.5s;
}
.promo-mobile-btn .mobile-nav-icon {
    animation: bounce 2s infinite;
}
@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    to {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-3px);
    }
    60% {
        transform: translateY(-2px);
    }
}
.promo-mobile-btn .mobile-nav-text {
    font-weight: 600;
}
@media (max-width: 768px) {
    .promo-nav-btn {
        padding: 0.4rem 0.8rem !important;
    }
    .promo-nav-btn .nav-text {
        font-size: 0.9rem;
    }
}
.howto-promo {
    margin-top: 1rem;
    background: rgba(0, 0, 0, 0.15);
    border: 1px solid hsla(0, 0%, 100%, 0.1);
    border-radius: 10px;
    padding: 0.75rem;
}
.promo-container {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: center;
    justify-content: center;
}
.promo-input {
    width: 100%;
    max-width: 280px;
    direction: ltr;
    text-align: center;
    background: hsla(0, 0%, 100%, 0.08);
    color: var(--text);
    border: 1px solid hsla(0, 0%, 100%, 0.15);
    border-radius: 8px;
    padding: 0.6rem 0.75rem;
    font-weight: 800;
    letter-spacing: 2px;
    min-height: 44px;
    font-size: 1rem;
}
#recommended-apps,
.slider-controls {
    padding: 1.5rem;
    transition: transform 0.3s, box-shadow 0.3s, background 0.3s;
    box-shadow: var(--shadow);
}
.promo-label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--muted);
}
.js-copy-promo {
    width: 100%;
    max-width: 280px;
}
.js-copy-promo.btn {
    min-height: 44px;
    font-size: 1rem;
    padding-inline: 1rem;
    transition: 0.3s;
}
@media (hover: hover) {
    .js-copy-promo.btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }
}
.promo-container .promo-input {
    margin-bottom: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}
.promo-container .promo-input:focus {
    outline: 0;
    border-color: var(--color-secondary);
    box-shadow: 0 0 0 3px rgba(var(--color-secondary-rgb), 0.1);
}
.promo-container .js-copy-promo {
    background: linear-gradient(135deg, var(--color-secondary), var(--color-primary));
    border: none;
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: 0.3s;
}
.js-copy-promo-modal.success .btn-icon,
.js-copy-promo.success .btn-icon {
    animation: checkmark-bounce 0.6s ease-in-out;
}
@keyframes checkmark-bounce {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.2);
        opacity: 1;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}
.slider-controls {
    position: absolute;
    top: 50%;
    border: var(--card-border);
    border-radius: var(--radius);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    margin-bottom: 2rem;
}
.old-releases-grid,
.recommended-apps-grid {
    display: flex;
    gap: 0.5rem;
    margin-top: 1rem;
    padding-bottom: 0.3rem;
    justify-content: center;
    flex-wrap: wrap;
}
.old-releases-grid::-webkit-scrollbar {
    height: 6px;
}
.old-releases-grid::-webkit-scrollbar-track {
    background: hsla(0, 0%, 100%, 0.1);
    border-radius: 3px;
}
.old-releases-grid::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 100%, 0.3);
    border-radius: 3px;
}
.old-releases-grid::-webkit-scrollbar-thumb:hover {
    background: hsla(0, 0%, 100%, 0.5);
}
.old-release-card,
.recommended-app-card {
    background: hsla(0, 0%, 100%, 0.05);
    border: 1px solid hsla(0, 0%, 100%, 0.1);
    border-radius: 8px;
    transition: 0.3s;
    overflow: hidden;
    flex-shrink: 0;
    width: 90px;
    height: 110px;
}
.old-release-card:hover,
.recommended-app-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    background: hsla(0, 0%, 100%, 0.08);
}
.old-release-card:focus-within {
    outline: 2px solid var(--color-secondary);
    outline-offset: 2px;
}
.old-release-link,
.recommended-app-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem;
    text-decoration: none;
    color: inherit;
    width: 100%;
    height: 100%;
    text-align: center;
}
.old-release-link:focus,
.old-release-link:hover,
.recommended-app-link:focus,
.recommended-app-link:hover {
    color: inherit;
    text-decoration: none;
}
.old-release-content,
.recommended-app-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: space-between;
}
.old-release-icon {
    flex-shrink: 0;
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    background: var(--color-secondary);
    border-radius: 16px;
    margin-bottom: 0.75rem;
}
.release-platform-badge {
    color: var(--main);
    font-weight: 700;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.old-release-info,
.recommended-app-info {
    min-width: 0;
    text-align: center;
    margin-bottom: 0.1rem;
    padding: 0 0.1rem;
}
.old-release-version,
.recommended-app-name {
    font-size: 0.6rem;
    font-weight: 600;
    color: var(--text);
    margin: 0 0 0.1rem;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.old-release-meta,
.recommended-app-meta {
    font-size: 0.5rem;
    color: var(--text-secondary);
    line-height: 1.1;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    font-weight: 500;
}
.meta-tag,
.meta-version,
.release-date-text,
.release-min-text {
    font-weight: 400;
}

/* Add icons for meta elements */
.meta-version::before {
    content: "⭐";
    margin-right: 0.2rem;
}

.meta-tag::before {
    content: "🛡️";
    margin-right: 0.2rem;
}
@media (max-width: 768px) {
    .old-releases-section {
        padding: 1rem;
    }
    .old-releases-grid {
        margin-top: 1rem;
        gap: 0.75rem;
    }
    .old-release-card {
        width: 140px;
        height: 160px;
    }
    .old-release-link {
        padding: 0.75rem;
    }
    .old-release-content {
        justify-content: space-between;
    }
    .old-release-icon {
        width: 60px;
        height: 60px;
        border-radius: 14px;
        margin-bottom: 0.5rem;
    }
    .release-platform-badge {
        font-size: 0.7rem;
    }
    .old-release-version {
        font-size: 0.75rem;
    }
    .old-release-meta {
        font-size: 0.6rem;
    }
}
.slider-btn:hover {
    background: var(--card-hover-bg);
    transform: scale(1.1);
    opacity: 1;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}
.slider-btn:active {
    transform: scale(0.95);
}
.slider-btn-prev {
    margin-left: -22px;
}
.slider-btn-next {
    margin-right: -22px;
}
.slider-btn svg {
    width: 20px;
    height: 20px;
    stroke-width: 2.5;
}
.release-badge {
    background: var(--color-secondary);
}
@media (min-width: 1200px) {
    .app-lightbox__nav {
        width: 60px;
        height: 60px;
        font-size: 38px;
    }
    .app-lightbox__close {
        width: 56px;
        height: 56px;
        font-size: 34px;
    }
    .screenshot-slide {
        width: 140px;
        height: 240px;
    }
    .screenshots-slider {
        gap: 1rem;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .screenshot-slide {
        width: 130px;
        height: 220px;
    }
    .screenshots-slider {
        gap: 0.9rem;
    }
}
@media (max-width: 1024px) and (min-width: 769px) {
    .meta-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.6rem;
    }
    .meta-item {
        padding: 0.6rem 0.8rem;
        min-height: 50px;
    }
}
@media (max-width: 768px) {
    .app-details-container .container {
        padding: 0 12px;
    }
    .app-header-main {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1.5rem;
    }
    .app-icon-container {
        align-self: center;
    }
    .app-icon-large {
        width: 100px;
        height: 100px;
        border-radius: 18px;
    }
    .app-info {
        width: 100%;
    }
    .app-info,
    .app-title-section {
        align-items: center;
        text-align: center;
    }
    .app-name {
        font-size: 1.8rem;
        text-align: center;
    }
    .app-developer,
    .platform-container {
        justify-content: center;
    }
    .app-meta-section {
        align-items: center;
        width: 100%;
    }
    .app-actions {
        grid-template-columns: 1fr;
    }
    .meta-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.25rem;
    }
    .screenshot-slide {
        width: 100px;
        height: 170px;
    }
    .screenshots-slider {
        gap: 0.75rem;
    }
    .app-description-card,
    .app-details-card,
    .app-screenshots-card {
        padding: 0.8rem;
    }
}
#recommended-apps {
    background: var(--card-bg);
    border: var(--card-border);
    border-radius: var(--radius);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
.recommended-apps-grid::-webkit-scrollbar {
    height: 6px;
}
.recommended-apps-grid::-webkit-scrollbar-track {
    background: hsla(0, 0%, 100%, 0.1);
    border-radius: 3px;
}
.recommended-apps-grid::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 100%, 0.3);
    border-radius: 3px;
}
.recommended-apps-grid::-webkit-scrollbar-thumb:hover {
    background: hsla(0, 0%, 100%, 0.5);
}
.recommended-app-card:focus-within {
    outline: 2px solid var(--color-secondary);
    outline-offset: 2px;
}
.recommended-app-icon {
    flex-shrink: 0;
    margin-top: 0.2rem;
}
.recommended-app-icon img {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    object-fit: cover;
}
.recommended-app-category {
    font-size: 0.45rem;
    font-weight: 500;
    color: var(--color-primary);
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-bottom: 0.1rem;
    display: block;
}
@media (max-width: 768px) {
    #recommended-apps {
        padding: 1rem;
    }
    .recommended-app-name {
        font-size: 0.95rem;
        line-height: 1.4;
    }
    .recommended-app-category {
        font-size: 0.7rem;
        margin-bottom: 0.3rem;
    }
    .recommended-app-meta {
        font-size: 0.75rem;
        line-height: 1.3;
    }
    .recommended-apps-grid {
        margin-top: 0.8rem;
        gap: 0.4rem;
    }
}

@media (max-width: 480px) {
    .recommended-app-name {
        font-size: 1rem;
        line-height: 1.4;
        font-weight: 700;
    }
    .recommended-app-category {
        font-size: 0.75rem;
        margin-bottom: 0.4rem;
        font-weight: 600;
    }
    .recommended-app-meta {
        font-size: 0.8rem;
        line-height: 1.4;
    }
    .meta-version,
    .meta-tag {
        font-weight: 500;
    }
    .recommended-app-card {
        width: 80px;
        height: 100px;
    }
    .recommended-app-link {
        padding: 0.4rem;
    }
    .recommended-app-content {
        justify-content: space-between;
    }
    .recommended-app-icon img {
        width: 28px;
        height: 28px;
        border-radius: 7px;
    }
    .recommended-app-name {
        font-size: 0.75rem;
    }
    .recommended-app-meta {
        font-size: 0.6rem;
    }
}
.release-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 16px;
    color: var(--main);
    font-weight: 800;
    font-size: 0.9rem;
    text-transform: uppercase;
}
@media (max-width: 768px) {
    .release-badge {
        width: 60px;
        height: 60px;
        border-radius: 14px;
        font-size: 0.8rem;
    }
}
@media (max-width: 480px) {
    .app-info {
        gap: 0.8rem;
    }
    .promo-modal__icon svg {
        width: 40px;
        height: 40px;
    }
    .developer-link,
    .developer-name {
        font-size: 0.9rem;
    }
    .js-promo-modal-trigger {
        padding: 0.6rem 1.1rem;
        font-size: 0.9rem;
        min-width: 170px;
    }
    .js-promo-modal-trigger .btn-icon {
        width: 18px;
        height: 18px;
    }
    .promo-modal {
        padding: 0.25rem;
    }
    .promo-modal__content {
        max-height: calc(100vh - 0.5rem);
        border-radius: 12px;
    }
    .promo-modal__header {
        padding: 1.2rem 1.2rem 0.8rem;
    }
    .promo-modal__title {
        font-size: 1.1rem;
    }
    .benefit-title,
    .promo-modal__subtitle {
        font-size: 0.85rem;
    }
    .promo-modal__body {
        padding: 1.2rem;
        gap: 1rem;
        max-height: calc(100vh - 160px);
    }
    .promo-code-section,
    .promo-instructions {
        padding: 1rem;
    }
    .promo-code-box {
        flex-direction: column;
        gap: 0.8rem;
        text-align: center;
    }
    .promo-code-text {
        font-size: 1rem;
        letter-spacing: 1.5px;
    }
    .promo-copy-btn {
        align-self: stretch;
        justify-content: center;
    }
    .benefit-card {
        padding: 0.7rem;
        gap: 0.6rem;
    }
    .benefit-icon {
        font-size: 1.3rem;
    }
    .benefit-desc,
    .meta-icon {
        font-size: 0.75rem;
    }
    .instructions-title {
        font-size: 0.95rem;
    }
    .step-number {
        width: 24px;
        height: 24px;
        font-size: 0.7rem;
    }
    .step-text,
    .warning-content {
        font-size: 0.8rem;
    }
    .promo-warning {
        padding: 0.8rem;
    }
    .promo-nav-btn .nav-text {
        display: none;
    }
    .promo-nav-btn {
        padding: 0.4rem !important;
        min-width: 40px;
    }
    .old-releases-grid,
    .recommended-apps-grid {
        gap: 0.3rem;
    }
    .old-release-card,
    .recommended-app-card {
        width: 75px;
        height: 95px;
    }
    .old-release-link,
    .recommended-app-link {
        padding: 0.3rem;
    }
    .old-release-content,
    .recommended-app-content {
        justify-content: space-between;
    }
    .old-release-icon {
        width: 48px;
        height: 48px;
        border-radius: 12px;
        margin-bottom: 0.4rem;
    }
    .meta-value,
    .release-platform-badge {
        font-size: 0.65rem;
    }
    .old-release-version,
    .recommended-app-name {
        font-size: 0.7rem;
        margin: 0 0 0.1rem;
    }
    .meta-label,
    .old-release-meta,
    .recommended-app-meta {
        font-size: 0.55rem;
    }
    .app-header-main {
        gap: 1rem;
    }
    .app-icon-large {
        width: 85px;
        height: 85px;
        border-radius: 16px;
    }
    .app-name {
        font-size: 1.6rem;
        line-height: 1.2;
    }
    .platform-badge {
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
    }
    .app-title-section {
        gap: 0.4rem;
    }
    .app-meta-section {
        gap: 0.6rem;
    }
    .recommended-app-icon img,
    .release-badge {
        width: 24px;
        height: 24px;
        border-radius: 6px;
    }
    .release-badge {
        font-size: 0.7rem;
    }
    .app-details-container {
        padding: 0 0 1rem;
    }
    .app-details-container .container {
        gap: 0.8rem;
        padding: 0 12px;
    }
    .screenshot-slide {
        width: 100px;
        height: 180px;
    }
    .screenshots-slider {
        gap: 0.75rem;
    }
    .meta-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.2rem;
    }
    .meta-item {
        padding: 0.25rem 0.4rem;
        min-height: 28px;
        gap: 0.25rem;
    }
    .section-title {
        font-size: 1.25rem;
    }
    .app-details-meta {
        margin-bottom: 0.5rem;
        padding-top: 0.5rem;
    }
    .meta-label,
    .meta-value {
        max-width: 80px;
    }
}
#old-releases .recommended-app-info,
#recommended-apps .recommended-app-info {
    margin-bottom: 0.35rem;
}
#old-releases .recommended-app-meta,
#recommended-apps .recommended-app-meta {
    overflow: hidden;
    text-overflow: ellipsis;
}
#old-releases .recommended-app-card,
#recommended-apps .recommended-app-card {
    height: auto;
    overflow: visible;
}
#old-releases .recommended-app-link,
#recommended-apps .recommended-app-link {
    height: auto;
}
#old-releases .recommended-app-content,
#recommended-apps .recommended-app-content {
    height: auto;
    justify-content: flex-start;
}
#old-releases .recommended-app-name,
#recommended-apps .recommended-app-name {
    display: block !important;
    white-space: normal !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: unset !important;
    min-height: auto !important;
    overflow: visible !important;
    line-height: 1.25;
    margin: 0 0 0.25rem;
    overflow-wrap: anywhere;
}
#old-releases .recommended-app-meta,
#recommended-apps .recommended-app-meta {
    white-space: normal;
    line-height: 1.1;
}
.app-overview {
    background: hsla(0, 0%, 100%, 0.05);
    border-radius: var(--radius);
    padding: 1.5rem;
    margin-bottom: 2rem;
    border-left: 4px solid var(--color-secondary);
}
.overview-text {
    font-size: 1.1rem;
    line-height: 1.7;
    color: var(--text);
    margin: 0;
}
.enhanced-features {
    display: grid;
    gap: 0.75rem;
    margin-top: 1rem;
}
.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.75rem;
    background: hsla(0, 0%, 100%, 0.03);
    border-radius: 8px;
    transition: background-color 0.3s;
}
.faq-item-compact:hover,
.faq-item:hover,
.feature-item:hover,
.step-item:hover {
    background: hsla(0, 0%, 100%, 0.08);
}
.feature-icon {
    font-size: 1.2rem;
    flex-shrink: 0;
    margin-top: 0.1rem;
}
.feature-text {
    flex: 1;
    line-height: 1.5;
}
.app-promo-benefits-card,
.external-links-section,
.internal-linking-section,
.security-updates-card,
.support-card {
    background: var(--card-bg);
    border: var(--card-border);
    border-radius: var(--radius);
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: var(--shadow);
}
.step-header {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}
.faq-item {
    background: hsla(0, 0%, 100%, 0.05);
    border-radius: 12px;
    transition: 0.3s;
}
.faq-item-compact summary,
.faq-question {
    cursor: pointer;
    gap: 0.75rem;
    list-style: none;
    position: relative;
}
.benefit-item:hover,
.external-link-item:hover,
.security-item:hover,
.support-method:hover {
    background: hsla(0, 0%, 100%, 0.1);
    transform: translateY(-2px);
}
.faq-item-compact summary:after,
.faq-question:after {
    transform: translateY(-50%);
    transition: transform 0.3s;
    background: rgba(174, 211, 37, 0.2);
    position: absolute;
}
.support-icon {
    font-size: 2rem;
    flex-shrink: 0;
}
.support-details h4 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    color: var(--color-secondary);
}
.support-details p {
    font-size: 0.95rem;
    line-height: 1.5;
    color: var(--muted);
}
.faq-item {
    margin-bottom: 1rem;
    overflow: hidden;
}
.faq-question {
    padding: 1.25rem 3rem 1.25rem 1.25rem;
    font-size: 1.1rem;
    font-weight: 600;
    transition: 0.3s;
    display: flex;
    align-items: center;
}
.faq-question::-webkit-details-marker {
    display: none;
}
.faq-question:after {
    content: "+";
    right: 1.25rem;
    top: 50%;
    font-size: 1.5rem;
    font-weight: 700;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--color-secondary);
    line-height: 1;
}
.faq-item-compact[open] summary:after,
.faq-item[open] .faq-question:after {
    transform: translateY(-50%) rotate(45deg);
}
.faq-body {
    padding: 0 1.25rem 1.25rem;
    line-height: 1.6;
    color: var(--muted);
}
.faq-body .faq-content-wrapper,
.faq-content-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding-top: 0.5rem;
}
.faq-answer-icon,
.faq-body .faq-answer-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    background: rgba(174, 211, 37, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-secondary);
    margin-top: 0.2rem;
    transition: 0.3s;
}
.benefit-item,
.security-item,
.step-item,
.support-method {
    background: hsla(0, 0%, 100%, 0.05);
    border-radius: 12px;
    transition: 0.3s;
}
.faq-body .faq-content-wrapper p,
.faq-content-wrapper p {
    flex: 1;
    margin: 0;
    line-height: 1.7;
}
.faq-body .faq-content-wrapper strong,
.faq-content-wrapper strong {
    color: var(--color-secondary);
    font-weight: 700;
}
.security-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
}
.benefit-item,
.security-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
}
.benefit-icon,
.security-icon {
    font-size: 2.5rem;
    flex-shrink: 0;
}
.benefit-content h4,
.security-info h4 {
    font-size: 1.2rem;
    margin-bottom: 0.75rem;
    color: var(--color-secondary);
}
.benefits-intro p,
.support-intro {
    font-size: 1.1rem;
    line-height: 1.7;
}
.benefit-content p,
.security-info p,
.step-content p {
    line-height: 1.6;
    color: var(--muted);
}
.support-intro {
    margin-bottom: 2rem;
    text-align: center;
    color: var(--text);
}
.support-methods {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}
.step-header,
.support-method {
    align-items: center;
    gap: 1rem;
    padding: 1.25rem;
    display: flex;
}
.step-item {
    margin-bottom: 1.5rem;
    overflow: hidden;
}
.step-header {
    background: rgba(174, 211, 37, 0.1);
}
.step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    background: var(--color-secondary);
    color: var(--main);
    border-radius: 50%;
    font-weight: 700;
    font-size: 1.1rem;
    flex-shrink: 0;
}
.step-title {
    font-size: 1.2rem;
    color: var(--text);
}
.step-content {
    padding: 1.25rem;
}
.enhanced-promo {
    background: linear-gradient(135deg, rgba(174, 211, 37, 0.15), rgba(174, 211, 37, 0.05));
    border: 2px solid rgba(174, 211, 37, 0.3);
    border-radius: var(--radius);
    padding: 2rem;
    margin: 2rem 0;
    text-align: center;
}
.promo-header {
    margin-bottom: 1.5rem;
}
.promo-title {
    font-size: 1.4rem;
    color: var(--color-secondary);
    margin-bottom: 0.5rem;
}
.promo-description {
    font-size: 1rem;
    color: var(--muted);
    margin-bottom: 0;
}
.promo-validity {
    font-size: 0.9rem;
    color: var(--muted);
    margin-top: 0.75rem;
    font-style: italic;
}
.benefits-intro {
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: rgba(174, 211, 37, 0.1);
    border-radius: 12px;
    text-align: center;
}
.benefits-intro p {
    margin: 0;
}
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}
.howto-tips {
    background: hsla(0, 0%, 100%, 0.05);
    border-radius: 12px;
    padding: 1.5rem;
    margin-top: 2rem;
}
.tips-title {
    color: var(--color-secondary);
    margin-bottom: 1rem;
    font-size: 1.2rem;
}
.tips-list li {
    padding: 0.75rem 1.5rem 0.75rem 0;
    position: relative;
    line-height: 1.6;
}
.tips-list li:before {
    content: "💡";
    position: absolute;
    right: 0;
    top: 0.75rem;
}
.internal-intro {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 2rem;
    text-align: center;
    color: var(--muted);
}
.internal-links-enhanced h3 {
    color: var(--color-secondary);
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
}
.internal-links-list {
    display: grid;
    gap: 1rem;
}
.external-link-item,
.internal-link-item {
    background: hsla(0, 0%, 100%, 0.05);
    border-radius: 8px;
    transition: 0.3s;
}
.internal-link-item:hover {
    background: hsla(0, 0%, 100%, 0.1);
    transform: translateX(5px);
}
.internal-link {
    display: block;
    padding: 1rem 1.25rem;
    text-decoration: none;
    color: inherit;
}
.back-to-home,
.homepage-faq-section {
    padding-top: 2rem;
    border-top: 1px solid hsla(0, 0%, 100%, 0.1);
}
.back-to-home a,
.link-name {
    color: var(--color-secondary);
}
.link-name {
    display: block;
    font-weight: 600;
    margin-bottom: 0.25rem;
}
.link-desc {
    display: block;
    font-size: 0.9rem;
    color: var(--muted);
    line-height: 1.4;
}
.back-to-home {
    text-align: center;
    margin-top: 2rem;
}
.back-to-home a {
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
}
.back-to-home a:hover {
    text-decoration: underline;
    color: #fff;
}
.apps-intro {
    text-align: center;
    margin-bottom: 3rem;
}
.apps-description {
    font-size: 1.1rem;
    line-height: 1.7;
    color: var(--muted);
    max-width: 800px;
    margin: 1.5rem auto 0;
}
.disclaimer-box,
.faq-title,
.internal-links-intro,
.recommended-intro {
    margin-bottom: 2rem;
    text-align: center;
}
.internal-links-intro p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--muted);
}
.homepage-faq-section {
    margin-top: 3rem;
}
.faq-title {
    color: var(--color-secondary);
    font-size: 1.4rem;
}
.faq-item-compact {
    background: hsla(0, 0%, 100%, 0.05);
    border-radius: 12px;
    overflow: hidden;
    transition: 0.3s;
}
.faq-item-compact summary {
    padding: 1rem 3rem 1rem 1.25rem;
    font-weight: 600;
    transition: 0.3s;
    display: flex;
    align-items: center;
}
.external-link-item a,
.external-links-list a {
    display: block;
    color: var(--muted);
    text-decoration: none;
}
.faq-item-compact summary::-webkit-details-marker {
    display: none;
}
.faq-item-compact summary:after {
    content: "+";
    right: 1.25rem;
    top: 50%;
    font-size: 1.3rem;
    font-weight: 700;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--color-secondary);
    line-height: 1;
}
.faq-body-compact {
    padding: 0 1.25rem 1.25rem;
}
.faq-body-compact p {
    line-height: 1.6;
    color: var(--muted);
    margin: 0;
}
.faq-icon {
    font-size: 1.2rem;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: rgba(174, 211, 37, 0.15);
    border-radius: 50%;
    transition: 0.3s;
}
.faq-item-compact:hover .faq-icon {
    background: rgba(174, 211, 37, 0.25);
    transform: scale(1.1);
}
.recommended-intro {
    padding: 1.5rem;
    background: hsla(0, 0%, 100%, 0.05);
    border-radius: 12px;
}
.recommended-intro p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--muted);
    margin: 0;
}
.disclaimer-box {
    background: rgba(255, 193, 7, 0.1);
    border: 2px solid rgba(255, 193, 7, 0.3);
    border-radius: 12px;
    padding: 1.5rem;
}
.disclaimer-title {
    color: #ffc107;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 700;
}
.disclaimer-text {
    font-size: 1.1rem;
    line-height: 1.6;
    color: var(--text);
    margin: 0;
}
.external-links-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}
.external-link-group {
    background: hsla(0, 0%, 100%, 0.05);
    border-radius: 12px;
    padding: 1.5rem;
    transition: 0.3s;
}
.external-link-group:hover {
    background: hsla(0, 0%, 100%, 0.08);
    transform: translateY(-2px);
}
.link-group-title {
    color: var(--color-secondary);
    font-size: 1.2rem;
    margin-bottom: 1rem;
    font-weight: 600;
}
.external-links-list li {
    margin-bottom: 0.75rem;
}
.external-links-list a {
    font-size: 0.95rem;
    line-height: 1.5;
    transition: 0.3s;
    padding: 0.5rem 0;
    border-bottom: 1px solid transparent;
}
.external-links-list a:hover {
    color: var(--color-secondary);
    text-decoration: underline;
    border-bottom-color: rgba(174, 211, 37, 0.3);
}
.responsible-gambling-notice {
    background: rgba(220, 38, 38, 0.1);
    border: 2px solid rgba(220, 38, 38, 0.3);
    border-radius: 12px;
    padding: 2rem;
    margin-top: 2rem;
}
.notice-title {
    color: #ef4444;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 700;
}
.notice-text {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    color: var(--text);
}
.responsibility-list {
    list-style: none;
    padding: 0;
    margin-bottom: 1.5rem;
}
.responsibility-list li {
    padding: 0.5rem 1.5rem 0.5rem 0;
    position: relative;
    line-height: 1.5;
    color: var(--muted);
}
.responsibility-list li:before {
    content: "⚡";
    position: absolute;
    right: 0;
    top: 0.5rem;
    color: #ef4444;
}
.age-restriction {
    font-size: 1rem;
    font-weight: 600;
    color: #ef4444;
    text-align: center;
    margin: 0;
    padding: 1rem;
    background: rgba(239, 68, 68, 0.1);
    border-radius: 8px;
}
.external-links-compact {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    margin-top: 1.5rem;
}
.external-link-item a {
    padding: 1rem;
    font-size: 0.9rem;
    line-height: 1.4;
    transition: color 0.3s;
}
.external-links-title {
    color: var(--color-secondary);
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    text-align: center;
}
@media (max-width: 768px) {
    .benefits-grid,
    .external-links-compact,
    .external-links-grid,
    .faq-grid,
    .security-grid,
    .support-methods {
        grid-template-columns: 1fr;
    }
    .step-header {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    .disclaimer-box,
    .enhanced-promo,
    .responsible-gambling-notice {
        padding: 1.5rem;
    }
    .disclaimer-title,
    .notice-title,
    .promo-title {
        font-size: 1.2rem;
    }
    .promo-container {
        gap: 0.5rem;
    }
    .promo-container .js-copy-promo,
    .promo-container .promo-input {
        max-width: 100%;
        width: 100%;
    }
    .external-links-grid {
        gap: 1.5rem;
    }
    .quick-nav-bar {
        gap: 0.4rem;
        padding: 0.6rem;
    }
    .nav-label {
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
    }
}
@media (max-width: 480px) {
    .quick-nav-bar {
        gap: 0.3rem;
        padding: 0.5rem;
        margin: 1rem 0;
    }
    .nav-label {
        font-size: 0.75rem;
        padding: 0.35rem 0.7rem;
        border-radius: 16px;
    }
}
.blocked-countries-card,
.pros-cons-card {
    background: hsla(0, 0%, 100%, 0.05);
    border-radius: 20px;
    padding: 2rem;
    margin: 2rem 0;
    backdrop-filter: blur(10px);
    border: 1px solid hsla(0, 0%, 100%, 0.1);
}
.comparison-table {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-top: 1.5rem;
}
.cons-section,
.pros-section {
    background: hsla(0, 0%, 100%, 0.03);
    border-radius: 16px;
    padding: 1.5rem;
    border: 1px solid hsla(0, 0%, 100%, 0.08);
}
.cons-title,
.pros-title {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
    color: var(--text);
}
.pros-icon {
    font-size: 1.5rem;
    color: var(--color-success);
}
.cons-icon,
.warnings-icon {
    font-size: 1.5rem;
    color: var(--color-error);
}
.cons-list,
.pros-list,
.warnings-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.cons-item,
.pros-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.75rem;
    background: hsla(0, 0%, 100%, 0.02);
    border-radius: 12px;
    border: 1px solid hsla(0, 0%, 100%, 0.05);
    transition: 0.3s;
}
.country-item,
.warning-notice {
    background: rgba(220, 53, 69, 0.1);
}
.cons-item:hover,
.pros-item:hover {
    background: hsla(0, 0%, 100%, 0.05);
    border-color: hsla(0, 0%, 100%, 0.1);
    transform: translateY(-2px);
}
.pros-item .item-icon {
    color: var(--color-success);
}
.cons-item .item-icon,
.pros-item .item-icon {
    font-size: 1.1rem;
    flex-shrink: 0;
    margin-top: 0.1rem;
}
.cons-item .item-icon {
    color: var(--color-error);
}
.item-text {
    color: hsla(0, 0%, 100%, 0.9);
    font-size: 0.95rem;
    line-height: 1.5;
}
.warning-notice {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    border: 1px solid rgba(220, 53, 69, 0.3);
    border-radius: 12px;
    padding: 1.25rem;
    margin-bottom: 2rem;
}
.warning-icon {
    font-size: 1.5rem;
    color: var(--color-error);
    flex-shrink: 0;
}
.warning-notice p {
    color: hsla(0, 0%, 100%, 0.9);
    line-height: 1.6;
}
.blocked-countries-list {
    margin-bottom: 2.5rem;
}
.blocked-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.country-item,
.method-note p,
.method-steps li,
.warnings-list li {
    color: hsla(0, 0%, 100%, 0.9);
}
.countries-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 0.75rem;
}
.country-item {
    border: 1px solid rgba(220, 53, 69, 0.2);
    border-radius: 10px;
    padding: 0.75rem 1rem;
    text-align: center;
    font-weight: 500;
    transition: 0.3s;
}
.country-item:hover {
    background: rgba(220, 53, 69, 0.15);
    border-color: rgba(220, 53, 69, 0.3);
    transform: translateY(-2px);
}
.solutions-section {
    margin-top: 2rem;
}
.solutions-title {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 2rem;
}
.method-icon,
.solutions-icon {
    font-size: 1.5rem;
    color: var(--color-secondary);
}
.solution-method {
    background: hsla(0, 0%, 100%, 0.03);
    border-radius: 16px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    border: 1px solid hsla(0, 0%, 100%, 0.08);
}
.method-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
}
.method-note,
.warnings-list li,
.warnings-title {
    display: flex;
    gap: 0.75rem;
}
.method-icon {
    flex-shrink: 0;
}
.method-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text);
}
.method-steps {
    list-style: none;
    margin-bottom: 1rem;
}
.method-steps li {
    counter-increment: step-counter;
    position: relative;
    padding: 0.75rem 0 0.75rem 3rem;
    line-height: 1.6;
}
.method-steps li:before {
    content: counter(step-counter);
    position: absolute;
    left: 0;
    top: 0.75rem;
    width: 2rem;
    height: 2rem;
    background: var(--color-secondary);
    color: var(--main);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.9rem;
}
.method-note {
    align-items: flex-start;
    background: rgba(174, 211, 37, 0.1);
    border: 1px solid rgba(174, 211, 37, 0.2);
    border-radius: 10px;
    padding: 1rem;
    margin-top: 1rem;
}
.note-icon {
    font-size: 1.2rem;
    color: var(--color-secondary);
    flex-shrink: 0;
    margin-top: 0.1rem;
}
.method-note p {
    line-height: 1.5;
    font-size: 0.95rem;
}
.important-warnings {
    background: rgba(220, 53, 69, 0.05);
    border: 1px solid rgba(220, 53, 69, 0.2);
    border-radius: 16px;
    padding: 1.5rem;
    margin-top: 2rem;
}
.warnings-title {
    align-items: center;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--color-error);
    margin-bottom: 1.25rem;
}
.warnings-list li {
    align-items: flex-start;
    line-height: 1.6;
    font-size: 0.95rem;
}
.warnings-list li:before {
    content: "⚠️";
    flex-shrink: 0;
    margin-top: 0.1rem;
}
@media (max-width: 768px) {
    .comparison-table {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .countries-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 0.5rem;
    }
    .country-item {
        padding: 0.5rem 0.75rem;
        font-size: 0.9rem;
    }
    .method-steps li {
        padding-left: 2.5rem;
    }
    .method-steps li:before {
        width: 1.75rem;
        height: 1.75rem;
        font-size: 0.8rem;
    }
    .blocked-countries-card,
    .pros-cons-card {
        padding: 1.5rem;
        margin: 1.5rem 0;
    }
    .solution-method {
        padding: 1.25rem;
    }
}
.img-wrap {
    position: relative;
    display: block;
    overflow: hidden;
    background: #f8f9fa;
    border-radius: 8px;
}
.img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: transform 0.3s ease;
    background: 0 0;
}
.img-wrap[data-ratio="1/1"] {
    aspect-ratio: 1/1;
}
.img-wrap[data-ratio="16/9"] {
    aspect-ratio: 16/9;
}
.img-wrap[data-ratio="4/3"] {
    aspect-ratio: 4/3;
}
.app-icon .img-wrap,
.recommended-app-icon .img-wrap {
    aspect-ratio: 1/1;
    border-radius: 12px;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
}
.app-icon .img,
.recommended-app-icon .img {
    object-fit: contain;
    padding: 4px;
}
.app-icon-large .img-wrap {
    aspect-ratio: 1/1;
    border-radius: 16px;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.app-icon-large .img {
    object-fit: contain;
    padding: 8px;
}
.screenshot-slide .img-wrap {
    aspect-ratio: 9/16;
    border-radius: 12px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
}
.screenshot-slide .img {
    object-fit: contain;
    object-position: center top;
}
.screenshot-slide .img.fallback-icon {
    object-fit: contain !important;
    padding: 20px;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
}
.app-lightbox__image {
    max-width: 90vw;
    max-height: 90vh;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
}
.img.lazy:not([src]) {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    position: relative;
}
.img.lazy:not([src]):before {
    content: "📱";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    opacity: 0.5;
}
.img[data-error="true"] {
    background: linear-gradient(135deg, #fee2e2, #fecaca);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #dc2626;
    font-size: 14px;
}
.img[data-error="true"]:before {
    content: "❌ فشل تحميل الصورة";
}
@media (max-width: 768px) {
    .app-icon .img,
    .recommended-app-icon .img {
        padding: 2px;
    }
    .app-icon-large .img {
        padding: 6px;
    }
    .screenshot-slide .img.fallback-icon {
        padding: 15px;
    }
}
@media (max-width: 480px) {
    .screenshot-slide .img.fallback-icon {
        padding: 10px;
    }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .img-wrap {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}
@media print {
    .img-wrap {
        break-inside: avoid;
        page-break-inside: avoid;
    }
    .img {
        max-width: 100% !important;
        height: auto !important;
    }
}
@media (prefers-reduced-motion: reduce) {
    .img-wrap img {
        transition: none;
    }
}
@media (prefers-color-scheme: dark) {
    .img-wrap {
        background: #374151;
    }
    .app-icon .img-wrap,
    .app-icon-large .img-wrap,
    .recommended-app-icon .img-wrap {
        background: linear-gradient(135deg, #374151, #4b5563);
    }
    .screenshot-slide .img-wrap {
        background: #374151;
        border-color: #4b5563;
    }
}
.img {
    will-change: auto;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.img-wrap:hover .img {
    transform: scale(1.02);
    will-change: transform;
}
.app-icon .img[src*="icon"],
.recommended-app-icon .img[src*="icon"] {
    object-fit: contain !important;
    max-width: 90%;
    max-height: 90%;
    margin: auto;
}
.screenshot-slide .img[src*="screen"] {
    object-fit: contain !important;
    background: #000;
}
.social-icon {
    object-fit: contain !important;
    width: 20px !important;
    height: 20px !important;
}
.img-wrap.loading {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
}
@keyframes loading {
    0% {
        background-position: 200% 0;
    }
    to {
        background-position: -200% 0;
    }
}
.native-share-container {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}
.native-share-container.show {
    display: flex;
    justify-content: center;
}
.img-icon-optimized {
    object-fit: contain !important;
    object-position: center !important;
}
.img-screenshot-optimized {
    object-fit: contain !important;
    object-position: center top !important;
}
.img-screenshot-background {
    background: #000 !important;
}
.img-wrap.js-loading {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%) !important;
    background-size: 200% 100% !important;
    animation: loading-shimmer 1.5s infinite !important;
}
@keyframes loading-shimmer {
    0% {
        background-position: 200% 0;
    }
    to {
        background-position: -200% 0;
    }
}
.js-hidden {
    display: none !important;
}
.js-visible {
    display: block !important;
}
.js-flex {
    display: flex !important;
}
.img-optimized {
    transition: opacity 0.3s ease;
}
.img-optimized.loading {
    opacity: 0.7;
}
.img-optimized.loaded {
    opacity: 1;
}
.img-optimized.error {
    opacity: 0.5;
    filter: grayscale(100%);
}
.img-container-mobile {
    max-width: 100%;
    height: auto;
}
.img-container-desktop {
    max-width: 1200px;
    height: auto;
}
.social-btn.js-active {
    transform: translateY(-4px) scale(0.9) !important;
    transition: transform 0.15s ease !important;
}
.social-btn.js-success {
    transform: translateY(-4px) scale(1.2) !important;
}
.copy-btn.copied,
.social-btn.js-success {
    background: var(--color-success) !important;
}
@media (prefers-color-scheme: dark) {
    .img-wrap.js-loading {
        background: linear-gradient(90deg, #374151 25%, #4b5563 50%, #374151 75%) !important;
    }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .img-optimized {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}
@media print {
    .native-share-container,
    .social-btn {
        display: none !important;
    }
    .img-optimized {
        max-width: 100% !important;
        height: auto !important;
        object-fit: contain !important;
    }
}
.social-sharing-section {
    padding: 2rem 0;
    margin: 2rem 0;
}
.social-sharing-card {
    background: var(--card-bg);
    border: var(--card-border);
    border-radius: var(--radius);
    padding: 2rem;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: transform 0.3s, box-shadow 0.3s, background 0.3s;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}
.social-sharing-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
    background: var(--card-hover-bg);
}
.social-sharing-header {
    margin-bottom: 2rem;
}
.social-sharing-header .section-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 1rem;
}
.social-description {
    font-size: 1rem;
    color: var(--muted);
    margin-bottom: 0;
    line-height: 1.6;
}
.custom-social-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin: 1.5rem 0;
}
.social-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.social-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}
.social-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}
.social-btn:hover:before {
    left: 100%;
}
.facebook-btn {
    background: #1877f2;
    color: #fff;
}
.facebook-btn:hover {
    background: #166fe5;
    transform: translateY(-4px) scale(1.1);
    box-shadow: 0 8px 20px rgba(24, 119, 242, 0.4);
}
.twitter-btn {
    background: #1da1f2;
    color: #fff;
}
.twitter-btn:hover {
    background: #1a91da;
    transform: translateY(-4px) scale(1.1);
    box-shadow: 0 8px 20px rgba(29, 161, 242, 0.4);
}
.whatsapp-btn {
    background: #25d366;
    color: #fff;
}
.whatsapp-btn:hover {
    background: #22c55e;
    transform: translateY(-4px) scale(1.1);
    box-shadow: 0 8px 20px rgba(37, 211, 102, 0.4);
}
.linkedin-btn {
    background: #0077b5;
    color: #fff;
}
.linkedin-btn:hover {
    background: #005885;
    transform: translateY(-4px) scale(1.1);
    box-shadow: 0 8px 20px rgba(0, 119, 181, 0.4);
}
.native-share-btn {
    background: var(--primary);
    color: #fff;
}
.native-share-btn:hover {
    background: var(--primary-hover);
    transform: translateY(-4px) scale(1.1);
    box-shadow: 0 8px 20px rgba(var(--primary-rgb), 0.4);
}
.copy-btn {
    background: var(--btn-bg);
    color: var(--text);
}
.copy-btn:hover {
    background: var(--btn-bg-hover);
    transform: translateY(-4px) scale(1.1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
.social-stats {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}
.stat-item {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--muted);
    font-size: 0.85rem;
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}
.stat-item:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    color: var(--text);
}
.stat-icon {
    font-size: 1rem;
}
@media (max-width: 768px) {
    .social-sharing-section {
        padding: 1.5rem 0;
        margin: 1.5rem 0;
    }
    .social-sharing-card {
        padding: 1.5rem;
    }
    .social-sharing-header .section-title {
        font-size: 1.5rem;
    }
    .custom-social-buttons {
        gap: 0.75rem;
    }
    .social-btn {
        width: 44px;
        height: 44px;
    }
    .social-icon {
        width: 18px;
        height: 18px;
    }
}
@media (max-width: 480px) {
    .social-sharing-card {
        padding: 1rem;
    }
    .custom-social-buttons {
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
    }
    .social-btn {
        width: 40px;
        height: 40px;
    }
    .social-icon {
        width: 16px;
        height: 16px;
    }
    .social-stats {
        gap: 0.5rem;
    }
    .stat-item {
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
    }
}
.screenshot-slide .img-wrap {
    height: auto !important;
    min-height: 200px;
    max-height: 350px;
    aspect-ratio: unset !important;
}
.screenshot-slide .img,
.screenshot-slide img {
    width: 100% !important;
    height: auto !important;
    max-height: 350px !important;
    object-fit: contain !important;
    object-position: center !important;
}
@media (max-width: 768px) {
    .screenshot-slide {
        width: 140px;
        min-width: 140px;
    }
    .screenshot-slide .img-wrap {
        min-height: 180px;
        max-height: 300px;
    }
    .screenshot-slide .img,
    .screenshot-slide img {
        max-height: 300px !important;
    }
}
@media (max-width: 480px) {
    .screenshot-slide {
        width: 120px;
        min-width: 120px;
    }
    .screenshot-slide .img-wrap {
        min-height: 160px;
        max-height: 250px;
    }
    .screenshot-slide .img,
    .screenshot-slide img {
        max-height: 250px !important;
    }
}
.app-lightbox__image {
    max-width: 90vw !important;
    max-height: 90vh !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
}
.screenshot-slide .img.lazy {
    min-height: 200px;
    background: linear-gradient(45deg, #f3f4f6 25%, transparent 25%), linear-gradient(-45deg, #f3f4f6 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #f3f4f6 75%), linear-gradient(-45deg, transparent 75%, #f3f4f6 75%);
    background-size: 20px 20px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0;
}
.screenshot-slide img[height],
.screenshot-slide img[width] {
    width: 100% !important;
    height: auto !important;
}
.screenshots-slider {
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}
.screenshot-slide {
    scroll-snap-align: start;
}
.screenshot-slide:hover .img-wrap {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgb(0 0 0 / 0.15);
}
.screenshot-slide:hover .img {
    transform: scale(1.02);
}
.screenshot-slide .img-wrap[data-aspect-ratio] {
    height: auto !important;
}
.screenshot-slide img[src*="1xbet-screen"],
.screenshot-slide img[src*="gooobet-screen"],
.screenshot-slide img[src*="linebet-screen"],
.screenshot-slide img[src*="melbet-screen"],
.screenshot-slide img[src*="pro1bet-screen"] {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    object-position: center !important;
}
.screenshot-slide img[src*="melbet-screen1"],
.screenshot-slide img[src*="melbet-screen2"] {
    max-height: 300px !important;
}
.screenshot-slide img[src*="melbet-screen3"],
.screenshot-slide img[src*="melbet-screen4"],
.screenshot-slide img[src*="melbet-screen5"],
.screenshot-slide img[src*="melbet-screen6"],
.screenshot-slide img[src*="melbet-screen7"],
.screenshot-slide img[src*="melbet-screen8"] {
    max-height: 320px !important;
}

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden; /* يمنع البروز الأفقي */
  background: #0a2a4a; /* نفس لون الفوتر عشان لو في مساحة بيضاء تختفي */
}