:root {
    --ui-navy-950: #00172f;
    --ui-navy-900: #002b55;
    --ui-navy-800: #0a477f;
    --ui-blue: #0b63ce;
    --ui-blue-2: #0b7db7;
    --ui-blue-soft: #eaf4ff;
    --ui-mint: #8fbd38;
    --ui-mint-dark: #6f9829;
    --ui-gold: #d9b35a;
    --ui-bg: #eef3f8;
    --ui-page: #ffffff;
    --ui-soft: #f7fafd;
    --ui-soft-2: #f1f7ff;
    --ui-line: #dfe8f2;
    --ui-line-strong: #cfdbe9;
    --ui-title: #0d2239;
    --ui-text: #34445c;
    --ui-muted: #65758b;
    --ui-shadow-page: 0 24px 90px rgba(0, 27, 61, 0.1);
    --ui-shadow-card: 0 18px 48px rgba(0, 27, 61, 0.09);
    --ui-shadow-soft: 0 10px 28px rgba(0, 27, 61, 0.06);
    --ui-list-dot: #0b7db7;
    --ui-list-dot-soft: rgba(11, 125, 183, 0.1);
    --ui-radius-sm: 14px;
    --ui-radius-md: 20px;
    --ui-radius-lg: 28px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    overflow-x: clip;
}

body {
    background:
        radial-gradient(circle at 4% 0%, rgba(11, 99, 206, 0.13), transparent 32%),
        radial-gradient(circle at 96% 2%, rgba(143, 189, 56, 0.14), transparent 30%),
        linear-gradient(180deg, #eef3f8 0%, #f7fafd 44%, #eef3f8 100%);
    color: var(--ui-text);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

#page {
    width: 100%;
    max-width: 1280px;
    min-height: 100vh;
    margin: 0 auto;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, #ffffff 100%);
    box-shadow: var(--ui-shadow-page);
}

.site-content,
.one-container .site-content {
    padding: 30px 40px 44px;
}

#primary {
    width: 100%;
    padding: 0;
}

.site-main {
    background: linear-gradient(180deg, rgba(247, 250, 253, 0.95) 0%, #ffffff 320px);
}

a {
    color: var(--ui-blue);
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

a:hover,
a:focus {
    color: var(--ui-navy-900);
}

.site-header {
    position: relative;
    z-index: 50;
    background: linear-gradient(135deg, #00172f 0%, #002b55 55%, #064476 100%) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 14px 38px rgba(0, 23, 47, 0.24);
}

.inside-header {
    display: flex !important;
    align-items: center !important;
    width: 100%;
    max-width: 1200px;
    min-height: 68px;
    margin: 0 auto !important;
    padding: 0 34px !important;
    background: transparent !important;
}

.site-logo,
.site-branding {
    position: relative;
    z-index: 60;
    display: flex;
    align-items: center;
}

.site-logo img,
.header-image {
    display: block;
    width: auto;
    max-width: 165px;
    max-height: 44px;
    object-fit: contain;
    filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.22));
}

.main-navigation {
    position: relative;
    z-index: 55;
    margin-top: -68px !important;
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
    pointer-events: none;
}

.main-navigation .inside-navigation {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    width: 100%;
    max-width: 1200px;
    min-height: 68px;
    margin: 0 auto !important;
    padding: 0 34px !important;
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
    pointer-events: none;
}

.main-navigation .main-nav {
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
    pointer-events: auto;
}

.main-navigation .main-nav > ul {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
    border-radius: 0 !important;
}

.main-navigation .main-nav ul li,
.main-navigation .main-nav ul li:hover,
.main-navigation .main-nav ul li.current-menu-item,
.main-navigation .main-nav ul li.current_page_item {
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
}

.main-navigation .main-nav ul li a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    height: 42px !important;
    min-height: 42px !important;
    padding: 0 18px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.105) !important;
    box-shadow: none !important;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 750;
    line-height: 42px !important;
    letter-spacing: -0.01em;
    text-decoration: none !important;
    text-shadow: none !important;
    transform: none !important;
    transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.main-navigation .main-nav ul li a:hover,
.main-navigation .main-nav ul li.current-menu-item > a,
.main-navigation .main-nav ul li.current_page_item > a {
    background: rgba(255, 255, 255, 0.16) !important;
    color: #ffffff !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12) !important;
}

.menu-toggle,
.main-navigation .menu-toggle {
    color: #ffffff !important;
    background: transparent !important;
}

.entry-header {
    margin: 0 0 28px;
}

.entry-title {
    position: relative;
    max-width: 980px;
    margin: 0 0 26px;
    color: var(--ui-title);
    font-size: clamp(34px, 3.4vw, 52px);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -0.055em;
}

.entry-title::after {
    content: "";
    display: block;
    width: 90px;
    height: 4px;
    margin-top: 18px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--ui-mint), var(--ui-gold), transparent);
}

.entry-content {
    color: var(--ui-text);
}

.entry-content p {
    margin-top: 0;
    margin-bottom: 18px;
    color: var(--ui-text);
    font-size: 17px;
    line-height: 1.72;
}

.entry-content > p:first-of-type {
    position: relative;
    margin: 8px 0 32px;
    padding: 26px 30px;
    border: 1px solid rgba(11, 99, 206, 0.14);
    border-radius: var(--ui-radius-lg);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(247, 250, 253, 0.98) 56%, rgba(234, 244, 255, 0.92) 100%);
    box-shadow: var(--ui-shadow-card);
    color: #25384f;
    font-size: 18px;
    line-height: 1.74;
}

.entry-content > p:first-of-type::before {
    content: "";
    position: absolute;
    top: 24px;
    right: 24px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(143, 189, 56, 0.16), transparent 68%);
    pointer-events: none;
}

.entry-content strong,
.entry-content b {
    color: var(--ui-title);
    font-weight: 750;
}

.entry-content h2 {
    position: relative;
    margin: 46px 0 18px;
    color: var(--ui-title);
    font-size: clamp(25px, 2.3vw, 35px);
    font-weight: 800;
    line-height: 1.13;
    letter-spacing: -0.04em;
}

.entry-content h2::before {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-right: 11px;
    border-radius: 50%;
    background: var(--ui-mint);
    box-shadow: 0 0 0 7px rgba(143, 189, 56, 0.13);
    vertical-align: 0.12em;
}

.entry-content h3 {
    margin: 36px 0 14px;
    color: var(--ui-title);
    font-size: clamp(21px, 1.75vw, 26px);
    font-weight: 780;
    line-height: 1.2;
    letter-spacing: -0.025em;
}

.entry-content h4 {
    margin: 28px 0 12px;
    color: var(--ui-title);
    font-size: 19px;
    font-weight: 760;
    line-height: 1.25;
}

.entry-content hr {
    height: 1px;
    margin: 32px 0;
    border: 0;
    background: linear-gradient(90deg, transparent, var(--ui-line-strong), transparent);
}

.btn,
.entry-content .btn,
.entry-content a.btn,
.entry-content button.btn,
.wp-block-button__link,
button[type="submit"],
input[type="submit"] {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: min(100%, 640px) !important;
    min-height: 58px;
    margin: 12px auto 26px !important;
    padding: 17px 32px;
    border: 0;
    border-radius: 17px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 34%),
        linear-gradient(135deg, var(--ui-mint) 0%, var(--ui-mint-dark) 100%);
    box-shadow:
        0 18px 38px rgba(143, 189, 56, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.25);
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 850;
    line-height: 1;
    text-align: center;
    text-decoration: none !important;
    letter-spacing: 0.01em;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.entry-content form {
    text-align: center;
}

