:root {
    --ui-navy-950: #00172f;
    --ui-navy-900: #002b55;
    --ui-navy-850: #063767;
    --ui-navy-800: #0a477f;
    --ui-blue: #0b63ce;
    --ui-blue-soft: #eaf4ff;
    --ui-mint: #8fbd38;
    --ui-mint-dark: #73982d;
    --ui-gold: #d9b35a;
    --ui-bg: #eef3f8;
    --ui-page: #ffffff;
    --ui-card: #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-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;
    margin: 0 auto;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, #ffffff 100%);
    box-shadow: var(--ui-shadow-page);
    min-height: 100vh;
}

.site-content {
    padding: 18px 40px 44px;
}

.one-container .site-content {
    padding: 18px 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,
.inside-header,
.main-navigation,
.main-navigation .inside-navigation,
.main-navigation .main-nav,
.main-navigation .main-nav > ul {
    background:
        radial-gradient(circle at 10% 0%, rgba(255, 255, 255, 0.1), transparent 28%),
        linear-gradient(135deg, var(--ui-navy-950) 0%, var(--ui-navy-900) 58%, var(--ui-navy-800) 100%) !important;
}

.site-header {
    position: relative;
    z-index: 20;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.inside-header {
    padding: 14px 40px;
}

.site-logo img,
.header-image {
    display: block;
    filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.2));
}

.main-navigation .main-nav ul li a {
    color: rgba(255, 255, 255, 0.9) !important;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0.01em;
    text-shadow: none;
    transition:
        color 0.18s ease,
        background-color 0.18s ease,
        transform 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 {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.08) !important;
}

.main-navigation .main-nav ul li.menu-item-65 > a,
.main-navigation .main-nav ul li.menu-item-360 > a,
.main-navigation .main-nav ul li.menu-item-411 > a {
    margin: 0 4px;
    border-radius: 13px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent 40%),
        linear-gradient(135deg, var(--ui-mint) 0%, #6d9927 100%) !important;
    box-shadow:
        0 12px 26px rgba(143, 189, 56, 0.26),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    color: #ffffff !important;
}

.main-navigation .main-nav ul li.menu-item-65 > a:hover,
.main-navigation .main-nav ul li.menu-item-360 > a:hover,
.main-navigation .main-nav ul li.menu-item-411 > a:hover {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent 40%),
        linear-gradient(135deg, #9fce42 0%, var(--ui-mint-dark) 100%) !important;
    transform: translateY(-1px);
}

.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%, #6d9927 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 {
    margin: 26px 0 34px;
    overflow: hidden;
    border: 1px solid var(--ui-line);
    border-radius: 24px;
    background: var(--ui-card);
    box-shadow: var(--ui-shadow-card);
}

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

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

.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,
.entry-content > ol,
.entry-content .wp-block-group > ul,
.entry-content .wp-block-group > ol {
    margin: 22px 0 32px;
    padding-left: 0;
}

.entry-content > ul,
.entry-content .wp-block-group > ul {
    list-style: none;
}

.entry-content > ul > li,
.entry-content .wp-block-group > ul > li {
    position: relative;
    margin-bottom: 13px;
    padding-left: 36px;
    color: var(--ui-text);
    font-size: 17px;
    line-height: 1.62;
}

.entry-content > ul > li::before,
.entry-content .wp-block-group > ul > li::before {
    content: "";
    position: absolute;
    top: 0.34em;
    left: 0;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background:
        linear-gradient(135deg, rgba(143, 189, 56, 0.17), rgba(143, 189, 56, 0.07));
    box-shadow: inset 0 0 0 1px rgba(143, 189, 56, 0.24);
}

.entry-content > ul > li::after,
.entry-content .wp-block-group > ul > li::after {
    content: "";
    position: absolute;
    top: 0.78em;
    left: 8px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--ui-mint);
}

.entry-content > ol,
.entry-content .wp-block-group > ol {
    list-style: none;
    counter-reset: ui-counter;
}

.entry-content > ol > li,
.entry-content .wp-block-group > 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,
.entry-content .wp-block-group > 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;
}

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

    .inside-header {
        padding-left: 25px;
        padding-right: 25px;
    }

    .entry-title {
        font-size: clamp(30px, 5vw, 44px);
    }

    .entry-content > p:first-of-type {
        padding: 23px;
        border-radius: 23px;
    }
}

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

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

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

    .inside-header {
        padding: 12px 15px;
    }

    .main-navigation .main-nav ul li a {
        line-height: 42px;
    }

    .main-navigation .main-nav ul li.menu-item-65 > a,
    .main-navigation .main-nav ul li.menu-item-360 > a,
    .main-navigation .main-nav ul li.menu-item-411 > a {
        margin: 4px 0;
        border-radius: 11px;
    }

    .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 > ul > li,
    .entry-content .wp-block-group > ul > li {
        padding-left: 31px;
        font-size: 16px;
        line-height: 1.56;
    }

    .entry-content > ul > li::before,
    .entry-content .wp-block-group > ul > li::before {
        width: 20px;
        height: 20px;
    }

    .entry-content > ul > li::after,
    .entry-content .wp-block-group > ul > li::after {
        top: 0.76em;
        left: 7px;
        width: 6px;
        height: 6px;
    }

    .entry-content > ol > li,
    .entry-content .wp-block-group > 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,
    .entry-content .wp-block-group > ol > li::before {
        top: 13px;
        left: 14px;
        width: 28px;
        height: 28px;
    }

    .uagb-toc__wrap {
        margin: 23px 0 29px;
        padding: 18px;
        border-radius: 19px;
    }

    .wp-block-uagb-faq .uagb-faq-item {
        border-radius: 17px;
    }

    .wp-block-uagb-faq .uagb-faq-questions,
    .wp-block-uagb-faq .uagb-faq-questions-button {
        padding: 16px;
    }

    .wp-block-uagb-faq .uagb-question {
        font-size: 15px;
    }

    .wp-block-uagb-faq .uagb-faq-content {
        padding: 0 16px 16px;
    }

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

