        :root {
            --bg: #170f10;
            --brown: #4d1e1c;
            --brown2: #7b342c;
            --orange: #ff9f1c;
            --orange2: #ff6b35;
            --gold: #e7c76b;
            --ink: #191716;
            --muted: #5f5a57;
            --card: #fffaf4;
            --line: #eadfd4;
            --radius: 28px;
            --shadow: 0 24px 70px rgba(34, 16, 13, .22)
        }

        * {
            box-sizing: border-box
        }

        html {
            scroll-behavior: smooth
        }

        body {
            margin: 0;
            font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
            color: var(--ink);
            background: linear-gradient(135deg, #211111 0%, var(--brown) 45%, #110a0b 100%);
            line-height: 1.65
        }

        body.high-contrast {
            background: #000;
            color: #fff
        }

        body.high-contrast main,
        body.high-contrast .card,
        body.high-contrast .download-panel,
        body.high-contrast .voice-panel,
        body.high-contrast .review,
        body.high-contrast details {
            background: #000 !important;
            color: #fff !important;
            border-color: #fff !important
        }

        body.high-contrast a,
        body.high-contrast h1,
        body.high-contrast h2,
        body.high-contrast h3 {
            color: #ff0 !important
        }

        body.high-contrast .btn {
            background: #ff0 !important;
            color: #000 !important;
            border-color: #ff0 !important
        }

        body.high-contrast p,
        body.high-contrast li {
            color: #fff !important
        }

        a {
            color: #8a3b00
        }

        a:focus-visible,
        button:focus-visible,
        select:focus-visible,
        input:focus-visible {
            outline: 4px solid #111;
            outline-offset: 3px
        }

        .container {
            width: min(1180px, calc(100% - 32px));
            margin: auto
        }

        .skip {
            position: absolute;
            left: -999px;
            top: 8px;
            background: #fff;
            color: #000;
            padding: 10px;
            z-index: 1000
        }

        .skip:focus {
            left: 8px
        }

        .topbar {
            position: sticky;
            top: 0;
            z-index: 50;
            background: rgba(28, 14, 13, .82);
            backdrop-filter: blur(18px);
            border-bottom: 1px solid rgba(255, 255, 255, .12)
        }

        .nav {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 18px;
            padding: 12px 0
        }

        .brand {
            display: flex;
            align-items: center;
            gap: 12px;
            color: #fff;
            text-decoration: none;
            font-weight: 900;
            font-size: 1.15rem
        }

        .brand img {
            width: 54px;
            height: 54px;
            border-radius: 16px;
            box-shadow: 0 8px 20px rgba(0, 0, 0, .25)
        }

        .menu {
            display: flex;
            align-items: center;
            gap: 6px;
            list-style: none;
            margin: 0;
            padding: 0
        }

        .menu a {
            display: block;
            color: #ffe8c7;
            text-decoration: none;
            font-weight: 700;
            padding: 10px 12px;
            border-radius: 999px
        }

        .menu a:hover {
            background: rgba(255, 255, 255, .12);
            color: #fff
        }

        .burger {
            display: none;
            background: rgba(255, 255, 255, .08);
            border: 1px solid rgba(255, 255, 255, .22);
            border-radius: 14px;
            padding: 10px;
            color: #fff
        }

        .burger span {
            display: block;
            width: 24px;
            height: 2px;
            background: #fff;
            margin: 5px
        }

        .lang-select {
            position: relative
        }

        .lang-button {
            display: flex;
            align-items: center;
            gap: 8px;
            background: #fff;
            color: #2a1513;
            border: 0;
            border-radius: 999px;
            padding: 9px 12px;
            font-weight: 800;
            cursor: pointer
        }

        .lang-button img {
            width: 22px
        }

        .lang-menu {
            display: none;
            position: absolute;
            right: 0;
            top: 48px;
            background: #fff;
            border-radius: 18px;
            box-shadow: var(--shadow);
            padding: 8px;
            min-width: 190px
        }

        .lang-menu.is-open {
            display: grid
        }

        .lang-menu button {
            display: flex;
            align-items: center;
            gap: 10px;
            border: 0;
            background: transparent;
            padding: 9px;
            border-radius: 12px;
            text-align: left;
            cursor: pointer
        }

        .lang-menu button:hover {
            background: #fff1df
        }

        .lang-menu img {
            width: 22px
        }

        .language {
            display: none
        }

        .hero {
            color: #fff;
            padding: 70px 0 56px;
            overflow: hidden
        }

        .hero-grid {
            display: grid;
            grid-template-columns: 1.1fr .9fr;
            gap: 42px;
            align-items: center
        }

        .eyebrow {
            display: inline-flex;
            align-items: center;
            align-self: center;
            justify-content: center;
            width: fit-content;
            gap: 8px;
            background: rgba(255, 159, 28, .16);
            border: 1px solid rgba(255, 159, 28, .45);
            color: #ffd79b;
            border-radius: 999px;
            padding: 7px 12px;
            text-align: center;
            font-weight: 800
        }

        h1 {
            font-size: clamp(2.2rem, 6vw, 5.2rem);
            line-height: 1;
            margin: 20px 0
        }

        h2 {
            font-size: clamp(1.8rem, 3.2vw, 3rem);
            line-height: 1.12;
            margin: 0 0 16px
        }

        h3 {
            font-size: 1.2rem;
            margin: 0 0 10px
        }

        .lead {
            font-size: 1.25rem;
            color: #f4dfcf;
            max-width: 720px
        }

        .hero-card {
            background: linear-gradient(160deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .05));
            border: 1px solid rgba(255, 255, 255, .2);
            border-radius: 36px;
            padding: 28px;
            text-align: center;
            box-shadow: var(--shadow)
        }

        .hero-card img {
            max-width: min(100%, 320px);
            filter: drop-shadow(0 30px 35px rgba(0, 0, 0, .35))
        }

        .stats {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 12px;
            margin-top: 22px
        }

        .stat {
            background: rgba(255, 255, 255, .1);
            border-radius: 20px;
            padding: 14px
        }

        .stat b {
            display: block;
            font-size: 1.45rem;
            color: #fff
        }

        .actions {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            margin-top: 26px
        }

        .btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            border: 0;
            border-radius: 999px;
            padding: 14px 22px;
            font-weight: 900;
            text-decoration: none;
            cursor: pointer;
            min-height: 52px
        }

        .btn-primary {
            background: linear-gradient(135deg, var(--orange), var(--orange2));
            color: #fff;
            box-shadow: 0 18px 35px rgba(255, 107, 53, .3)
        }

        .btn-light {
            background: #fff;
            color: #321815
        }

        .btn-outline {
            border: 2px solid currentColor;
            color: #fff;
            background: transparent
        }

        main {
            background: #fff7ee;
            border-radius: 36px 36px 0 0;
            box-shadow: var(--shadow)
        }

        section {
            padding: 32px 0
        }

        .section-head {
            max-width: 760px;
            margin: 0 auto 34px;
            text-align: center
        }

        .section-head p {
            color: var(--muted)
        }

        .grid {
            display: grid;
            gap: 20px
        }

        .features {
            grid-template-columns: repeat(3, 1fr)
        }

        .card {
            background: var(--card);
            border: 1px solid var(--line);
            border-radius: var(--radius);
            padding: 24px;
            box-shadow: 0 14px 35px rgba(62, 35, 26, .08)
        }

        .icon {
            width: 48px;
            height: 48px;
            border-radius: 16px;
            background: linear-gradient(135deg, #fff0c0, #ff8d42);
            display: grid;
            place-items: center;
            font-size: 1.45rem;
            margin-bottom: 14px
        }

        .download-panel {
            background: linear-gradient(135deg, #fff, #ffe5bd);
            border: 1px solid #ffd08a;
            border-radius: 34px;
            padding: 28px;
            display: grid;
            grid-template-columns: 1fr auto;
            gap: 24px;
            align-items: center;
            box-shadow: var(--shadow)
        }

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

        .store {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: #1d1716;
            color: #fff;
            text-decoration: none;
            border-radius: 18px;
            padding: 12px 16px;
            font-weight: 800
        }

        .store img {
            height: 42px;
            width: auto
        }

        details {
            background: #fff;
            border: 1px solid var(--line);
            border-radius: 20px;
            margin-top: 16px;
            padding: 18px;
            text-align: left
        }

        summary {
            font-weight: 900;
            cursor: pointer;
            color: #4d1e1c;

        }

        .versions a {
            font-weight: 800
        }

        .screens-wrap {
            position: relative
        }

        .screens {
            display: flex;
            gap: 18px;
            overflow-x: auto;
            scroll-snap-type: x mandatory;
            padding: 8px 4px 18px;
            scrollbar-width: thin
        }

        .shot {
            flex: 0 0 280px;
            scroll-snap-align: start;
            border-radius: 28px;
            background: linear-gradient(145deg, #3b2020, #f2b45b);
            padding: 12px;
            box-shadow: 0 16px 35px rgba(0, 0, 0, .16)
        }

        .placeholder {
            height: 520px;
            border-radius: 20px;
            background: repeating-linear-gradient(135deg, #fff8ee, #fff8ee 18px, #f5dfc3 18px, #f5dfc3 36px);
            display: grid;
            place-items: center;
            text-align: center;
            color: #4d1e1c;
            font-weight: 900
        }

        .car-btn {
            position: absolute;
            top: 45%;
            transform: translateY(-50%);
            z-index: 1;
            border: 0;
            border-radius: 50%;
            width: 48px;
            height: 48px;
            background: #4d1e1c;
            color: #fff;
            font-size: 1.7rem;
            box-shadow: var(--shadow);
            cursor: pointer
        }

        .car-prev {
            left: -12px
        }

        .car-next {
            right: -12px
        }

        .video-wrapper {
            position: relative;
            padding-bottom: 56.25%;
            height: 0;
            border-radius: 30px;
            overflow: hidden;
            box-shadow: var(--shadow);
            background: #000
        }

        .video-wrapper video {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%
        }

        .voice-panel {
            background: #fff;
            border: 1px solid var(--line);
            border-radius: 34px;
            padding: 26px;
            box-shadow: var(--shadow)
        }

        .voice-actions {
            display: grid;
            grid-template-columns: 1fr auto;
            gap: 14px
        }

        select,
        input {
            width: 100%;
            border: 2px solid #e6cab0;
            border-radius: 16px;
            padding: 14px 16px;
            font: inherit;
            background: #fff
        }

        .hint {
            color: var(--muted);
            font-size: .95rem
        }

        .buy {
            background: radial-gradient(circle at top left, #7b342c, var(--brown));
            color: #fff
        }

        .buy p,
        .buy li {
            color: #ffe8d2
        }

        .buy-card {
            background: rgba(255, 255, 255, .1);
            border: 1px solid rgba(255, 255, 255, .25);
            border-radius: 34px;
            padding: 26px
        }

        .payment-form-highlight {
            background: #fff;
            color: #111;
            border-radius: 24px;
            padding: 22px;
            margin-top: 18px;
            overflow: auto;
            height: 340px;
        }

        .reviews {
            grid-template-columns: repeat(3, 1fr)
        }

        .review {
            background: #fff;
            border-left: 6px solid var(--orange);
            border-radius: 22px;
            padding: 22px;
            box-shadow: 0 12px 30px rgba(0, 0, 0, .08)
        }

        .accessibility-fixed {
            position: fixed;
            right: 18px;
            bottom: 18px;
            z-index: 60;
            background: #111;
            color: #fff;
            border: 2px solid #fff;
            border-radius: 999px;
            padding: 13px 18px;
            font-weight: 900;
            box-shadow: var(--shadow);
            cursor: pointer
        }

        footer {
            color: #ffe8d2;
            text-align: center;
            padding: 38px 16px
        }

        footer a {
            color: #ffd08a
        }

             h1 {
            background: linear-gradient(135deg, #000 0%, #4d1e1c 100%);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            text-shadow: none;
        }
        header h1 {
            display: inline-block;
            padding: 0 0.05em;
        }
        .language {
            background: rgba(255, 255, 255, 0.08);
            border: 1px solid rgba(255, 255, 255, 0.14);
            border-radius: 999px;
            padding: 8px 6px;
            gap: 8px;
        }
        .language br {
            display: none;
        }
        .language__img {
            border-radius: 50%;
            box-shadow: 0 0 0 0 rgba(255, 159, 28, 0);
            transition: opacity .2s ease, transform .2s ease, box-shadow .2s ease;
        }
        .language__img:hover,
        .language__img_active {
            transform: scale(1.08);
            box-shadow: 0 0 0 3px rgba(255, 159, 28, 0.55);
        }
        .site-actions {
            display: flex;
            align-items: center;
            gap: 12px;
        }
        .download-options {
            align-items: stretch;
            justify-content: center;
        }
        .download-card {
            height: 100%;
            min-height: 116px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 10px;
            border-radius: 22px;
            background: #fff;
            border: 1px solid rgba(0, 0, 0, 0.08);
            box-shadow: var(--shadow-card);
            color: var(--text-dark);
            text-decoration: none;
            padding: 22px;
        }
        .download-card:hover,
        .download-card:focus {
            transform: translateY(-2px);
            text-decoration: none;
        }
        .download-card .btn-download {
            min-width: 220px;
            min-height: 56px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 1.05rem;
            padding: .75rem 1.4rem;
        }
        .voice-actions .btn-download {
            min-height: 50px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            flex: 0 0 280px;
            text-align: center;
        }
        .carousel-wrap {
            position: relative;
        }
        .carousel-track {
            display: flex;
            gap: 20px;
            overflow-x: auto;
            scroll-snap-type: x mandatory;
            scroll-behavior: smooth;
            padding: 10px 6px 22px;
            scrollbar-width: thin;
        }
        .carousel-track > * {
            scroll-snap-align: center;
            flex: 0 0 min(320px, 82vw);
        }
        .screenshot-card img {
            width: 100%;
            aspect-ratio: 9 / 16;
            object-fit: cover;
            border-radius: 24px;
            box-shadow: var(--shadow-card);
            background: #d8d8dc;
        }
        .review-card {
            min-height: 210px;
            display: flex;
            align-items: center;
            margin: 0;
            border-radius: 20px;
            background: #fff;
            color: var(--text-dark);
            border-left: 5px solid var(--accent);
            box-shadow: var(--shadow-card);
            font-style: normal;
            text-align: left;
            line-height: 1.55;
        }
        .carousel-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            z-index: 2;
            width: 44px;
            height: 44px;
            border: 1px solid rgba(255, 255, 255, 0.35);
            border-radius: 50%;
            background: rgba(77, 30, 28, 0.62);
            color: #fff;
            font-size: 28px;
            line-height: 1;
            cursor: pointer;
            backdrop-filter: blur(6px);
        }
        .carousel-btn:hover {
            background: rgba(77, 30, 28, 0.86);
        }
        .carousel-btn.prev { left: 4px; }
        .carousel-btn.next { right: 4px; }
        .ym-payment-btn-block .ym-btn-pay,
        .ym-payment-btn-block button.ym-btn-pay {
            border-radius: 999px !important;
            border: 1px solid #995309 !important;
            background: linear-gradient(135deg, #ffb12b 0%, #ff7a00 55%, #e85a00 100%) !important;
            box-shadow: 0 16px 32px rgba(255, 122, 0, 0.35), 0 1px 0 rgba(255,255,255,.45) inset !important;
            color: #fff !important;
            font-weight: 800 !important;
            text-shadow: 0 -1px 0 rgba(0,0,0,.35) !important;
            min-height: 54px !important;
            padding: 0 26px !important;
        }
        .ym-payment-btn-block .ym-btn-pay:hover,
        .ym-payment-btn-block button.ym-btn-pay:hover {
            filter: brightness(1.08);
        }
        @media only screen and (max-width: 900px) {

            .site-header {
                gap: 10px;
            }
            .site-actions {
                margin-left: auto;
                order: 3;
            }
            .site-actions .language {
                position: static;
                transform: none;
                flex-direction: row;
                order: 2;
                z-index: 1;
                max-width: calc(100vw - 115px);
                overflow-x: auto;
                padding: 7px;
            }
            .nav-toggle {
                order: 4;
            }
            .ym-logo {
                display: none !important;
            }
        }

        @media(max-width:900px) {

            .hero-grid,
            .download-panel {
                grid-template-columns: 1fr
            }

            .features,
            .reviews {
                grid-template-columns: 1fr 1fr
            }

            .menu {
                position: absolute;
                left: 16px;
                right: 16px;
                top: 78px;
                display: none;
                flex-direction: column;
                align-items: stretch;
                background: #241211;
                border: 1px solid rgba(255, 255, 255, .18);
                border-radius: 24px;
                padding: 12px
            }

            .menu.is-open {
                display: flex
            }

            .burger {
                display: block
            }

            .nav {
                position: relative
            }

            .lang-select {
                margin-left: auto
            }
        }

        @media(max-width:620px) {
            .container {
                width: min(100% - 24px, 1180px)
            }

            .hero {
                padding-top: 38px
            }

            .features,
            .reviews,
            .stats {
                grid-template-columns: 1fr
            }

            .voice-actions {
                grid-template-columns: 1fr
            }

            .store {
                width: 100%;
                justify-content: center
            }

            section {
                padding: 52px 0
            }

            .car-btn {
                display: none
            }

            .accessibility-fixed {
                left: 12px;
                right: 12px;
                border-radius: 18px
            }
        }

/* 2026 landing refinements */
h1,
h2 {
    background: linear-gradient(135deg, #ffffff 0%, #f3d7ca 45%, #4d1e1c 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
main h2 { background: linear-gradient(135deg, #6f312b 0%, #4d1e1c 55%, #ffffff 100%); -webkit-background-clip: text; background-clip: text; }
.hero-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; }
.hero-grid > div:first-child,
.hero-card { min-height: 100%; }
.hero-card { display: flex; flex-direction: column; justify-content: center; max-width: 520px; justify-self: stretch; }
.hero-card img { width: min(100%, 230px); max-width: 230px; margin: 0 auto; }
.download-btn { width: 205px; min-height: 62px; border-radius: 999px; justify-content: center; padding: 10px 18px; }
.store.download-btn { background: linear-gradient(135deg, #1d1716, #4d1e1c); box-shadow: 0 18px 35px rgba(77,30,28,.22); }
.store.download-btn img { max-height: 34px; }
.screens { scroll-behavior: smooth; scrollbar-width: none; }
.screens::-webkit-scrollbar, .reviews::-webkit-scrollbar { display: none; }
.screenshot-card { flex: 0 0 calc((100% - 54px) / 4); scroll-snap-align: start; }
.screenshot-card img { object-fit: contain; background: #fff; }
.car-btn { background: rgba(77, 30, 28, .62); border: 1px solid rgba(255,255,255,.45); backdrop-filter: blur(8px); z-index: 3; }
.car-btn:hover { background: rgba(77, 30, 28, .9); }
.reviews-wrap { position: relative; }
.reviews { display: flex; gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; padding: 8px 4px 18px; }
.review { flex: 0 0 calc((100% - 36px) / 3); scroll-snap-align: start; min-height: 190px; }
.reviews-prev { left: -12px; }
.reviews-next { right: -12px; }
.ym-payment-btn-block .ym-btn-pay,
.ym-payment-btn-block button.ym-btn-pay {
    border-radius: 999px !important;
    border: 1px solid #ffbd54 !important;
    background: linear-gradient(135deg, #ffcf4d 0%, #ff7a00 52%, #ff3d00 100%) !important;
    box-shadow: 0 18px 38px rgba(255, 107, 53, .45), 0 1px 0 rgba(255,255,255,.5) inset !important;
    color: #fff !important;
    font-weight: 900 !important;
    min-height: 56px !important;
    padding: 0 28px !important;
}
.lang-menu button.is-active { background: #fff1df; font-weight: 900; }


@media(max-width:900px) {
    .nav { gap: 10px; }
    .menu { order: 4; }
    .lang-select { margin-left: auto; order: 2; }
    .burger { order: 3; margin-left: 0; }
    .ym-logo { display: none !important; }
    .hero-grid { grid-template-columns: 1fr; }
    .hero-card { max-width: none; }
    .screenshot-card { flex-basis: calc((100% - 18px) / 2); }
    .review { flex-basis: calc((100% - 18px) / 2); }
}
@media(max-width:620px) {
    .lang-button span { display: none; }
    .burger { display: block; }
    .car-btn { display: grid; place-items: center; width: 42px; height: 42px; }
    .screenshot-card, .review { flex-basis: 82%; }
    .download-btn { width: 100%; }
}
.content-page .card { max-width: 980px; margin: 0 auto; }
.content-page table { width: 100%; border-collapse: collapse; margin: 24px 0; background: #fff; }
.content-page th, .content-page td { border: 1px solid var(--line); padding: 12px; text-align: left; vertical-align: top; }
.content-page th { background: #ffe5bd; color: #4d1e1c; }
.content-page .warning { color: #a82018; font-weight: 800; }
.page-hero { padding: 58px 0; }

/* Requested layout fixes */
.feature-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}
.feature-title .icon {
    flex: 0 0 48px;
    margin-bottom: 0;
}
.feature-title h3 {
    margin: 0;
}
.hero-grid > div:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hero-card {
    min-height: 0;
    align-self: stretch;
    padding: 22px;
}
.hero-card img {
    width: min(100%, 200px);
    max-width: 200px;
    max-height: 330px;
    object-fit: contain;
}
.hero-card p {
    margin: 14px 0 0;
}

@media (min-width: 901px) and (max-height: 820px) {
    .nav { padding: 8px 0; }
    .brand img { width: 46px; height: 46px; border-radius: 14px; }
    .hero { padding: 34px 0 32px; }
    h1 { font-size: clamp(2.2rem, 5vw, 4.25rem); margin: 14px 0; }
    .lead { font-size: 1.12rem; margin: 0; }
    .actions { margin-top: 18px; }
    .stats { margin-top: 16px; }
    .stat { padding: 10px 12px; }
    .stat b { font-size: 1.25rem; }
    .hero-card { padding: 20px; }
    .hero-card img { width: min(100%, 170px); max-width: 170px; max-height: 260px; }
    .hero-card p { margin-top: 10px; }
}
.voice-actions {
    grid-template-columns: minmax(220px, 1fr) auto auto;
    align-items: stretch;
}
.voice-preview[hidden] {
    display: none;
}
.voice-preview {
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    border: 1px solid #995309;
    background: linear-gradient(135deg, #ffb12b 0%, #ff7a00 55%, #e85a00 100%);
    color: #fff;
    box-shadow: 0 14px 28px rgba(255, 122, 0, 0.28), 0 1px 0 rgba(255,255,255,.45) inset;
    text-shadow: 0 -1px 0 rgba(0,0,0,.28);
}
.voice-preview:hover,
.voice-preview:focus {
    color: #fff;
    filter: brightness(1.08);
    text-decoration: none;
}
.payment-form-highlight {
    overflow-x: hidden;
}
.payment-form-highlight .yoomoney-payment-form,
.payment-form-highlight .ym-products,
.payment-form-highlight .ym-customer-info,
.payment-form-highlight .ym-product-line,
.payment-form-highlight .ym-payment-btn-block {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}
.payment-form-highlight .ym-product-line,
.payment-form-highlight .ym-payment-btn-block {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    align-items: center !important;
}
.payment-form-highlight .ym-product-description {
    min-width: 0 !important;
    flex: 1 1 260px !important;
    white-space: normal !important;
}
.payment-form-highlight .ym-btn-pay,
.payment-form-highlight button.ym-btn-pay {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 240px !important;
    width: auto !important;
    max-width: 100% !important;
    padding: 0 34px !important;
    white-space: nowrap !important;
    line-height: 1 !important;
    text-align: center !important;
}
.payment-form-highlight .ym-btn-pay .ym-text-crop,
.payment-form-highlight button.ym-btn-pay .ym-text-crop {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    max-width: none !important;
    overflow: visible !important;
    text-overflow: clip !important;
    line-height: 1 !important;
}
@media(max-width:620px) {
    .voice-actions {
        grid-template-columns: 1fr;
    }
    .accessibility-fixed {
        left: auto;
        right: 16px;
        bottom: 16px;
        width: 56px;
        height: 56px;
        padding: 0;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 0;
    }
    .accessibility-fixed::before {
        content: "👓";
        font-size: 28px;
        line-height: 1;
    }
    .payment-form-highlight {
        padding: 16px;
    }
    .payment-form-highlight .ym-btn-pay,
    .payment-form-highlight button.ym-btn-pay {
        width: 100% !important;
        min-width: 0 !important;
    }
}

.voice-panel label {
    display: block;
    margin: 0 0 14px;
}

.voice-player-wrap {
    margin-top: 16px;
    padding: 14px;
    border: 1px solid #f0d8bd;
    border-radius: 18px;
    background: #fff7ed;
}

.voice-player-wrap[hidden] {
    display: none;
}

.voice-player-wrap audio {
    display: block;
    width: 100%;
}

.voice-player-status {
    margin: 8px 0 0;
    color: var(--muted);
    font-size: .95rem;
}