.btn:hover,
.btn:focus,
.entry-content .btn:hover,
.entry-content .btn:focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
button[type="submit"]:hover,
button[type="submit"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    color: #ffffff !important;
    transform: translateY(-2px);
    filter: brightness(1.04);
    box-shadow:
        0 24px 48px rgba(143, 189, 56, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.wp-block-button {
    display: flex;
    justify-content: center;
    width: 100%;
}

.entry-content figure {
    margin-top: 24px;
    margin-bottom: 30px;
}

.entry-content figure img,
.entry-content .wp-block-image img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 22px;
    box-shadow: 0 18px 46px rgba(0, 27, 61, 0.1);
}

.wp-block-table,
.entry-content > table {
    margin: 26px 0 34px;
    overflow: hidden;
    border: 1px solid var(--ui-line);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: var(--ui-shadow-card);
}

.wp-block-table table,
.entry-content > table {
    width: 100%;
    border-collapse: collapse;
}

.entry-content td,
.entry-content th {
    padding: 16px 20px;
    border-color: var(--ui-line) !important;
    color: var(--ui-text);
    font-size: 16px;
    line-height: 1.48;
    text-align: left;
    vertical-align: middle;
}

.entry-content th,
.entry-content td:first-child strong {
    color: var(--ui-title);
    font-weight: 780;
}

.entry-content tr:nth-child(odd) td,
.entry-content tr:nth-child(odd) th {
    background: var(--ui-soft);
}

.entry-content tr:hover td {
    background: var(--ui-soft-2);
}

.entry-content ul:not(.slick-dots):not(.swiper-pagination):not(.blocks-gallery-grid):not(.wp-block-gallery):not(.custom-footer-menu ul):not(.footer-menu):not(.menu) {
    margin: 18px 0 28px !important;
    padding-left: 0 !important;
    list-style: none !important;
}

.entry-content ul:not(.slick-dots):not(.swiper-pagination):not(.blocks-gallery-grid):not(.wp-block-gallery):not(.custom-footer-menu ul):not(.footer-menu):not(.menu) > li {
    position: relative !important;
    margin: 0 0 11px !important;
    padding-left: 28px !important;
    color: var(--ui-text);
    font-size: 16px;
    line-height: 1.6;
}

.entry-content ul:not(.slick-dots):not(.swiper-pagination):not(.blocks-gallery-grid):not(.wp-block-gallery):not(.custom-footer-menu ul):not(.footer-menu):not(.menu) > li::before {
    content: "" !important;
    position: absolute !important;
    top: 0.68em !important;
    left: 4px !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    background: var(--ui-list-dot) !important;
    box-shadow: 0 0 0 5px var(--ui-list-dot-soft) !important;
    transform: translateY(-50%) !important;
}

.entry-content ul:not(.slick-dots):not(.swiper-pagination):not(.blocks-gallery-grid):not(.wp-block-gallery):not(.custom-footer-menu ul):not(.footer-menu):not(.menu) > li::after {
    content: none !important;
    display: none !important;
}

.entry-content ol {
    list-style: none;
    counter-reset: ui-counter;
    margin: 22px 0 32px;
    padding-left: 0;
}

.entry-content ol > li {
    position: relative;
    min-height: 54px;
    margin-bottom: 14px;
    padding: 16px 18px 16px 64px;
    border: 1px solid var(--ui-line);
    border-radius: 19px;
    background: #ffffff;
    box-shadow: var(--ui-shadow-soft);
    color: var(--ui-text);
    font-size: 17px;
    line-height: 1.58;
    counter-increment: ui-counter;
}

.entry-content ol > li::before {
    content: counter(ui-counter);
    position: absolute;
    top: 16px;
    left: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--ui-navy-800), var(--ui-navy-950));
    color: #ffffff;
    font-size: 14px;
    font-weight: 850;
    line-height: 1;
    box-shadow: 0 9px 20px rgba(0, 43, 85, 0.2);
}

.uagb-toc__wrap {
    margin: 30px 0 36px;
    padding: 24px 26px;
    border: 1px solid rgba(11, 99, 206, 0.14);
    border-radius: 26px;
    background: linear-gradient(135deg, #ffffff 0%, #f7fafd 100%);
    box-shadow: var(--ui-shadow-card);
}

.uagb-toc__title {
    margin: 0 0 14px;
    padding: 0;
    color: var(--ui-title);
    font-size: 18px;
    font-weight: 850;
}

.uagb-toc__wrap a {
    color: var(--ui-blue);
    font-weight: 700;
    text-decoration: none;
}

.uagb-toc__wrap a:hover {
    color: var(--ui-navy-900);
    text-decoration: underline;
    text-underline-offset: 4px;
}

.wp-block-uagb-faq,
.uagb-faq__wrap {
    margin: 30px 0 50px;
}

.wp-block-uagb-faq .uagb-faq-item {
    margin-bottom: 15px;
    overflow: hidden;
    border: 1px solid var(--ui-line);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: var(--ui-shadow-soft);
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.wp-block-uagb-faq .uagb-faq-item:hover,
.wp-block-uagb-faq .uagb-faq-item:focus-within {
    border-color: rgba(143, 189, 56, 0.4);
    box-shadow: var(--ui-shadow-card);
}

.wp-block-uagb-faq .uagb-faq-questions,
.wp-block-uagb-faq .uagb-faq-questions-button {
    padding: 19px 23px;
    background: #ffffff;
}

.wp-block-uagb-faq .uagb-question {
    color: var(--ui-title);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.45;
}

.wp-block-uagb-faq .uagb-faq-content {
    padding: 0 23px 22px;
    background: #ffffff;
}

.wp-block-uagb-faq .uagb-faq-content p {
    margin: 0;
    padding-top: 16px;
    border-top: 1px solid var(--ui-line);
    color: var(--ui-text);
    font-size: 15px;
    line-height: 1.64;
}

.wp-block-group.has-background {
    padding: 28px;
    border: 1px solid rgba(11, 99, 206, 0.12);
    border-radius: 26px;
    box-shadow: var(--ui-shadow-soft);
}

.wp-block-uagb-image-gallery,
.spectra-image-gallery {
    padding: 22px 0;
}

.entry-content .spectra-image-gallery ul,
.entry-content .spectra-image-gallery li,
.entry-content .wp-block-uagb-image-gallery ul,
.entry-content .wp-block-uagb-image-gallery li,
.entry-content .swiper-pagination,
.entry-content .swiper-pagination-bullet,
.entry-content .slick-dots,
.entry-content .slick-dots li,
.entry-content .uagb-slick-carousel ul,
.entry-content .uagb-slick-carousel li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    background: none !important;
    border: 0 !important;
    box-shadow: none !important;
}

.entry-content .spectra-image-gallery li::before,
.entry-content .spectra-image-gallery li::after,
.entry-content .wp-block-uagb-image-gallery li::before,
.entry-content .wp-block-uagb-image-gallery li::after,
.entry-content .slick-dots li::before,
.entry-content .slick-dots li::after,
.entry-content .uagb-slick-carousel li::before,
.entry-content .uagb-slick-carousel li::after {
    content: none !important;
    display: none !important;
}

.entry-content .swiper-pagination {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    margin-top: 14px !important;
}

.entry-content .swiper-pagination-bullet {
    width: 9px !important;
    height: 9px !important;
    min-width: 9px !important;
    min-height: 9px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 50% !important;
    background: #b8c6d6 !important;
    opacity: 1 !important;
}

.entry-content .swiper-pagination-bullet-active {
    background: var(--ui-mint) !important;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
select {
    border: 1px solid var(--ui-line);
    border-radius: 15px;
    background: #ffffff;
    color: var(--ui-text);
    box-shadow: inset 0 1px 0 rgba(0, 27, 61, 0.02);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
    border-color: rgba(11, 99, 206, 0.44);
    outline: 3px solid rgba(11, 99, 206, 0.12);
}

.customize-partial-edit-shortcut,
.customize-partial-edit-shortcut-button {
    display: none !important;
}

.app-card,
.download-showcase,
.apk-install-pro,
.app-review-pro,
.mobile-benefits-pro,
.welcome-bonus-pro,
.payment-methods-pro,
.smart-play-pro,
.final-download-cta,
.faq-pro {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 48px auto 64px;
    padding: clamp(28px, 4vw, 46px);
    overflow: hidden;
    border: 1px solid rgba(12, 77, 128, 0.12);
    border-radius: 30px;
    background:
        radial-gradient(circle at 8% 10%, rgba(143, 189, 56, 0.12), transparent 28%),
        radial-gradient(circle at 92% 16%, rgba(11, 99, 206, 0.1), transparent 30%),
        linear-gradient(135deg, #ffffff 0%, #f8fbff 58%, #f1f7ff 100%);
    box-shadow:
        0 28px 78px rgba(0, 31, 63, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.download-showcase::before,
.apk-install-pro::before,
.app-review-pro::before,
.mobile-benefits-pro::before,
.welcome-bonus-pro::before,
.payment-methods-pro::before,
.smart-play-pro::before,
.final-download-cta::before,
.faq-pro::before {
    content: "";
    position: absolute;
    top: -160px;
    right: -160px;
    width: 370px;
    height: 370px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(11, 99, 206, 0.1), transparent 70%);
    pointer-events: none;
}

.download-showcase::after,
.apk-install-pro::after,
.app-review-pro::after,
.mobile-benefits-pro::after,
.welcome-bonus-pro::after,
.payment-methods-pro::after,
.smart-play-pro::after,
.final-download-cta::after,
.faq-pro::after {
    content: "";
    position: absolute;
    bottom: -180px;
    left: -160px;
    width: 390px;
    height: 390px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(143, 189, 56, 0.1), transparent 70%);
    pointer-events: none;
}

.download-showcase > *,
.apk-install-pro > *,
.app-review-pro > *,
.mobile-benefits-pro > *,
.welcome-bonus-pro > *,
.payment-methods-pro > *,
.smart-play-pro > *,
.final-download-cta > *,
.faq-pro > * {
    position: relative;
    z-index: 2;
}

.app-review-pro__head,
.mobile-benefits-pro__head,
.welcome-bonus-pro__head,
.payment-methods-pro__head,
.smart-play-pro__head,
.faq-pro__head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.app-review-pro__mark,
.mobile-benefits-pro__mark,
.welcome-bonus-pro__mark,
.payment-methods-pro__mark,
.smart-play-pro__mark,
.faq-pro__mark {
    display: inline-flex;
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    border-radius: 50%;
    background: var(--ui-mint);
    box-shadow: 0 0 0 8px rgba(143, 189, 56, 0.13);
}

.app-review-pro__head h2,
.mobile-benefits-pro__head h2,
.welcome-bonus-pro__head h2,
.payment-methods-pro__head h2,
.smart-play-pro__head h2,
.faq-pro__head h2 {
    margin: 0 !important;
    color: var(--ui-title) !important;
    font-size: clamp(30px, 3vw, 44px) !important;
    font-weight: 850 !important;
    line-height: 1.08 !important;
    letter-spacing: -0.055em !important;
}

.app-review-pro__head h2::before,
.app-review-pro__head h2::after,
.mobile-benefits-pro__head h2::before,
.mobile-benefits-pro__head h2::after,
.welcome-bonus-pro__head h2::before,
.welcome-bonus-pro__head h2::after,
.payment-methods-pro__head h2::before,
.payment-methods-pro__head h2::after,
.smart-play-pro__head h2::before,
.smart-play-pro__head h2::after,
.faq-pro__head h2::before,
.faq-pro__head h2::after {
    display: none !important;
}

.app-card {
    margin-top: 18px;
    padding: 0;
    border-color: rgba(12, 77, 128, 0.14);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 251, 255, 0.98) 100%);
}

.app-card::before {
    content: "";
    position: absolute;
    top: -140px;
    right: -140px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(143, 189, 56, 0.16), transparent 68%);
    pointer-events: none;
    z-index: 1;
}