@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;
    }
}

.site-header {
    position: relative;
    z-index: 50;
    background:
        radial-gradient(circle at 12% 0%, rgba(255, 255, 255, 0.12), transparent 28%),
        linear-gradient(135deg, #00172f 0%, #002b55 52%, #074273 100%) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    box-shadow: 0 16px 42px rgba(0, 23, 47, 0.2);
}

.inside-header {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100%;
    max-width: 1200px;
    min-height: 78px;
    margin: 0 auto !important;
    padding: 0 36px !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: 170px;
    max-height: 48px;
    object-fit: contain;
    filter: drop-shadow(0 9px 18px rgba(0, 0, 0, 0.24));
}

.main-navigation {
    position: relative;
    z-index: 55;
    margin-top: -78px !important;
    background: transparent !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: 78px;
    margin: 0 auto !important;
    padding: 0 36px !important;
    background: transparent !important;
    pointer-events: none;
}

.main-navigation .main-nav {
    pointer-events: auto;
}

.main-navigation .main-nav > ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    background: transparent !important;
}

.main-navigation .main-nav ul li {
    background: transparent !important;
}

.main-navigation .main-nav ul li a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    height: 42px;
    min-height: 42px;
    padding: 0 16px !important;
    border-radius: 999px;
    background: transparent !important;
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 15px;
    font-weight: 750;
    line-height: 42px !important;
    letter-spacing: -0.01em;
    text-decoration: none !important;
    text-shadow: 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.105) !important;
    color: #ffffff !important;
    transform: translateY(-1px);
}

.main-navigation .main-nav ul li.menu-item-65 > a,
.main-navigation .main-nav ul li.menu-item-360 > a,
.main-navigation .main-nav ul li.menu-item-411 > a {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 38%),
        linear-gradient(135deg, #8fbd38 0%, #6f9829 100%) !important;
    color: #ffffff !important;
    box-shadow:
        0 14px 28px rgba(143, 189, 56, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.main-navigation .main-nav ul li.menu-item-65 > a:hover,
.main-navigation .main-nav ul li.menu-item-360 > a:hover,
.main-navigation .main-nav ul li.menu-item-411 > a:hover {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.22), transparent 38%),
        linear-gradient(135deg, #9ccc42 0%, #739d2d 100%) !important;
    box-shadow:
        0 18px 34px rgba(143, 189, 56, 0.32),
        inset 0 1px 0 rgba(255, 255, 255, 0.26);
}

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

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

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

    .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 24px !important;
        justify-content: center !important;
        pointer-events: auto;
    }

    .main-navigation .main-nav > ul {
        flex-wrap: wrap;
        justify-content: center;
        gap: 6px;
        padding: 10px 0;
    }

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

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

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

    .main-navigation .inside-navigation {
        padding: 0 15px !important;
    }

    .main-navigation .main-nav > ul {
        display: block;
        width: 100%;
        padding: 8px 0 12px;
    }

    .main-navigation .main-nav ul li a {
        width: 100%;
        justify-content: flex-start;
        height: 42px;
        min-height: 42px;
        padding: 0 15px !important;
        border-radius: 12px;
        font-size: 15px;
        line-height: 42px !important;
    }

    .menu-toggle,
    .main-navigation .menu-toggle {
        width: 100%;
        min-height: 48px;
        color: #ffffff !important;
        background: transparent !important;
        font-weight: 750;
        text-align: left;
    }

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

.site-header {
    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 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 {
    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;
}

.main-navigation .main-nav ul li.menu-item-65 > a,
.main-navigation .main-nav ul li.menu-item-360 > a,
.main-navigation .main-nav ul li.menu-item-411 > a {
    background: rgba(255, 255, 255, 0.105) !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

.main-navigation .main-nav ul li.menu-item-65 > a:hover,
.main-navigation .main-nav ul li.menu-item-360 > a:hover,
.main-navigation .main-nav ul li.menu-item-411 > a:hover {
    background: rgba(255, 255, 255, 0.16) !important;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12) !important;
}

@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: 768px) {
    .inside-header {
        min-height: 64px;
        padding: 0 15px !important;
    }

    .main-navigation .inside-navigation {
        padding: 0 15px !important;
    }

    .main-navigation .main-nav > ul {
        display: block !important;
        width: 100%;
        padding: 8px 0 12px !important;
    }

    .main-navigation .main-nav ul li {
        margin-bottom: 6px;
    }

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

    .main-navigation .main-nav ul li a {
        width: 100%;
        justify-content: flex-start;
        height: 42px !important;
        min-height: 42px !important;
        padding: 0 15px !important;
        border-radius: 12px !important;
        line-height: 42px !important;
    }
}

.app-card,
.app-card * {
    box-sizing: border-box;
}

.app-card {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 18px auto 42px;
    overflow: hidden;
    border: 1px solid rgba(12, 77, 128, 0.14);
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 251, 255, 0.98) 100%);
    box-shadow:
        0 28px 80px rgba(0, 31, 63, 0.14),
        0 1px 0 rgba(255, 255, 255, 0.9) inset;
}

.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 {
    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;
}

.rating-number {
    color: #0d3763;
    font-size: 16px;
    font-weight: 850;
}

.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);
}

