/* ==========================================================================
   Pussybet O'zbekiston — mobile-first SEO landing
   Class system: psb-*   ·   Font: Montserrat (self-hosted, variable)
   Brand color: #6840F8 (violet) + #FF3D9A (pink) + #FFC24B (gold)
   Languages: uz-UZ (primary, root) · ru-UZ (/ru/)
   ========================================================================== */

/* Montserrat — self-hosted variable font (weight 400–900 в одном файле на субсет).
   Скачан с Google Fonts (лицензия OFL). unicode-range → браузер качает только нужный субсет. */
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url(/fonts/montserrat-cyrillic-ext.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url(/fonts/montserrat-cyrillic.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url(/fonts/montserrat-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url(/fonts/montserrat-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Fallback-метрика под Montserrat — минимизирует CLS до подгрузки шрифта */
@font-face {
    font-family: "Montserrat Fallback";
    src: local("Arial");
    ascent-override: 92%;
    descent-override: 24%;
    line-gap-override: 0%;
    size-adjust: 112%;
}

:root {
    /* Brand — violet */
    --psb-violet:      #6840F8;
    --psb-violet-hi:   #8A6BFF;
    --psb-violet-lo:   #5330D8;
    --psb-violet-deep: #3A1E9E;
    /* Accent — pink + gold */
    --psb-pink:        #FF3D9A;
    --psb-pink-soft:   rgba(255, 61, 154, 0.18);
    --psb-gold:        #FFC24B;
    --psb-gold-soft:   rgba(255, 194, 75, 0.18);
    --psb-green:       #16B37E;
    --psb-green-soft:  rgba(22, 179, 126, 0.18);
    /* Surfaces */
    --psb-bg:          #0B0713;
    --psb-bg-elev:     #140C22;
    --psb-card:        #181026;
    --psb-card-2:      #211634;
    /* Borders */
    --psb-edge:        rgba(104, 64, 248, 0.30);
    --psb-edge-soft:   rgba(255, 255, 255, 0.08);
    /* Text */
    --psb-text:        #ffffff;
    --psb-soft:        #dcd7ea;
    --psb-mute:        #9b93b3;
    /* Layout */
    --psb-radius:      14px;
    --psb-radius-sm:   10px;
    --psb-bar-h:       60px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Montserrat', 'Montserrat Fallback', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
    background-color: var(--psb-bg);
    color: var(--psb-text);
    font-weight: 400;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    background-image:
        radial-gradient(ellipse at top, #1c0a3a 0%, var(--psb-bg) 40%, #060410 100%);
    background-attachment: fixed;
    overflow-x: hidden;
    min-height: 100dvh;
}

.psb-skip {
    position: fixed;
    top: 8px;
    left: 8px;
    z-index: 2000;
    padding: 10px 14px;
    border-radius: 8px;
    background: #fff;
    color: #160c28;
    font-weight: 800;
    text-decoration: none;
    transform: translateY(-150%);
}
.psb-skip:focus { transform: translateY(0); }

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }

.psb-shell {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 16px;
}

/* --------------------------------------------------------------------------
   1. TOP BAR
   -------------------------------------------------------------------------- */
.psb-bar {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 1000;
    background: rgba(10, 6, 20, 0.86);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--psb-edge);
    padding: 10px 0;
}
.psb-bar__row {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}
.psb-logo {
    flex: 0 0 auto;
    margin-right: auto;
    line-height: 0;
}
.psb-logo img {
    height: 46px;
    width: auto;
    max-width: 210px;
    filter: drop-shadow(0 0 10px rgba(104, 64, 248, 0.55));
}

/* burger (mobile only) */
.psb-burger {
    background: transparent;
    border: 0;
    padding: 8px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    z-index: 1060;
    flex: 0 0 auto;
    order: 4;
    position: relative;
}
.psb-burger span {
    width: 24px;
    height: 3px;
    background: var(--psb-text);
    border-radius: 2px;
    transition: transform 0.3s, opacity 0.3s, background 0.3s;
    display: block;
}
.psb-burger.is-psb-active span:nth-child(1) { transform: rotate(45deg) translate(6px, 6px); background: var(--psb-violet-hi); }
.psb-burger.is-psb-active span:nth-child(2) { opacity: 0; }
.psb-burger.is-psb-active span:nth-child(3) { transform: rotate(-45deg) translate(6px, -6px); background: var(--psb-violet-hi); }

/* mobile slide-out menu */
.psb-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: min(82vw, 360px);
    height: 100dvh;
    background: #0a0616;
    background-image: linear-gradient(180deg, #1a0a38 0%, #0a0616 100%);
    border-left: 1px solid var(--psb-edge);
    box-shadow: -16px 0 40px rgba(0,0,0,0.55);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 6px;
    padding: 84px 22px 28px;
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.77,0.2,0.05,1);
    z-index: 1050;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.psb-menu.is-psb-active { transform: translateX(0); }
.psb-menu::before {
    content: "";
    position: fixed;
    top: 0; right: 0; bottom: 0; left: 0;
    background: rgba(0,0,0,0.55);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
    z-index: -1;
}
.psb-menu.is-psb-active::before { opacity: 1; }
.psb-menu a {
    color: var(--psb-text);
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.6px;
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid transparent;
    transition: color 0.25s, background 0.25s, border-color 0.25s;
    display: flex;
    align-items: center;
    gap: 10px;
}
.psb-menu a:hover, .psb-menu a:focus {
    color: var(--psb-violet-hi);
    background: rgba(104, 64, 248, 0.08);
    border-color: var(--psb-edge);
}
.psb-menu a[aria-current="page"] {
    color: var(--psb-violet-hi);
    background: rgba(104, 64, 248, 0.10);
    border-color: var(--psb-edge);
}
.psb-menu a.psb-menu__btn {
    background: linear-gradient(180deg, var(--psb-violet) 0%, var(--psb-violet-lo) 100%);
    color: #fff;
    box-shadow: 0 6px 18px rgba(104, 64, 248, 0.45);
    border-color: transparent;
    justify-content: center;
}
.psb-menu a.psb-menu__btn::before {
    content: "★";
    color: var(--psb-gold);
    font-size: 0.95em;
    line-height: 1;
}
.psb-menu a.psb-menu__btn:hover, .psb-menu a.psb-menu__btn:focus {
    color: #fff;
    background: linear-gradient(180deg, var(--psb-violet-lo) 0%, var(--psb-violet-deep) 100%);
    border-color: transparent;
}
body.is-psb-locked { overflow: hidden; }

/* locale switcher */
.psb-locale { position: relative; flex: 0 0 auto; order: 3; }
.psb-locale__btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(104, 64, 248, 0.14);
    color: var(--psb-text);
    border: 1px solid var(--psb-edge);
    padding: 7px 12px;
    font-weight: 800;
    font-size: 12px;
    border-radius: 8px;
    cursor: pointer;
    font-family: inherit;
    letter-spacing: 0.5px;
    line-height: 1;
    min-height: 34px;
}
.psb-locale__btn::after {
    content: "▾";
    color: var(--psb-violet-hi);
    font-size: 0.85em;
    transition: transform 0.25s;
}
.psb-locale.is-psb-active .psb-locale__btn::after { transform: rotate(180deg); }
.psb-locale__btn:hover, .psb-locale__btn:focus { border-color: var(--psb-violet-hi); }
.psb-locale__list {
    list-style: none;
    margin: 0;
    padding: 6px;
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 88px;
    background: #100a20;
    border: 1px solid var(--psb-edge);
    border-radius: 10px;
    box-shadow: 0 10px 24px rgba(0,0,0,0.55);
    display: none;
    z-index: 1100;
}
.psb-locale.is-psb-active .psb-locale__list { display: block; }
.psb-locale__list li { list-style: none; }
.psb-locale__list a {
    display: block;
    text-decoration: none;
    color: var(--psb-text);
    padding: 8px 14px;
    font-weight: 800;
    font-size: 12px;
    border-radius: 6px;
    letter-spacing: 0.5px;
    min-width: 56px;
    text-align: center;
    white-space: nowrap;
}
.psb-locale__list a:hover { background: rgba(104, 64, 248, 0.18); color: var(--psb-violet-hi); }
.psb-locale__list a.is-psb-current { background: var(--psb-violet); color: #fff; }

/* --------------------------------------------------------------------------
   2. HERO
   -------------------------------------------------------------------------- */
.psb-hero {
    position: relative;
    min-height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    padding: 100px 0 50px;
}
.psb-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(520px circle at 18% 22%, rgba(104, 64, 248, 0.24), transparent 60%),
        radial-gradient(440px circle at 82% 78%, rgba(255, 61, 154, 0.16), transparent 60%);
    z-index: 1;
    pointer-events: none;
}
.psb-hero__inner { position: relative; z-index: 2; width: 100%; max-width: 880px; }
.psb-hero__logo { margin: 0 auto 22px; min-height: 20px; }
.psb-hero__logo img {
    width: 220px;
    max-width: 240px;
    height: auto;
    margin: 0 auto;
    filter: drop-shadow(0 0 25px rgba(104, 64, 248, 0.6));
}
.psb-hero__h1 {
    font-size: clamp(1.7rem, 7vw, 3.1rem);
    font-weight: 900;
    line-height: 1.18;
    letter-spacing: 0.005em;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.psb-hero__lead {
    font-size: clamp(0.98rem, 2.4vw, 1.18rem);
    color: var(--psb-soft);
    margin-bottom: 28px;
    font-weight: 500;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}
.psb-hero__h1 em { font-style: normal; color: var(--psb-violet-hi); }
.psb-hero__h1 ins { text-decoration: none; color: var(--psb-pink); }

/* trust pills */
.psb-trust {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 14px;
    margin: 26px auto 0;
    max-width: 640px;
    font-size: 0.82rem;
    color: var(--psb-mute);
}
.psb-trust__pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border: 1px solid var(--psb-edge-soft);
    background: rgba(255,255,255,0.02);
    border-radius: 999px;
}
.psb-trust__pill::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--psb-violet);
    box-shadow: 0 0 8px rgba(104, 64, 248, 0.7);
}
.psb-trust__pill--pink::before  { background: var(--psb-pink);  box-shadow: 0 0 8px rgba(255,61,154,0.7); }
.psb-trust__pill--gold::before  { background: var(--psb-gold);  box-shadow: 0 0 8px rgba(255,194,75,0.75); }
.psb-trust__pill--green::before { background: var(--psb-green); box-shadow: 0 0 8px rgba(22,179,126,0.75); }