.app-card::after {
    content: "";
    position: absolute;
    bottom: -160px;
    left: -160px;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(11, 99, 206, 0.13), transparent 70%);
    pointer-events: none;
    z-index: 1;
}

.app-card > * {
    position: relative;
    z-index: 2;
}

.card-header {
    position: relative;
    padding: 30px 34px;
    overflow: hidden;
    background:
        radial-gradient(circle at 92% 8%, rgba(255, 255, 255, 0.16), transparent 26%),
        linear-gradient(135deg, #002b55 0%, #034d7f 54%, #0984b7 100%);
}

.card-header::after {
    content: "";
    position: absolute;
    right: -80px;
    bottom: -130px;
    width: 330px;
    height: 330px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    pointer-events: none;
}

.app-icon-title {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 20px;
}

.icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 86px;
    height: 86px;
    flex: 0 0 86px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04)), rgba(0, 23, 47, 0.34);
    box-shadow: 0 18px 34px rgba(0, 23, 47, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(10px);
}

.app-icon-img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    border-radius: 16px;
    object-fit: contain;
    box-shadow: none !important;
}

.title-block {
    min-width: 0;
}

.app-name {
    margin: 0 0 10px !important;
    color: #ffffff !important;
    font-size: clamp(30px, 3vw, 42px) !important;
    font-weight: 850 !important;
    line-height: 1.05 !important;
    letter-spacing: -0.045em !important;
}

.app-name::before,
.app-name::after {
    display: none !important;
}