.btn-primary:hover,
.btn-primary:focus {
    box-shadow:
        0 24px 44px rgba(143, 189, 56, 0.36),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.btn-secondary:hover,
.btn-secondary:focus {
    box-shadow:
        0 24px 44px rgba(0, 43, 85, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.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;
}

@media (max-width: 768px) {
    .app-card {
        margin: 14px auto 32px;
        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 {
        grid-template-columns: 1fr;
    }

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

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

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

    .action-buttons {
        grid-template-columns: 1fr;
        gap: 12px;
    }

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

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

@media (max-width: 480px) {
    .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;
    }

    .feature-chips {
        display: grid;
        grid-template-columns: 1fr;
    }

    .chip {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .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;
    }

    .main-navigation.toggled .main-nav ul li a:hover,
    .main-navigation.toggled .main-nav ul li.current-menu-item > a,
    .main-navigation.toggled .main-nav ul li.current_page_item > a {
        background: rgba(255, 255, 255, 0.16) !important;
        color: #ffffff !important;
    }
}

.download-showcase,
.download-showcase * {
    box-sizing: border-box;
}

.download-showcase {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
    gap: clamp(28px, 5vw, 70px);
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 42px auto 56px;
    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.14), transparent 28%),
        radial-gradient(circle at 92% 18%, rgba(11, 99, 206, 0.12), 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 {
    content: "";
    position: absolute;
    top: -160px;
    right: -160px;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 43, 85, 0.08), transparent 70%);
    pointer-events: none;
}

.download-showcase__content,
.download-showcase__media {
    position: relative;
    z-index: 2;
}

.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: #0d2239 !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: #34445c !important;
    font-size: 17px !important;
    line-height: 1.75 !important;
}

.download-showcase__text a {
    color: #0b63ce;
    font-weight: 700;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

.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: #0d2239 !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: #34445c;
    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, #8fbd38 0%, #6f9829 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: #0d2239;
    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);
}

@media (max-width: 980px) {
    .download-showcase {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .download-showcase__text,
    .download-showcase__form {
        max-width: none;
    }

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

@media (max-width: 768px) {
    .download-showcase {
        margin: 30px auto 42px;
        padding: 22px 18px;
        border-radius: 24px;
    }

    .download-showcase__eyebrow {
        min-height: 30px;
        margin-bottom: 13px;
        font-size: 11px;
    }

    .download-showcase__title {
        font-size: 29px !important;
        line-height: 1.1 !important;
    }

    .download-showcase__text {
        margin-bottom: 22px !important;
        font-size: 16px !important;
        line-height: 1.66 !important;
    }

    .download-showcase__steps {
        padding: 18px;
        border-radius: 20px;
    }

    .download-showcase__lead {
        font-size: 15px !important;
    }

    .download-showcase__list li {
        padding-left: 40px !important;
        font-size: 15px;
    }

    .download-showcase__list li::before {
        width: 28px;
        height: 28px;
    }

    .download-showcase__list small {
        font-size: 14px;
    }

    .download-showcase__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);
    }
}

@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;
    }
}

.android-install,
.android-install * {
    box-sizing: border-box;
}

.android-install {
    width: 100%;
    max-width: 1200px;
    margin: 46px auto 60px;
    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.12), 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);
}

.android-install__head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
}

.android-install__mark {
    display: inline-flex;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    border-radius: 50%;
    background: #8fbd38;
    box-shadow: 0 0 0 8px rgba(143, 189, 56, 0.12);
}

.android-install__head h2 {
    margin: 0 !important;
    color: #0d2239 !important;
    font-size: clamp(28px, 2.8vw, 42px) !important;
    font-weight: 850 !important;
    line-height: 1.08 !important;
    letter-spacing: -0.055em !important;
}

.android-install__head h2::before,
.android-install__head h2::after {
    display: none !important;
}

.android-install__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
    gap: clamp(30px, 5vw, 72px);
    align-items: center;
}

.android-install__content {
    min-width: 0;
}

.android-install__warning {
    position: relative;
    margin-bottom: 24px;
    padding: 24px 26px;
    overflow: hidden;
    border-radius: 24px;
    background:
        radial-gradient(circle at 90% 0%, rgba(255, 255, 255, 0.22), transparent 32%),
        linear-gradient(135deg, #d84444 0%, #b8272d 100%);
    box-shadow:
        0 20px 44px rgba(184, 39, 45, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.18);
    color: #ffffff;
    font-size: 17px;
    font-weight: 650;
    line-height: 1.65;
    text-align: center;
}

.android-install__warning::before {
    content: "!";
    position: absolute;
    top: 18px;
    left: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 50%;
    color: #ffffff;
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
    opacity: 0.75;
}

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

.android-install__steps li {
    position: relative;
    min-height: 42px;
    margin: 0 0 12px !important;
    padding: 0 0 0 50px !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #34445c;
    font-size: 16px;
    line-height: 1.58;
    counter-increment: android-step;
}

.android-install__steps li:last-child {
    margin-bottom: 0 !important;
}

.android-install__steps li::before {
    content: counter(android-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, #8fbd38 0%, #6f9829 100%);
    box-shadow: 0 9px 20px rgba(143, 189, 56, 0.24);
    color: #ffffff;
    font-size: 14px;
    font-weight: 850;
    line-height: 1;
}

.android-install__steps li::after {
    content: none !important;
    display: none !important;
}

.android-install__steps strong {
    color: #0d2239;
    font-weight: 850;
}

.android-install__slider {
    position: relative;
    min-width: 0;
    padding: 8px 36px 38px;
}

.android-install__viewport {
    overflow: hidden;
}

.android-install__track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 32px) / 3);
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 12px 2px 22px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.android-install__track::-webkit-scrollbar {
    display: none;
}