/* --------------------------------------------------------------------------
   3. CTA BUTTONS
   -------------------------------------------------------------------------- */
.psb-cta {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
}
.psb-cta__btn {
    padding: 16px 22px;
    text-decoration: none;
    font-weight: 900;
    font-size: 14px;
    border-radius: var(--psb-radius-sm);
    text-transform: uppercase;
    letter-spacing: 0.9px;
    transition: transform 0.25s, box-shadow 0.25s, background 0.25s, border-color 0.25s;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    border: 0;
    cursor: pointer;
    min-height: 52px;
    white-space: normal;
    word-break: break-word;
}
.psb-cta__btn--primary {
    background: linear-gradient(180deg, var(--psb-violet-hi) 0%, var(--psb-violet) 100%);
    color: #fff;
    box-shadow: 0 8px 22px rgba(104, 64, 248, 0.45);
}
.psb-cta__btn--primary:hover, .psb-cta__btn--primary:focus {
    background: linear-gradient(180deg, var(--psb-violet) 0%, var(--psb-violet-lo) 100%);
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(104, 64, 248, 0.6);
}
.psb-cta__btn--ghost {
    background: transparent;
    color: var(--psb-text);
    border: 2px solid var(--psb-violet);
}
.psb-cta__btn--ghost:hover, .psb-cta__btn--ghost:focus {
    background: var(--psb-violet);
    color: #fff;
    transform: translateY(-3px);
}
.psb-cta__btn--pink {
    background: linear-gradient(180deg, #FF5EAD 0%, var(--psb-pink) 100%);
    color: #fff;
    box-shadow: 0 8px 22px rgba(255, 61, 154, 0.4);
}
.psb-cta__btn--pink:hover, .psb-cta__btn--pink:focus {
    background: linear-gradient(180deg, var(--psb-pink) 0%, #D81B78 100%);
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(255, 61, 154, 0.55);
}
.psb-cta__btn--gold {
    background: linear-gradient(180deg, #FFD277 0%, var(--psb-gold) 100%);
    color: #3A1E9E;
    box-shadow: 0 8px 22px rgba(255, 194, 75, 0.4);
}
.psb-cta__btn--gold:hover, .psb-cta__btn--gold:focus {
    background: linear-gradient(180deg, var(--psb-gold) 0%, #E9A21E 100%);
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(255, 194, 75, 0.55);
}
.psb-cta__btn.is-downloading {
    pointer-events: none;
    opacity: 0.6;
    cursor: default;
    transform: none;
}

/* --------------------------------------------------------------------------
   4. PROMO STRIP
   -------------------------------------------------------------------------- */
.psb-promo {
    margin: 32px auto 8px;
    width: calc(100% - 32px);
    max-width: 620px;
    border: 1px solid rgba(138, 107, 255, 0.55);
    border-radius: var(--psb-radius);
    padding: 20px;
    background:
        radial-gradient(circle at 50% 0%, rgba(104,64,248,0.18), transparent 60%),
        linear-gradient(145deg, rgba(24,16,38,0.98), rgba(11,7,19,0.98));
    box-shadow: 0 14px 32px rgba(0,0,0,0.35), inset 0 0 0 1px rgba(255,255,255,0.025);
    text-align: center;
}
.psb-promo__label {
    display: block;
    grid-column: 1 / -1;
    color: var(--psb-mute);
    font-size: 0.78rem;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.psb-promo__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    width: 100%;
}
.psb-promo__code {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 52px;
    font-size: clamp(1.25rem, 6vw, 1.7rem);
    font-weight: 900;
    color: var(--psb-gold);
    letter-spacing: 0.12em;
    text-shadow: 0 0 18px rgba(255, 194, 75, 0.45);
    padding: 10px 18px;
    border: 1px solid rgba(255,194,75,0.28);
    border-radius: 10px;
    background: rgba(255,194,75,0.07);
    overflow-wrap: anywhere;
}
.psb-promo__copy {
    background: var(--psb-violet);
    color: #fff;
    border: 0;
    border-radius: 8px;
    font-weight: 800;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 12px 20px;
    cursor: pointer;
    font-family: inherit;
    transition: background 0.2s, transform 0.2s;
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.psb-promo__copy:hover, .psb-promo__copy:focus-visible {
    background: var(--psb-violet-lo);
    transform: translateY(-1px);
}
.psb-promo__copy.is-psb-done { background: var(--psb-green); }
.psb-promo__msg {
    grid-column: 1 / -1;
    display: block;
    height: 0;
    margin-top: 0;
    font-size: 0.78rem;
    color: var(--psb-green);
    font-weight: 700;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.25s, height 0.25s, margin-top 0.25s;
}
.psb-promo__msg.is-psb-show {
    height: 1.2em;
    margin-top: 2px;
    opacity: 1;
}
@media (max-width: 520px) {
    .psb-promo { padding: 18px 16px; }
    .psb-promo__row { grid-template-columns: 1fr; }
    .psb-promo__label,
    .psb-promo__msg { grid-column: 1; }
    .psb-promo__copy {
        width: 100%;
        justify-content: center;
    }
}

/* --------------------------------------------------------------------------
   5. CONTENT BLOCKS
   -------------------------------------------------------------------------- */
.psb-section { padding: 44px 0; }
.psb-block {
    background: var(--psb-card);
    padding: 22px 18px;
    border-radius: var(--psb-radius);
    border: 1px solid var(--psb-edge-soft);
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}
.psb-block + .psb-block { margin-top: 22px; }
.psb-block--accent {
    background: linear-gradient(145deg, #1c0a38 0%, #0a0616 100%);
    border-color: var(--psb-violet);
    box-shadow: 0 14px 32px rgba(0,0,0,0.5), inset 0 0 0 1px rgba(104,64,248,0.14);
}
.psb-block--pink {
    background: linear-gradient(145deg, #2e0a25 0%, #0a0616 100%);
    border-color: var(--psb-pink);
    box-shadow: 0 14px 32px rgba(0,0,0,0.5), inset 0 0 0 1px rgba(255,61,154,0.18);
}
.psb-block--gold {
    background: linear-gradient(145deg, #2a2008 0%, #0a0616 100%);
    border-color: var(--psb-gold);
    box-shadow: 0 14px 32px rgba(0,0,0,0.5), inset 0 0 0 1px rgba(255,194,75,0.18);
}
.psb-block__title {
    margin-bottom: 16px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: clamp(1.3rem, 4.4vw, 1.85rem);
    color: var(--psb-violet-hi);
    line-height: 1.22;
    letter-spacing: 0.005em;
}
.psb-block--pink .psb-block__title { color: var(--psb-pink); }
.psb-block--gold .psb-block__title { color: var(--psb-gold); }
.psb-block p {
    color: var(--psb-soft);
    font-size: 1rem;
    margin-bottom: 14px;
}
.psb-block p:last-child { margin-bottom: 0; }
.psb-block strong, .psb-block b { color: var(--psb-violet-hi); font-weight: 700; }
.psb-block--pink strong, .psb-block--pink b { color: var(--psb-pink); }
.psb-block--gold strong, .psb-block--gold b { color: var(--psb-gold); }
.psb-block h3 {
    margin: 22px 0 12px;
    font-weight: 800;
    font-size: 1.08rem;
    text-transform: uppercase;
    color: var(--psb-text);
    letter-spacing: 0.03em;
}
.psb-block h4 {
    margin: 18px 0 8px;
    font-weight: 700;
    font-size: 0.98rem;
    color: var(--psb-pink);
}

/* lists */
.psb-list { list-style: none; margin: 8px 0 14px; }
.psb-list li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 10px;
    color: var(--psb-soft);
    font-size: 0.98rem;
}
.psb-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 9px;
    height: 9px;
    background-color: var(--psb-violet);
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(104, 64, 248, 0.65);
}
.psb-steps {
    list-style: none;
    counter-reset: psb-step;
    margin: 12px 0 4px;
    display: grid;
    gap: 12px;
}
.psb-steps > .psb-card-mini { margin: 0; }
.psb-steps li {
    counter-increment: psb-step;
    position: relative;
    padding-left: 48px;
    margin-bottom: 16px;
    color: var(--psb-soft);
    font-size: 0.98rem;
    line-height: 1.55;
}
.psb-steps li::before {
    content: counter(psb-step);
    position: absolute;
    left: 0;
    top: 0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: linear-gradient(180deg, var(--psb-violet-hi), var(--psb-violet));
    color: #fff;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    box-shadow: 0 4px 12px rgba(104, 64, 248, 0.45);
}

/* tables */
.psb-table {
    background: #080512;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--psb-edge-soft);
    margin: 14px 0 8px;
}
.psb-table table { width: 100%; border-collapse: collapse; }
.psb-table th, .psb-table td {
    padding: 12px 14px;
    text-align: left;
    border-bottom: 1px solid rgba(104, 64, 248, 0.14);
}
.psb-table th {
    color: var(--psb-violet-hi);
    text-transform: uppercase;
    font-size: 0.72rem;
    letter-spacing: 0.07em;
    background: rgba(104, 64, 248, 0.10);
}
.psb-table td { color: var(--psb-soft); font-size: 0.9rem; }
.psb-table tr:last-child td { border-bottom: 0; }
@media (max-width: 720px) {
    .psb-table thead { display: none; }
    .psb-table table, .psb-table tbody, .psb-table tr, .psb-table td, .psb-table tbody th { display: block; width: 100%; }
    .psb-table tr {
        margin-bottom: 12px;
        border-bottom: 2px solid var(--psb-violet);
        background: rgba(104,64,248,0.035);
    }
    .psb-table tr:last-child { margin-bottom: 0; }
    .psb-table td, .psb-table tbody th {
        display: block;
        padding: 12px 14px 13px;
        border-bottom: 1px solid rgba(104, 64, 248, 0.12);
        background: transparent;
        color: var(--psb-soft);
        font-size: 0.9rem;
        font-weight: 500;
        line-height: 1.55;
        letter-spacing: normal;
        text-align: left;
        text-transform: none;
        overflow-wrap: anywhere;
        word-break: normal;
    }
    .psb-table td::before, .psb-table tbody th::before {
        content: attr(data-label);
        display: block;
        margin-bottom: 5px;
        font-weight: 800;
        color: var(--psb-violet-hi);
        text-transform: uppercase;
        font-size: 0.68rem;
        letter-spacing: 0.04em;
        text-align: left;
    }
    .psb-table tr > :last-child { border-bottom: 0; }
}

/* chips */
.psb-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0 4px; }
.psb-chip {
    background: rgba(104, 64, 248, 0.12);
    border: 1px solid var(--psb-edge);
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 0.82rem;
    color: var(--psb-text);
    font-weight: 700;
}
.psb-chip--pink { background: var(--psb-pink-soft); border-color: rgba(255,61,154,0.4); }
.psb-chip--gold { background: var(--psb-gold-soft); border-color: rgba(255,194,75,0.4); }

/* feature grid */
.psb-grid { display: grid; gap: 12px; margin: 16px 0 6px; }
.psb-grid--features { grid-template-columns: 1fr; }
.psb-card-mini {
    background: rgba(104, 64, 248, 0.07);
    border: 1px solid var(--psb-edge);
    border-radius: 12px;
    padding: 16px;
}
.psb-card-mini__t {
    color: var(--psb-violet-hi);
    font-weight: 900;
    font-size: 0.92rem;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.psb-card-mini__d { color: var(--psb-mute); font-size: 0.9rem; line-height: 1.5; }

/* image figure */
.psb-figure { margin: 22px auto 8px; text-align: center; }
.psb-figure__img {
    width: 100%;
    max-width: 360px;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 14px;
    box-shadow: 0 14px 34px rgba(0,0,0,0.55), 0 0 0 1px var(--psb-edge);
    margin: 0 auto;
    background: #000;
}
.psb-figure__cap {
    margin-top: 10px;
    font-size: 0.82rem;
    color: var(--psb-mute);
    font-style: italic;
    line-height: 1.5;
}

.psb-banner-wrap {
    margin-top: -12px;
    margin-bottom: 8px;
}
.psb-banner {
    overflow: hidden;
    border: 1px solid var(--psb-edge);
    border-radius: var(--psb-radius);
    background: var(--psb-card);
    box-shadow: 0 18px 42px rgba(0,0,0,0.45), 0 0 32px rgba(104,64,248,0.12);
}
.psb-banner__img {
    width: 100%;
    height: auto;
    aspect-ratio: 1280 / 589;
    object-fit: cover;
    background: #110820;
}
.psb-banner__cap {
    padding: 12px 16px 14px;
    color: var(--psb-soft);
    font-size: 0.82rem;
    line-height: 1.55;
    border-top: 1px solid var(--psb-edge-soft);
}

/* Screenshot gallery */
.psb-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    max-width: 560px;
    margin: 26px auto 8px;
    text-align: center;
}
.psb-shot {
    width: 100%;
    height: auto;
    aspect-ratio: 379 / 800;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 10px 26px rgba(0,0,0,0.5), 0 0 0 1px var(--psb-edge);
    background: #000;
}
.psb-gallery figcaption {
    grid-column: 1 / -1;
    margin-top: 4px;
    font-size: 0.82rem;
    color: var(--psb-mute);
    font-style: italic;
    line-height: 1.5;
}

/* App spec list */
.psb-specs {
    list-style: none;
    margin: 18px 0 6px;
    padding: 0;
    display: grid;
    gap: 8px;
}
.psb-specs li {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 4px 14px;
    padding: 10px 14px;
    background: var(--psb-card);
    border: 1px solid var(--psb-edge-soft);
    border-radius: var(--psb-radius-sm);
    font-size: 0.9rem;
}
.psb-specs li > span { color: var(--psb-mute); }
.psb-specs li > strong { color: var(--psb-soft); text-align: right; font-weight: 600; margin-left: auto; }

.psb-block .psb-cta { margin: 18px auto 0; }

/* --------------------------------------------------------------------------
   6. RELATED LINKS HUB
   -------------------------------------------------------------------------- */
.psb-related {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 18px;
}
.psb-related__card {
    display: block;
    background: var(--psb-card-2);
    border: 1px solid var(--psb-edge);
    border-radius: 14px;
    padding: 18px 20px;
    text-decoration: none;
    color: var(--psb-text);
    transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.psb-related__card:hover, .psb-related__card:focus {
    transform: translateY(-2px);
    border-color: var(--psb-violet);
    box-shadow: 0 10px 24px rgba(104, 64, 248, 0.28);
}
.psb-related__kicker {
    display: block;
    font-size: 0.7rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--psb-pink);
    font-weight: 800;
    margin-bottom: 6px;
}
.psb-related__title { display: block; font-size: 1.05rem; font-weight: 800; margin-bottom: 6px; }
.psb-related__desc { display: block; font-size: 0.88rem; color: var(--psb-soft); line-height: 1.55; }

.psb-review-section { padding-top: 12px; }
.psb-review-invite {
    display: grid;
    gap: 20px;
    align-items: center;
    padding: 24px 20px;
    border: 1px solid rgba(22,179,126,0.42);
    border-radius: var(--psb-radius);
    background:
        radial-gradient(circle at 85% 20%, rgba(22,179,126,0.16), transparent 38%),
        linear-gradient(145deg, rgba(22,179,126,0.08), rgba(104,64,248,0.08));
    box-shadow: 0 14px 34px rgba(0,0,0,0.36);
}
.psb-review-invite__kicker {
    margin-bottom: 6px;
    color: var(--psb-green);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.psb-review-invite h2 {
    margin-bottom: 8px;
    font-size: clamp(1.25rem, 4vw, 1.75rem);
    line-height: 1.2;
}
.psb-review-invite p:not(.psb-review-invite__kicker) {
    max-width: 680px;
    color: var(--psb-soft);
    font-size: 0.92rem;
}
.psb-review-invite__btn { width: 100%; }

/* --------------------------------------------------------------------------
   7. FAQ ACCORDION
   -------------------------------------------------------------------------- */
.psb-faq { max-width: 860px; margin: 0 auto; display: flex; flex-direction: column; gap: 10px; }
.psb-faq__row {
    background: var(--psb-card);
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--psb-edge-soft);
    border-left: 4px solid transparent;
    transition: all 0.3s;
}
.psb-faq__row.is-psb-active {
    border-left-color: var(--psb-violet);
    box-shadow: 0 6px 18px rgba(0,0,0,0.4);
}
.psb-faq__q {
    width: 100%;
    text-align: left;
    background: transparent;
    border: 0;
    padding: 16px 18px;
    font-size: 0.96rem;
    font-family: inherit;
    font-weight: 700;
    color: var(--psb-text);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    transition: color 0.25s;
}
.psb-faq__q:hover { color: var(--psb-violet-hi); }
.psb-faq__icon {
    font-size: 1.5rem;
    color: var(--psb-violet-hi);
    transition: transform 0.35s;
    flex-shrink: 0;
    line-height: 1;
}
.psb-faq__row.is-psb-active .psb-faq__icon { transform: rotate(45deg); }
.psb-faq__a {
    max-height: 0;
    overflow: hidden;
    padding: 0 18px;
    transition: max-height 0.45s, padding 0.35s;
}
.psb-faq__row.is-psb-active .psb-faq__a { padding-bottom: 18px; max-height: 1500px; }
.psb-faq__a p { font-size: 0.94rem; color: var(--psb-soft); }

/* --------------------------------------------------------------------------
   8. INLINE LINKS
   -------------------------------------------------------------------------- */
.psb-link,
.psb-block p a:not([class]),
.psb-block li a:not([class]),
.psb-faq__a a:not([class]),
.psb-foot a:not([class]) {
    color: var(--psb-soft);
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-color: rgba(104, 64, 248, 0.6);
    transition: color 0.2s;
}
.psb-link:hover, .psb-link:focus,
.psb-block p a:not([class]):hover,
.psb-block li a:not([class]):hover,
.psb-faq__a a:not([class]):hover {
    color: var(--psb-violet-hi);
}

/* --------------------------------------------------------------------------
   9. FOOTER
   -------------------------------------------------------------------------- */
.psb-foot {
    background: #060410;
    border-top: 1px solid var(--psb-edge);
    padding: 36px 0 24px;
    margin-top: 30px;
}
.psb-foot__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 18px;
}
.psb-foot__logo img { max-width: 160px; opacity: 0.9; }
.psb-foot__nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 18px; }
.psb-foot__nav a {
    color: var(--psb-text);
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.78rem;
    letter-spacing: 0.8px;
    transition: color 0.3s;
}
.psb-foot__nav a:hover { color: var(--psb-violet-hi); }
.psb-foot__legal { max-width: 720px; margin: 0 auto; color: var(--psb-mute); font-size: 0.8rem; line-height: 1.6; }
.psb-foot__legal p { margin-bottom: 10px; }
.psb-foot__resp {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}
.psb-foot__age {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 26px;
    padding: 0 6px;
    border: 2px solid var(--psb-pink);
    border-radius: 50%;
    color: var(--psb-pink);
    font-size: 0.76rem;
    font-weight: 900;
    line-height: 1;
}
.psb-foot__copy {
    color: #6a6180;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-top: 14px;
}

/* --------------------------------------------------------------------------
   10. MISC HELPERS
   -------------------------------------------------------------------------- */
.psb-tc { text-align: center; }
.psb-text-violet { color: var(--psb-violet-hi); }
.psb-text-pink { color: var(--psb-pink); }
.psb-text-gold { color: var(--psb-gold); }
.psb-aside {
    margin: 16px 0 0;
    padding: 12px 16px;
    border-left: 3px solid var(--psb-violet);
    background: rgba(104, 64, 248, 0.06);
    border-radius: 8px;
    font-size: 0.9rem;
    color: var(--psb-mute);
    line-height: 1.55;
}
.psb-aside strong { color: var(--psb-violet-hi); font-weight: 700; }

.psb-toc {
    margin-top: 34px;
    padding-top: 22px;
    padding-bottom: 22px;
    border: 1px solid var(--psb-edge);
    border-radius: var(--psb-radius);
    background: rgba(104, 64, 248, 0.08);
}
.psb-toc strong {
    display: block;
    margin-bottom: 10px;
    color: var(--psb-violet-hi);
    text-transform: uppercase;
}
.psb-toc ol {
    display: grid;
    gap: 7px;
    padding-left: 22px;
    color: var(--psb-mute);
}
.psb-toc a {
    color: var(--psb-soft);
    text-decoration-color: rgba(138, 107, 255, 0.5);
    text-underline-offset: 3px;
}
.psb-toc a:hover { color: var(--psb-violet-hi); }
.psb-notice {
    margin-top: 20px;
    padding: 16px 18px;
    border-left: 4px solid var(--psb-gold);
    border-radius: 10px;
    background: var(--psb-gold-soft);
    color: var(--psb-soft);
    font-size: 0.9rem;
}
.psb-content-section { content-visibility: auto; contain-intrinsic-size: 1px 520px; }

/* --------------------------------------------------------------------------
   11. RESPONSIVE
   -------------------------------------------------------------------------- */
@media (min-width: 720px) {
    .psb-shell { padding: 0 24px; }
    .psb-block { padding: 32px 28px; }
    .psb-section { padding: 56px 0; }
    .psb-cta { flex-direction: row; max-width: 560px; justify-content: center; }
    .psb-cta .psb-cta__btn { flex: 1; }
    .psb-grid--features { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .psb-related { grid-template-columns: 1fr 1fr; gap: 16px; }
    .psb-hero { padding: 120px 0 60px; }
    .psb-hero__logo img { width: 260px; max-width: 260px; }
    .psb-logo img { height: 50px; max-width: 230px; }
    .psb-figure__img { max-width: 420px; }
    .psb-toc ol { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .psb-review-invite {
        grid-template-columns: minmax(0, 1fr) minmax(230px, 0.38fr);
        padding: 30px 28px;
    }
}

@media (min-width: 1024px) {
    .psb-logo { margin-right: 0; }
    .psb-menu {
        position: static;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        height: auto;
        background: none;
        background-image: none;
        border: 0;
        box-shadow: none;
        gap: 2px;
        width: auto;
        padding: 0;
        order: 2;
        transform: none;
        transition: none;
        overflow: visible;
        flex: 1 1 auto;
        margin: 0 16px;
    }
    .psb-menu::before { display: none; }
    .psb-menu a { font-size: 11px; letter-spacing: 0.35px; font-weight: 700; padding: 8px 7px; }
    .psb-menu a.psb-menu__btn { padding: 8px 9px; font-size: 10px; box-shadow: 0 3px 10px rgba(104,64,248,0.35); }
    .psb-burger { display: none; }
    .psb-locale__btn { display: none; }
    .psb-locale__list {
        position: static;
        display: flex;
        flex-direction: row;
        gap: 4px;
        padding: 4px;
        background: rgba(255,255,255,0.04);
        border: 1px solid var(--psb-edge);
        border-radius: 8px;
        box-shadow: none;
        min-width: 0;
    }
    .psb-locale__list a { padding: 6px 10px; min-width: 0; font-size: 11px; }
    .psb-grid--features { grid-template-columns: repeat(3, 1fr); }
    .psb-hero { min-height: auto; text-align: left; }
    .psb-hero__inner {
        display: grid;
        grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
        align-items: center;
        gap: 48px;
        max-width: 1040px;
    }
    .psb-hero__lead { margin-left: 0; }
    .psb-hero .psb-cta { margin-left: 0; }
    .psb-hero .psb-trust { justify-content: flex-start; margin-left: 0; }
    .psb-hero .psb-figure { margin: 0; }
    .psb-hero .psb-figure__img { max-width: 390px; }
    .psb-toc ol { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }
}

/* --------------------------------------------------------------------------
   12. ACCESSIBILITY — keyboard focus (WCAG 2.1 SC 2.4.7)
   -------------------------------------------------------------------------- */
:focus-visible {
    outline: 2px solid var(--psb-pink);
    outline-offset: 3px;
    border-radius: 6px;
}
.psb-cta__btn:focus-visible,
.psb-menu a:focus-visible,
.psb-menu__btn:focus-visible,
.psb-promo__copy:focus-visible,
.psb-faq__q:focus-visible,
.psb-locale__btn:focus-visible,
.psb-locale__list a:focus-visible,
.psb-related__card:focus-visible,
.psb-foot__nav a:focus-visible {
    outline: 2px solid var(--psb-pink);
    outline-offset: 3px;
    box-shadow: 0 0 0 4px rgba(255, 61, 154, 0.20);
}
.psb-burger:focus-visible { outline: 2px solid var(--psb-pink); outline-offset: 0; border-radius: 8px; }
:focus:not(:focus-visible) { outline: none; }