.version-badge {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.version {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.date {
    color: rgba(255, 255, 255, 0.86);
    font-size: 14px;
    font-weight: 600;
}

.card-body {
    padding: 28px 34px 30px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.stats-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
}

.downloads,
.rating-box {
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    padding: 0 18px;
    border: 1px solid rgba(12, 77, 128, 0.08);
    border-radius: 999px;
    background: #f3f8fc;
    color: #0d3763;
    box-shadow: 0 8px 20px rgba(0, 31, 63, 0.045);
}

.downloads {
    gap: 10px;
}

.downloads-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 10px;
    background: linear-gradient(135deg, #0b75bb, #0aa3d7);
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
}

.downloads-text,
.rating-number {
    color: #0d3763;
    font-size: 17px;
    font-weight: 850;
    letter-spacing: -0.02em;
}

.rating-box {
    gap: 8px;
}

.stars {
    color: #d9a928;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1;
}

.review-count {
    color: #55708c;
    font-size: 14px;
    font-weight: 650;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 16px;
}

.info-item {
    position: relative;
    min-height: 74px;
    padding: 17px 18px;
    overflow: hidden;
    border: 1px solid rgba(12, 77, 128, 0.08);
    border-radius: 20px;
    background: linear-gradient(135deg, #f2f7fc 0%, #ffffff 100%);
    box-shadow: 0 10px 26px rgba(0, 31, 63, 0.045);
}

.info-item::after {
    content: "";
    position: absolute;
    top: 16px;
    right: 18px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(143, 189, 56, 0.75);
    box-shadow: 0 0 0 6px rgba(143, 189, 56, 0.1);
}

.info-label {
    margin-bottom: 8px;
    color: #0b63a7;
    font-size: 11px;
    font-weight: 850;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.info-value {
    color: #0d3763;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.35;
}

.info-value a {
    color: #0b63ce;
    text-decoration: none;
}

.info-value a:hover {
    color: #002b55;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.feature-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 18px 0 28px;
}

.chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 15px;
    border: 1px solid rgba(12, 77, 128, 0.08);
    border-radius: 999px;
    background: #edf3f8;
    color: #0d3763;
    font-size: 14px;
    font-weight: 750;
    line-height: 1;
    box-shadow: 0 7px 18px rgba(0, 31, 63, 0.035);
}

.chip i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    line-height: 1;
}

.app-card hr {
    height: 1px;
    margin: 4px -34px 28px;
    border: 0;
    background: linear-gradient(90deg, transparent, rgba(12, 77, 128, 0.13), transparent);
}

.action-buttons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 22px;
}

.action-buttons form {
    margin: 0 !important;
    padding: 0 !important;
}

.btn2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 58px;
    margin: 0 !important;
    padding: 0 26px;
    border: 0;
    border-radius: 18px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 850;
    line-height: 1;
    letter-spacing: 0.01em;
    text-align: center;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.btn-primary {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 36%), linear-gradient(135deg, #9fcb48 0%, #6c9b23 100%);
    box-shadow: 0 18px 34px rgba(143, 189, 56, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.btn-secondary {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent 36%), linear-gradient(135deg, #064476 0%, #002b55 100%);
    box-shadow: 0 18px 34px rgba(0, 43, 85, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.btn2:hover,
.btn2:focus {
    color: #ffffff;
    transform: translateY(-2px);
    filter: brightness(1.04);
}

.safe-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    max-width: 100%;
    min-height: 38px;
    margin: 0 auto;
    padding: 0 16px;
    gap: 8px;
    border: 1px solid rgba(12, 77, 128, 0.08);
    border-radius: 999px;
    background: #f2f7fc;
    color: #0d3763;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
}

.download-showcase {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
    gap: clamp(28px, 5vw, 70px);
    align-items: center;
}

.download-showcase__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    margin-bottom: 16px;
    padding: 0 14px;
    border: 1px solid rgba(143, 189, 56, 0.22);
    border-radius: 999px;
    background: rgba(143, 189, 56, 0.1);
    color: #5d851e;
    font-size: 12px;
    font-weight: 850;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.download-showcase__title {
    margin: 0 0 18px !important;
    color: var(--ui-title) !important;
    font-size: clamp(30px, 3.2vw, 46px) !important;
    font-weight: 850 !important;
    line-height: 1.06 !important;
    letter-spacing: -0.055em !important;
}

.download-showcase__title::before,
.download-showcase__title::after {
    display: none !important;
}

.download-showcase__text {
    max-width: 650px;
    margin: 0 0 28px !important;
    color: var(--ui-text) !important;
    font-size: 17px !important;
    line-height: 1.75 !important;
}

.download-showcase__steps {
    margin: 0 0 26px;
    padding: 22px 24px;
    border: 1px solid rgba(12, 77, 128, 0.1);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 14px 36px rgba(0, 31, 63, 0.06);
    backdrop-filter: blur(10px);
}

.download-showcase__lead {
    margin: 0 0 16px !important;
    color: var(--ui-title) !important;
    font-size: 16px !important;
    font-weight: 850 !important;
    line-height: 1.45 !important;
}

.download-showcase__list {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    counter-reset: download-step;
}

.download-showcase__list li {
    position: relative;
    min-height: 38px;
    margin: 0 0 12px !important;
    padding: 0 0 0 46px !important;
    color: var(--ui-text);
    font-size: 16px;
    line-height: 1.55;
    counter-increment: download-step;
    box-shadow: none !important;
    border: 0 !important;
    background: transparent !important;
}

.download-showcase__list li:last-child {
    margin-bottom: 0 !important;
}

.download-showcase__list li::before {
    content: counter(download-step);
    position: absolute;
    top: 0;
    left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--ui-mint) 0%, var(--ui-mint-dark) 100%);
    color: #ffffff;
    font-size: 13px;
    font-weight: 850;
    line-height: 1;
    box-shadow: 0 8px 20px rgba(143, 189, 56, 0.25);
}

.download-showcase__list li::after {
    content: none !important;
    display: none !important;
}

.download-showcase__list span {
    display: block;
    color: var(--ui-title);
    font-weight: 750;
}

.download-showcase__list small {
    display: block;
    margin-top: 3px;
    color: #5f7188;
    font-size: 15px;
    line-height: 1.55;
}

.download-showcase__form {
    width: 100%;
    max-width: 520px;
    margin: 0 !important;
    padding: 0 !important;
}

.download-showcase__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 58px;
    margin: 0 !important;
    padding: 0 28px;
    border: 0;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 36%), linear-gradient(135deg, #9fcb48 0%, #6c9b23 100%);
    box-shadow: 0 20px 38px rgba(143, 189, 56, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.28);
    color: #ffffff;
    font-size: 16px;
    font-weight: 850;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.download-showcase__button:hover,
.download-showcase__button:focus {
    color: #ffffff;
    transform: translateY(-2px);
    filter: brightness(1.04);
    box-shadow: 0 26px 48px rgba(143, 189, 56, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.download-showcase__media {
    display: grid;
    grid-template-columns: 0.92fr 1fr;
    gap: 16px;
    align-items: end;
    justify-content: center;
}

.download-showcase__phone {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(12, 77, 128, 0.14);
    border-radius: 26px;
    background: #ffffff;
    box-shadow: 0 24px 60px rgba(0, 31, 63, 0.16), 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}

.download-showcase__phone::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.55);
    pointer-events: none;
    z-index: 2;
}

.download-showcase__phone img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.download-showcase__phone--left {
    transform: translateY(22px);
}

.download-showcase__phone--right {
    transform: translateY(-10px);
}

.apk-install-pro {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(480px, 1.15fr);
    gap: clamp(34px, 5vw, 74px);
    align-items: center;
}

.apk-install-pro__tag {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    margin-bottom: 16px;
    padding: 0 14px;
    border: 1px solid rgba(143, 189, 56, 0.24);
    border-radius: 999px;
    background: rgba(143, 189, 56, 0.1);
    color: #5d851e;
    font-size: 12px;
    font-weight: 850;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.apk-install-pro__title {
    margin: 0 0 22px !important;
    color: var(--ui-title) !important;
    font-size: clamp(30px, 3vw, 44px) !important;
    font-weight: 850 !important;
    line-height: 1.08 !important;
    letter-spacing: -0.055em !important;
}

.apk-install-pro__title::before,
.apk-install-pro__title::after {
    display: none !important;
}

.apk-install-pro__warning {
    margin-bottom: 24px;
    padding: 24px 26px;
    overflow: hidden;
    border-radius: 22px;
    background: radial-gradient(circle at 92% 0%, rgba(255, 255, 255, 0.22), transparent 34%), linear-gradient(135deg, #d74444 0%, #bb2930 100%);
    box-shadow: 0 20px 44px rgba(184, 39, 45, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.18);
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.65;
    text-align: center;
}

.apk-install-pro__steps {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    counter-reset: apk-install-step;
}

.apk-install-pro__steps li {
    position: relative !important;
    min-height: 40px !important;
    margin: 0 0 12px !important;
    padding: 0 0 0 50px !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--ui-text);
    font-size: 16px;
    line-height: 1.58;
    counter-increment: apk-install-step;
}

.apk-install-pro__steps li:last-child {
    margin-bottom: 0 !important;
}

.apk-install-pro__steps li::before {
    content: counter(apk-install-step);
    position: absolute;
    top: -2px;
    left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--ui-mint) 0%, var(--ui-mint-dark) 100%);
    box-shadow: 0 9px 20px rgba(143, 189, 56, 0.24);
    color: #ffffff;
    font-size: 14px;
    font-weight: 850;
    line-height: 1;
}

.apk-install-pro__steps li::after {
    display: none !important;
}

.apk-install-pro__steps strong {
    color: var(--ui-title);
    font-weight: 850;
}

.apk-install-pro__slider {
    --per-view: 3;
    position: relative;
    min-width: 0;
    padding: 20px 54px 48px;
    border: 1px solid rgba(12, 77, 128, 0.08);
    border-radius: 28px;
    background: #ffffff !important;
    box-shadow: 0 20px 58px rgba(0, 31, 63, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.apk-install-pro__viewport {
    overflow: hidden;
    width: 100%;
    background: #ffffff !important;
}

.apk-install-pro__track {
    display: flex;
    gap: 18px;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    background: #ffffff !important;
    transition: transform 0.34s ease;
    will-change: transform;
}

.apk-install-pro__slide {
    flex: 0 0 calc((100% - (18px * (var(--per-view) - 1))) / var(--per-view));
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: #ffffff !important;
    box-shadow: none !important;
}

.apk-install-pro__slide img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    object-fit: contain;
    background: #ffffff !important;
}

.apk-install-pro__arrow {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(12, 77, 128, 0.14);
    border-radius: 50%;
    background: #ffffff !important;
    box-shadow: 0 14px 30px rgba(0, 31, 63, 0.12);
    color: #0b73ad;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    transform: translateY(-50%);
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease, opacity 0.18s ease;
}

.apk-install-pro__arrow:hover,
.apk-install-pro__arrow:focus {
    background: linear-gradient(135deg, #0b73ad 0%, #002b55 100%) !important;
    box-shadow: 0 18px 36px rgba(0, 43, 85, 0.24);
    color: #ffffff;
    transform: translateY(-50%) scale(1.05);
}

.apk-install-pro__arrow:disabled {
    opacity: 0.35;
    cursor: default;
    pointer-events: none;
}

.apk-install-pro__arrow--prev {
    left: 12px;
}

.apk-install-pro__arrow--next {
    right: 12px;
}

.apk-install-pro__dots {
    position: absolute;
    left: 50%;
    bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    transform: translateX(-50%);
}

.apk-install-pro__dots button {
    display: block;
    width: 8px;
    height: 8px;
    min-width: 8px !important;
    min-height: 8px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0;
    border-radius: 999px;
    background: #c7d9e8 !important;
    box-shadow: none !important;
    cursor: pointer;
    transition: width 0.18s ease, background-color 0.18s ease;
}

.apk-install-pro__dots button.is-active {
    width: 24px;
    background: var(--ui-blue-2) !important;
}

.app-review-pro__intro {
    margin: 0 0 24px !important;
    color: var(--ui-title) !important;
    font-size: 17px !important;
    font-weight: 850 !important;
    line-height: 1.45 !important;
}

.app-review-pro__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 330px);
    gap: clamp(28px, 4vw, 44px);
    align-items: center;
}

.app-review-pro__table-wrap {
    overflow: hidden;
    border: 1px solid rgba(12, 77, 128, 0.12);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 24px 60px rgba(0, 31, 63, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.app-review-pro__table {
    width: 100%;
    margin: 0 !important;
    border: 0 !important;
    border-collapse: collapse;
    background: #ffffff;
}

.app-review-pro__table th,
.app-review-pro__table td {
    padding: 17px 20px;
    border: 1px solid #dce7f2 !important;
    color: #263850;
    font-size: 15px;
    line-height: 1.45;
    text-align: center;
    vertical-align: middle;
}

.app-review-pro__table th {
    background: linear-gradient(135deg, #f6faff 0%, #edf5fc 100%) !important;
    color: var(--ui-title);
    font-size: 16px;
    font-weight: 850;
}

.app-review-pro__table tbody tr:nth-child(even) td {
    background: var(--ui-soft-2) !important;
}

.app-review-pro__table tbody tr:nth-child(odd) td {
    background: #ffffff !important;
}

.app-review-pro__table tbody tr:hover td {
    background: var(--ui-blue-soft) !important;
}

.app-review-pro__check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    margin-right: 5px;
    border-radius: 50%;
    background: #73b44a;
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    vertical-align: -2px;
}

.app-review-pro__promo {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 14px;
    border: 1px solid rgba(12, 77, 128, 0.1);
    border-radius: 30px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(241, 247, 255, 0.8));
    box-shadow: 0 24px 60px rgba(0, 31, 63, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.app-review-pro__promo img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 !important;
    border-radius: 22px !important;
    box-shadow: none !important;
}

.app-review-pro__notes {
    display: grid;
    gap: 14px;
    margin-top: 34px;
}

.app-review-pro__note {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
}

.app-review-pro__note span,
.payment-methods-pro__rule span,
.smart-play-pro__rule span {
    display: inline-flex;
    width: 8px;
    height: 8px;
    margin-top: 9px;
    border-radius: 50%;
    background: var(--ui-list-dot);
    box-shadow: 0 0 0 5px var(--ui-list-dot-soft);
}

.app-review-pro__note p,
.payment-methods-pro__rule p,
.smart-play-pro__rule p {
    margin: 0 !important;
    color: var(--ui-text) !important;
    font-size: 16px !important;
    line-height: 1.62 !important;
}

.app-review-pro__note strong,
.payment-methods-pro__rule strong,
.smart-play-pro__rule strong {
    color: var(--ui-title);
    font-weight: 850;
}

.mobile-benefits-pro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
    gap: clamp(32px, 5vw, 70px);
    align-items: center;
}

.mobile-benefits-pro__intro {
    max-width: 680px;
    margin: 0 0 24px !important;
    color: var(--ui-text) !important;
    font-size: 17px !important;
    line-height: 1.7 !important;
}

.mobile-benefits-pro__list {
    display: grid;
    gap: 12px;
}

.mobile-benefits-pro__item {
    position: relative;
    padding: 16px 18px 16px 46px;
    border: 1px solid rgba(12, 77, 128, 0.08);
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(247, 250, 253, 0.92));
    box-shadow: 0 10px 26px rgba(0, 31, 63, 0.045);
}

.mobile-benefits-pro__item::before {
    content: "" !important;
    position: absolute !important;
    top: 22px !important;
    left: 20px !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    background: var(--ui-list-dot) !important;
    box-shadow: 0 0 0 5px var(--ui-list-dot-soft) !important;
}

.mobile-benefits-pro__item::after {
    content: none !important;
    display: none !important;
}

.mobile-benefits-pro__item strong {
    display: block;
    margin-bottom: 5px;
    color: var(--ui-title);
    font-size: 16px;
    font-weight: 850;
    line-height: 1.25;
}

.mobile-benefits-pro__item p {
    margin: 0 !important;
    color: var(--ui-text) !important;
    font-size: 15px !important;
    line-height: 1.58 !important;
}

.mobile-benefits-pro__media {
    width: 100%;
    padding: 14px;
    border: 1px solid rgba(12, 77, 128, 0.1);
    border-radius: 30px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(241, 247, 255, 0.82));
    box-shadow: 0 24px 60px rgba(0, 31, 63, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.mobile-benefits-pro__media img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 !important;
    border-radius: 22px !important;
    box-shadow: none !important;
}

.welcome-bonus-pro__intro {
    max-width: 940px;
    margin: 0 0 28px !important;
    color: var(--ui-text) !important;
    font-size: 16px !important;
    line-height: 1.72 !important;
}

.welcome-bonus-pro__promo,
.welcome-bonus-pro__table-block,
.payment-methods-pro__rules,
.smart-play-pro__note {
    margin-bottom: 32px;
    padding: 24px;
    border: 1px solid rgba(12, 77, 128, 0.1);
    border-radius: 26px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.84), rgba(247, 250, 253, 0.92));
    box-shadow: 0 18px 48px rgba(0, 31, 63, 0.07);
}