.android-install__slide {
    position: relative;
    scroll-snap-align: center;
    overflow: hidden;
    border: 1px solid rgba(12, 77, 128, 0.14);
    border-radius: 28px;
    background: #ffffff;
    box-shadow:
        0 22px 54px rgba(0, 31, 63, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.android-install__slide::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    border-radius: inherit;
    box-shadow: inset 0 0 0 7px rgba(255, 255, 255, 0.58);
    pointer-events: none;
}

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

.android-install__arrow {
    position: absolute;
    top: 43%;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    min-width: 0;
    min-height: 0;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(12, 77, 128, 0.12);
    border-radius: 50%;
    background:
        linear-gradient(135deg, #ffffff 0%, #f1f7ff 100%);
    box-shadow: 0 12px 28px rgba(0, 31, 63, 0.12);
    color: #0b63a7;
    font-size: 34px;
    font-weight: 500;
    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;
}

.android-install__arrow:hover,
.android-install__arrow:focus {
    background: linear-gradient(135deg, #0b63a7 0%, #002b55 100%);
    box-shadow: 0 16px 34px rgba(0, 43, 85, 0.24);
    color: #ffffff;
    transform: translateY(-50%) scale(1.04);
}

.android-install__arrow--prev {
    left: 0;
}

.android-install__arrow--next {
    right: 0;
}

.android-install__dots {
    position: absolute;
    left: 50%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    transform: translateX(-50%);
}

.android-install__dots button {
    display: block;
    width: 8px;
    height: 8px;
    min-width: 8px;
    min-height: 8px;
    margin: 0 !important;
    padding: 0 !important;
    border: 0;
    border-radius: 50%;
    background: #c7d9e8;
    box-shadow: none;
    cursor: pointer;
    opacity: 1;
    transition:
        width 0.18s ease,
        background-color 0.18s ease;
}

.android-install__dots button.is-active {
    width: 22px;
    border-radius: 999px;
    background: #0b7db7;
}

@media (max-width: 1024px) {
    .android-install__layout {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .android-install__slider {
        max-width: 760px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .android-install {
        margin: 34px auto 46px;
        padding: 22px 18px;
        border-radius: 24px;
    }

    .android-install__head {
        margin-bottom: 22px;
    }

    .android-install__head h2 {
        font-size: 28px !important;
        line-height: 1.12 !important;
    }

    .android-install__warning {
        padding: 22px 20px;
        border-radius: 20px;
        font-size: 15px;
        line-height: 1.62;
    }

    .android-install__warning::before {
        display: none;
    }

    .android-install__steps li {
        padding-left: 42px !important;
        font-size: 15px;
    }

    .android-install__steps li::before {
        width: 30px;
        height: 30px;
    }

    .android-install__slider {
        padding: 4px 34px 36px;
    }

    .android-install__track {
        grid-auto-columns: calc((100% - 14px) / 2);
        gap: 14px;
    }

    .android-install__slide {
        border-radius: 22px;
    }

    .android-install__slide::before {
        box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.58);
    }

    .android-install__arrow {
        width: 34px;
        height: 34px;
        font-size: 30px;
    }
}

@media (max-width: 520px) {
    .android-install__slider {
        padding: 4px 30px 36px;
    }

    .android-install__track {
        grid-auto-columns: 100%;
        gap: 14px;
    }

    .android-install__arrow {
        width: 32px;
        height: 32px;
        font-size: 28px;
    }
}

.android-install {
    width: 100%;
    max-width: 1200px;
    margin: 46px auto 58px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
}

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

.android-install__head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 34px;
}

.android-install__mark {
    display: inline-flex;
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    border-radius: 50%;
    background: #8fbd38;
    box-shadow: 0 0 0 8px rgba(143, 189, 56, 0.13);
}

.android-install__head h2 {
    margin: 0 !important;
    color: #0d2239 !important;
    font-size: clamp(28px, 2.6vw, 38px) !important;
    font-weight: 850 !important;
    line-height: 1.12 !important;
    letter-spacing: -0.045em !important;
}

.android-install__head h2::before,
.android-install__head h2::after {
    display: none !important;
}

.android-install__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1.1fr);
    gap: clamp(30px, 5vw, 70px);
    align-items: center;
}

.android-install__warning {
    margin-bottom: 24px;
    padding: 24px 28px;
    border-radius: 0;
    background: #c93437;
    box-shadow: none;
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.65;
    text-align: center;
}

.android-install__warning::before {
    display: none !important;
}

.android-install__steps {
    margin: 0 !important;
    padding-left: 30px !important;
    list-style: decimal !important;
    counter-reset: none !important;
}

.android-install__steps li {
    position: static !important;
    min-height: 0 !important;
    margin: 0 0 7px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #34445c;
    font-size: 16px;
    line-height: 1.48;
    counter-increment: none !important;
}

.android-install__steps li::before,
.android-install__steps li::after {
    content: none !important;
    display: none !important;
}

.android-install__steps strong {
    color: #0d2239;
    font-weight: 850;
}

.android-install__slider {
    position: relative;
    width: 100%;
    min-width: 0;
    padding: 0 34px 38px;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: visible;
}

.android-install__viewport {
    width: 100%;
    overflow: hidden;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.android-install__track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 32px) / 3);
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0 22px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    background: transparent !important;
}

.android-install__track::-webkit-scrollbar {
    display: none;
}

.android-install__slide {
    position: relative;
    scroll-snap-align: center;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.android-install__slide::before,
.android-install__slide::after {
    display: none !important;
}

.android-install__slide img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    object-fit: contain;
}

.android-install__arrow {
    position: absolute;
    top: 43%;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    min-width: 0;
    min-height: 0;
    margin: 0 !important;
    padding: 0 !important;
    border: 0;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none !important;
    color: #0b7db7;
    font-size: 44px;
    font-weight: 800;
    line-height: 1;
    cursor: pointer;
    transform: translateY(-50%);
    transition: color 0.18s ease, transform 0.18s ease;
}

.android-install__arrow:hover,
.android-install__arrow:focus {
    background: transparent !important;
    box-shadow: none !important;
    color: #005f96;
    transform: translateY(-50%) scale(1.08);
}

.android-install__arrow--prev {
    left: 0;
}

.android-install__arrow--next {
    right: 0;
}

.android-install__dots {
    position: absolute;
    left: 50%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    transform: translateX(-50%);
}

.android-install__dots button {
    display: block;
    width: 8px;
    height: 8px;
    min-width: 8px;
    min-height: 8px;
    margin: 0 !important;
    padding: 0 !important;
    border: 0;
    border-radius: 50%;
    background: #c8deec;
    box-shadow: none !important;
    cursor: pointer;
    opacity: 1;
    transition: background-color 0.18s ease, transform 0.18s ease;
}

.android-install__dots button.is-active {
    width: 8px;
    background: #0b7db7;
    transform: scale(1.18);
}