.welcome-bonus-pro__promo-content h3,
.welcome-bonus-pro__card h3,
.welcome-bonus-pro__table-title,
.payment-methods-pro__rules h3 {
    margin: 0 0 12px !important;
    color: var(--ui-title) !important;
    font-weight: 850 !important;
    line-height: 1.25 !important;
}

.welcome-bonus-pro__promo-content h3 {
    font-size: clamp(22px, 2vw, 28px) !important;
}

.welcome-bonus-pro__promo-text,
.welcome-bonus-pro__promo-note p,
.welcome-bonus-pro__card p,
.payment-methods-pro__body p,
.payment-methods-pro__final,
.smart-play-pro__note p {
    margin: 0 !important;
    color: var(--ui-text) !important;
    font-size: 16px !important;
    line-height: 1.68 !important;
}

.welcome-bonus-pro__promo-text {
    margin-bottom: 20px !important;
}

.welcome-bonus-pro__promo-grid {
    display: grid;
    grid-template-columns: minmax(260px, 420px) minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    margin-bottom: 14px;
}

.welcome-bonus-pro__promo-media {
    padding: 10px;
    border: 1px solid rgba(12, 77, 128, 0.08);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 16px 42px rgba(0, 31, 63, 0.08);
}

.welcome-bonus-pro__promo-media img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 !important;
    border-radius: 18px !important;
    box-shadow: none !important;
}