@media (max-width: 1024px) {
    .android-install__layout {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .android-install__slider {
        max-width: 760px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .android-install {
        margin: 34px auto 46px;
    }

    .android-install__head {
        margin-bottom: 24px;
    }

    .android-install__head h2 {
        font-size: 28px !important;
    }

    .android-install__warning {
        padding: 22px 20px;
        font-size: 15px;
        line-height: 1.62;
    }

    .android-install__steps {
        padding-left: 24px !important;
    }

    .android-install__steps li {
        font-size: 15px;
    }

    .android-install__slider {
        padding: 0 30px 36px;
    }

    .android-install__track {
        grid-auto-columns: calc((100% - 14px) / 2);
        gap: 14px;
    }

    .android-install__arrow {
        font-size: 38px;
    }
}

@media (max-width: 520px) {
    .android-install__slider {
        padding: 0 24px 34px;
    }

    .android-install__track {
        grid-auto-columns: 100%;
        gap: 14px;
    }

    .android-install__arrow {
        font-size: 34px;
    }
}

.android-install,
.android-install * {
    box-sizing: border-box;
}

.android-install {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 46px auto 62px;
    padding: clamp(28px, 4vw, 46px);
    overflow: hidden;
    border: 1px solid rgba(12, 77, 128, 0.12);
    border-radius: 30px;
    background:
        radial-gradient(circle at 10% 8%, rgba(143, 189, 56, 0.13), transparent 28%),
        radial-gradient(circle at 92% 18%, rgba(11, 99, 206, 0.12), 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);
}

.android-install::before {
    content: "";
    position: absolute;
    top: -150px;
    right: -150px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(11, 99, 206, 0.12), transparent 70%);
    pointer-events: none;
}

.android-install::after {
    content: "";
    position: absolute;
    bottom: -180px;
    left: -160px;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(143, 189, 56, 0.11), transparent 70%);
    pointer-events: none;
}

.android-install__head,
.android-install__layout {
    position: relative;
    z-index: 2;
}

.android-install__head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 34px;
}

.android-install__mark {
    display: inline-flex;
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    border-radius: 50%;
    background: #8fbd38;
    box-shadow: 0 0 0 8px rgba(143, 189, 56, 0.13);
}

.android-install__head h2 {
    margin: 0 !important;
    color: #0d2239 !important;
    font-size: clamp(28px, 2.8vw, 42px) !important;
    font-weight: 850 !important;
    line-height: 1.08 !important;
    letter-spacing: -0.055em !important;
}

.android-install__head h2::before,
.android-install__head h2::after {
    display: none !important;
}

.android-install__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1.1fr);
    gap: clamp(30px, 5vw, 72px);
    align-items: center;
}

.android-install__content {
    min-width: 0;
}

.android-install__warning {
    position: relative;
    margin-bottom: 24px;
    padding: 24px 28px;
    overflow: hidden;
    border-radius: 24px;
    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: 17px;
    font-weight: 600;
    line-height: 1.65;
    text-align: center;
}

.android-install__warning::before {
    content: "!";
    position: absolute;
    top: 18px;
    left: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 50%;
    color: #ffffff;
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
    opacity: 0.7;
}

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

.android-install__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: #34445c;
    font-size: 16px;
    line-height: 1.58;
    counter-increment: android-step;
}

.android-install__steps li:last-child {
    margin-bottom: 0 !important;
}

.android-install__steps li::before {
    content: counter(android-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, #8fbd38 0%, #6f9829 100%);
    box-shadow: 0 9px 20px rgba(143, 189, 56, 0.24);
    color: #ffffff;
    font-size: 14px;
    font-weight: 850;
    line-height: 1;
}

.android-install__steps li::after {
    content: none !important;
    display: none !important;
}

.android-install__steps strong {
    color: #0d2239;
    font-weight: 850;
}

.android-install__slider {
    position: relative;
    min-width: 0;
    padding: 18px 42px 42px;
    border: 1px solid rgba(12, 77, 128, 0.08);
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.68), rgba(241, 247, 255, 0.72));
    box-shadow:
        0 20px 58px rgba(0, 31, 63, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(10px);
}

.android-install__viewport {
    position: relative;
    overflow: hidden;
}

.android-install__viewport::before,
.android-install__viewport::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 22px;
    z-index: 3;
    width: 42px;
    pointer-events: none;
}

.android-install__viewport::before {
    left: 0;
    background: linear-gradient(90deg, rgba(248, 251, 255, 0.92), transparent);
}

.android-install__viewport::after {
    right: 0;
    background: linear-gradient(270deg, rgba(248, 251, 255, 0.92), transparent);
}

.android-install__track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 32px) / 3);
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 10px 4px 24px;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    background: transparent !important;
}

.android-install__track::-webkit-scrollbar {
    display: none;
}

.android-install__slide {
    position: relative;
    scroll-snap-align: center;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transition:
        transform 0.22s ease,
        filter 0.22s ease;
}

.android-install__slide::before,
.android-install__slide::after {
    content: none !important;
    display: none !important;
}

.android-install__slide:hover {
    transform: translateY(-4px);
}

.android-install__slide img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 !important;
    border-radius: 24px !important;
    box-shadow:
        0 18px 42px rgba(0, 31, 63, 0.12),
        0 0 0 1px rgba(12, 77, 128, 0.08);
    object-fit: contain;
}

.android-install__arrow {
    position: absolute;
    top: 45%;
    z-index: 6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    min-width: 0;
    min-height: 0;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(12, 77, 128, 0.12);
    border-radius: 50%;
    background:
        linear-gradient(135deg, #ffffff 0%, #eef6ff 100%) !important;
    box-shadow: 0 14px 30px rgba(0, 31, 63, 0.12);
    color: #0b73ad;
    font-size: 34px;
    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;
}

.android-install__arrow:hover,
.android-install__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);
}

.android-install__arrow--prev {
    left: 16px;
}

.android-install__arrow--next {
    right: 16px;
}

.android-install__dots {
    position: absolute;
    left: 50%;
    bottom: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    transform: translateX(-50%);
}

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

.android-install__dots button.is-active {
    width: 22px;
    background: #0b7db7;
}

@media (max-width: 1024px) {
    .android-install__layout {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .android-install__slider {
        max-width: 760px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .android-install {
        margin: 34px auto 48px;
        padding: 22px 18px;
        border-radius: 24px;
    }

    .android-install__head {
        margin-bottom: 24px;
    }

    .android-install__head h2 {
        font-size: 28px !important;
        line-height: 1.12 !important;
    }

    .android-install__warning {
        padding: 22px 20px;
        border-radius: 20px;
        font-size: 15px;
        line-height: 1.62;
    }

    .android-install__warning::before {
        display: none !important;
    }

    .android-install__steps li {
        padding-left: 42px !important;
        font-size: 15px;
    }

    .android-install__steps li::before {
        width: 30px;
        height: 30px;
    }

    .android-install__slider {
        padding: 16px 36px 40px;
        border-radius: 22px;
    }

    .android-install__track {
        grid-auto-columns: calc((100% - 14px) / 2);
        gap: 14px;
    }

    .android-install__slide img {
        border-radius: 20px !important;
    }

    .android-install__arrow {
        width: 34px;
        height: 34px;
        font-size: 30px;
    }

    .android-install__arrow--prev {
        left: 12px;
    }

    .android-install__arrow--next {
        right: 12px;
    }
}

@media (max-width: 520px) {
    .android-install__slider {
        padding: 14px 32px 38px;
    }

    .android-install__track {
        grid-auto-columns: 100%;
        gap: 14px;
    }

    .android-install__viewport::before,
    .android-install__viewport::after {
        width: 24px;
    }

    .android-install__arrow {
        width: 32px;
        height: 32px;
        font-size: 28px;
    }

    .android-install__dots {
        bottom: 14px;
    }
}

.apk-install-pro,
.apk-install-pro * {
    box-sizing: border-box;
}

.apk-install-pro {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(480px, 1.15fr);
    gap: clamp(34px, 5vw, 74px);
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 48px auto 64px;
    padding: clamp(30px, 4vw, 48px);
    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.13), transparent 28%),
        radial-gradient(circle at 92% 18%, rgba(11, 99, 206, 0.12), 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);
}

.apk-install-pro::before {
    content: "";
    position: absolute;
    top: -170px;
    right: -170px;
    width: 390px;
    height: 390px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(11, 99, 206, 0.12), transparent 70%);
    pointer-events: none;
}

.apk-install-pro::after {
    content: "";
    position: absolute;
    bottom: -190px;
    left: -170px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(143, 189, 56, 0.11), transparent 70%);
    pointer-events: none;
}

.apk-install-pro__content,
.apk-install-pro__slider {
    position: relative;
    z-index: 2;
}

.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: #0d2239 !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: #34445c;
    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, #8fbd38 0%, #6f9829 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: #0d2239;
    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:
        linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(241, 247, 255, 0.78));
    box-shadow:
        0 20px 58px rgba(0, 31, 63, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.apk-install-pro__viewport {
    overflow: hidden;
    width: 100%;
}

.apk-install-pro__track {
    display: flex;
    gap: 18px;
    width: 100%;
    margin: 0 !important;
    padding: 0 !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: transparent !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;
}

.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;
    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: #0b7db7;
}

@media (max-width: 1024px) {
    .apk-install-pro {
        grid-template-columns: 1fr;
        gap: 34px;
    }

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

@media (max-width: 768px) {
    .apk-install-pro {
        margin: 34px auto 48px;
        padding: 22px 18px;
        border-radius: 24px;
    }

    .apk-install-pro__title {
        font-size: 28px !important;
        line-height: 1.12 !important;
    }

    .apk-install-pro__warning {
        padding: 22px 20px;
        border-radius: 20px;
        font-size: 15px;
        line-height: 1.62;
    }

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

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

    .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;
    }
}

@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;
    }
}

.apk-install-pro__slider {
    background: #ffffff !important;
    border: 1px solid rgba(12, 77, 128, 0.08) !important;
    box-shadow:
        0 20px 58px rgba(0, 31, 63, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
}

.apk-install-pro__viewport {
    background: #ffffff !important;
}

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

.apk-install-pro__track {
    background: #ffffff !important;
}

.apk-install-pro__slide {
    background: #ffffff !important;
}

.apk-install-pro__slide img {
    background: #ffffff !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.apk-install-pro__arrow {
    background: #ffffff !important;
}

.apk-install-pro__dots button {
    background: #c7d9e8 !important;
}

.apk-install-pro__dots button.is-active {
    background: #0b7db7 !important;
}

.app-review-pro,
.app-review-pro * {
    box-sizing: border-box;
}

.app-review-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.12), 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);
}

.app-review-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;
}

.app-review-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;
}

.app-review-pro__head,
.app-review-pro__intro,
.app-review-pro__layout,
.app-review-pro__notes {
    position: relative;
    z-index: 2;
}

.app-review-pro__head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.app-review-pro__mark {
    display: inline-flex;
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    border-radius: 50%;
    background: #8fbd38;
    box-shadow: 0 0 0 8px rgba(143, 189, 56, 0.13);
}

.app-review-pro__head h2 {
    margin: 0 !important;
    color: #0d2239 !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 {
    display: none !important;
}

.app-review-pro__intro {
    margin: 0 0 24px !important;
    color: #0d2239 !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: #0d2239;
    font-size: 16px;
    font-weight: 850;
}

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

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

.app-review-pro__table tbody tr:hover td {
    background: #eaf4ff !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::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    background:
        linear-gradient(135deg, rgba(143, 189, 56, 0.22), rgba(11, 99, 206, 0.1));
    z-index: -1;
}

.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;
    padding: 0;
}

.app-review-pro__note span {
    display: inline-flex;
    width: 13px;
    height: 13px;
    margin-top: 7px;
    border-radius: 50%;
    background: #8fbd38;
    box-shadow: 0 0 0 7px rgba(143, 189, 56, 0.13);
}