.welcome-bonus-pro__promo-note {
    padding: 24px;
    border: 1px solid rgba(12, 77, 128, 0.1);
    border-radius: 22px;
    background: linear-gradient(135deg, #ffffff 0%, var(--ui-soft-2) 100%);
    box-shadow: 0 14px 34px rgba(0, 31, 63, 0.05);
}

.welcome-bonus-pro__promo-caption {
    margin: 0 0 20px !important;
    color: #5d6d83 !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
}

.welcome-bonus-pro__codebar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 20px;
    border-radius: 22px;
    background: linear-gradient(135deg, #1954a6 0%, #2b67bc 100%);
    box-shadow: 0 20px 42px rgba(25, 84, 166, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.welcome-bonus-pro__codebar-left {
    min-width: 0;
}

.welcome-bonus-pro__codebar-label {
    display: inline-block;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 11px;
    font-weight: 850;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.welcome-bonus-pro__code-row {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.welcome-bonus-pro__code {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 14px;
    border: 1px dashed rgba(255, 255, 255, 0.34);
    border-radius: 12px;
    background: rgba(8, 29, 58, 0.22);
    color: #ffffff;
    font-size: 18px;
    font-weight: 850;
    line-height: 1;
    white-space: nowrap;
}

.welcome-bonus-pro__code-text {
    color: rgba(255, 255, 255, 0.88);
    font-size: 14px;
    line-height: 1.55;
}

.welcome-bonus-pro__code-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 152px;
    min-height: 44px;
    padding: 0 18px;
    border: 0;
    border-radius: 14px;
    background: #ffffff;
    color: var(--ui-title) !important;
    font-size: 14px;
    font-weight: 850;
    line-height: 1;
    text-decoration: none !important;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(0, 31, 63, 0.12);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.welcome-bonus-pro__code-btn:hover,
.welcome-bonus-pro__code-btn:focus {
    color: var(--ui-title) !important;
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(0, 31, 63, 0.18);
}

.welcome-bonus-pro__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 32px;
}

.welcome-bonus-pro__card {
    padding: 22px 20px;
    border: 1px solid rgba(12, 77, 128, 0.09);
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(247, 250, 253, 0.94));
    box-shadow: 0 14px 34px rgba(0, 31, 63, 0.05);
}

.welcome-bonus-pro__card h3 {
    font-size: 21px !important;
}

.welcome-bonus-pro__table-title {
    font-size: 20px !important;
}

.welcome-bonus-pro__table-wrap {
    overflow-x: auto;
    border: 1px solid rgba(12, 77, 128, 0.09);
    border-radius: 18px;
    background: #ffffff;
}

.welcome-bonus-pro__table {
    width: 100%;
    min-width: 760px;
    margin: 0 !important;
    border-collapse: collapse;
    background: #ffffff;
}

.welcome-bonus-pro__table th,
.welcome-bonus-pro__table td {
    padding: 15px 16px;
    border: 1px solid #dce7f2 !important;
    color: #263850;
    font-size: 14px;
    line-height: 1.45;
    text-align: left;
    vertical-align: middle;
}

.welcome-bonus-pro__table th {
    background: linear-gradient(135deg, #f6faff 0%, #edf5fc 100%) !important;
    color: var(--ui-title);
    font-weight: 850;
}

.payment-methods-pro__lead,
.mobile-benefits-pro__intro,
.smart-play-pro__intro {
    margin: 0 0 24px !important;
    color: var(--ui-text) !important;
    font-size: 17px !important;
    line-height: 1.7 !important;
}

.payment-methods-pro__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 30px;
}

.payment-methods-pro__item {
    position: relative;
    min-height: 132px;
    padding: 20px 18px;
    overflow: hidden;
    border: 1px solid rgba(12, 77, 128, 0.09);
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(247, 250, 253, 0.96));
    box-shadow: 0 14px 34px rgba(0, 31, 63, 0.055);
}

.payment-methods-pro__item::after {
    content: "";
    position: absolute;
    right: -34px;
    bottom: -34px;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background: rgba(11, 125, 183, 0.08);
    pointer-events: none;
}

.payment-methods-pro__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 16px;
    border-radius: 15px;
    background: linear-gradient(135deg, #ffffff 0%, #eef6ff 100%);
    box-shadow: 0 10px 24px rgba(0, 31, 63, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.85);
    font-size: 20px;
    line-height: 1;
}

.payment-methods-pro__item p {
    margin: 0 !important;
    color: #263850 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
}

.payment-methods-pro__body {
    display: grid;
    gap: 18px;
    margin-bottom: 30px;
}

.payment-methods-pro__body p {
    padding: 22px 24px;
    border: 1px solid rgba(12, 77, 128, 0.08);
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(247, 250, 253, 0.94));
    box-shadow: 0 12px 30px rgba(0, 31, 63, 0.045);
}

.payment-methods-pro__rules h3 {
    font-size: 22px !important;
}

.payment-methods-pro__rule-list,
.smart-play-pro__rules {
    display: grid;
    gap: 14px;
}

.payment-methods-pro__rule,
.smart-play-pro__rule {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
}

.smart-play-pro__rule {
    padding: 18px 20px;
    border: 1px solid rgba(12, 77, 128, 0.08);
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(247, 250, 253, 0.95));
    box-shadow: 0 12px 30px rgba(0, 31, 63, 0.045);
}

.payment-methods-pro__final {
    padding: 22px 24px;
    border: 1px solid rgba(143, 189, 56, 0.22);
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(143, 189, 56, 0.08), rgba(255, 255, 255, 0.92));
}

.smart-play-pro__rules {
    margin-bottom: 28px;
}

.smart-play-pro__note {
    position: relative;
    margin-bottom: 0;
    border-color: rgba(143, 189, 56, 0.22);
    background: radial-gradient(circle at 96% 0%, rgba(143, 189, 56, 0.14), transparent 34%), linear-gradient(135deg, rgba(143, 189, 56, 0.08), rgba(255, 255, 255, 0.94));
}

.smart-play-pro__note::before {
    content: "!";
    position: absolute;
    top: 22px;
    left: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--ui-mint) 0%, var(--ui-mint-dark) 100%);
    color: #ffffff;
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 10px 24px rgba(143, 189, 56, 0.24);
}

.smart-play-pro__note p {
    padding-left: 50px;
}

.final-download-cta {
    text-align: center;
}

.final-download-cta__text {
    max-width: 860px;
    margin: 0 auto 24px !important;
    color: var(--ui-title) !important;
    font-size: clamp(20px, 2vw, 28px) !important;
    font-weight: 650 !important;
    line-height: 1.38 !important;
    letter-spacing: -0.025em;
}

.final-download-cta__text a {
    color: var(--ui-blue);
    font-weight: 850;
    text-decoration: none;
}

.final-download-cta__form {
    width: 100%;
    max-width: 640px;
    margin: 0 auto !important;
    padding: 0 !important;
}