.app-review-pro__note p {
    margin: 0 !important;
    color: #34445c !important;
    font-size: 16px !important;
    line-height: 1.62 !important;
}

.app-review-pro__note strong {
    color: #0d2239;
    font-weight: 850;
}

@media (max-width: 1024px) {
    .app-review-pro__layout {
        grid-template-columns: 1fr;
    }

    .app-review-pro__promo {
        max-width: 360px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .app-review-pro {
        margin: 34px auto 48px;
        padding: 22px 18px;
        border-radius: 24px;
    }

    .app-review-pro__head {
        margin-bottom: 20px;
    }

    .app-review-pro__head h2 {
        font-size: 28px !important;
        line-height: 1.12 !important;
    }

    .app-review-pro__intro {
        margin-bottom: 18px !important;
        font-size: 16px !important;
    }

    .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__table th {
        font-size: 15px;
    }

    .app-review-pro__promo {
        max-width: 320px;
        padding: 11px;
        border-radius: 24px;
    }

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

    .app-review-pro__notes {
        margin-top: 26px;
        gap: 13px;
    }

    .app-review-pro__note p {
        font-size: 15px !important;
        line-height: 1.58 !important;
    }
}

@media (max-width: 480px) {
    .app-review-pro__table {
        min-width: 560px;
    }

    .app-review-pro__promo {
        max-width: 100%;
    }
}

.mobile-benefits-pro,
.mobile-benefits-pro * {
    box-sizing: border-box;
}

.mobile-benefits-pro {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
    gap: clamp(32px, 5vw, 70px);
    align-items: center;
    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.12), 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);
}

.mobile-benefits-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;
}

.mobile-benefits-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;
}

.mobile-benefits-pro__content,
.mobile-benefits-pro__media {
    position: relative;
    z-index: 2;
}

.mobile-benefits-pro__head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.mobile-benefits-pro__mark {
    display: inline-flex;
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    border-radius: 50%;
    background: #8fbd38;
    box-shadow: 0 0 0 8px rgba(143, 189, 56, 0.13);
}

.mobile-benefits-pro__head h2 {
    margin: 0 !important;
    color: #0d2239 !important;
    font-size: clamp(30px, 3vw, 44px) !important;
    font-weight: 850 !important;
    line-height: 1.08 !important;
    letter-spacing: -0.055em !important;
}

.mobile-benefits-pro__head h2::before,
.mobile-benefits-pro__head h2::after {
    display: none !important;
}

.mobile-benefits-pro__intro {
    max-width: 680px;
    margin: 0 0 24px !important;
    color: #34445c !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 50px;
    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: "";
    position: absolute;
    top: 18px;
    left: 18px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #8fbd38;
    box-shadow: 0 0 0 7px rgba(143, 189, 56, 0.12);
}

.mobile-benefits-pro__item strong {
    display: block;
    margin-bottom: 5px;
    color: #0d2239;
    font-size: 16px;
    font-weight: 850;
    line-height: 1.25;
}

.mobile-benefits-pro__item p {
    margin: 0 !important;
    color: #34445c !important;
    font-size: 15px !important;
    line-height: 1.58 !important;
}

.mobile-benefits-pro__item a {
    color: #0b63ce;
    font-weight: 750;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

.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;
}

@media (max-width: 1024px) {
    .mobile-benefits-pro {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 768px) {
    .mobile-benefits-pro {
        margin: 34px auto 48px;
        padding: 22px 18px;
        border-radius: 24px;
    }

    .mobile-benefits-pro__head {
        margin-bottom: 18px;
    }

    .mobile-benefits-pro__head h2 {
        font-size: 28px !important;
        line-height: 1.12 !important;
    }

    .mobile-benefits-pro__intro {
        margin-bottom: 20px !important;
        font-size: 16px !important;
        line-height: 1.64 !important;
    }

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

    .mobile-benefits-pro__item::before {
        top: 17px;
        left: 16px;
        width: 16px;
        height: 16px;
    }

    .mobile-benefits-pro__item strong {
        font-size: 15px;
    }

    .mobile-benefits-pro__item p {
        font-size: 14px !important;
        line-height: 1.55 !important;
    }

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

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

.mobile-benefits-pro__mark {
    width: 17px !important;
    height: 17px !important;
    flex: 0 0 17px !important;
    border-radius: 50% !important;
    background: #8fbd38 !important;
    box-shadow: 0 0 0 8px rgba(143, 189, 56, 0.13) !important;
}

.mobile-benefits-pro__mark::before,
.mobile-benefits-pro__mark::after {
    content: none !important;
    display: none !important;
}

.mobile-benefits-pro__item {
    padding-left: 46px !important;
}

.mobile-benefits-pro__item::before {
    content: "" !important;
    position: absolute !important;
    top: 22px !important;
    left: 20px !important;
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    background: #0b7db7 !important;
    box-shadow: 0 0 0 6px rgba(11, 125, 183, 0.1) !important;
}

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

@media (max-width: 768px) {
    .mobile-benefits-pro__item {
        padding-left: 42px !important;
    }

    .mobile-benefits-pro__item::before {
        top: 21px !important;
        left: 18px !important;
        width: 9px !important;
        height: 9px !important;
        box-shadow: 0 0 0 5px rgba(11, 125, 183, 0.1) !important;
    }
}

:root {
    --ui-list-dot: #0b7db7;
    --ui-list-dot-soft: rgba(11, 125, 183, 0.1);
}

.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: #34445c;
    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 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 strong {
    color: #0d2239;
    font-weight: 850;
}

.app-review-pro__note span,
.mobile-benefits-pro__item::before,
.ui-note-item span,
.ui-feature-note span,
.ui-list-note span {
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    background: #0b7db7 !important;
    box-shadow: 0 0 0 5px rgba(11, 125, 183, 0.1) !important;
}

.app-review-pro__note span {
    margin-top: 9px !important;
}

.mobile-benefits-pro__item::before {
    top: 22px !important;
    left: 20px !important;
}

.app-review-pro__note span::before,
.app-review-pro__note span::after,
.ui-note-item span::before,
.ui-note-item span::after,
.ui-feature-note span::before,
.ui-feature-note span::after,
.ui-list-note span::before,
.ui-list-note span::after {
    content: none !important;
    display: none !important;
}

.welcome-bonus-pro,
.welcome-bonus-pro * {
    box-sizing: border-box;
}

.welcome-bonus-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.10), 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);
}

.welcome-bonus-pro::before {
    content: "";
    position: absolute;
    top: -150px;
    right: -150px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(11, 99, 206, 0.10), transparent 70%);
    pointer-events: none;
}

.welcome-bonus-pro::after {
    content: "";
    position: absolute;
    bottom: -170px;
    left: -160px;
    width: 390px;
    height: 390px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(143, 189, 56, 0.10), transparent 70%);
    pointer-events: none;
}

.welcome-bonus-pro__head,
.welcome-bonus-pro__intro,
.welcome-bonus-pro__promo,
.welcome-bonus-pro__cards,
.welcome-bonus-pro__table-block {
    position: relative;
    z-index: 2;
}

.welcome-bonus-pro__head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.welcome-bonus-pro__mark {
    display: inline-flex;
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    border-radius: 50%;
    background: #8fbd38;
    box-shadow: 0 0 0 8px rgba(143, 189, 56, 0.13);
}

.welcome-bonus-pro__head h2 {
    margin: 0 !important;
    color: #0d2239 !important;
    font-size: clamp(30px, 3vw, 44px) !important;
    font-weight: 850 !important;
    line-height: 1.08 !important;
    letter-spacing: -0.055em !important;
}

.welcome-bonus-pro__head h2::before,
.welcome-bonus-pro__head h2::after {
    display: none !important;
}

.welcome-bonus-pro__intro {
    max-width: 940px;
    margin: 0 0 28px !important;
    color: #34445c !important;
    font-size: 16px !important;
    line-height: 1.72 !important;
}

.welcome-bonus-pro__promo {
    margin-bottom: 32px;
    padding: 24px;
    border: 1px solid rgba(12, 77, 128, 0.10);
    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 {
    margin: 0 0 10px !important;
    color: #0d2239 !important;
    font-size: clamp(22px, 2vw, 28px) !important;
    font-weight: 850 !important;
    line-height: 1.2 !important;
}

.welcome-bonus-pro__promo-text {
    margin: 0 0 20px !important;
    color: #34445c !important;
    font-size: 16px !important;
    line-height: 1.65 !important;
}

.welcome-bonus-pro__promo-text strong {
    color: #0d2239;
    font-weight: 850;
}

.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.10);
    border-radius: 22px;
    background:
        linear-gradient(135deg, #ffffff 0%, #f1f7ff 100%);
    box-shadow: 0 14px 34px rgba(0, 31, 63, 0.05);
}

.welcome-bonus-pro__promo-note p {
    margin: 0 !important;
    color: #34445c !important;
    font-size: 16px !important;
    line-height: 1.65 !important;
}

.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: #0d2239;
    font-size: 14px;
    font-weight: 850;
    line-height: 1;
    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 {
    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 {
    margin: 0 0 12px !important;
    color: #0d2239 !important;
    font-size: 21px !important;
    font-weight: 850 !important;
    line-height: 1.25 !important;
}

.welcome-bonus-pro__card p {
    margin: 0 !important;
    color: #34445c !important;
    font-size: 15px !important;
    line-height: 1.68 !important;
}

.welcome-bonus-pro__table-block {
    padding: 24px;
    border: 1px solid rgba(12, 77, 128, 0.09);
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(247, 250, 253, 0.94));
    box-shadow: 0 16px 40px rgba(0, 31, 63, 0.05);
}

.welcome-bonus-pro__table-title {
    margin: 0 0 16px !important;
    color: #0d2239 !important;
    font-size: 20px !important;
    font-weight: 850 !important;
    line-height: 1.25 !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: #0d2239;
    font-size: 14px;
    font-weight: 850;
}

.welcome-bonus-pro__table tbody tr:nth-child(even) td {
    background: #f7fbff !important;
}

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

.welcome-bonus-pro__table tbody tr:hover td {
    background: #eef7ff !important;
}

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

@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) {
    .welcome-bonus-pro {
        margin: 34px auto 48px;
        padding: 22px 18px;
        border-radius: 24px;
    }

    .welcome-bonus-pro__head h2 {
        font-size: 28px !important;
        line-height: 1.12 !important;
    }

    .welcome-bonus-pro__intro {
        margin-bottom: 22px !important;
        font-size: 15px !important;
        line-height: 1.66 !important;
    }

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

    .welcome-bonus-pro__promo-content h3 {
        font-size: 22px !important;
    }

    .welcome-bonus-pro__promo-text,
    .welcome-bonus-pro__promo-note p {
        font-size: 15px !important;
        line-height: 1.6 !important;
    }

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

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

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

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

    .welcome-bonus-pro__code {
        min-height: 38px;
        font-size: 16px;
    }

    .welcome-bonus-pro__code-text {
        font-size: 13px;
    }

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

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

    .welcome-bonus-pro__card p {
        font-size: 14px !important;
        line-height: 1.62 !important;
    }

    .welcome-bonus-pro__table-block {
        padding: 18px;
        border-radius: 20px;
    }

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

    .welcome-bonus-pro__table th,
    .welcome-bonus-pro__table td {
        padding: 13px 14px;
        font-size: 13px;
    }
}

.welcome-bonus-pro__code-btn {
    text-decoration: none !important;
}

a.welcome-bonus-pro__code-btn {
    color: #0d2239 !important;
}

a.welcome-bonus-pro__code-btn:hover,
a.welcome-bonus-pro__code-btn:focus {
    color: #0d2239 !important;
}