.final-download-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 60px;
    margin: 0 !important;
    padding: 0 32px;
    border: 0;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 36%), linear-gradient(135deg, #9fcb48 0%, #6c9b23 100%);
    box-shadow: 0 22px 42px rgba(143, 189, 56, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.28);
    color: #ffffff;
    font-size: 17px;
    font-weight: 850;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.final-download-cta__button:hover,
.final-download-cta__button:focus {
    color: #ffffff;
    transform: translateY(-2px);
    filter: brightness(1.04);
    box-shadow: 0 28px 52px rgba(143, 189, 56, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

.faq-pro__list {
    display: grid;
    gap: 14px;
}

.faq-pro__item {
    overflow: hidden;
    border: 1px solid rgba(12, 77, 128, 0.11);
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(247, 250, 253, 0.98));
    box-shadow: 0 14px 34px rgba(0, 31, 63, 0.055);
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.faq-pro__item[open] {
    border-color: rgba(143, 189, 56, 0.42);
    box-shadow: 0 20px 48px rgba(0, 31, 63, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.faq-pro__item:hover {
    transform: translateY(-1px);
    box-shadow: 0 20px 48px rgba(0, 31, 63, 0.08);
}

.faq-pro__item summary {
    position: relative;
    display: flex;
    align-items: center;
    gap: 13px;
    min-height: 64px;
    padding: 20px 24px;
    color: var(--ui-title);
    cursor: pointer;
    list-style: none;
}

.faq-pro__item summary::-webkit-details-marker {
    display: none;
}

.faq-pro__icon {
    position: relative;
    display: inline-flex;
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
}

.faq-pro__icon::before,
.faq-pro__icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 999px;
    background: var(--ui-title);
    transform: translate(-50%, -50%);
    transition: transform 0.18s ease, background-color 0.18s ease;
}

.faq-pro__icon::before {
    width: 12px;
    height: 2px;
}

.faq-pro__icon::after {
    width: 2px;
    height: 12px;
}

.faq-pro__item[open] .faq-pro__icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.faq-pro__item[open] .faq-pro__icon::before,
.faq-pro__item[open] .faq-pro__icon::after {
    background: var(--ui-blue-2);
}

.faq-pro__item summary strong {
    display: block;
    color: var(--ui-title);
    font-size: 17px;
    font-weight: 850;
    line-height: 1.35;
}

.faq-pro__content {
    padding: 0 24px 24px 51px;
}

.faq-pro__content::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin-bottom: 18px;
    background: linear-gradient(90deg, rgba(12, 77, 128, 0.16), transparent);
}

.faq-pro__content p {
    margin: 0 !important;
    color: var(--ui-text) !important;
    font-size: 16px !important;
    line-height: 1.68 !important;
}

.faq-pro__content a {
    color: var(--ui-blue);
    font-weight: 750;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

@media (max-width: 1100px) {
    .welcome-bonus-pro__cards {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1024px) {
    .site-content,
    .one-container .site-content {
        padding: 30px 25px 38px;
    }

    .download-showcase,
    .apk-install-pro,
    .mobile-benefits-pro,
    .app-review-pro__layout {
        grid-template-columns: 1fr;
    }

    .download-showcase__media {
        max-width: 680px;
        margin: 0 auto;
    }

    .apk-install-pro__slider {
        max-width: 760px;
        margin: 0 auto;
    }

    .app-review-pro__promo,
    .mobile-benefits-pro__media {
        max-width: 430px;
        margin: 0 auto;
    }

    .payment-methods-pro__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .inside-header {
        min-height: 66px;
        padding: 0 22px !important;
    }

    .site-logo img,
    .header-image {
        max-width: 150px;
        max-height: 40px;
    }

    .main-navigation {
        margin-top: 0 !important;
        background: linear-gradient(135deg, #00172f 0%, #002b55 100%) !important;
        pointer-events: auto;
    }

    .main-navigation .inside-navigation {
        min-height: auto;
        padding: 0 22px !important;
        justify-content: center !important;
        pointer-events: auto;
    }

    .main-navigation .main-nav > ul {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
        padding: 10px 0 14px !important;
        background: transparent !important;
    }

    .main-navigation .main-nav ul li a {
        height: 38px !important;
        min-height: 38px !important;
        padding: 0 14px !important;
        font-size: 14px;
        line-height: 38px !important;
    }
}

@media (max-width: 900px) {
    .welcome-bonus-pro__promo-grid {
        grid-template-columns: 1fr;
    }

    .welcome-bonus-pro__codebar {
        flex-direction: column;
        align-items: stretch;
    }

    .welcome-bonus-pro__code-btn {
        width: 100%;
    }
}

@media (max-width: 768px) {
    body {
        background: #ffffff;
    }

    #page {
        max-width: 100%;
        box-shadow: none;
    }

    .site-content,
    .one-container .site-content {
        padding: 20px 15px 34px;
    }

    .inside-header {
        min-height: 64px;
        padding: 0 15px !important;
    }

    .site-logo img,
    .header-image {
        max-width: 140px;
        max-height: 40px;
    }

    .main-navigation {
        margin-top: 0 !important;
        background: linear-gradient(135deg, #00172f 0%, #002b55 100%) !important;
        pointer-events: auto !important;
    }

    .main-navigation .inside-navigation {
        display: block !important;
        width: 100%;
        padding: 0 15px !important;
        background: transparent !important;
    }

    .main-navigation .menu-toggle {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        width: 100%;
        min-height: 54px;
        padding: 0 !important;
        margin: 0 !important;
        background: transparent !important;
        color: #ffffff !important;
        font-size: 16px;
        font-weight: 800;
        line-height: 54px;
        text-align: left;
    }

    .main-navigation:not(.toggled) .main-nav > ul {
        display: none !important;
    }

    .main-navigation.toggled .main-nav > ul {
        display: block !important;
        width: 100%;
        margin: 0 !important;
        padding: 8px 0 14px !important;
        background: transparent !important;
        box-shadow: none !important;
        border: 0 !important;
    }

    .main-navigation.toggled .main-nav ul li {
        display: block !important;
        width: 100%;
        margin: 0 0 7px !important;
        background: transparent !important;
    }

    .main-navigation.toggled .main-nav ul li:last-child {
        margin-bottom: 0 !important;
    }

    .main-navigation.toggled .main-nav ul li a {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        width: 100%;
        height: 44px !important;
        min-height: 44px !important;
        padding: 0 16px !important;
        border-radius: 14px !important;
        background: rgba(255, 255, 255, 0.105) !important;
        color: #ffffff !important;
        font-size: 15px;
        font-weight: 750;
        line-height: 44px !important;
        text-decoration: none !important;
        box-shadow: none !important;
    }

    .entry-title {
        margin-bottom: 22px;
        font-size: clamp(28px, 8vw, 37px);
        line-height: 1.08;
    }

    .entry-title::after {
        width: 66px;
        margin-top: 14px;
    }

    .entry-content p {
        font-size: 16px;
        line-height: 1.66;
    }

    .entry-content > p:first-of-type {
        margin-bottom: 25px;
        padding: 18px;
        border-radius: 19px;
        font-size: 16px;
        line-height: 1.66;
        box-shadow: 0 10px 28px rgba(0, 27, 61, 0.07);
    }

    .entry-content > p:first-of-type::before {
        display: none;
    }

    .entry-content h2 {
        margin-top: 36px;
        margin-bottom: 15px;
        font-size: 24px;
        line-height: 1.18;
    }

    .entry-content h2::before {
        width: 9px;
        height: 9px;
        margin-right: 9px;
        box-shadow: 0 0 0 6px rgba(143, 189, 56, 0.13);
    }

    .entry-content h3 {
        margin-top: 29px;
        font-size: 20px;
    }

    .btn,
    .entry-content .btn,
    .entry-content a.btn,
    .entry-content button.btn,
    .wp-block-button__link,
    button[type="submit"],
    input[type="submit"] {
        width: 100% !important;
        min-height: 52px;
        padding: 15px 20px;
        border-radius: 15px;
        font-size: 15px;
    }

    .entry-content figure img,
    .entry-content .wp-block-image img {
        border-radius: 16px;
        box-shadow: 0 11px 28px rgba(0, 27, 61, 0.08);
    }

    .wp-block-table,
    .entry-content > table {
        display: block;
        overflow-x: auto;
        border-radius: 17px;
    }

    .entry-content td,
    .entry-content th {
        padding: 12px 14px;
        font-size: 15px;
        white-space: normal;
    }

    .entry-content ol > li {
        min-height: 48px;
        padding: 13px 14px 13px 55px;
        border-radius: 16px;
        font-size: 16px;
        line-height: 1.52;
    }

    .entry-content ol > li::before {
        top: 13px;
        left: 14px;
        width: 28px;
        height: 28px;
    }

    .wp-block-group.has-background {
        padding: 20px;
        border-radius: 19px;
    }

    .app-card,
    .download-showcase,
    .apk-install-pro,
    .app-review-pro,
    .mobile-benefits-pro,
    .welcome-bonus-pro,
    .payment-methods-pro,
    .smart-play-pro,
    .final-download-cta,
    .faq-pro {
        margin: 34px auto 48px;
        padding: 22px 18px;
        border-radius: 24px;
    }

    .app-card {
        margin-top: 14px;
        padding: 0;
        border-radius: 22px;
    }

    .card-header {
        padding: 24px 20px;
    }

    .app-icon-title {
        gap: 15px;
    }

    .icon-wrapper {
        width: 72px;
        height: 72px;
        flex-basis: 72px;
        border-radius: 20px;
    }

    .app-name {
        font-size: 30px !important;
    }

    .version {
        min-height: 26px;
        padding: 0 10px;
        font-size: 12px;
    }

    .date {
        font-size: 13px;
    }

    .card-body {
        padding: 22px 20px 24px;
    }

    .stats-row {
        align-items: stretch;
        margin-bottom: 16px;
    }

    .downloads,
    .rating-box {
        min-height: 44px;
        padding: 0 14px;
    }

    .info-grid,
    .action-buttons,
    .payment-methods-pro__grid,
    .feature-chips {
        grid-template-columns: 1fr;
    }

    .feature-chips {
        display: grid;
        gap: 8px;
        margin-bottom: 24px;
    }

    .chip {
        justify-content: center;
        min-height: 38px;
        padding: 0 13px;
        font-size: 13px;
    }

    .app-card hr {
        margin: 2px -20px 24px;
    }

    .action-buttons {
        gap: 12px;
    }

    .btn2 {
        min-height: 54px;
        border-radius: 16px;
        font-size: 15px;
    }

    .safe-badge {
        width: 100%;
        min-height: 40px;
        text-align: center;
    }

    .download-showcase__title,
    .apk-install-pro__title,
    .app-review-pro__head h2,
    .mobile-benefits-pro__head h2,
    .welcome-bonus-pro__head h2,
    .payment-methods-pro__head h2,
    .smart-play-pro__head h2,
    .faq-pro__head h2 {
        font-size: 28px !important;
        line-height: 1.12 !important;
    }

    .download-showcase__text,
    .download-showcase__lead,
    .apk-install-pro__warning,
    .app-review-pro__intro,
    .mobile-benefits-pro__intro,
    .welcome-bonus-pro__intro,
    .payment-methods-pro__lead,
    .smart-play-pro__intro,
    .final-download-cta__text {
        font-size: 15px !important;
        line-height: 1.62 !important;
    }

    .download-showcase__steps,
    .welcome-bonus-pro__promo,
    .welcome-bonus-pro__table-block,
    .payment-methods-pro__rules,
    .smart-play-pro__note {
        padding: 18px;
        border-radius: 20px;
    }

    .download-showcase__list li,
    .apk-install-pro__steps li {
        padding-left: 42px !important;
        font-size: 15px;
    }

    .download-showcase__list li::before,
    .apk-install-pro__steps li::before {
        width: 30px;
        height: 30px;
    }

    .download-showcase__button,
    .final-download-cta__button {
        min-height: 54px;
        border-radius: 16px;
        font-size: 15px;
    }

    .download-showcase__media {
        gap: 12px;
    }

    .download-showcase__phone {
        border-radius: 20px;
    }

    .download-showcase__phone::before {
        box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.55);
    }

    .download-showcase__phone--left {
        transform: translateY(14px);
    }

    .download-showcase__phone--right {
        transform: translateY(-6px);
    }

    .apk-install-pro__slider {
        padding: 18px 46px 44px;
        border-radius: 22px;
    }

    .apk-install-pro__track {
        gap: 14px;
    }

    .apk-install-pro__slide {
        flex-basis: calc((100% - (14px * (var(--per-view) - 1))) / var(--per-view));
    }

    .apk-install-pro__arrow {
        width: 36px;
        height: 36px;
        font-size: 30px;
    }

    .app-review-pro__table-wrap {
        overflow-x: auto;
        border-radius: 20px;
    }

    .app-review-pro__table {
        min-width: 620px;
    }

    .app-review-pro__table th,
    .app-review-pro__table td {
        padding: 14px 15px;
        font-size: 14px;
    }

    .app-review-pro__promo,
    .mobile-benefits-pro__media {
        max-width: 360px;
        padding: 11px;
        border-radius: 24px;
    }

    .app-review-pro__promo img,
    .mobile-benefits-pro__media img {
        border-radius: 18px !important;
    }

    .mobile-benefits-pro__item {
        padding: 15px 16px 15px 42px;
        border-radius: 16px;
    }

    .mobile-benefits-pro__item::before {
        top: 21px !important;
        left: 18px !important;
        width: 8px !important;
        height: 8px !important;
    }

    .mobile-benefits-pro__item strong,
    .mobile-benefits-pro__item p,
    .welcome-bonus-pro__card p,
    .payment-methods-pro__rule p,
    .smart-play-pro__rule p,
    .faq-pro__content p {
        font-size: 15px !important;
        line-height: 1.58 !important;
    }

    .welcome-bonus-pro__promo-grid {
        grid-template-columns: 1fr;
    }

    .welcome-bonus-pro__promo-media {
        padding: 8px;
        border-radius: 18px;
    }

    .welcome-bonus-pro__promo-media img {
        border-radius: 14px !important;
    }

    .welcome-bonus-pro__codebar {
        flex-direction: column;
        align-items: stretch;
        padding: 16px;
        border-radius: 18px;
    }

    .welcome-bonus-pro__code-btn {
        width: 100%;
    }

    .welcome-bonus-pro__cards {
        grid-template-columns: 1fr;
    }

    .welcome-bonus-pro__card {
        padding: 18px;
        border-radius: 18px;
    }

    .welcome-bonus-pro__card h3 {
        font-size: 19px !important;
    }

    .payment-methods-pro__item {
        min-height: auto;
        padding: 18px;
        border-radius: 18px;
    }

    .payment-methods-pro__icon {
        width: 38px;
        height: 38px;
        margin-bottom: 12px;
        border-radius: 13px;
        font-size: 18px;
    }

    .payment-methods-pro__body p,
    .payment-methods-pro__final {
        padding: 18px;
        border-radius: 18px;
        font-size: 15px !important;
        line-height: 1.62 !important;
    }

    .smart-play-pro__rules {
        gap: 12px;
    }

    .smart-play-pro__rule {
        grid-template-columns: 20px minmax(0, 1fr);
        gap: 11px;
        padding: 16px;
        border-radius: 18px;
    }

    .smart-play-pro__note::before {
        position: static;
        margin-bottom: 14px;
    }

    .smart-play-pro__note p {
        padding-left: 0;
    }

    .faq-pro__item {
        border-radius: 18px;
    }

    .faq-pro__item summary {
        min-height: 58px;
        padding: 17px 18px;
        gap: 11px;
    }

    .faq-pro__item summary strong {
        font-size: 15px;
        line-height: 1.38;
    }

    .faq-pro__content {
        padding: 0 18px 20px 43px;
    }
}

@media (max-width: 560px) {
    .apk-install-pro__slider {
        padding: 16px 42px 42px;
    }

    .apk-install-pro__track {
        gap: 12px;
    }

    .apk-install-pro__slide {
        flex-basis: 100%;
    }

    .apk-install-pro__arrow {
        width: 34px;
        height: 34px;
        font-size: 28px;
    }

    .apk-install-pro__arrow--prev {
        left: 8px;
    }

    .apk-install-pro__arrow--next {
        right: 8px;
    }

    .apk-install-pro__dots {
        bottom: 14px;
    }
}

@media (max-width: 520px) {
    .download-showcase__media {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .download-showcase__phone {
        max-width: 330px;
        margin: 0 auto;
    }

    .download-showcase__phone--left,
    .download-showcase__phone--right {
        transform: none;
    }
}

@media (max-width: 480px) {
    .entry-title {
        font-size: 28px;
    }

    .entry-content h2 {
        font-size: 22px;
    }

    .entry-content h3 {
        font-size: 19px;
    }

    .entry-content > p:first-of-type {
        padding: 16px;
    }

    .card-header {
        padding: 22px 18px;
    }

    .app-icon-title {
        align-items: flex-start;
    }

    .icon-wrapper {
        width: 64px;
        height: 64px;
        flex-basis: 64px;
        border-radius: 18px;
    }

    .app-name {
        font-size: 26px !important;
    }

    .version-badge {
        gap: 7px;
    }

    .stats-row {
        flex-direction: column;
        gap: 10px;
    }

    .downloads,
    .rating-box {
        width: 100%;
        justify-content: center;
    }

    .app-review-pro__table {
        min-width: 560px;
    }

    .app-review-pro__promo,
    .mobile-benefits-pro__media {
        max-width: 100%;
    }
}
