@font-face {
    font-family: "Jost";
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url("../fonts/jost-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;
}
@font-face {
    font-family: "Jost";
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url("../fonts/jost-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;
}
@font-face {
    font-family: "Chivo";
    font-style: normal;
    font-weight: 600 800;
    font-display: swap;
    src: url("../fonts/chivo-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;
}
@font-face {
    font-family: "Chivo";
    font-style: normal;
    font-weight: 600 800;
    font-display: swap;
    src: url("../fonts/chivo-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;
}
body {
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    font-family: "Jost", "Segoe UI", sans-serif;
}
html {
    scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
    .ps-thanks__stamp.is-paid {
        transform: none;
    }
}
input,
textarea,
select,
[contenteditable="true"] {
    -webkit-user-select: text;
    user-select: text;
}

.ps-banner.is-light .ps-banner__title,
.ps-banner.is-light .ps-banner__desc {
    color: #fff;
}
.ps-banner.is-light .ps-banner__price span {
    color: #fff;
}
.ps-banner .ps-banner__title {
    font-size: var(--banner-title-size, 35px);
    line-height: 1.2;
}

.ps-section--banner .owl-carousel {
    display: block !important;
    width: 100%;
}
.ps-section--banner .owl-carousel:not(.owl-loaded) > .ps-banner:not(:first-child) {
    display: none;
}

.ps-section--banner .owl-carousel .owl-item img.ps-banner__image,
.ps-section--banner .ps-banner__image {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
}

@media (min-width: 768px) {
    .ps-banner {
        overflow: visible;
    }
    .ps-banner .ps-banner__thumnail {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        overflow: visible;
    }
    .ps-banner .ps-banner__thumnail .ps-banner__image {
        position: relative;
        right: auto;
        bottom: auto;
        width: auto;
        max-width: 100%;
        height: auto;
        aspect-ratio: 3 / 2;
        max-height: 100%;
        object-fit: contain;
        object-position: center bottom;
    }
}

@media (max-width: 767px) {
    .ps-section--banner {
        min-height: 0 !important;
        height: auto !important;
        padding-bottom: 28px;
    }
    .ps-banner {
        min-height: 0 !important;
        height: auto !important;
        overflow: visible;
    }
    .ps-banner .ps-banner__content {
        height: auto !important;
        padding: 24px 16px 4px;
    }
    .ps-banner .ps-banner__thumnail {
        height: auto;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        padding: 8px 8px 24px;
        overflow: visible;
    }
    .ps-banner .ps-banner__thumnail .ps-banner__round {
        display: none !important;
    }
    .ps-banner .ps-banner__thumnail .ps-banner__image {
        position: relative;
        z-index: 2;
        width: 100%;
        max-width: none;
        height: auto;
        aspect-ratio: 3 / 2;
        max-height: none;
        object-fit: contain;
        object-position: center center;
        display: block;
        margin: 0 auto;
    }
    .ps-banner .ps-banner__persen {
        right: 10%;
        bottom: 10%;
    }
}

.ps-prose {
    max-width: 72ch;
    font-size: 16px;
    line-height: 1.7;
    color: #103178;
}
.ps-prose h2, .ps-prose h3 {
    color: #103178;
    margin: 1.5em 0 0.5em;
}
.ps-prose p { color: #5a6d96; margin-bottom: 1em; }
.ps-prose ul { padding-left: 1.2em; margin-bottom: 1em; }
.ps-prose a { color: #fd8d27; }

.ps-byline {
    margin: 8px 0 0;
    font-size: 15px;
    color: #5b6c8f;
}
.ps-byline a {
    color: #103178;
    font-weight: 600;
}
.ps-blog {
    width: 100%;
    background: #eef1f7;
    padding-bottom: clamp(32px, 5vw, 56px);
}
.ps-blog + .ps-footer .ps-footer--top {
    margin-top: clamp(24px, 4vw, 48px);
}
.ps-blog__mast,
.ps-blog__article-head {
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: clamp(48px, 7vw, 88px) 0 clamp(72px, 9vw, 108px);
}
.ps-blog__mast-bg,
.ps-blog__article-head-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 12% 18%, rgba(253, 141, 39, 0.22), transparent 34%),
        radial-gradient(circle at 88% 0%, rgba(255, 255, 255, 0.08), transparent 28%),
        linear-gradient(155deg, #103178 0%, #0a2254 58%, #081b45 100%);
}
.ps-blog__article-head-bg {
    opacity: 0.95;
}
.ps-blog__mast-bg::after,
.ps-blog__article-head-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.14) 1px, transparent 1px);
    background-size: 22px 22px;
    opacity: 0.35;
    mask-image: linear-gradient(180deg, #000 0%, transparent 88%);
}
.ps-blog__mast-inner {
    position: relative;
    z-index: 1;
    text-align: center;
}
.ps-blog__article-head .container {
    position: relative;
    z-index: 1;
}
.ps-blog__article-head-inner {
    text-align: center;
}
.ps-blog__article-head-inner .ps-blog__crumb {
    display: inline-flex;
    margin-bottom: 1.5rem;
}
.ps-blog__crumb {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0 0 1.25rem;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
}
.ps-blog__crumb:hover {
    color: #fd8d27;
}
.ps-blog__mast h1 {
    margin: 0;
    max-width: none;
    font-size: clamp(2.2rem, 5vw, 3.6rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: #fff;
    text-wrap: balance;
}
.ps-blog__article-head h1 {
    margin: 0 auto;
    max-width: 22ch;
    font-size: clamp(1.85rem, 4.5vw, 3rem);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.03em;
    color: #fff;
    text-wrap: balance;
}
.ps-blog__stream {
    margin-top: -56px;
    padding-bottom: clamp(64px, 9vw, 112px);
    position: relative;
    z-index: 2;
}
.ps-blog__entry {
    display: grid;
    grid-template-columns: minmax(140px, 220px) minmax(0, 1fr);
    gap: 0;
    background: #fff;
    border: 1px solid #dde4f0;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 18px 48px rgba(16, 49, 120, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.ps-blog__entry:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 56px rgba(16, 49, 120, 0.12);
}
.ps-blog__entry--featured {
    grid-template-columns: minmax(180px, 280px) minmax(0, 1fr);
}
.ps-blog__cover {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 100%;
    padding: 1.25rem;
    text-decoration: none;
    color: #fff;
}
.ps-blog__cover--0 {
    background: linear-gradient(160deg, #103178 0%, #1a4aa5 55%, #fd8d27 140%);
}
.ps-blog__cover--1 {
    background: linear-gradient(160deg, #0c265c 0%, #103178 48%, #5a7ec4 130%);
}
.ps-blog__cover--2 {
    background: linear-gradient(160deg, #103178 0%, #2a5fbf 52%, #fd8d27 125%);
}
.ps-blog__cover::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 35%, rgba(8, 20, 52, 0.45) 100%);
}
.ps-blog__cover-day,
.ps-blog__cover-month {
    position: relative;
    z-index: 1;
    display: block;
    line-height: 1;
}
.ps-blog__cover-day {
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 800;
    letter-spacing: -0.04em;
}
.ps-blog__cover-month {
    margin-top: 0.35rem;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.88;
}
.ps-blog__entry-body {
    display: flex;
    flex-direction: column;
    padding: clamp(1.25rem, 2.5vw, 1.75rem) clamp(1.25rem, 3vw, 2rem);
}
.ps-blog__entry-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem 0.85rem;
    font-size: 14px;
    font-weight: 600;
    color: #5b6c8f;
}
.ps-blog__pill {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    background: #fff1e4;
    color: #c45f00;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.ps-blog__entry h2,
.ps-blog__entry h3 {
    margin: 0.7rem 0 0;
    font-size: clamp(1.45rem, 2.8vw, 1.95rem);
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.02em;
}
.ps-blog__entry--featured h2 {
    font-size: clamp(1.7rem, 3.2vw, 2.35rem);
}
.ps-blog__entry h2 a,
.ps-blog__entry h3 a {
    color: #103178;
    text-decoration: none;
}
.ps-blog__entry h2 a:hover,
.ps-blog__entry h3 a:hover {
    color: #fd8d27;
}
.ps-blog__entry p {
    margin: 0.85rem 0 0;
    max-width: 52rem;
    font-size: clamp(1.05rem, 1.5vw, 1.2rem);
    line-height: 1.7;
    color: #5a6d96;
}
.ps-blog__entry-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-top: auto;
    padding-top: 1.15rem;
    font-size: 15px;
    font-weight: 800;
    color: #fd8d27;
    text-decoration: none;
}
.ps-blog__entry-link:hover {
    color: #103178;
}
.ps-blog__list {
    display: grid;
    gap: 1rem;
    margin-top: 1rem;
}
.ps-blog__list--compact .ps-blog__entry {
    grid-template-columns: minmax(110px, 150px) minmax(0, 1fr);
}
.ps-blog__list--compact .ps-blog__entry h3 {
    font-size: 1.05rem;
}
.ps-blog__list--compact .ps-blog__entry p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ps-blog__empty {
    max-width: 34rem;
    margin: 0 auto;
    padding: 2.5rem 1.5rem;
    text-align: center;
    background: #fff;
    border: 1px dashed #cfd9eb;
    border-radius: 18px;
    box-shadow: 0 18px 48px rgba(16, 49, 120, 0.06);
}
.ps-blog__empty-title {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 800;
    color: #103178;
}
.ps-blog__empty p {
    margin: 0.75rem 0 0;
    color: #5a6d96;
    line-height: 1.6;
}
.ps-blog__empty-cta {
    display: inline-block;
    margin-top: 1.25rem;
    padding: 0.75rem 1.15rem;
    border-radius: 999px;
    background: #103178;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}
.ps-blog__empty-cta:hover {
    background: #fd8d27;
    color: #fff;
}
.ps-blog-article {
    background: #fff;
    color: #103178;
}
.ps-blog-article + .ps-footer .ps-footer--top {
    margin-top: clamp(28px, 4vw, 44px);
}
.ps-blog-article > .container {
    width: min(127rem, calc(100% - 30px));
}
.ps-blog-article__hero {
    position: relative;
    overflow: hidden;
    padding: clamp(28px, 4vw, 44px) 0 clamp(36px, 5vw, 54px);
    background: #103178;
    color: #fff;
}
.ps-blog-article__hero::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: min(72rem, calc(100% - 30px));
    height: 5px;
    background: #fd8d27;
    transform: translateX(-50%);
}
.ps-blog-article__hero-inner {
    width: min(100%, 127rem);
    margin: 0 auto;
    text-align: center;
}
.ps-blog-article__breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: clamp(12px, 2vw, 18px);
    font-family: "Jost", Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.4;
    white-space: nowrap;
}
.ps-blog-article__breadcrumb a {
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
    transition: color 180ms ease-out;
}
.ps-blog-article__breadcrumb a:hover {
    color: #fff;
}
.ps-blog-article__breadcrumb span {
    color: #fd8d27;
    font-weight: 700;
}
.ps-blog-article__title {
    max-width: 110rem;
    margin: 0 auto;
    font-family: "Chivo", "Jost", sans-serif;
    font-size: clamp(3.2rem, 3.2vw, 5.4rem);
    font-weight: 800;
    line-height: 1.06;
    letter-spacing: -0.03em;
    color: #fff;
    text-wrap: balance;
}
.ps-blog-article__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.45rem 0.7rem;
    margin: 1.25rem 0 0;
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.78);
}
.ps-blog-article__meta a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.4);
    text-underline-offset: 3px;
}
.ps-blog-article__meta a:hover {
    color: #fd8d27;
}
.ps-blog-article__content {
    width: 100%;
    margin: 0 auto;
    padding: clamp(42px, 6vw, 76px) 0 clamp(48px, 7vw, 84px);
}
.ps-blog-article__lead {
    margin: 0;
    padding-bottom: clamp(24px, 3vw, 34px);
    border-bottom: 1px solid #dce3ef;
    font-family: "Jost", Arial, sans-serif;
    font-size: clamp(2rem, 1.5vw, 2.4rem);
    font-weight: 500;
    line-height: 1.5;
    color: #103178;
    text-align: center;
    text-wrap: pretty;
}
.ps-blog-article__body {
    max-width: none;
    margin-top: clamp(28px, 4vw, 44px);
    font-family: "Jost", Arial, sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.65;
    color: #243858;
    font-kerning: normal;
}
.ps-blog-article__body p {
    margin-bottom: 1.35em;
    color: #243858;
    text-wrap: pretty;
}
.ps-blog-article__body h2 {
    font-family: "Chivo", "Jost", sans-serif;
    margin: 1.7em 0 0.55em;
    font-size: clamp(2.8rem, 2.2vw, 3.6rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.025em;
    color: #103178;
    text-wrap: balance;
}
.ps-blog-article__body h3 {
    font-family: "Chivo", "Jost", sans-serif;
    margin: 1.6em 0 0.5em;
    font-size: clamp(2.2rem, 1.7vw, 2.8rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.015em;
    color: #103178;
    text-wrap: balance;
}
.ps-blog-article__author {
    margin-top: clamp(36px, 5vw, 56px);
    padding-top: 22px;
    border-top: 1px solid #dce3ef;
    text-align: center;
}
.ps-blog-article__author > a {
    font-family: "Chivo", "Jost", sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #103178;
    text-decoration: none;
}
.ps-blog-article__author > a:hover {
    color: #fd8d27;
}
.ps-blog-article__more {
    background: #f7f9fc;
    padding: clamp(44px, 6vw, 68px) 0 clamp(60px, 8vw, 92px);
}
.ps-blog-article__more-title {
    width: 100%;
    margin: 0 auto clamp(18px, 3vw, 30px);
    font-family: "Chivo", "Jost", sans-serif;
    font-size: clamp(2.8rem, 2.2vw, 3.6rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.025em;
    color: #103178;
    text-align: left;
}
.ps-blog-article__more-list {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    border-top: 1px solid #cfd8e8;
}
.ps-blog-article__more-list li {
    border-bottom: 1px solid #cfd8e8;
}
.ps-blog-article__more-list a {
    display: grid;
    grid-template-columns: 7rem minmax(0, 1fr) 2rem;
    align-items: center;
    gap: clamp(18px, 3vw, 34px);
    padding: clamp(20px, 3vw, 28px) 0;
    color: #103178;
    text-decoration: none;
    transition: color 180ms ease-out;
}
.ps-blog-article__more-list a:hover {
    color: #fd8d27;
}
.ps-blog-article__more-list time {
    display: flex;
    flex-direction: column;
    color: #103178;
    font-variant-numeric: tabular-nums;
}
.ps-blog-article__more-list time strong {
    font-family: "Chivo", "Jost", sans-serif;
    font-size: 2rem;
    line-height: 1;
}
.ps-blog-article__more-list time span {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 600;
    color: #687999;
}
.ps-blog-article__more-copy {
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.ps-blog-article__more-copy strong {
    font-family: "Chivo", "Jost", sans-serif;
    font-size: clamp(1.8rem, 1.4vw, 2.2rem);
    font-weight: 700;
    line-height: 1.3;
    text-wrap: balance;
}
.ps-blog-article__more-copy small {
    display: block;
    font-family: "Jost", Arial, sans-serif;
    font-size: 1.6rem;
    line-height: 1.55;
    color: #5d6f8e;
    text-wrap: pretty;
}
.ps-blog-article__more-list a > i {
    justify-self: end;
    font-size: 16px;
    color: #fd8d27;
    transition: transform 180ms ease-out;
}
.ps-blog-article__more-list a:hover > i {
    transform: translateX(4px);
}
@media (max-width: 767px) {
    .ps-blog-article__meta [aria-hidden="true"] {
        display: none;
    }
    .ps-blog-article__meta {
        flex-direction: column;
        gap: 0.25rem;
    }
    .ps-blog-article__content {
        padding-top: 36px;
    }
    .ps-blog-article__body {
        font-size: 1.8rem;
        line-height: 1.7;
    }
    .ps-blog-article__more-list a {
        grid-template-columns: 4.5rem minmax(0, 1fr) 1.25rem;
        gap: 1rem;
    }
    .ps-blog-article__more-list time strong {
        font-size: 1.65rem;
    }
    .ps-blog-article__more-copy small {
        display: none;
    }
    .ps-blog__entry,
    .ps-blog__entry--featured,
    .ps-blog__list--compact .ps-blog__entry {
        grid-template-columns: 1fr;
    }
    .ps-blog__cover {
        min-height: 140px;
    }
    .ps-blog__mast h1 {
        max-width: none;
    }
}
@media (prefers-reduced-motion: no-preference) {
    .ps-blog__entry {
        animation: ps-blog-in 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    }
}
@keyframes ps-blog-in {
    from {
        opacity: 0;
        transform: translateY(14px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.ps-about {
    width: 100%;
}
.ps-about__hero {
    background: #103178;
    color: #fff;
    padding: clamp(40px, 6vw, 88px) 0;
}
.ps-about__hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(220px, 0.7fr);
    gap: clamp(28px, 5vw, 72px);
    align-items: end;
}
.ps-about__hero h1 {
    color: #fff;
    font-weight: 700;
    font-size: clamp(2rem, 4.2vw, 3.35rem);
    letter-spacing: -0.03em;
    line-height: 1.12;
    margin: 0;
    text-wrap: balance;
}
.ps-about__aka {
    margin: 12px 0 0;
    font-size: 16px;
    color: #d7deee;
}
.ps-about__lead {
    margin: 18px 0 0;
    max-width: 40rem;
    font-size: clamp(1.125rem, 2vw, 1.35rem);
    line-height: 1.5;
    color: #fff;
    text-wrap: pretty;
}
.ps-about__stamps {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 28px 0 0;
}
.ps-about__stamps span {
    display: inline-block;
    background: #fd8d27;
    color: #fff;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
}
.ps-about__panel {
    background: #fff;
    color: #103178;
    padding: 24px;
    border-radius: 8px;
}
.ps-about__mark {
    margin: 0;
}
.ps-about__mark img {
    display: block;
    height: auto;
    width: min(100%, 260px);
}
.ps-about__profiles {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 20px 0 0;
    padding-top: 20px;
    border-top: 1px solid #e8ecf2;
}
.ps-about__social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    margin: 0 0 8px;
    padding: 0;
}
.ps-about__social a {
    width: 44px;
    height: 44px;
    min-height: 44px;
    border-radius: 8px;
    background: #103178;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.ps-about__social a:hover,
.ps-about__social a:focus {
    background: #fd8d27;
    color: #fff;
}
.ps-about__social .fa {
    font-size: 18px;
    line-height: 1;
}
.ps-about__profiles > a {
    color: #103178;
    font-weight: 600;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
}
.ps-about__profiles > a:hover {
    color: #fd8d27;
}
.ps-about__bio {
    padding: clamp(40px, 5vw, 80px) 0;
}
.ps-about__bio-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 22rem);
    gap: clamp(28px, 4vw, 56px);
    align-items: start;
}
.ps-about .ps-prose {
    max-width: 70ch;
}
.ps-about .ps-prose p,
.ps-about .ps-prose li {
    color: #103178;
}
.ps-about .ps-prose ul {
    margin: 0 0 1em;
}
.ps-about .ps-prose h2 {
    font-size: 1.5rem;
    text-wrap: balance;
}
.ps-about__aside {
    background: #f0f2f5;
    padding: 28px;
    border-radius: 8px;
}
.ps-about__aside h2 {
    color: #103178;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 12px;
    text-wrap: balance;
}
.ps-about__aside p {
    color: #103178;
    margin: 0 0 1em;
    line-height: 1.6;
}
.ps-about__aside p:last-child {
    margin-bottom: 0;
}
.ps-about__contact a {
    color: #c45e08;
    font-weight: 600;
}
.ps-about__shelf {
    padding: 0 0 clamp(48px, 6vw, 88px);
}
.ps-about__books-title {
    margin: 0 0 8px;
    color: #103178;
    font-size: clamp(1.5rem, 2.4vw, 2rem);
    font-weight: 700;
    text-wrap: balance;
}
.ps-about__shelf-lead {
    margin: 0 0 28px;
    max-width: 46rem;
    color: #103178;
}
.ps-about__shelf .ps-section__title {
    margin: 8px 0 20px;
}

@media (prefers-reduced-motion: no-preference) {
    .ps-about__hero-grid {
        animation: ps-about-in 0.45s cubic-bezier(0.16, 1, 0.3, 1);
    }
}
@keyframes ps-about-in {
    from {
        opacity: 0.01;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.ps-header.desktop-only .ps-header__middle {
    position: relative;
}
.ps-header.desktop-only .ps-header__middle .container {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-areas:
        "pad logo icons"
        "nav nav nav";
    align-items: center;
    column-gap: 16px;
    min-height: 0;
}
.ps-header.desktop-only .ps-logo {
    grid-area: logo;
    position: static;
    left: auto;
    top: auto;
    transform: none;
    height: auto;
    padding-right: 0;
    z-index: 2;
    text-align: center;
    display: block;
}
.ps-header.desktop-only .ps-header__menu {
    grid-area: nav;
    min-width: 0;
    border-top: 1px solid #f0f2f5;
}
.ps-header.desktop-only .ps-header__menu .menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0 22px;
    margin: 0;
    padding: 0;
}
.ps-header.desktop-only .ps-header__right {
    grid-area: icons;
    display: block;
    margin-left: 0;
    justify-self: end;
    z-index: 3;
}
.ps-header.desktop-only.ps-header--sticky .ps-header__middle .container {
    grid-template-columns: 1fr auto 1fr;
    grid-template-areas: "logo nav icons";
    min-height: 72px;
    column-gap: 16px;
}
.ps-header.desktop-only.ps-header--sticky .ps-logo {
    text-align: left;
    justify-self: start;
}
.ps-header.desktop-only.ps-header--sticky .ps-logo img,
.ps-header.desktop-only.ps-header--sticky .ps-logo__img {
    margin: 0;
    height: 48px;
    max-width: 240px;
}
.ps-header.desktop-only.ps-header--sticky .ps-header__menu {
    border-top: 0;
}
.ps-header.desktop-only.ps-header--sticky .ps-header__menu .menu {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0 18px;
}
.ps-header.desktop-only.ps-header--sticky .ps-header__menu .menu > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
    white-space: nowrap;
}
.ps-header .ps-header__menu .menu > li:first-child > a {
    color: #103178;
    background-color: transparent;
    border-radius: 0;
    padding: 15px 0;
}
.ps-header .ps-header__menu .menu > li:first-child > a:hover {
    color: #fd8d27;
}
.ps-header .ps-header__menu .menu > li.current > a,
.ps-header .ps-header__menu .menu > li:first-child.current > a,
.ps-header .ps-header__menu .menu > li.current > a:hover,
.ps-header .ps-header__menu .menu > li:first-child.current > a:hover {
    color: #fff;
    background-color: #103178;
    border-radius: 40px;
    padding: 10px 22px;
}
.ps-header.desktop-only.ps-header--sticky .ps-header__menu .menu > li.current > a,
.ps-header.desktop-only.ps-header--sticky .ps-header__menu .menu > li:first-child.current > a {
    padding: 8px 18px;
}
.menu--mobile > li.current > a {
    color: #103178;
    font-weight: 700;
}

.ps-header--mobile .ps-header__middle .container {
    min-height: 76px;
}
.ps-logo a {
    display: inline-block;
    line-height: 0;
    background: transparent;
}
.ps-logo__img,
.ps-header .ps-logo img {
    display: block;
    margin: 0 auto;
    height: 48px;
    width: 180px;
    max-width: 180px;
    object-fit: contain;
}
.ps-logo__img--mobile,
.ps-header--mobile .ps-logo img {
    height: 38px;
    width: 140px;
    max-width: 140px;
}
.ps-footer .ps-logo__img,
.ps-footer--address .ps-logo img {
    height: 72px;
    width: auto;
    max-width: 320px;
}
.ps-footer--address .ps-logo {
    margin-bottom: 0;
}
.ps-footer__tagline {
    margin: 12px 0 14px;
    max-width: 34ch;
    color: #5a6d96;
    font-size: 14px;
    line-height: 1.55;
}
.ps-footer__social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 8px;
    padding: 0;
    list-style: none;
}
.ps-footer__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: #eef2f8;
    color: #103178;
    text-decoration: none;
    transition: background 160ms ease, color 160ms ease;
}
.ps-footer__social a:hover,
.ps-footer__social a:focus {
    background: #103178;
    color: #fff;
}
.ps-footer__social .fa {
    font-size: 16px;
    line-height: 1;
}

.ps-footer--top {
    margin-bottom: clamp(20px, 3.5vw, 40px);
}

.ps-footer-rule {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 4px 0 0;
}

.ps-footer-rule__line {
    flex: 1 1 auto;
    height: 1px;
    background: #103178;
    opacity: 0.16;
}

.ps-footer-rule__stamp {
    flex: 0 0 32px;
    width: 32px;
    height: 5px;
    background: #fd8d27;
}

.ps-footer__middle {
    margin-bottom: 8px;
    padding-top: 8px;
}

.ps-footer--1 .ps-footer--address {
    padding-right: 20px;
    margin-bottom: 20px;
}

.ps-footer--1 .ps-footer--contact {
    padding-top: 0;
    padding-bottom: 20px;
}

.ps-footer--contact .ps-footer__title {
    margin-bottom: 12px;
}

.ps-footer--contact .ps-footer__fax {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
    line-height: 1.3;
    font-size: clamp(18px, 2vw, 22px);
    font-weight: 700;
    color: #103178;
    text-decoration: none;
}

.ps-footer--contact .ps-footer__fax:hover,
.ps-footer--contact .ps-footer__fax:focus {
    color: #fd8d27;
}

.ps-footer--contact .ps-footer__fax i {
    margin-right: 0;
    color: #fd8d27;
    font-size: 18px;
}

.ps-footer--contact .ps-footer__work {
    margin: 0 0 12px;
    padding-left: 0;
    max-width: 28ch;
    font-size: 14px;
    line-height: 1.45;
    color: #5b6c8f;
}

.ps-footer--contact .ps-footer__email-wrap {
    margin: 0 0 12px;
}

.ps-footer--contact .ps-footer__email {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #103178;
    text-decoration: none;
}

.ps-footer--contact .ps-footer__email:hover,
.ps-footer--contact .ps-footer__email:focus {
    color: #fd8d27;
}

.ps-footer--contact .ps-footer__email i {
    margin-right: 0;
}

.ps-footer--contact .ps-footer__track {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #103178;
    text-decoration: none;
}

.ps-footer--contact .ps-footer__track:hover,
.ps-footer--contact .ps-footer__track:focus {
    color: #fd8d27;
}

.ps-footer--contact .ps-footer__track i {
    font-size: 18px;
}

.ps-footer--block .ps-block__title {
    margin-bottom: 12px;
}

.ps-footer--block .ps-block__list {
    margin-bottom: 18px;
}

.ps-footer--block .ps-block__list li {
    padding: 5px 0;
}

.ps-page--product .ps-answer {
    margin-top: 28px !important;
}

.ps-page--product .ps-product__tabs {
    margin-top: 28px !important;
}

.ps-page--product .ps-product__related {
    margin-top: 36px !important;
    margin-bottom: 8px;
}

.ps-page--product .ps-product__faq-item + .ps-product__faq-item {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #e8edf5;
}

.ps-page--product .ps-product__faq-q {
    margin: 0 0 8px;
    font-size: 17px;
    line-height: 1.35;
    color: #103178;
}
.ps-header .ps-menu--sticky,
.ps-header.ps-header--sticky .ps-menu--sticky {
    display: none !important;
}
.ps-header.ps-header--sticky .ps-logo img,
.ps-header.ps-header--sticky .ps-logo__img {
    display: block;
    height: 52px;
    max-width: 300px;
}
.ps-header.ps-header--sticky .ps-header__right {
    padding-right: 0;
}
.ps-header.ps-header--sticky {
    position: sticky;
    top: 0;
    left: auto;
    width: 100%;
    background: #fff;
    z-index: 100;
    overflow: visible;
    box-shadow: 0 8px 24px rgba(16, 49, 120, 0.08);
    transition: box-shadow 220ms ease-out;
}
.ps-header.ps-header--sticky .ps-header__middle {
    overflow: visible;
    background: #fff;
    transition: padding 220ms ease-out;
}
.ps-header.ps-header--sticky::before {
    content: none;
}
.ps-login--gate {
    background: #fff;
    padding: 48px 16px 72px;
}
.ps-login--gate .ps-login__paper-inner {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    padding: 0;
}
.ps-login__word {
    margin: 0 0 28px;
    font-size: 32px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #103178;
    text-align: center;
}
.ps-login__tabs {
    display: flex;
    gap: 0;
    margin-bottom: 28px;
    border-bottom: 1px solid #e6ebf3;
}
.ps-login__tab {
    position: relative;
    flex: 1;
    padding: 0 8px 12px;
    border: 0;
    background: transparent;
    color: #3d4f73;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
}
.ps-login__tab.is-active {
    color: #103178;
}
.ps-login__tab.is-active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    background: #fd8d27;
}
.ps-login__float {
    position: relative;
    margin-bottom: 16px;
}
.ps-login__float > input,
.ps-login__password input {
    display: block;
    width: 100%;
    height: 56px;
    border: 1px solid #c9d4e6;
    border-radius: 8px;
    background: #fff;
    color: #103178;
    font-size: 16px;
    padding: 18px 16px 6px;
}
.ps-login__password input {
    padding-right: 84px;
}
.ps-login__float > input:focus,
.ps-login__password input:focus {
    border-color: #103178;
    box-shadow: 0 0 0 3px rgba(16, 49, 120, 0.16);
    outline: none;
}
.ps-login__float > input.is-invalid,
.ps-login__password input.is-invalid {
    border-color: #8a1f18;
}
.ps-login__float > input.is-valid,
.ps-login__password input.is-valid {
    border-color: #146c43;
}
.ps-login__float > input + label,
.ps-login__password label {
    position: absolute;
    left: 16px;
    top: 18px;
    color: #3d4f73;
    font-size: 16px;
    line-height: 1;
    pointer-events: none;
    transform-origin: left top;
    transition: transform 180ms cubic-bezier(0.16, 1, 0.3, 1), font-size 180ms cubic-bezier(0.16, 1, 0.3, 1), color 180ms ease-out;
}
.ps-login__float > input:focus + label,
.ps-login__float > input:not(:placeholder-shown) + label,
.ps-login__float > input:-webkit-autofill + label,
.ps-login__password input:focus + label,
.ps-login__password input:not(:placeholder-shown) + label,
.ps-login__password input:-webkit-autofill + label {
    transform: translateY(-10px);
    font-size: 11px;
    font-weight: 600;
    color: #103178;
}
.ps-login__float > input:-webkit-autofill,
.ps-login__password input:-webkit-autofill {
    -webkit-text-fill-color: #103178;
    box-shadow: 0 0 0 1000px #fff inset;
    transition: background-color 99999s ease-out;
}
.ps-login__password {
    position: relative;
}
.ps-login__reveal {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    border: 0;
    background: transparent;
    color: #103178;
    font-size: 13px;
    font-weight: 600;
    padding: 8px;
    cursor: pointer;
}
.ps-login__hint {
    margin: 6px 0 0;
    color: #3d4f73;
    font-size: 13px;
}
.ps-login__error a,
.ps-login__inline {
    color: #8a1f18;
    font-weight: 700;
    text-decoration: underline;
    margin-left: 4px;
    border: 0;
    background: none;
    padding: 0;
    cursor: pointer;
    font-size: inherit;
}
.ps-login__rules {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
}
.ps-login__rules[hidden],
.ps-login__rules li[hidden] {
    display: none !important;
}
.ps-login__rules li {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 6px;
    color: #8a1f18;
    font-size: 13px;
    line-height: 1.3;
}
.ps-login__box {
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    border: 1.5px solid #8a1f18;
    border-radius: 3px;
    background: #8a1f18;
}
.ps-login__match {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 8px 0 0;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 600;
}
.ps-login__match[hidden] {
    display: none !important;
}
.ps-login__match.is-bad {
    color: #8a1f18;
}
.ps-login__match.is-bad .ps-login__box {
    background: #8a1f18;
    border-color: #8a1f18;
}
.ps-login__match.is-ok {
    color: #146c43;
}
.ps-login__match.is-ok .ps-login__box {
    background: #146c43;
    border-color: #146c43;
    box-shadow: inset 0 0 0 2px #fff;
}
.ps-login__remember {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #103178;
    font-size: 14px;
    margin: 8px 0 22px;
    cursor: pointer;
}
.ps-login__legal {
    color: #3d4f73;
    font-size: 13px;
    line-height: 1.5;
    margin: 0 0 16px;
}
.ps-login__legal a {
    color: #103178;
    font-weight: 600;
    text-decoration: underline;
}
.ps-login__submit {
    width: 100%;
    height: 52px;
    border: 0;
    border-radius: 8px;
    background: #fd8d27;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: background 180ms ease-out, transform 180ms cubic-bezier(0.16, 1, 0.3, 1);
}
.ps-login__submit:hover {
    background: #e67712;
}
.ps-login__submit:active {
    transform: translateY(1px);
}
.ps-login__social {
    display: grid;
    gap: 10px;
    margin: 0 0 24px;
}
.ps-login__oauth {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 50px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 180ms cubic-bezier(0.16, 1, 0.3, 1), background 180ms ease-out;
}
.ps-login__oauth svg {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}
.ps-login__oauth--google {
    border: 1px solid #c9d4e6;
    background: #fff;
    color: #103178;
}
.ps-login__oauth--google:hover {
    background: #f7f9fc;
    color: #103178;
}
.ps-login__oauth:active {
    transform: translateY(1px);
}
.ps-login__or {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 6px 0 0;
    color: #3d4f73;
    font-size: 13px;
    font-weight: 600;
}
.ps-login__or::before,
.ps-login__or::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #e6ebf3;
}
.ps-login__or span {
    flex: 0 0 auto;
}
.ps-login--account {
    padding: 48px 0 72px;
    background: #fff;
}
.ps-login--account .container {
    max-width: 880px;
}
.ps-login__stamp {
    display: inline-block;
    margin: 0 0 16px;
    padding: 6px 10px;
    background: #fd8d27;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.ps-login__title {
    color: #103178;
    font-size: 40px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -0.03em;
    margin: 0 0 16px;
    text-wrap: balance;
}
.ps-login__lead {
    color: #3d4f73;
    font-size: 16px;
    line-height: 1.65;
    max-width: 42ch;
    margin: 0 0 24px;
}
.ps-login__lead--tight {
    margin-bottom: 0;
    max-width: none;
}
.ps-login__account-head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 36px;
}
.ps-login__section {
    color: #103178;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 16px;
}
.ps-login__empty {
    padding: 28px 0;
    border-top: 1px solid #f0f2f5;
}
.ps-login__empty p {
    color: #3d4f73;
    margin: 0 0 16px;
    max-width: 46ch;
}
.ps-login__table th,
.ps-login__table td {
    color: #103178;
    vertical-align: middle;
}
.ps-login__status {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 40px;
    font-size: 13px;
    font-weight: 600;
}
.ps-login__status.is-paid {
    background: #e7f6ee;
    color: #146c43;
}
.ps-login__status.is-wait {
    background: #fff4e8;
    color: #9a4b00;
}

.ps-account {
    padding: 0 0 120px;
    background:
        radial-gradient(120% 80% at 100% -10%, rgba(253, 141, 39, 0.12), transparent 42%),
        linear-gradient(180deg, #f4f7fc 0%, #ffffff 38%, #ffffff 100%);
}
.ps-account__band {
    padding: 52px 0 44px;
    border-bottom: 1px solid rgba(16, 49, 120, 0.08);
    background:
        linear-gradient(135deg, rgba(16, 49, 120, 0.04) 0%, transparent 55%),
        #fff;
}
.ps-account__shell {
    padding-top: 40px;
}
.ps-account__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 28px 40px;
    margin-bottom: 0;
}
.ps-account__identity {
    display: flex;
    align-items: center;
    gap: 22px;
    min-width: min(100%, 34rem);
}
.ps-account__avatar {
    flex: 0 0 auto;
    width: 72px;
    height: 72px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: linear-gradient(160deg, #103178 0%, #1a4aa5 70%, #fd8d27 140%);
    color: #fff;
    font-family: Chivo, Jost, sans-serif;
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}
.ps-account__eyebrow {
    margin: 0 0 8px;
    color: #fd8d27;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.ps-account h1 {
    color: #103178;
    font-size: clamp(1.9rem, 2.6vw, 2.6rem);
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -0.03em;
    margin: 0 0 12px;
    text-wrap: balance;
}
.ps-account__hello {
    color: #3d4f73;
    font-size: 17px;
    line-height: 1.55;
    margin: 0 0 8px;
    max-width: 52ch;
}
.ps-account__email {
    color: #5a6d96;
    font-size: 15px;
    margin: 0;
    overflow-wrap: anywhere;
}
.ps-account__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}
.ps-account__actions form {
    margin: 0;
}
.ps-account__admin {
    min-height: 48px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #103178;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    transition: background 180ms ease, transform 180ms ease;
}
.ps-account__admin:hover,
.ps-account__admin:focus-visible {
    background: #fd8d27;
    color: #fff;
}
.ps-account__out {
    min-height: 48px;
    padding: 0 20px;
    border: 1px solid rgba(16, 49, 120, 0.28);
    border-radius: 10px;
    background: #fff;
    color: #103178;
    font: inherit;
    font-weight: 600;
    cursor: pointer;
    transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}
.ps-account__out:hover,
.ps-account__out:focus-visible {
    background: #103178;
    border-color: #103178;
    color: #fff;
}
.ps-account__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 36px;
}
.ps-account__stat {
    padding: 24px 26px;
    border: 1px solid rgba(16, 49, 120, 0.1);
    border-radius: 16px;
    background: #fff;
}
.ps-account__stat-value {
    display: block;
    color: #103178;
    font-family: Chivo, Jost, sans-serif;
    font-size: clamp(1.75rem, 2.2vw, 2.15rem);
    font-weight: 800;
    line-height: 1;
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.03em;
}
.ps-account__stat-label {
    display: block;
    margin-top: 12px;
    color: #5a6d96;
    font-size: 14px;
    font-weight: 600;
}
.ps-account__stat.is-wait .ps-account__stat-value {
    color: #9a4b00;
}
.ps-account__stat.is-paid .ps-account__stat-value {
    color: #146c43;
}
.ps-account__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 280px);
    gap: 40px 48px;
    align-items: start;
}
.ps-account__main {
    min-width: 0;
}
.ps-account__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 48px;
    border-bottom: 1px solid #e6ebf3;
}
.ps-account__tab {
    position: relative;
    min-height: 48px;
    padding: 0 8px 16px;
    margin-right: 20px;
    display: inline-flex;
    align-items: center;
    color: #3d4f73;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}
.ps-account__tab.is-active {
    color: #103178;
}
.ps-account__tab.is-active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    background: #fd8d27;
}
.ps-account__tab:hover,
.ps-account__tab:focus-visible {
    color: #103178;
}
.ps-account__tab.is-active:hover,
.ps-account__tab.is-active:focus-visible {
    color: #103178;
}
.ps-account__prefs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    align-items: stretch;
    padding-bottom: 24px;
}
.ps-account__pref {
    display: flex;
    flex-direction: column;
    min-width: 0;
    margin: 0;
    padding: 32px 28px 28px;
    border: 1px solid rgba(16, 49, 120, 0.1);
    background: #fff;
}
.ps-account__pref-copy {
    margin: 0 0 24px;
}
.ps-account__pref-copy h2 {
    margin: 0 0 8px;
    color: #103178;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-wrap: balance;
}
.ps-account__pref-copy p {
    margin: 0;
    color: #3d4f73;
    font-size: 15px;
    line-height: 1.55;
}
.ps-account__label {
    display: block;
    margin: 0 0 8px;
    color: #103178;
    font-size: 14px;
    font-weight: 600;
}
.ps-account__input {
    display: block;
    width: 100%;
    height: 52px;
    margin: 0 0 16px;
    padding: 0 16px;
    border: 1px solid #c9d4e6;
    border-radius: 8px;
    background: #fff;
    color: #103178;
    font-size: 16px;
    line-height: 52px;
}
.ps-account__secret .ps-account__input {
    margin-bottom: 0;
    padding-right: 88px;
}
.ps-account__input:focus {
    border-color: #103178;
    box-shadow: 0 0 0 3px rgba(16, 49, 120, 0.16);
    outline: none;
}
.ps-account__input.is-invalid {
    border-color: #8a1f18;
}
.ps-account__secret {
    position: relative;
    margin: 0 0 16px;
}
.ps-account__reveal {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    color: #103178;
    font-size: 13px;
    font-weight: 600;
    padding: 10px;
    min-height: 44px;
    cursor: pointer;
}
.ps-account__pref-pair {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    margin: 0;
}
.ps-account__pref--address {
    grid-column: 1 / -1;
}
.ps-account__pref-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0 20px;
}
.ps-account__book {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    align-items: start;
    padding-bottom: 40px;
}
.ps-account__panel {
    min-width: 0;
    padding: 28px 28px 32px;
    border: 1px solid rgba(16, 49, 120, 0.12);
    background: #fff;
}
.ps-account__stamp {
    display: inline-block;
    margin: 0 0 16px;
    padding: 6px 10px;
    background: #fd8d27;
    color: #fff;
    font-family: Chivo, sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.ps-account__panel-head {
    margin: 0 0 24px;
}
.ps-account__panel-head h2 {
    margin: 0 0 8px;
    color: #103178;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.02em;
    text-wrap: balance;
}
.ps-account__panel-head p {
    margin: 0;
    max-width: 46ch;
    color: #3d4f73;
    font-size: 15px;
    line-height: 1.55;
}
.ps-account__fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
}
.ps-account__fields-pair {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
}
.ps-account__fields-span {
    grid-column: 1 / -1;
}
.ps-account__on-street {
    margin: 0 0 10px;
    padding: 10px 12px;
    border: 1px solid rgba(253, 141, 39, 0.4);
    background: #fff8f1;
    color: #103178;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}
.ps-account__on-street strong {
    font-weight: 800;
}
.ps-account__save--fit {
    width: auto;
    min-width: 168px;
    margin-top: 12px;
}
.ps-account__kinds {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 0 0 20px;
}
.ps-account__kind {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    margin: 0;
    padding: 0 16px;
    border: 1px solid #c9d4e6;
    border-radius: 8px;
    color: #103178;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}
.ps-account__kind:has(input:checked) {
    border-color: #103178;
    box-shadow: 0 0 0 3px rgba(16, 49, 120, 0.16);
}
.ps-account__kind input {
    margin: 0;
}
.ps-account__same,
.ps-checkout__same {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 8px 0 16px;
    color: #103178;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}
.ps-account__same input,
.ps-checkout__same input {
    width: 18px;
    height: 18px;
    margin: 0;
}
select.ps-account__input {
    line-height: 1.25;
}
.ps-account__input--area {
    height: auto;
    min-height: 104px;
    line-height: 1.5;
    padding: 14px 16px;
    resize: vertical;
}
.ps-account__error {
    margin: -8px 0 16px;
    color: #8a1f18;
    font-size: 14px;
    font-weight: 600;
}
.ps-account__save {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    margin-top: auto;
    padding: 0 20px;
    border: 0;
    border-radius: 8px;
    background: #fd8d27;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 180ms ease-out;
}
.ps-account__save:hover,
.ps-account__save:focus-visible {
    background: #e67712;
    color: #fff;
    outline: none;
}
.ps-account__save:focus-visible {
    box-shadow: 0 0 0 3px rgba(16, 49, 120, 0.22);
}
@media (prefers-reduced-motion: reduce) {
    .ps-account__save {
        transition: none;
    }
}
.ps-account__pay {
    display: grid;
    gap: 24px;
    padding: 28px 30px;
    margin-bottom: 40px;
    border: 1px solid rgba(253, 141, 39, 0.35);
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(253, 141, 39, 0.12), rgba(255, 255, 255, 0.9) 48%),
        #fff8f1;
}
.ps-account__pay-kicker {
    margin: 0 0 10px;
    color: #9a4b00;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.ps-account__pay h2 {
    color: #103178;
    font-size: 1.4rem;
    font-weight: 800;
    margin: 0 0 12px;
    letter-spacing: -0.02em;
}
.ps-account__pay-copy p {
    color: #3d4f73;
    margin: 0;
    max-width: 58ch;
    line-height: 1.65;
    font-size: 16px;
}
.ps-account__pay-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 20px;
    margin: 0;
}
.ps-account__pay-facts > div {
    padding: 16px 18px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(16, 49, 120, 0.08);
}
.ps-account__pay dt {
    color: #5a6d96;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.ps-account__pay dd {
    margin: 0;
    color: #103178;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.45;
}
.ps-account__iban {
    font-variant-numeric: tabular-nums;
    overflow-wrap: anywhere;
    user-select: all;
}
.ps-account__pay-help {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
    margin: 0;
    font-size: 15px;
}
.ps-account__pay-help a {
    color: #103178;
    font-weight: 700;
    text-decoration: none;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
}
.ps-account__pay-help a:hover,
.ps-account__pay-help a:focus-visible {
    color: #fd8d27;
}
.ps-account__section-head {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px 18px;
    margin-bottom: 22px;
}
.ps-account__orders h2,
.ps-account__rail-title {
    color: #103178;
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin: 0;
}
.ps-account__section-meta {
    margin: 0;
    color: #5a6d96;
    font-size: 14px;
    font-weight: 600;
}
.ps-account__empty {
    padding: 40px 36px;
    border: 1px dashed rgba(16, 49, 120, 0.22);
    border-radius: 18px;
    background: #fff;
}
.ps-account__empty p {
    color: #3d4f73;
    margin: 0 0 22px;
    max-width: 46ch;
    line-height: 1.6;
    font-size: 16px;
}
.ps-account__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 18px;
}
.ps-account__ticket {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 22px 36px;
    align-items: center;
    padding: 28px 30px;
    border: 1px solid rgba(16, 49, 120, 0.1);
    border-radius: 18px;
    background: #fff;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
.ps-account__ticket:hover {
    border-color: rgba(16, 49, 120, 0.22);
    box-shadow: 0 12px 32px rgba(16, 49, 120, 0.07);
    transform: translateY(-1px);
}
.ps-account__ticket-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 14px;
    margin-bottom: 10px;
}
.ps-account__number {
    color: #103178;
    font-weight: 800;
    font-size: 1.05rem;
    font-variant-numeric: tabular-nums;
    text-decoration: none;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
}
.ps-account__number:hover,
.ps-account__number:focus-visible {
    color: #fd8d27;
}
.ps-account__meta {
    color: #5a6d96;
    font-size: 15px;
    margin: 0 0 16px;
}
.ps-account__items {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #103178;
}
.ps-account__items li {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 6px 0;
    line-height: 1.45;
    font-size: 16px;
}
.ps-account__item-name {
    min-width: 0;
}
.ps-account__items span:last-child {
    color: #5a6d96;
    flex: 0 0 auto;
}
.ps-account__ticket-side {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 14px;
    text-align: right;
    padding-left: 8px;
}
.ps-account__total {
    margin: 0;
    color: #103178;
    font-size: 1.4rem;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.02em;
}
.ps-account__ticket-link {
    min-height: 44px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid rgba(16, 49, 120, 0.18);
    color: #103178;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}
.ps-account__ticket-link:hover,
.ps-account__ticket-link:focus-visible {
    background: #103178;
    border-color: #103178;
    color: #fff;
}
.ps-account__status {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}
.ps-account__status.is-paid {
    background: #e7f6ee;
    color: #146c43;
}
.ps-account__status.is-wait {
    background: #fff4e8;
    color: #9a4b00;
}
.ps-account__status.is-off {
    background: #f0f2f5;
    color: #5a6d96;
}
.ps-account__rail {
    display: grid;
    gap: 20px;
    position: sticky;
    top: 96px;
}
.ps-account__rail-block {
    padding: 26px 24px;
    border: 1px solid rgba(16, 49, 120, 0.1);
    border-radius: 18px;
    background: #fff;
}
.ps-account__rail-title {
    font-size: 1.15rem;
    margin-bottom: 18px;
}
.ps-account__doors {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
}
.ps-account__doors a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 52px;
    padding: 4px 2px;
    color: #103178;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid rgba(16, 49, 120, 0.08);
    transition: color 180ms ease, padding-left 180ms ease;
}
.ps-account__doors a:last-child {
    border-bottom: 0;
}
.ps-account__doors a:hover,
.ps-account__doors a:focus-visible {
    color: #fd8d27;
    padding-left: 6px;
}
.ps-account__rail-text {
    margin: 0 0 18px;
    color: #3d4f73;
    font-size: 15px;
    line-height: 1.6;
}
.ps-account__rail-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    width: 100%;
    padding: 0 18px;
    border-radius: 10px;
    background: #fd8d27;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
    transition: background 180ms ease, transform 180ms ease;
}
.ps-account__rail-cta:hover,
.ps-account__rail-cta:focus-visible {
    background: #103178;
    color: #fff;
}
@media (max-width: 1099px) {
    .ps-account__prefs {
        grid-template-columns: 1fr 1fr;
    }
    .ps-account__pref--password {
        grid-column: 1 / -1;
    }
    .ps-account__pref--password .ps-account__pref-pair {
        grid-template-columns: 1fr 1fr;
        gap: 0 20px;
    }
    .ps-account__pref--address {
        grid-column: 1 / -1;
    }
    .ps-account__book {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 991px) {
    .ps-account__layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .ps-account__rail {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }
}
@media (max-width: 767px) {
    .ps-account {
        padding-bottom: 110px;
    }
    .ps-account__band {
        padding: 32px 0 28px;
    }
    .ps-account__shell {
        padding-top: 28px;
    }
    .ps-account__identity {
        gap: 16px;
        align-items: flex-start;
    }
    .ps-account__avatar {
        width: 56px;
        height: 56px;
        border-radius: 14px;
    }
    .ps-account__stats {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-bottom: 28px;
    }
    .ps-account__stat {
        padding: 20px 22px;
    }
    .ps-account__prefs {
        grid-template-columns: 1fr;
    }
    .ps-account__pref--password {
        grid-column: auto;
    }
    .ps-account__pref--password .ps-account__pref-pair {
        grid-template-columns: 1fr;
    }
    .ps-account__pref--address {
        grid-column: auto;
    }
    .ps-account__pref-grid {
        grid-template-columns: 1fr;
    }
    .ps-account__fields,
    .ps-account__fields-pair {
        grid-template-columns: 1fr;
    }
    .ps-account__save--fit {
        width: 100%;
        min-width: 0;
    }
    .ps-account__kinds {
        grid-template-columns: 1fr;
    }
    .ps-account__pref {
        padding: 24px 20px;
    }
    .ps-account__save {
        width: 100%;
    }
    .ps-account__pay {
        padding: 22px;
        margin-bottom: 28px;
    }
    .ps-account__pay-facts {
        grid-template-columns: 1fr;
    }
    .ps-account__ticket {
        grid-template-columns: 1fr;
        padding: 22px;
        gap: 18px;
    }
    .ps-account__ticket-side {
        align-items: flex-start;
        text-align: left;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        padding-left: 0;
    }
    .ps-account__rail {
        grid-template-columns: 1fr;
    }
}
@media (prefers-reduced-motion: reduce) {
    .ps-account__admin,
    .ps-account__out,
    .ps-account__ticket,
    .ps-account__ticket-link,
    .ps-account__doors a,
    .ps-account__rail-cta {
        transition: none;
    }
    .ps-account__ticket:hover {
        transform: none;
    }
}
@media (prefers-reduced-motion: reduce) {
    .ps-login__float > input + label,
    .ps-login__password label,
    .ps-login__submit {
        transition: none;
    }
    .ps-login__submit:active {
        transform: none;
    }
}

html {
    -webkit-text-size-adjust: 100%;
}
img,
svg,
video {
    max-width: 100%;
    height: auto;
}
.ps-footer__pay {
    display: inline-block;
    max-width: min(100%, 220px);
    max-height: 36px;
    width: auto;
    height: auto;
    vertical-align: middle;
}
.ps-break,
.font-mono {
    overflow-wrap: anywhere;
    word-break: break-word;
}
.ps-breadcrumb {
    flex-wrap: wrap;
    row-gap: 4px;
}

/* Katalog — blog mast dili */
.ps-catalog {
    width: 100%;
    background: #eef1f7;
    padding-bottom: clamp(32px, 5vw, 56px);
}
.ps-catalog + .ps-footer .ps-footer--top {
    margin-top: clamp(24px, 4vw, 48px);
}
.ps-catalog__mast {
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: clamp(40px, 6vw, 72px) 0 clamp(64px, 8vw, 96px);
}
.ps-catalog__mast-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 14% 20%, rgba(253, 141, 39, 0.24), transparent 36%),
        radial-gradient(circle at 86% 8%, rgba(255, 255, 255, 0.09), transparent 30%),
        linear-gradient(155deg, #103178 0%, #0a2254 58%, #081b45 100%);
}
.ps-catalog__mast-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.14) 1px, transparent 1px);
    background-size: 22px 22px;
    opacity: 0.35;
    mask-image: linear-gradient(180deg, #000 0%, transparent 88%);
}
.ps-catalog__mast-inner {
    position: relative;
    z-index: 1;
    max-width: 52rem;
    margin-inline: auto;
    text-align: center;
}
.ps-catalog__mast h1 {
    margin: 0 0 14px;
    font-family: "Jost", sans-serif;
    font-size: clamp(2.75rem, 6.5vw, 4.25rem);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: #fff;
    text-wrap: balance;
}
.ps-catalog__lead {
    margin: 0 auto;
    max-width: 48rem;
    font-size: clamp(1.25rem, 2.2vw, 1.5rem);
    line-height: 1.45;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.94);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (max-width: 767px) {
    .ps-catalog__lead {
        white-space: normal;
    }
}
.ps-catalog__stream {
    margin-top: -44px;
    position: relative;
    z-index: 2;
    padding-bottom: clamp(48px, 7vw, 88px);
}
.ps-catalog__filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 28px;
    padding: 16px 18px;
    background: #fff;
    border: 1px solid #e4eaf3;
    border-radius: 10px;
    box-shadow: 0 10px 28px rgba(16, 49, 120, 0.08);
}
.ps-catalog__chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 8px;
    border: 1px solid #d7deea;
    background: #f7f9fc;
    color: #103178;
    font-size: clamp(1.05rem, 1.4vw, 1.2rem);
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: background 200ms ease-out, border-color 200ms ease-out, color 200ms ease-out, transform 200ms ease-out;
}
.ps-catalog__chip:hover,
.ps-catalog__chip:focus {
    border-color: #fd8d27;
    color: #103178;
    background: #fff8f1;
    text-decoration: none;
}
.ps-catalog__chip.is-active {
    border-color: #fd8d27;
    background: #fd8d27;
    color: #fff;
}
.ps-catalog__chip.is-active:hover,
.ps-catalog__chip.is-active:focus {
    background: #e87a16;
    border-color: #e87a16;
    color: #fff;
}
.ps-catalog__section {
    margin: 0 0 clamp(44px, 6vw, 72px);
    padding: clamp(22px, 3vw, 32px);
    background: #fff;
    border: 1px solid #e4eaf3;
    border-radius: 14px;
    box-shadow: 0 12px 32px rgba(16, 49, 120, 0.06);
}
.ps-catalog__section:last-child {
    margin-bottom: 0;
}
.ps-catalog__section-head {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px 18px;
    align-items: start;
    margin: 0 0 clamp(22px, 3vw, 28px);
    padding: 0 0 20px;
    border-bottom: 1px solid #e4eaf3;
}
.ps-catalog__section-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 3rem;
    height: 3rem;
    padding: 0 10px;
    border-radius: 8px;
    background: #fd8d27;
    color: #fff;
    font-family: "Jost", sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1;
}
.ps-catalog__section-copy {
    min-width: 0;
}
.ps-catalog__section-head h2 {
    margin: 0 0 10px;
    font-family: "Jost", sans-serif;
    font-size: clamp(1.75rem, 3.2vw, 2.35rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.15;
    color: #103178;
    text-wrap: balance;
}
.ps-catalog__section-head p {
    margin: 0;
    max-width: none;
    font-size: clamp(1.2rem, 2vw, 1.4rem);
    line-height: 1.45;
    font-weight: 500;
    color: #3d4f73;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (max-width: 767px) {
    .ps-catalog__section-head p {
        white-space: normal;
    }
}
.ps-catalog__grid > [style*="--i"] {
    animation: ps-catalog-rise 420ms cubic-bezier(0.16, 1, 0.3, 1) both;
    animation-delay: calc(var(--i) * 45ms);
}
.ps-catalog .ps-product--standard {
    height: 100%;
    padding: 14px 14px 16px;
    background: #f7f9fc;
    border: 1px solid #e4eaf3;
    border-radius: 10px;
    transition: border-color 220ms ease-out, box-shadow 220ms ease-out, transform 220ms ease-out;
}
.ps-catalog .ps-product--standard:hover {
    border-color: #c9d4e6;
    box-shadow: 0 14px 32px rgba(16, 49, 120, 0.1);
    transform: translateY(-3px);
}
.ps-catalog .ps-product__title {
    font-size: 17px;
    line-height: 1.35;
    min-height: 2.7em;
}
.ps-catalog .ps-product__excerpt {
    display: none;
}
@media (prefers-reduced-motion: reduce) {
    .ps-catalog .ps-product--standard:hover {
        transform: none;
    }
}
@keyframes ps-catalog-rise {
    from {
        opacity: 0.01;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
@media (prefers-reduced-motion: reduce) {
    .ps-catalog__grid > [style*="--i"],
    .ps-catalog__chip {
        animation: none;
        transition: none;
    }
}
.ps-catalog__empty {
    margin-top: 8px;
    padding: clamp(36px, 6vw, 56px) 28px;
    text-align: center;
    background: #fff;
    border: 1px solid #e4eaf3;
    border-radius: 12px;
}
.ps-catalog__empty-title {
    margin: 0 0 8px;
    font-family: "Jost", sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: #103178;
}
.ps-catalog__empty p {
    margin: 0 0 18px;
    color: #5a6d96;
}
.ps-catalog__empty-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 20px;
    border-radius: 8px;
    background: #fd8d27;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}
.ps-catalog__empty-cta:hover {
    background: #e87a16;
    color: #fff;
    text-decoration: none;
}
.ps-product__buy {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}
.ps-product__buy .form-control {
    width: 88px;
    max-width: 100%;
}
.ps-cart .ps-catalog__mast .ps-cart__title {
    margin: 0;
    font-family: "Jost", sans-serif;
    font-size: clamp(2.75rem, 6.5vw, 4.25rem);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: #fff;
    text-align: center;
    text-wrap: balance;
}
.ps-cart .ps-catalog__mast .ps-cart__lead {
    margin: 10px auto 0;
    max-width: 46rem;
    color: rgba(255, 255, 255, 0.94);
    font-size: clamp(1.05rem, 2vw, 1.25rem);
    line-height: 1.5;
    text-align: center;
    text-wrap: pretty;
    white-space: normal;
}
.ps-cart .ps-catalog__mast .ps-cart__lead a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.ps-cart .ps-catalog__mast .ps-cart__lead a:hover,
.ps-cart .ps-catalog__mast .ps-cart__lead a:focus-visible {
    color: #fd8d27;
}
.ps-cart__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.65rem;
    margin-left: 10px;
    padding: 2px 8px 0;
    background: #fd8d27;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0;
    font-variant-numeric: tabular-nums;
    vertical-align: middle;
}
.ps-cart__empty-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 44px;
    margin: 26px auto 0;
    padding: 0 22px;
    border-radius: 8px;
    background: #fd8d27;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    transition: background 180ms ease-out, transform 180ms ease-out;
}
.ps-cart__empty-cta:hover,
.ps-cart__empty-cta:focus-visible {
    background: #e87a16;
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}
.ps-cart--empty .ps-cart__empty-cta {
    margin-top: 0;
}
.ps-cart__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 20rem);
    gap: clamp(24px, 4vw, 40px);
    align-items: start;
}
.ps-cart__panel {
    padding: 22px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(16, 49, 120, 0.08);
}
.ps-cart__table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
}
.ps-cart__table thead th {
    padding: 0 8px 12px;
    border-bottom: 2px solid #103178;
    font-family: Chivo, Jost, sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #103178;
}
.ps-cart__table tbody td {
    padding: 18px 8px;
    border-bottom: 1px solid #e4eaf3;
    vertical-align: middle;
    font-variant-numeric: tabular-nums;
}
.ps-cart__product {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}
.ps-cart__product img {
    width: 72px;
    height: auto;
    flex: 0 0 72px;
    box-shadow: 0 8px 18px rgba(16, 49, 120, 0.12);
}
.ps-cart__product a {
    min-width: 0;
    overflow-wrap: anywhere;
    font-weight: 700;
    color: #103178;
}
.ps-cart__line {
    font-weight: 700;
    color: #103178;
    white-space: nowrap;
}
.ps-cart__qty {
    width: 72px;
    max-width: 100%;
    border-radius: 0;
    border-color: #c9d4e6;
}
.ps-cart__remove {
    padding: 0;
    border: 0;
    background: none;
    color: #103178;
    font-size: 13px;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.ps-cart__totals {
    padding: 24px 22px 22px;
    background: #103178;
    color: #fff;
    box-shadow: 0 18px 40px rgba(16, 49, 120, 0.16);
}
.ps-cart__continue {
    display: block;
    width: fit-content;
    margin: 18px 0 0 auto;
    color: #103178;
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.ps-cart__continue:hover,
.ps-cart__continue:focus-visible {
    color: #fd8d27;
}
.ps-cart__summary {
    margin: 0 0 18px;
}
.ps-cart__summary-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 7px 0;
    font-size: 15px;
    color: #d5deee;
}
.ps-cart__summary-row dt,
.ps-cart__summary-row dd {
    margin: 0;
}
.ps-cart__summary-row--total {
    margin-top: 8px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    font-family: Chivo, Jost, sans-serif;
    font-size: 20px;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
}
.ps-cart__pay {
    display: flex;
    width: 100%;
    justify-content: center;
    min-height: 52px;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 800;
}
.ps-cart__login-hint {
    margin: 14px 0 0;
    font-size: 13px;
    line-height: 1.5;
    color: #b7c4dc;
}
.ps-cart__login-hint a {
    color: #fd8d27;
    font-weight: 700;
}
.ps-cart__vat-note {
    margin: -8px 0 16px;
    font-size: 13px;
    line-height: 1.45;
    color: #b7c4dc;
}
@media (prefers-reduced-motion: reduce) {
    .ps-cart__empty-cta {
        transition: none;
        transform: none;
    }
    .ps-cart__empty-cta:hover,
    .ps-cart__empty-cta:focus-visible {
        transform: none;
    }
}
@media (max-width: 767px) {
    .ps-cart__layout {
        grid-template-columns: 1fr;
    }
}
.ps-cart-toast {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1100;
    max-width: none;
    margin: 0;
    padding: 10px 16px;
    padding-top: max(10px, env(safe-area-inset-top, 0px));
    background: #1f9254;
    color: #fff;
    font-family: Jost, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-shadow: 0 8px 18px rgba(31, 146, 84, 0.22);
    animation: ps-cart-toast-in 220ms ease-out;
}
.ps-cart-toast.is-leaving {
    animation: ps-cart-toast-out 220ms ease-out forwards;
}
@keyframes ps-cart-toast-in {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
@keyframes ps-cart-toast-out {
    from {
        opacity: 1;
        transform: none;
    }
    to {
        opacity: 0;
        transform: translateY(-8px);
    }
}
@media (max-width: 767px) {
    .ps-cart-toast {
        top: 0;
        right: 0;
        left: 0;
        max-width: none;
        text-align: center;
    }
}
@media (prefers-reduced-motion: reduce) {
    .ps-cart-toast,
    .ps-cart-toast.is-leaving {
        animation: none;
    }
}
.ps-track {
    padding: 56px 0 80px;
}
.ps-track__hero {
    margin: 0 auto 36px;
    max-width: 560px;
    text-align: center;
}
.ps-track__stamp {
    display: inline-block;
    margin: 0 0 20px;
    padding: 8px 14px;
    background: #fd8d27;
    color: #fff;
    font-family: Chivo, sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.ps-track__title {
    margin: 0;
    font-family: Chivo, Jost, sans-serif;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.28;
    letter-spacing: -0.015em;
    color: #103178;
    text-align: center;
    text-wrap: balance;
}
.ps-track--found .ps-track__title {
    font-variant-numeric: tabular-nums;
}
.ps-track__lead {
    margin: 16px auto 0;
    max-width: 46ch;
    color: #3d4f73;
    font-size: 16px;
    line-height: 1.7;
    text-align: center;
    text-wrap: pretty;
}
.ps-track__state {
    margin: 16px 0 0;
    color: #fd8d27;
    font-family: Chivo, sans-serif;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -0.015em;
    text-wrap: balance;
}
.ps-track__alert {
    margin: 0 auto 24px;
    max-width: 480px;
    padding: 16px 18px;
    border: 1px solid rgba(132, 32, 41, 0.22);
    border-radius: 8px;
    background: #fdecee;
    color: #842029;
    font-size: 16px;
}
.ps-track__alert p {
    margin: 0;
}
.ps-track__alert ul {
    margin: 8px 0 0;
    padding-left: 18px;
}
.ps-track__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}
.ps-track--found .ps-track__layout {
    max-width: 520px;
}
.ps-track__form {
    padding: 28px 32px;
    border: 1px solid rgba(16, 49, 120, 0.1);
    border-radius: 8px;
    background: #fff;
}
.ps-track__fields {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
}
.ps-track__fields .ps-checkout__group {
    margin-bottom: 0;
}
.ps-track__fields .ps-checkout__label {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
    color: #103178;
}
.ps-track .form-control {
    width: 100%;
    min-height: 52px;
    height: 52px;
    padding: 12px 16px;
    border-color: rgba(16, 49, 120, 0.18);
    border-radius: 8px;
    color: #103178;
    font-size: 16px;
}
.ps-track .form-control::placeholder,
.ps-track .form-control::-webkit-input-placeholder,
.ps-track .form-control::-moz-placeholder {
    font-size: 16px;
    color: #5a6d96;
    opacity: 1;
}
.ps-track .form-control:focus {
    border-color: #103178;
    box-shadow: 0 0 0 3px rgba(16, 49, 120, 0.12);
}
.ps-track .form-control.is-invalid {
    border-color: #842029;
}
.ps-track .ps-btn.ps-track__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 192px;
    min-height: 48px;
    margin-top: 22px;
    padding: 0 24px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
}
.ps-track__result {
    margin: 0;
    padding: 0 0 8px;
    border-top: 1px solid rgba(16, 49, 120, 0.08);
}
.ps-track__facts {
    margin: 0;
    padding: 28px 0 8px;
}
.ps-track__facts > div {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr);
    gap: 12px 20px;
    padding: 12px 0;
}
.ps-track__facts dt {
    margin: 0;
    color: #3d4f73;
    font-size: 14px;
    font-weight: 600;
}
.ps-track__facts dd {
    margin: 0;
    color: #103178;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
}
.ps-track__items {
    margin: 8px 0 0;
    padding: 8px 0 0;
    border-top: 1px solid rgba(16, 49, 120, 0.08);
    list-style: none;
}
.ps-track__items li {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 0;
    color: #103178;
    font-size: 16px;
    line-height: 1.45;
}
.ps-track__total {
    margin: 8px 0 0;
    padding-top: 20px;
    border-top: 1px solid rgba(16, 49, 120, 0.08);
    color: #103178;
    font-family: Chivo, sans-serif;
    font-size: 26px;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
    text-align: right;
}
.ps-track__again {
    margin: 8px 0 0;
    text-align: center;
}
.ps-track__again a {
    color: #103178;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}
.ps-track__again a:hover,
.ps-track__again a:focus {
    color: #fd8d27;
}
@media (max-width: 767px) {
    .ps-track {
        padding: 40px 0 64px;
    }
    .ps-track__title {
        font-size: 28px;
    }
    .ps-track__state {
        font-size: 20px;
    }
    .ps-track__form {
        padding: 24px 20px;
    }
    .ps-track__facts > div {
        grid-template-columns: 1fr;
        gap: 4px;
        padding: 14px 0;
    }
    .ps-track .ps-btn.ps-track__submit {
        width: 100%;
        margin-top: 20px;
    }
}
.ps-checkout__hero {
    margin: 0 auto 20px;
    max-width: 760px;
    text-align: center;
}
.ps-checkout__hero .ps-checkout__title {
    white-space: nowrap;
}
.ps-checkout__stamp {
    display: inline-block;
    margin: 0 0 12px;
    padding: 6px 10px;
    background: #fd8d27;
    color: #fff;
    font-family: Chivo, sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.ps-checkout__badge {
    display: inline-block;
    margin: 0 0 10px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #e8f5e9;
    color: #1b5e20;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.ps-checkout__title {
    margin: 0 0 8px;
    color: #103178;
    font-family: Chivo, sans-serif;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
}
.ps-checkout__lead {
    margin: 0;
    max-width: 52ch;
    font-size: 15px;
    line-height: 1.5;
    color: #3d4f73;
}
.ps-checkout__hero .ps-checkout__lead {
    margin-left: auto;
    margin-right: auto;
}
.ps-checkout__lead a {
    color: #103178;
    font-weight: 700;
}
.ps-checkout__steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-bottom: 28px;
}
.ps-checkout__step {
    padding: 7px 12px;
    border: 1px solid #c9d4e6;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #3d4f73;
    text-decoration: none;
}
.ps-checkout__step.is-done {
    color: #103178;
    border-color: #103178;
    background: #fff;
}
.ps-checkout__step.is-active {
    color: #fff;
    border-color: #fd8d27;
    background: #fd8d27;
}
.ps-checkout__alert {
    margin-bottom: 20px;
    padding: 14px 16px;
    border: 1px solid #f5c2c7;
    border-radius: 8px;
    background: #f8d7da;
    color: #842029;
    font-size: 14px;
}
.ps-checkout__alert ul {
    margin: 8px 0 0;
    padding-left: 18px;
}
.ps-checkout__form {
    margin: 0;
}
.ps-checkout__shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 40px;
    align-items: start;
}
.ps-checkout__main {
    min-width: 0;
}
.ps-checkout__section {
    margin: 0 0 28px;
    padding: 0 0 24px;
    border: 0;
    border-bottom: 1px solid rgba(16, 49, 120, 0.1);
}
.ps-checkout__section:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
}
.ps-checkout__section legend {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin-bottom: 16px;
    color: #103178;
    font-family: Chivo, sans-serif;
    font-size: 18px;
    font-weight: 800;
}
.ps-checkout__n {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #103178;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}
.ps-checkout__optional {
    font-size: 13px;
    font-weight: 400;
    color: #6b7a94;
}
.ps-checkout__pair {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 16px;
}
.ps-checkout__kinds {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 0 0 16px;
}
.ps-checkout__kind {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    margin: 0;
    padding: 0 14px;
    border: 1px solid #c9d4e6;
    border-radius: 8px;
    color: #103178;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}
.ps-checkout__kind:has(input:checked) {
    border-color: #103178;
    box-shadow: 0 0 0 3px rgba(16, 49, 120, 0.16);
}
.ps-checkout__kind input {
    margin: 0;
}
.ps-checkout__group {
    margin-bottom: 16px;
}
.ps-checkout__label {
    display: block;
    margin-bottom: 6px;
    color: #103178;
    font-weight: 600;
    font-size: 14px;
}
.ps-checkout__recipient {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: stretch;
}
.ps-checkout__same {
    margin: 0;
    padding: 0 14px;
    border: 1px solid rgba(16, 49, 120, 0.18);
    background: #fff;
    color: #103178;
    font-family: Jost, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
    white-space: nowrap;
    cursor: pointer;
}
.ps-checkout__same:hover,
.ps-checkout__same:focus-visible {
    border-color: #103178;
    outline: 2px solid #fd8d27;
    outline-offset: 2px;
}
.ps-checkout__hint--section {
    margin: -4px 0 12px;
}
.ps-checkout__on-street {
    margin: 0 0 8px;
    color: #103178;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
}
.ps-checkout__on-street strong {
    font-weight: 800;
}
.ps-checkout__field-error {
    margin: 6px 0 0;
    font-size: 13px;
    color: #b42318;
}
.ps-checkout__more {
    margin: 0 0 8px;
    border: 1px solid #c9d4e6;
    border-radius: 8px;
    padding: 0 16px;
}
.ps-checkout__more summary {
    cursor: pointer;
    color: #103178;
    font-size: 15px;
    font-weight: 700;
    padding: 14px 0;
    list-style: none;
}
.ps-checkout__more summary::-webkit-details-marker {
    display: none;
}
.ps-checkout__more[open] summary {
    border-bottom: 1px solid rgba(16, 49, 120, 0.1);
    margin-bottom: 12px;
}
.ps-checkout__payments {
    display: grid;
    gap: 8px;
}
.ps-checkout__payment {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    padding: 12px 14px;
    border: 1px solid #c9d4e6;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
}
.ps-checkout__payment:has(input:checked) {
    border-color: #103178;
    box-shadow: 0 0 0 3px rgba(16, 49, 120, 0.12);
}
.ps-checkout__payment.is-disabled {
    cursor: not-allowed;
    opacity: 0.55;
}
.ps-checkout__payment input {
    margin-top: 3px;
}
.ps-checkout__payment-body {
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-size: 13px;
    line-height: 1.4;
}
.ps-checkout__payment-body strong {
    color: #103178;
    font-size: 14px;
}
.ps-checkout__payment-body span {
    color: #3d4f73;
}
.ps-checkout__pay {
    margin: 20px 0 0;
    padding: 16px 0 0;
    border: 0;
    border-top: 1px solid rgba(16, 49, 120, 0.12);
}
.ps-checkout__pay legend {
    margin: 0 0 10px;
    color: #103178;
    font-size: 15px;
    font-weight: 800;
}
.ps-checkout__actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin-top: 16px;
}
.ps-checkout__contract {
    margin: 16px 0 0;
}
.ps-checkout__contract-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
    cursor: pointer;
}
.ps-checkout__contract-check input {
    width: 18px;
    height: 18px;
    margin: 2px 0 0;
    flex: 0 0 18px;
}
.ps-checkout__contract-link {
    padding: 0;
    border: 0;
    background: none;
    color: #fd8d27;
    font: inherit;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
}
.ps-checkout__contract .ps-checkout__field-error {
    display: block;
    margin: 8px 0 0;
    color: #ffd0c4;
}
.ps-contract {
    width: min(40rem, calc(100vw - 24px));
    max-height: min(86vh, 720px);
    padding: 0;
    border: 0;
    background: transparent;
}
.ps-contract::backdrop {
    background: rgba(8, 20, 48, 0.62);
}
.ps-contract__panel {
    display: flex;
    flex-direction: column;
    max-height: min(86vh, 720px);
    background: #fff;
    color: #103178;
    box-shadow: 0 24px 48px rgba(8, 20, 48, 0.28);
}
.ps-contract__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 18px;
    border-bottom: 1px solid #e4eaf3;
}
.ps-contract__head h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
}
.ps-contract__close {
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    background: none;
    color: #103178;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}
.ps-contract__body {
    overflow: auto;
    padding: 16px 18px 8px;
    font-size: 14px;
    line-height: 1.55;
}
.ps-contract__body h3 {
    margin: 18px 0 8px;
    font-size: 15px;
    font-weight: 800;
}
.ps-contract__facts {
    margin: 0;
}
.ps-contract__facts > div {
    display: grid;
    grid-template-columns: 8rem minmax(0, 1fr);
    gap: 8px;
    padding: 4px 0;
}
.ps-contract__facts dt {
    margin: 0;
    color: #5a6d96;
    font-weight: 600;
}
.ps-contract__facts dd {
    margin: 0;
    overflow-wrap: anywhere;
}
.ps-contract__items {
    margin: 0 0 12px;
    padding-left: 1.1rem;
}
.ps-contract__legal {
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid #e4eaf3;
}
.ps-contract__legal h2,
.ps-contract__legal h3,
.ps-contract__legal h4 {
    margin: 16px 0 8px;
    font-size: 15px;
    font-weight: 800;
}
.ps-contract__legal p,
.ps-contract__legal ul,
.ps-contract__legal ol {
    margin: 0 0 12px;
}
.ps-contract__foot {
    padding: 12px 18px 16px;
    border-top: 1px solid #e4eaf3;
}
.ps-contract__foot .ps-btn {
    width: 100%;
    justify-content: center;
}
.ps-checkout__back {
    text-align: center;
    color: #103178;
    font-weight: 600;
    text-decoration: underline;
}
.ps-checkout__summary {
    position: sticky;
    top: 88px;
    padding: 24px 22px;
    border: 0;
    border-radius: 8px;
    background: #103178;
    color: #fff;
    box-shadow: 0 18px 40px rgba(16, 49, 120, 0.28);
}
.ps-checkout__summary-title {
    margin: 0 0 12px;
    color: #fff;
    font-family: Chivo, sans-serif;
    font-size: 18px;
    font-weight: 800;
}
.ps-checkout__summary .ps-checkout__line {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0.18);
}
.ps-checkout__summary .ps-checkout__line-meta a {
    color: #fff;
}
.ps-checkout__summary .ps-checkout__line-meta span {
    color: #b7c4dc;
}
.ps-checkout__summary .ps-checkout__line-meta span:first-child {
    color: #fff;
    font-weight: 700;
}
.ps-checkout__summary .ps-checkout__total-row {
    color: #d5deee;
}
.ps-checkout__summary .ps-checkout__total-row--grand {
    color: #fff;
    border-top-color: rgba(255, 255, 255, 0.18);
}
.ps-checkout__summary .ps-checkout__vat-note,
.ps-checkout__summary .ps-checkout__trust {
    color: #b7c4dc;
}
.ps-checkout__summary .ps-checkout__pay {
    border-top-color: rgba(255, 255, 255, 0.18);
}
.ps-checkout__summary .ps-checkout__pay legend {
    color: #fff;
}
.ps-checkout__summary .ps-checkout__back {
    color: #fff;
}
.ps-checkout__summary .ps-checkout__back:hover,
.ps-checkout__summary .ps-checkout__back:focus-visible {
    color: #fd8d27;
}
.ps-checkout__summary .ps-checkout__payment:has(input:checked) {
    border-color: #fd8d27;
    box-shadow: 0 0 0 3px rgba(253, 141, 39, 0.4);
}
.ps-checkout__lines {
    margin: 0;
    padding: 0;
    list-style: none;
}
.ps-checkout__totals {
    margin: 8px 0 0;
}
.ps-checkout__total-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 6px 0;
    font-size: 15px;
    color: #103178;
}
.ps-checkout__total-row dt,
.ps-checkout__total-row dd {
    margin: 0;
}
.ps-checkout__total-row--grand {
    margin-top: 8px;
    padding-top: 12px;
    border-top: 1px solid rgba(16, 49, 120, 0.12);
    font-size: 18px;
    font-weight: 800;
}
.ps-checkout__trust {
    margin: 12px 0 0;
    font-size: 13px;
    color: #6b7a94;
    line-height: 1.45;
    text-align: center;
}
.ps-checkout__vat-note {
    margin: 8px 0 0;
    font-size: 13px;
    color: #6b7a94;
    line-height: 1.45;
}
.ps-thanks {
    padding: 40px 0 88px;
}
.ps-thanks__head {
    margin: 0 0 32px;
    text-align: center;
}
.ps-thanks__stamp {
    display: block;
    width: max-content;
    margin: 0 auto 20px;
    padding: 10px 22px;
    border: 2px solid #103178;
    background: #103178;
    color: #fff;
    font-family: Chivo, sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    white-space: nowrap;
    box-shadow: 4px 4px 0 #fd8d27;
}
.ps-thanks__stamp.is-paid {
    border-color: #fd8d27;
    background: #103178;
    color: #fff;
    letter-spacing: 0.16em;
    transform: rotate(-7deg);
}
.ps-thanks__stamp.is-wait {
    background: #fff;
    color: #103178;
}
.ps-thanks__stamp.is-alert {
    background: #842029;
    border-color: #842029;
    box-shadow: 4px 4px 0 #103178;
}
.ps-thanks__title {
    margin: 0 0 12px;
    color: #103178;
    font-family: Chivo, sans-serif;
    font-size: clamp(2rem, 1.6vw + 1.4rem, 2.5rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
}
.ps-thanks__head .ps-thanks__title {
    white-space: nowrap;
}
.ps-thanks--gate .ps-thanks__head {
    margin-bottom: 28px;
    text-align: left;
    max-width: 36rem;
}
.ps-thanks--gate .ps-thanks__stamp {
    margin-left: 0;
}
.ps-thanks--gate .ps-thanks__title {
    white-space: normal;
    text-wrap: balance;
}
.ps-thanks__mail {
    margin: 0;
    color: #3d4f73;
    font-size: 15px;
    line-height: 1.5;
}
.ps-thanks__mail strong {
    color: #103178;
}
.ps-thanks__lead {
    margin: 12px 0 0;
    font-size: 15px;
    line-height: 1.55;
    color: #3d4f73;
}
.ps-thanks__lead a,
.ps-thanks__mail a,
.ps-thanks__follow a,
.ps-thanks__howto a {
    color: #103178;
    font-weight: 700;
}
.ps-thanks__ticket {
    padding: 24px 22px;
    background: #103178;
    color: #fff;
}
.ps-thanks__ticket-label {
    margin: 0 0 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fd8d27;
}
.ps-thanks__ticket-no {
    margin: 0 0 16px;
    font-family: Chivo, sans-serif;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1.2;
    color: #fd8d27;
    white-space: nowrap;
}
.ps-thanks__copy {
    align-self: start;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    font-family: Jost, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
}
.ps-thanks__copy:focus-visible,
.ps-thanks__iban-copy:focus-visible {
    outline: 2px solid #fd8d27;
    outline-offset: 4px;
}
.ps-thanks__badge {
    display: inline-block;
    margin: 0 0 16px;
    padding: 8px 14px;
    background: #fd8d27;
    color: #fff;
    font-family: Chivo, sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.ps-thanks__shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 28px 40px;
    align-items: start;
}
.ps-thanks__panel {
    margin: 0 0 32px;
}
.ps-thanks__panel h2,
.ps-thanks__iban h2,
.ps-thanks__summary-title {
    margin: 0 0 12px;
    color: #103178;
    font-family: Chivo, sans-serif;
    font-size: 18px;
    font-weight: 800;
}
.ps-thanks__status {
    margin: 0;
    color: #103178;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
    white-space: nowrap;
}
.ps-thanks__iban {
    margin: 0 0 36px;
    padding: 28px 28px 24px;
    border: 1px solid rgba(16, 49, 120, 0.12);
    background: #fff;
}
.ps-thanks__iban-amount {
    margin: 0 0 16px;
    color: #103178;
    font-size: 16px;
}
.ps-thanks__iban-name {
    margin: 0 0 10px;
    color: #103178;
    font-size: 15px;
    font-weight: 700;
}
.ps-thanks__iban-copy {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 12px 16px;
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    border: 0;
    background: transparent;
    text-align: left;
    cursor: pointer;
}
.ps-thanks__iban-value {
    margin: 0;
    color: #103178;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.55;
}
.ps-thanks__iban-copy-hint {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 2px;
    color: #fd8d27;
    font-family: Jost, sans-serif;
    font-size: 14px;
    font-weight: 700;
}
.ps-thanks__howto {
    margin: 0;
    padding-left: 22px;
    color: #3d4f73;
    font-size: 16px;
    line-height: 1.7;
}
.ps-thanks__howto li + li {
    margin-top: 10px;
}
.ps-thanks__note {
    margin: 12px 0 0;
    max-width: 46ch;
    font-size: 15px;
    color: #3d4f73;
    line-height: 1.65;
}
.ps-thanks__facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 24px;
    margin: 0 0 28px;
    padding: 0;
}
.ps-thanks__facts div {
    margin: 0;
}
.ps-thanks__facts-wide {
    grid-column: 1 / -1;
}
.ps-thanks__facts dt {
    margin: 0 0 4px;
    color: #6b7a94;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.ps-thanks__facts dd {
    margin: 0;
    color: #103178;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    white-space: nowrap;
}
.ps-thanks__facts-wide dd,
.ps-thanks__facts-wide dd span {
    white-space: normal;
}
.ps-thanks__facts-wide dd span {
    display: block;
    margin-top: 4px;
    font-weight: 500;
    color: #3d4f73;
}
.ps-thanks__follow {
    margin: 0 0 28px;
    padding: 18px 20px;
    background: #f4f6fb;
    border: 1px solid rgba(16, 49, 120, 0.1);
}
.ps-thanks__follow h2 {
    margin: 0 0 8px;
    color: #103178;
    font-family: Chivo, sans-serif;
    font-size: 15px;
    font-weight: 800;
}
.ps-thanks__follow p {
    margin: 0;
    color: #3d4f73;
    font-size: 15px;
    line-height: 1.55;
}
.ps-thanks__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px 20px;
    margin-top: 8px;
}
.ps-thanks__actions .ps-btn {
    width: auto;
    min-width: 11rem;
}
.ps-thanks__actions--inline {
    margin-top: 18px;
}
.ps-thanks__home {
    color: #103178;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.ps-thanks__summary {
    border: 1px solid rgba(16, 49, 120, 0.1);
    background: #f4f6fb;
    color: #103178;
    overflow: hidden;
    position: sticky;
    top: 24px;
}
.ps-thanks__summary-body {
    padding: 24px;
}
.ps-thanks__number {
    margin: 0 0 24px;
    color: #fd8d27;
    font-family: Chivo, sans-serif;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.04em;
}
.ps-thanks__summary .ps-checkout__line {
    padding: 16px 0;
    gap: 16px;
}
.ps-thanks__summary .ps-checkout__line-meta {
    gap: 8px;
    min-width: 0;
}
.ps-thanks__summary .ps-checkout__line-meta span:first-child {
    color: #103178;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ps-thanks__summary .ps-checkout__total-row {
    padding: 10px 0;
}
.ps-thanks__vat-note {
    margin: 16px 0 0;
    font-size: 13px;
    color: #3d4f73;
    line-height: 1.6;
}
.ps-thanks__gate {
    max-width: 28rem;
}
.ps-thanks__gate-form {
    display: grid;
    gap: 16px;
    margin: 0 0 20px;
}
.ps-paytr-page {
    padding: 28px 0 56px;
}
.ps-paytr-page .container {
    max-width: none;
    width: 100%;
}
.ps-paytr-page__head {
    margin: 0 0 18px;
    text-align: center;
}
.ps-paytr-page__title {
    margin: 0 0 8px;
    color: #103178;
    font-family: Chivo, sans-serif;
    font-size: clamp(1.75rem, 1.4vw + 1.3rem, 2.25rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
}
.ps-paytr-page__meta {
    margin: 0;
    color: #3d4f73;
    font-size: 15px;
    line-height: 1.5;
}
.ps-paytr-page__meta strong {
    color: #103178;
}
.ps-paytr-page__warn {
    margin: 0 0 16px;
    padding: 14px 18px;
    background: #fff4ea;
    color: #103178;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
}
.ps-paytr-page__note {
    margin: 0 0 16px;
    color: #3d4f73;
    font-size: 14px;
    line-height: 1.55;
}
.ps-paytr {
    margin: 0 0 20px;
    min-height: 72vh;
    background: #fff;
    border: 1px solid rgba(16, 49, 120, 0.12);
    overflow: hidden;
}
.ps-paytr iframe {
    display: block;
    width: 100%;
    min-height: 72vh;
    border: 0;
}
.ps-btn--lg {
    padding: 14px 28px;
    font-size: 16px;
}
.ps-btn--sm {
    padding: 6px 12px;
    font-size: 13px;
}
.ps-checkout__line {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) auto;
    align-items: start;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(16, 49, 120, 0.1);
    font-size: 14px;
    color: #103178;
}
.ps-checkout__line--plain {
    grid-template-columns: minmax(0, 1fr) auto;
}
.ps-checkout__thumb {
    display: block;
    flex: 0 0 56px;
}
.ps-checkout__thumb img {
    display: block;
    width: 56px;
    height: auto;
    box-shadow: 0 8px 18px rgba(16, 49, 120, 0.12);
}
.ps-checkout__line-meta {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.ps-checkout__line-meta a {
    color: #103178;
    font-weight: 700;
    overflow-wrap: anywhere;
}
.ps-checkout__line-meta span {
    font-size: 13px;
    color: #6b7a94;
}
.ps-checkout__line strong {
    flex: 0 0 auto;
    padding-top: 2px;
    font-variant-numeric: tabular-nums;
}
.ps-product__title,
.ps-product__desc,
.ps-prose,
.ps-login__title {
    overflow-wrap: anywhere;
}

@media (max-width: 991px) {
    .ps-about__hero-grid,
    .ps-about__bio-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1199px) {
    .ps-header .ps-header__menu .menu {
        display: flex;
        flex-wrap: wrap;
        gap: 0 8px;
    }
}

@media (max-width: 991px) {
    .ps-login__title {
        font-size: 32px;
    }
    .ps-login__word {
        font-size: 28px;
    }
    .ps-shopping,
    .ps-checkout,
    .ps-page--shop,
    .ps-page--product,
    .ps-login--account,
    .ps-login--gate {
        padding-left: 0;
        padding-right: 0;
    }
    .ps-checkout__shell {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .ps-thanks {
        padding: 32px 0 64px;
    }
    .ps-thanks__shell,
    .ps-thanks__facts {
        grid-template-columns: 1fr;
    }
    .ps-thanks__title,
    .ps-thanks__status,
    .ps-thanks__ticket-no,
    .ps-thanks__facts dd {
        white-space: normal;
    }
    .ps-thanks__summary {
        position: static;
    }
    .ps-thanks__iban {
        padding: 24px 20px;
    }
    .ps-checkout__summary {
        position: static;
    }
    .ps-checkout__pair,
    .ps-checkout__kinds,
    .ps-checkout__recipient {
        grid-template-columns: 1fr;
    }
    .ps-checkout__hero .ps-checkout__title {
        white-space: normal;
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .ps-header--mobile .ps-header__middle .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 64px;
        padding-left: 12px;
        padding-right: 12px;
    }
    .ps-header--mobile .ps-logo {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        height: auto;
        text-align: left;
        z-index: 1;
        flex: 1 1 auto;
        min-width: 0;
        padding-right: 12px;
    }
    .ps-header--mobile .ps-header__right {
        flex: 0 0 auto;
        margin-left: 0;
    }
    .ps-logo__img--mobile,
    .ps-header--mobile .ps-logo img {
        width: auto !important;
        height: 40px;
        max-width: min(220px, calc(100vw - 140px));
        margin: 0;
    }
    .ps-header--mobile.ps-header--sticky .ps-logo img {
        height: 36px;
    }
    .ps-noti p,
    .ps-noti .m-0 {
        font-size: 13px;
        line-height: 1.35;
        padding-right: 28px;
    }
    .ps-login--gate {
        padding: 28px 16px 88px;
    }
    .ps-login--account {
        padding: 28px 0 88px;
    }
    .ps-login__title {
        font-size: 26px;
    }
    .ps-login__word {
        font-size: 26px;
    }
    .ps-login__tabs {
        gap: 0;
    }
    .ps-cart__totals {
        text-align: left;
    }
    .ps-footer--bottom .text-md-right {
        text-align: left;
        margin-top: 12px;
    }
    .ps-footer {
        padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px));
    }
    .ps-navigation--footer {
        padding-bottom: env(safe-area-inset-bottom, 0px);
    }
    .form-control,
    textarea.form-control,
    input.form-control {
        font-size: 16px;
        max-width: 100%;
    }
    .ps-btn {
        max-width: 100%;
    }
    .ps-banner .ps-banner__title {
        font-size: max(20px, calc(var(--banner-title-size, 35px) * 0.8));
        line-height: 1.15;
    }
    .ps-banner .ps-banner__thumnail img {
        max-width: 100%;
    }
    .ps-product--standard .ps-product__list {
        display: none;
    }
    .container.py-5 {
        padding-top: 28px;
        padding-bottom: 40px;
    }
    .ps-about__hero-grid,
    .ps-about__bio-grid {
        grid-template-columns: 1fr;
    }
    .ps-about__hero {
        padding: 32px 0 36px;
    }
}

@media (max-width: 479px) {
    .ps-header--mobile .ps-header__icons .ps-header__item {
        width: 40px;
        height: 40px;
    }
    .col-6 .ps-product__title {
        font-size: 14px;
        line-height: 1.3;
    }
    .col-6 .ps-product__price {
        font-size: 15px;
    }
    .ps-login__password input {
        padding-right: 76px;
    }
}

.ps-promo--rail {
    position: relative;
}
.ps-icon {
    width: 1.15em;
    height: 1.15em;
    display: inline-block;
    vertical-align: -0.15em;
}
.ps-header .ps-header__icons .ps-header__item .ps-icon,
.ps-navigation--footer .ps-nav__item .ps-icon {
    width: 22px;
    height: 22px;
    display: block;
    margin: 0 auto;
}
.ps-promo__chevron {
    display: block;
    width: 8px;
    height: 8px;
    border: solid currentColor;
    border-width: 0 2px 2px 0;
}
.ps-promo__nav--prev .ps-promo__chevron {
    transform: rotate(135deg);
    margin-left: 3px;
}
.ps-promo__nav--next .ps-promo__chevron {
    transform: rotate(-45deg);
    margin-right: 3px;
}
.ps-promo--rail .ps-promo__rail {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.ps-promo--rail .ps-promo__slide {
    min-width: 0;
}
.ps-promo--rail .ps-promo__item {
    position: relative;
    overflow: hidden;
    height: auto !important;
    min-height: 0;
    aspect-ratio: 392 / 300;
    border-radius: 8px;
    background: #eef2f8;
}
.ps-promo--rail .ps-promo__banner {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ps-promo--rail .ps-promo__item::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
        105deg,
        rgba(255, 255, 255, 0.94) 0%,
        rgba(255, 255, 255, 0.72) 32%,
        rgba(255, 255, 255, 0.12) 58%,
        rgba(255, 255, 255, 0) 72%
    );
}
.ps-promo--rail .ps-promo__item.is-light::after {
    background: linear-gradient(
        105deg,
        rgba(16, 49, 120, 0.94) 0%,
        rgba(16, 49, 120, 0.72) 34%,
        rgba(16, 49, 120, 0.12) 58%,
        rgba(16, 49, 120, 0) 74%
    );
}
.ps-promo--rail .ps-promo__content {
    position: relative;
    z-index: 2;
    height: 100%;
    max-width: 64%;
    padding: 22px 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ps-promo--rail .ps-promo__btn {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    background: #fd8d27;
    border: 1px solid #fd8d27;
    color: #fff;
    border-radius: 40px;
    padding: 8px 22px;
    font-weight: 600;
}
.ps-section--banner .ps-banner__shop {
    background: #fd8d27;
    border-color: #fd8d27;
    color: #fff !important;
    font-weight: 600;
    padding: 10px 28px;
}
@media (min-width: 768px) {
    .ps-promo--rail .ps-promo__nav {
        display: none !important;
    }
}

.ps-promo--rail .ps-promo__line {
    display: block;
}
.ps-promo__dots {
    display: none;
}

@media (max-width: 767px) {
    .ps-home--1 .ps-promo.ps-promo--rail.ps-not-padding {
        margin-left: 0;
        margin-right: 0;
        padding-top: 32px;
        padding-bottom: 8px;
    }
    .ps-promo--rail .ps-promo__rail {
        display: flex;
        gap: 12px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        scroll-padding-inline: 16px;
        -webkit-overflow-scrolling: touch;
        padding: 4px 16px 18px;
        scrollbar-width: none;
        overscroll-behavior-x: contain;
    }
    .ps-promo--rail .ps-promo__rail::-webkit-scrollbar {
        display: none;
    }
    .ps-promo--rail .ps-promo__slide {
        flex: 0 0 calc(100% - 32px);
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }
    .ps-promo--rail .ps-promo__item {
        display: block;
        position: relative;
        height: 196px;
        min-height: 196px;
        aspect-ratio: auto;
        overflow: hidden;
        border-radius: 8px;
        background: #103178;
        box-shadow: 0 2px 8px rgba(16, 49, 120, 0.14);
    }
    .ps-promo--rail .ps-promo__item.is-light,
    .ps-promo--rail .ps-promo__item.is-ink {
        background: #103178;
    }
    .ps-promo--rail .ps-promo__item::after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 1;
        pointer-events: none;
        background: linear-gradient(
            105deg,
            rgba(255, 255, 255, 0.96) 0%,
            rgba(255, 255, 255, 0.82) 28%,
            rgba(255, 255, 255, 0.22) 52%,
            rgba(255, 255, 255, 0) 68%
        );
    }
    .ps-promo--rail .ps-promo__item.is-light::after {
        background: linear-gradient(
            105deg,
            rgba(16, 49, 120, 0.96) 0%,
            rgba(16, 49, 120, 0.78) 30%,
            rgba(16, 49, 120, 0.18) 54%,
            rgba(16, 49, 120, 0) 70%
        );
    }
    .ps-promo--rail .ps-promo__banner {
        position: absolute;
        inset: 0;
        grid-column: auto;
        grid-row: auto;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 78% center;
        border-radius: 0;
        transform: none;
    }
    .ps-promo--rail .ps-promo__item:hover .ps-promo__banner {
        transform: none;
    }
    .ps-promo--rail .ps-promo__content {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        z-index: 2;
        height: 100%;
        max-width: 64%;
        padding: 18px 12px 16px 18px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        min-width: 0;
    }
    .ps-promo--rail .ps-promo__line {
        display: inline;
    }
    .ps-promo--rail .ps-promo__line + .ps-promo__line::before {
        content: " ";
    }
    .ps-promo--rail .ps-promo__name,
    .ps-promo--rail .ps-promo__name.text-white {
        color: #103178;
        font-size: 18px;
        line-height: 1.22;
        letter-spacing: -0.02em;
        font-weight: 700;
        margin-bottom: 10px;
        overflow: visible;
        display: block;
        text-wrap: balance;
    }
    .ps-promo--rail .ps-promo__item.is-light .ps-promo__name,
    .ps-promo--rail .ps-promo__item.is-light .ps-promo__name.text-white {
        color: #fff;
    }
    .ps-promo--rail .ps-promo__name.mb-20 {
        margin-bottom: 10px;
    }
    .ps-promo--rail .ps-promo .ps-promo__badge {
        font-size: 11px;
        letter-spacing: 0.04em;
        margin-bottom: 8px;
        padding: 3px 10px;
    }
    .ps-promo--rail .ps-promo__sale {
        color: #c45a12;
        font-size: 17px;
        margin-bottom: 10px;
        line-height: 1.2;
    }
    .ps-promo--rail .ps-promo__item.is-light .ps-promo__sale {
        color: #fd8d27;
    }
    .ps-promo--rail .ps-promo__price {
        color: #103178;
        font-size: 20px;
        margin-bottom: 0;
        line-height: 1.2;
        font-variant-numeric: tabular-nums;
    }
    .ps-promo--rail .ps-promo__item.is-light .ps-promo__price {
        color: #ffc800;
    }
    .ps-promo--rail .ps-promo__meta {
        margin-bottom: 10px;
    }
    .ps-promo--rail .ps-promo__btn {
        min-height: 36px;
        padding: 0 16px;
        font-size: 13px;
        color: #fff;
        background: #103178;
        border-color: #103178;
    }
    .ps-promo--rail .ps-promo__item.is-light .ps-promo__btn {
        background: #fd8d27;
        border-color: #fd8d27;
        color: #fff;
    }
    .ps-promo__nav {
        display: grid;
        place-items: center;
        position: absolute;
        top: 102px;
        z-index: 10;
        width: 40px;
        height: 40px;
        padding: 0;
        border: 0;
        border-radius: 50%;
        background: #fff;
        color: #103178;
        cursor: pointer;
        font-size: 14px;
        line-height: 1;
        box-shadow: 0 2px 8px rgba(16, 49, 120, 0.18);
    }
    .ps-promo__nav i {
        color: #103178;
        font-size: 14px;
        line-height: 1;
    }
    .ps-promo__nav--prev {
        left: 8px;
    }
    .ps-promo__nav--next {
        right: 8px;
    }
    .ps-promo__nav:disabled {
        opacity: 0.4;
        cursor: default;
        box-shadow: none;
    }
    .ps-promo__nav:focus-visible {
        outline: 2px solid #fd8d27;
        outline-offset: 2px;
    }
    .ps-promo__dots {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 4px;
        padding: 0 16px 4px;
    }
    .ps-promo__dot {
        width: 44px;
        height: 44px;
        padding: 0;
        border: 0;
        background: transparent;
        cursor: pointer;
        position: relative;
    }
    .ps-promo__dot::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #c5cfe0;
        transform: translate(-50%, -50%);
    }
    .ps-promo__dot.is-active::after {
        background: #fd8d27;
        width: 9px;
        height: 9px;
    }
    .ps-promo__dot:focus-visible {
        outline: 2px solid #fd8d27;
        outline-offset: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ps-promo--rail .ps-promo__rail {
        scroll-snap-type: none;
    }
    .ps-promo__item:hover .ps-promo__banner {
        transform: none;
    }
}

.ps-product__stock {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 0 16px;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

.ps-product__stock::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: currentColor;
    flex: 0 0 auto;
}

.ps-product__stock.is-in {
    color: #1f9254;
}

.ps-product__stock.is-out {
    color: #c0392b;
}

.ps-product__promo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 12px;
    width: fit-content;
    max-width: 100%;
    margin: 18px 0 0;
    padding: 10px 14px;
    border: 1px solid rgba(253, 141, 39, 0.35);
    border-radius: 4px;
    background: linear-gradient(90deg, #fff8f1 0%, #fff 72%);
    color: #103178;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
}

.ps-product__promo-off {
    color: #c45a00;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.ps-product__promo-sep {
    width: 1px;
    height: 1em;
    background: rgba(16, 49, 120, 0.18);
}

.ps-product__promo-code {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 3px;
    background: #103178;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.3;
}

.ps-product__promo-hint {
    color: #5a6d96;
    font-weight: 500;
}

.ps-product--standard .ps-product__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px 16px;
}

.ps-product--standard .ps-product__price,
.ps-product--standard .ps-product__del {
    margin-bottom: 0;
}

.ps-product--standard .ps-product__stock {
    font-size: 14px;
    margin-left: 0;
}

.ps-product--standard .ps-product__stock::before {
    width: 8px;
    height: 8px;
}

.ps-product__buy .ps-btn[disabled] {
    opacity: 0.55;
    cursor: not-allowed;
}

.ps-answer {
    padding: 20px 22px;
    border-left: 4px solid #fd8d27;
    border-radius: 6px;
    background: #fff8f1;
}

.ps-answer__title {
    margin: 0 0 8px;
    font-size: 18px;
}

.ps-answer__text {
    margin: 0;
    color: #103178;
    font-size: 16px;
    line-height: 1.7;
}

.ps-facts {
    width: 100%;
    border-collapse: collapse;
}

.ps-facts th,
.ps-facts td {
    padding: 10px 12px;
    border-bottom: 1px solid #e5e9f2;
    font-size: 15px;
    text-align: left;
    vertical-align: top;
}

.ps-facts th {
    width: 40%;
    color: #103178;
    font-weight: 600;
}

.ps-facts td {
    color: #4a5468;
}

.ps-gallery__thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}

.ps-gallery__thumb {
    padding: 0;
    border: 2px solid #e5e9f2;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
    overflow: hidden;
    line-height: 0;
}

.ps-gallery__thumb img {
    width: 72px;
    height: 72px;
    object-fit: cover;
}

.ps-gallery__thumb.is-active,
.ps-gallery__thumb:hover {
    border-color: #fd8d27;
}

.ps-product-media {
    width: 100%;
}

.ps-product-media__stage {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(100%, calc(640px * 1600 / 2263));
    aspect-ratio: 1600 / 2263;
    max-height: 640px;
    margin: 0 auto;
    padding: 16px;
    border: 0;
    border-radius: 12px;
    background: #f6f8fc;
    cursor: zoom-in;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
}

.ps-product-media__stage img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: none;
    margin: 0 auto;
    object-fit: contain;
    pointer-events: none;
    user-select: none;
}

.ps-product-media__nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(16, 49, 120, 0.88);
    color: #fff;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    transform: translateY(-50%);
    box-shadow: 0 6px 18px rgba(16, 49, 120, 0.22);
}

.ps-product-media__nav:hover,
.ps-product-media__nav:focus-visible {
    background: #fd8d27;
    outline: none;
}

.ps-product-media__nav--prev {
    left: 14px;
}

.ps-product-media__nav--next {
    right: 14px;
}

.ps-product-media__zoom {
    position: absolute;
    right: 18px;
    bottom: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: rgba(16, 49, 120, 0.88);
    color: #fff;
    font-size: 15px;
    box-shadow: 0 6px 18px rgba(16, 49, 120, 0.22);
    pointer-events: none;
}

.ps-product-media__stage:focus-visible {
    outline: 2px solid #fd8d27;
    outline-offset: 3px;
}

.ps-product-media__lightbox {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

.ps-product-media__thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}

.ps-product-media__thumb {
    flex: 0 0 88px;
    width: 88px;
    height: 88px;
    padding: 0;
    border: 2px solid #e5e9f2;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    overflow: hidden;
    line-height: 0;
}

.ps-product-media__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ps-product-media__thumb.is-active,
.ps-product-media__thumb:hover {
    border-color: #fd8d27;
}

.ps-login__alert {
    display: flex;
    gap: 10px;
    margin: 0 0 16px;
    padding: 12px 14px;
    border: 1px solid #f0b7b2;
    border-left: 4px solid #c0392b;
    border-radius: 6px;
    background: #fdf3f2;
    color: #8a1f18;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}

.ps-specs__grid {
    display: grid;
    gap: 0;
    margin: 16px 0 0;
    border: 1px solid #e5e9f2;
    border-radius: 8px;
    overflow: hidden;
}

.ps-specs__row {
    display: grid;
    grid-template-columns: minmax(140px, 30%) 1fr;
    border-bottom: 1px solid #e5e9f2;
}

.ps-specs__row:last-child {
    border-bottom: 0;
}

.ps-specs__row:nth-child(odd) {
    background: #f8fafd;
}

.ps-specs__row dt,
.ps-specs__row dd {
    margin: 0;
    padding: 12px 16px;
    font-size: 15px;
    line-height: 1.5;
}

.ps-specs__row dt {
    color: #103178;
    font-weight: 600;
}

.ps-specs__row dd {
    color: #4a5468;
}

@media (max-width: 575px) {
    .ps-specs__row {
        grid-template-columns: 1fr;
    }
    .ps-specs__row dt {
        padding-bottom: 0;
    }
}

.ps-product__excerpt {
    margin: 0;
    color: #5a6d96;
    font-size: 14px;
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Katalog kartları: kapaklar aynı yükseklik/hizada */
.ps-product--standard .ps-product__thumbnail {
    margin-bottom: 12px;
}

.ps-product--standard .ps-product__image figure {
    position: relative;
    z-index: 2;
    aspect-ratio: 3 / 4;
    margin: 0;
    border-radius: 4px;
    background: #f6f8fc;
    overflow: hidden;
}

.ps-product--standard .ps-product__image figure img,
.ps-product--standard .ps-product__image figure img:first-child,
.ps-product--standard .ps-product__image figure img:last-child {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: contain;
    object-position: center;
    border-radius: 0;
    backface-visibility: hidden;
}

.ps-product--standard .ps-product__image figure img:first-child {
    opacity: 1;
}

.ps-product--standard .ps-product__image figure img:last-child:not(:only-child) {
    opacity: 0;
}

.ps-product--standard .ps-product__thumbnail:hover figure img:first-child:only-child {
    opacity: 1;
}

.ps-product--standard .ps-product__thumbnail:hover figure img:last-child:not(:only-child) {
    opacity: 1;
}

.ps-product--standard .ps-product__thumbnail:hover figure img:first-child:not(:only-child) {
    opacity: 0;
}

/* Ürün sayfası düzeni: geniş metin sütunu, ölçülü görsel, mobil öncelikli boşluklar */
.ps-page--product .ps-page__content {
    padding-top: 0;
}

.ps-page--product .ps-product__top {
    align-items: flex-start;
    row-gap: 24px;
}

.ps-page--product .ps-product-media__stage {
    width: min(100%, calc(640px * 1600 / 2263));
    max-height: 640px;
}

.ps-page--product .ps-product-media__stage img {
    max-height: none;
}

.ps-page--product .ps-product__info {
    max-width: 100%;
}

.ps-page--product .ps-product__info .ps-product__title {
    margin: 6px 0 0;
    font-size: clamp(24px, 3vw, 36px);
    line-height: 1.25;
    text-wrap: balance;
}

.ps-page--product .ps-product__short {
    margin-top: 12px;
}

.ps-page--product .ps-product__short p {
    margin-bottom: 0.75em;
    color: #5a6d96;
    font-size: 16px;
    line-height: 1.65;
}

.ps-page--product .ps-product__short p:last-child {
    margin-bottom: 0;
}

.ps-page--product .ps-product__shipping {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 10px;
    margin: 14px 0 0;
    padding: 10px 14px;
    border: 1px solid rgba(31, 146, 84, 0.28);
    border-radius: 4px;
    background: #f4faf6;
    color: #146c3a;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
}

.ps-page--product .ps-product__shipping .icon-truck {
    font-size: 18px;
    color: #1f9254;
}

.ps-page--product .ps-product__shipping-hint {
    color: #3d6b52;
    font-size: 14px;
    font-weight: 500;
}

.ps-page--product .ps-product__info .ps-product__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 28px;
    margin-top: 12px;
}

.ps-page--product .ps-product__info .ps-product__price,
.ps-page--product .ps-product__info .ps-product__del {
    margin-bottom: 0;
}

.ps-page--product .ps-product__info .ps-product__stock {
    margin-left: 0;
    font-size: 20px;
}

.ps-page--product .ps-product__buy {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.ps-page--product .ps-product__buy .form-control {
    width: 96px;
    flex: 0 0 96px;
}

.ps-page--product .ps-product__buy .ps-btn {
    flex: 1 1 220px;
    max-width: 340px;
}

/* Açıklama bloğu tam genişlik */
.ps-page--product .ps-prose {
    max-width: none;
    text-wrap: pretty;
}

.ps-page--product .ps-prose h2 {
    margin: 1.7em 0 0.5em;
    font-size: clamp(21px, 2.4vw, 30px);
    line-height: 1.3;
    text-wrap: balance;
}

.ps-page--product .ps-prose h3 {
    margin: 1.4em 0 0.4em;
    font-size: clamp(17px, 1.6vw, 21px);
}

.ps-page--product .ps-prose li {
    color: #5a6d96;
    margin-bottom: 0.35em;
}

.ps-page--product .ps-section__title {
    margin: 0 0 16px;
    font-size: clamp(21px, 2.4vw, 30px);
    line-height: 1.3;
    color: #103178;
}

.ps-page--product .ps-product__tabs {
    max-width: none;
    width: 100%;
    text-align: left;
}

.ps-page--product .ps-tab-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 28px;
    margin: 0 0 22px;
    padding: 0 0 2px;
    border-bottom: 1px solid #e8edf5;
    list-style: none;
}

.ps-page--product .ps-tab-list .nav-link {
    display: inline-block;
    padding: 0 0 12px;
    border: 0;
    background: transparent;
    color: #7a89ad;
    font-size: clamp(17px, 2vw, 21px);
    font-weight: 700;
    line-height: 1.25;
    cursor: pointer;
}

.ps-page--product .ps-tab-list .nav-link:hover,
.ps-page--product .ps-tab-list .nav-link.active {
    color: #103178;
}

.ps-page--product .ps-product__tab-panel {
    display: none;
}

.ps-page--product .ps-product__tab-panel.is-active {
    display: block;
}

.ps-page--product .ps-product__tabs .ps-prose {
    max-width: none;
    width: 100%;
    text-align: left;
}

.ps-page--product .ps-product__rating,
.ps-page--product .ps-product__review-summary {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 12px;
    margin: 8px 0 12px;
    color: #103178;
    font-size: 15px;
}

.ps-page--product .ps-product__stars {
    display: inline-flex;
    gap: 2px;
    color: #f0b429;
}

.ps-page--product .ps-product__rating a {
    color: #5a6d96;
    text-decoration: underline;
}

.ps-page--product .ps-product__review-form {
    margin: 0 0 28px;
    padding: 18px 20px;
    border: 1px solid #e8edf5;
    border-radius: 12px;
    background: #f8fafc;
}

.ps-page--product .ps-product__review-form-title {
    margin: 0 0 14px;
    font-size: 18px;
    color: #103178;
}

.ps-page--product .ps-product__review-field {
    margin-bottom: 14px;
}

.ps-page--product .ps-product__review-field label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    color: #103178;
}

.ps-page--product .ps-product__review-field select,
.ps-page--product .ps-product__review-field textarea {
    width: 100%;
    max-width: 640px;
    border: 1px solid #d7deea;
    border-radius: 8px;
    padding: 10px 12px;
    font: inherit;
}

.ps-page--product .ps-product__review-error {
    margin: 6px 0 0;
    color: #c0392b;
    font-size: 14px;
}

.ps-page--product .ps-product__review-note,
.ps-page--product .ps-product__review-empty,
.ps-page--product .ps-product__review-status {
    margin: 0 0 18px;
    color: #5a6d96;
}

.ps-page--product .ps-product__review-item + .ps-product__review-item {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #eef1f7;
}

.ps-page--product .ps-product__review-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 12px;
    margin-bottom: 8px;
}

.ps-page--product .ps-product__review-head time {
    color: #7a89ad;
    font-size: 13px;
}

.ps-page--product .ps-product__review-body {
    color: #445572;
    line-height: 1.6;
    white-space: pre-wrap;
}

.ps-page--product .ps-product__faq-item + .ps-product__faq-item {
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid #eef1f7;
}

.ps-page--product .ps-product__faq-q {
    margin: 0 0 8px;
    color: #103178;
    font-size: clamp(17px, 1.7vw, 20px);
    font-weight: 700;
    line-height: 1.35;
}

.ps-page--product .ps-product__faq-item .ps-prose {
    margin: 0;
}

@media (max-width: 991px) {
    .ps-page--product .ps-product-media__stage {
        width: min(100%, calc(480px * 1600 / 2263));
        max-height: 480px;
    }

    .ps-page--product .ps-product-media__stage img {
        max-height: none;
    }

    .ps-page--product .ps-product__buy .ps-btn {
        flex: 1 1 100%;
        max-width: none;
    }

    .ps-page--product .ps-prose {
        font-size: 15.5px;
    }
}

@media (max-width: 575px) {
    .ps-page--product .ps-breadcrumb {
        font-size: 12px;
    }

    .ps-page--product .ps-product__info .ps-product__price {
        font-size: 26px;
    }
}

/* Site galeri */
.ps-gallery__head {
    margin-bottom: 28px;
}
.ps-gallery__lede {
    margin: 8px 0 0;
    max-width: 52ch;
    color: #5a6d96;
    font-size: 16px;
    line-height: 1.55;
}
.ps-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}
@media (min-width: 768px) {
    .ps-gallery {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 16px;
    }
}
@media (min-width: 1100px) {
    .ps-gallery {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
.ps-gallery__item {
    display: block;
    overflow: hidden;
    border-radius: 10px;
    background: #eef1f7;
    aspect-ratio: 1 / 1;
}
.ps-gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}
.ps-gallery__item:hover img {
    transform: scale(1.04);
}
.ps-gallery--preview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 768px) {
    .ps-gallery--preview {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
.ps-about__gallery {
    padding: 48px 0 16px;
}
.ps-about__gallery-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}
.ps-about__gallery-head .ps-about__books-title {
    margin: 0;
}
.admin-media__item.is-off {
    opacity: 0.55;
}

/* Kitap ızgarası: masaüstünde 5 sütun */
.ps-product-grid__col {
    flex: 0 0 50%;
    max-width: 50%;
}
@media (min-width: 768px) {
    .ps-product-grid__col {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}
@media (min-width: 1200px) {
    .ps-product-grid__col {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

/* KVKK çerez banner — küçük, okunabilir, mobil uyumlu */
.ps-cookie {
    --cookie-ink: #103178;
    --cookie-muted: #5a6d96;
    --cookie-line: #e4eaf3;
    --cookie-accent: #fd8d27;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 12000;
    padding: 0;
    pointer-events: none;
}
.ps-cookie[hidden] {
    display: none !important;
}
.ps-cookie__panel {
    pointer-events: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px 20px;
    width: 100%;
    margin: 0;
    padding: 14px 22px;
    background: #fff;
    color: var(--cookie-ink);
    border-top: 1px solid var(--cookie-line);
    box-shadow: 0 -4px 18px rgba(16, 49, 120, 0.09);
}
.ps-cookie__copy {
    min-width: 0;
}
.ps-cookie__title {
    display: block;
    margin: 0 0 4px;
    font-family: "Chivo", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
    color: var(--cookie-ink);
}
.ps-cookie__text {
    margin: 0;
    font-size: 14px;
    line-height: 1.45;
    color: var(--cookie-muted);
}
.ps-cookie__policy {
    margin: 6px 0 0;
    font-size: 13px;
    line-height: 1.35;
    color: var(--cookie-muted);
}
.ps-cookie__policy a,
.ps-cookie__textbtn {
    color: var(--cookie-ink);
    text-decoration: underline;
    text-underline-offset: 2px;
}
.ps-cookie__textbtn {
    background: none;
    border: 0;
    padding: 0;
    font: inherit;
    cursor: pointer;
}
.ps-cookie__actions {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
}
.ps-cookie__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 4px;
    border: 1px solid transparent;
    font-family: "Jost", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.ps-cookie__btn--ghost {
    background: #fff;
    border-color: #cfd8e8;
    color: var(--cookie-ink);
}
.ps-cookie__btn--ghost:hover {
    border-color: var(--cookie-ink);
    background: #f5f7fb;
}
.ps-cookie__btn--primary {
    background: var(--cookie-accent);
    border-color: var(--cookie-accent);
    color: #fff;
}
.ps-cookie__btn--primary:hover {
    background: #e67a18;
    border-color: #e67a18;
    color: #fff;
}
.ps-cookie__modal {
    pointer-events: auto;
    position: fixed;
    inset: 0;
    z-index: 12010;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 12px;
    background: rgba(16, 49, 120, 0.28);
}
.ps-cookie__modal[hidden] {
    display: none !important;
}
.ps-cookie__dialog {
    width: min(400px, 100%);
    max-height: min(75vh, 480px);
    overflow: auto;
    background: #fff;
    color: var(--cookie-ink);
    border: 1px solid var(--cookie-line);
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(16, 49, 120, 0.16);
}
.ps-cookie__modal-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 14px;
    border-bottom: 1px solid #eef1f6;
}
.ps-cookie__modal-head h2 {
    margin: 0;
    font-family: "Chivo", sans-serif;
    font-size: 15px;
    font-weight: 700;
}
.ps-cookie__close {
    border: 0;
    background: transparent;
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;
    color: var(--cookie-muted);
    padding: 4px;
}
.ps-cookie__cats {
    padding: 4px 14px;
}
.ps-cookie__cat {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #f0f2f4;
    cursor: pointer;
    margin: 0;
}
.ps-cookie__cat:last-child {
    border-bottom: 0;
}
.ps-cookie__cat-copy {
    display: block;
    min-width: 0;
}
.ps-cookie__cat-copy strong {
    display: block;
    margin-bottom: 2px;
    font-size: 13px;
}
.ps-cookie__cat-copy small {
    display: block;
    font-size: 12px;
    line-height: 1.4;
    color: var(--cookie-muted);
}
.ps-cookie__cat input {
    margin-top: 2px;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
}
.ps-cookie__cat.is-locked {
    cursor: default;
    opacity: 0.9;
}
.ps-cookie__modal-foot {
    padding: 10px 14px 14px;
    border-top: 1px solid #eef1f6;
    text-align: right;
}
@media (min-width: 768px) {
    .ps-cookie__panel {
        padding: 16px 28px;
        max-width: 1120px;
        margin: 0 auto;
        border-left: 1px solid var(--cookie-line);
        border-right: 1px solid var(--cookie-line);
    }
    .ps-cookie__text {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .ps-cookie__modal {
        align-items: center;
    }
}
@media (max-width: 767px) {
    .ps-cookie {
        bottom: 56px;
        padding: 0 10px 10px;
    }
    .ps-cookie__panel {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 14px 14px;
        border: 1px solid var(--cookie-line);
        border-radius: 12px;
        box-shadow: 0 8px 24px rgba(16, 49, 120, 0.14);
    }
    .ps-cookie__title {
        font-size: 15px;
    }
    .ps-cookie__text {
        font-size: 13.5px;
        line-height: 1.45;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .ps-cookie__policy {
        margin-top: 4px;
        font-size: 13px;
    }
    .ps-cookie__actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        width: 100%;
    }
    .ps-cookie__btn {
        width: 100%;
        min-height: 44px;
        padding: 0 12px;
        font-size: 14px;
    }
    .ps-cookie__modal {
        padding: 8px 8px calc(64px + env(safe-area-inset-bottom, 0px));
    }
}

/* Ana sayfa blog şeridi */
.ps-home-blog {
    padding-bottom: 0;
}
.ps-home--1 .ps-section--latest.ps-home-blog {
    margin-bottom: 28px;
}
.ps-home-blog__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
    margin-bottom: 20px;
}
.ps-home-blog__head .ps-section__title {
    margin-bottom: 0;
    width: 100%;
}
.ps-home-blog__head .ps-section__title a {
    color: inherit;
    text-decoration: none;
}
.ps-home-blog__foot {
    display: flex;
    justify-content: center;
    margin-top: 14px;
}
.ps-home-blog__foot .ps-btn {
    margin: 0;
}
.ps-home-follow {
    padding: 0 0 52px;
}
.ps-home-follow__banner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) auto;
    align-items: center;
    gap: 24px 32px;
    overflow: hidden;
    padding: 28px 32px 28px 36px;
    color: #fff;
    background:
        linear-gradient(125deg, #0a2254 0%, #103178 48%, #1a4aa5 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 16px 40px rgba(16, 49, 120, 0.18);
}
.ps-home-follow__banner::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 6px;
    background: #fd8d27;
}
.ps-home-follow__banner::after {
    content: "";
    position: absolute;
    right: -48px;
    top: -60px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(253, 141, 39, 0.28) 0%, transparent 68%);
    pointer-events: none;
}
.ps-home-follow__mark {
    position: absolute;
    right: 18%;
    bottom: -36px;
    width: 160px;
    height: 160px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    pointer-events: none;
}
.ps-home-follow__copy {
    position: relative;
    z-index: 1;
    min-width: 0;
}
.ps-home-follow__kicker {
    margin: 0 0 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #fd8d27;
}
.ps-home-follow__title {
    margin: 0 0 8px;
    font-family: "Chivo", sans-serif;
    font-size: clamp(1.35rem, 2.4vw, 1.75rem);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #fff;
}
.ps-home-follow__text {
    margin: 0;
    max-width: 36rem;
    font-size: 15px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.78);
}
.ps-home-follow__list {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.ps-home-follow__link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 16px 0 8px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    backdrop-filter: blur(6px);
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}
.ps-home-follow__link:hover {
    background: #fd8d27;
    border-color: #fd8d27;
    color: #fff;
    transform: translateY(-2px);
}
.ps-home-follow__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background: #fff;
    color: #103178;
    flex-shrink: 0;
}
.ps-home-follow__link:hover .ps-home-follow__icon {
    background: rgba(255, 255, 255, 0.95);
    color: #c45f00;
}
.ps-home-follow__icon .fa {
    font-size: 15px;
    line-height: 1;
}
.ps-home-follow__label {
    padding-right: 2px;
}
@media (max-width: 767px) {
    .ps-home-follow__banner {
        grid-template-columns: 1fr;
        padding: 22px 18px 20px 22px;
        gap: 18px;
    }
    .ps-home-follow__list {
        width: 100%;
    }
    .ps-home-follow__link {
        flex: 1 1 calc(50% - 6px);
        justify-content: flex-start;
    }
}
@media (prefers-reduced-motion: reduce) {
    .ps-home-follow__link {
        transition: none;
    }
    .ps-home-follow__link:hover {
        transform: none;
    }
}
.ps-home-blog .ps-blog__list--compact {
    margin-top: 0;
}
.ps-home-blog .ps-blog__list--compact .ps-blog__entry {
    grid-template-columns: minmax(140px, 200px) minmax(0, 1fr);
}
.ps-home-blog .ps-blog__list--compact .ps-blog__entry h3 {
    margin-top: 0.45rem;
    font-size: clamp(1.45rem, 2.6vw, 1.9rem);
    font-weight: 800;
    line-height: 1.28;
    letter-spacing: -0.02em;
}
.ps-home-blog .ps-blog__list--compact .ps-blog__entry p {
    display: block;
    max-width: none;
    -webkit-line-clamp: unset;
    font-size: clamp(1.2rem, 1.7vw, 1.35rem);
    line-height: 1.7;
    color: #5a6d96;
}
@media (max-width: 575px) {
    .ps-home-blog .ps-blog__list--compact .ps-blog__entry {
        grid-template-columns: 1fr;
    }
    .ps-home-blog .ps-blog__list--compact .ps-blog__cover {
        min-height: 110px;
    }
    .ps-home-blog .ps-blog__list--compact .ps-blog__entry p {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

/* Yasal metin sayfaları — px kullan (kök rem ~10px) */
.ps-legal-page {
    padding: 48px 0 72px;
    background: linear-gradient(180deg, #f4f7fc 0%, #fff 22%, #fff 100%);
}
.ps-legal {
    width: 100%;
    max-width: none;
    margin: 0;
    color: #2c3e5f;
    font-family: "Jost", sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.8;
    overflow-wrap: break-word;
    word-break: normal;
    text-align: left;
}
.ps-legal__head {
    display: block;
    width: 100%;
    margin: 0 0 40px;
    padding-bottom: 8px;
    text-align: center;
}
.ps-legal h1 {
    margin: 0 0 12px;
    font-family: "Chivo", sans-serif;
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 800;
    color: #103178;
    line-height: 1.15;
    letter-spacing: -0.02em;
    text-align: center;
}
.ps-legal__intro {
    margin: 0 auto;
    max-width: 720px;
    font-size: 17px;
    line-height: 1.7;
    color: #5a6d96;
    text-align: center;
}
.ps-legal__meta {
    margin: 0;
    text-align: center;
    font-size: 15px;
    line-height: 1.5;
    color: #5a6d96;
}
.ps-legal__head .ps-legal__meta + .ps-legal__intro {
    margin-top: 16px;
}
.ps-legal__section {
    margin: 0 0 28px;
    text-align: left;
}
.ps-legal__body {
    margin: 0;
    width: 100%;
    max-width: none;
    text-align: left;
}
.ps-legal__section h2,
.ps-legal__body h2,
.ps-legal__body .site-policy h2 {
    margin: 36px 0 14px;
    padding-top: 4px;
    font-family: "Jost", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #103178;
    line-height: 1.35;
    letter-spacing: 0.01em;
    text-align: left;
    text-transform: none;
}
.ps-legal__body h2:first-child,
.ps-legal__body > *:first-child h2:first-child,
.ps-legal__body .site-policy > h2:first-of-type {
    margin-top: 0;
}
.ps-legal__body h3,
.ps-legal__body .site-policy h3 {
    margin: 28px 0 10px;
    font-family: "Jost", sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #103178;
    line-height: 1.4;
    text-align: left;
}
.ps-legal__section p,
.ps-legal__body p,
.ps-legal__body .site-policy p {
    margin: 0 0 16px;
    max-width: none;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.85;
    color: #2c3e5f;
    text-align: left;
}
.ps-legal__section ul,
.ps-legal__section ol,
.ps-legal__body ul,
.ps-legal__body ol,
.ps-legal__body .site-policy ul,
.ps-legal__body .site-policy ol {
    margin: 0 0 20px;
    padding-left: 1.4em;
    max-width: none;
    color: #2c3e5f;
    text-align: left;
}
.ps-legal__section li,
.ps-legal__body li,
.ps-legal__body .site-policy li {
    margin: 0 0 8px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.75;
}
.ps-legal__body strong,
.ps-legal__body b {
    color: #103178;
    font-weight: 600;
}
.ps-legal__body a {
    color: #c45f12;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.ps-legal__body a:hover {
    color: #103178;
}
.ps-legal__body hr,
.ps-legal__body .site-policy hr {
    border: 0;
    height: 1px;
    margin: 28px 0;
    background: #d7e0ef;
}
.ps-legal__body > *:first-child {
    margin-top: 0;
}
.ps-legal__body .site-policy {
    width: 100%;
    max-width: none;
}
.ps-legal__body .site-policy > hr:first-child {
    display: none;
}
.ps-legal__contact {
    margin: 40px 0 0;
    padding-top: 20px;
    border-top: 1px solid #d7e0ef;
    font-size: 16px;
    color: #103178;
    font-weight: 600;
    line-height: 1.6;
    text-align: left;
}

@media (max-width: 767px) {
    .ps-legal-page {
        padding: 32px 0 56px;
    }
    .ps-legal,
    .ps-legal__section p,
    .ps-legal__body p,
    .ps-legal__body .site-policy p,
    .ps-legal__section li,
    .ps-legal__body li,
    .ps-legal__body .site-policy li {
        font-size: 16px;
    }
    .ps-legal__head {
        margin-bottom: 28px;
    }
    .ps-legal__section h2,
    .ps-legal__body h2,
    .ps-legal__body .site-policy h2 {
        font-size: 18px;
    }
}

/* HTTP hata sayfaları */
.ps-error-page {
    position: relative;
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    background:
        radial-gradient(circle at 12% 18%, rgba(253, 141, 39, 0.12) 0%, transparent 34%),
        radial-gradient(circle at 88% 12%, rgba(16, 49, 120, 0.1) 0%, transparent 30%),
        linear-gradient(180deg, #f4f7fc 0%, #fff 36%, #fff 100%);
    color: #2c3e5f;
    font-family: "Jost", sans-serif;
    font-size: 16px;
    line-height: 1.6;
}
.ps-error-page__tape {
    position: fixed;
    inset: 0 auto auto 0;
    width: 100%;
    height: 6px;
    background: repeating-linear-gradient(
        -45deg,
        #103178 0 14px,
        #103178 14px 28px,
        #fd8d27 28px 42px,
        #fd8d27 42px 56px
    );
    opacity: 0.55;
    z-index: 2;
}
.ps-error-page--lost { --ps-error-accent: #103178; --ps-error-glow: rgba(16, 49, 120, 0.12); }
.ps-error-page--broken { --ps-error-accent: #fd8d27; --ps-error-glow: rgba(253, 141, 39, 0.16); }
.ps-error-page--locked { --ps-error-accent: #103178; --ps-error-glow: rgba(16, 49, 120, 0.14); }
.ps-error-page--invalid { --ps-error-accent: #c62828; --ps-error-glow: rgba(198, 40, 40, 0.1); }
.ps-error-page--login { --ps-error-accent: #103178; --ps-error-glow: rgba(16, 49, 120, 0.12); }
.ps-error-page--expired { --ps-error-accent: #fd8d27; --ps-error-glow: rgba(253, 141, 39, 0.14); }
.ps-error-page--throttle { --ps-error-accent: #103178; --ps-error-glow: rgba(16, 49, 120, 0.1); }
.ps-error-page--maintenance { --ps-error-accent: #fd8d27; --ps-error-glow: rgba(253, 141, 39, 0.15); }
.ps-error-page__header {
    position: relative;
    z-index: 1;
    padding: 28px 20px 12px;
    text-align: center;
}
.ps-error-page__logo img {
    height: 48px;
    width: auto;
    filter: drop-shadow(0 6px 18px rgba(16, 49, 120, 0.08));
}
.ps-error-page__main {
    position: relative;
    z-index: 1;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px 48px;
}
.ps-error-page__footer {
    position: relative;
    z-index: 1;
    padding: 24px 20px 32px;
    text-align: center;
    border-top: 1px solid #e3e9f3;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(6px);
}
.ps-error-page__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 20px;
    margin-bottom: 12px;
}
.ps-error-page__nav a {
    color: #103178;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}
.ps-error-page__nav a:hover {
    color: #c45f12;
    text-decoration: underline;
}
.ps-error-page__copy {
    margin: 0;
    font-size: 13px;
    color: #5a6d96;
}
.ps-error {
    display: grid;
    grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
    gap: 0;
    width: 100%;
    max-width: 920px;
    background: #fff;
    border: 1px solid #e3e9f3;
    border-radius: 22px;
    box-shadow:
        0 24px 60px rgba(16, 49, 120, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    overflow: hidden;
}
.ps-error__visual {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px 20px;
    background:
        radial-gradient(circle at 50% 40%, var(--ps-error-glow, rgba(16, 49, 120, 0.1)) 0%, transparent 68%),
        linear-gradient(160deg, #f8fbff 0%, #eef3fb 100%);
    border-right: 1px solid #e3e9f3;
}
.ps-error-scene {
    width: 100%;
    max-width: 240px;
}
.ps-error-scene__svg {
    display: block;
    width: 100%;
    height: auto;
}
.ps-error-scene__float {
    animation: ps-error-float 4.8s ease-in-out infinite;
    transform-origin: center;
}
.ps-error-scene__shake {
    animation: ps-error-shake 2.4s ease-in-out infinite;
    transform-origin: center;
}
.ps-error-scene__spin-slow {
    animation: ps-error-spin 14s linear infinite;
    transform-origin: 120px 100px;
}
.ps-error-scene__pulse {
    animation: ps-error-pulse 1.8s ease-in-out infinite;
}
.ps-error-scene__bar {
    transform-origin: bottom center;
    animation: ps-error-bar 1.2s ease-in-out infinite;
}
.ps-error-scene__bar--2 { animation-delay: 0.15s; }
.ps-error-scene__bar--3 { animation-delay: 0.3s; }
@keyframes ps-error-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}
@keyframes ps-error-shake {
    0%, 100% { transform: rotate(0deg); }
    25% { transform: rotate(-2deg); }
    75% { transform: rotate(2deg); }
}
@keyframes ps-error-spin {
    to { transform: rotate(360deg); }
}
@keyframes ps-error-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.45; }
}
@keyframes ps-error-bar {
    0%, 100% { transform: scaleY(1); }
    50% { transform: scaleY(0.72); }
}
.ps-error__panel {
    padding: 32px 34px 28px;
    text-align: left;
}
.ps-error__badge {
    display: inline-block;
    margin: 0 0 10px;
    padding: 5px 10px;
    border-radius: 999px;
    background: var(--ps-error-glow, rgba(16, 49, 120, 0.1));
    color: var(--ps-error-accent, #103178);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.ps-error__code {
    margin: 0 0 4px;
    font-family: "Chivo", sans-serif;
    font-size: clamp(42px, 8vw, 64px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.05em;
    color: #103178;
    opacity: 0.12;
}
.ps-error__code span {
    background: linear-gradient(180deg, #103178 0%, #2a4f9c 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    opacity: 1;
}
.ps-error__title {
    margin: -28px 0 10px;
    font-family: "Chivo", sans-serif;
    font-size: clamp(24px, 4vw, 34px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #103178;
}
.ps-error__tagline {
    margin: 0 0 14px;
    padding-left: 12px;
    border-left: 3px solid var(--ps-error-accent, #fd8d27);
    color: #5a6d96;
    font-size: 15px;
    font-style: italic;
    line-height: 1.5;
}
.ps-error__message {
    margin: 0 0 12px;
    font-size: 16px;
    line-height: 1.7;
    color: #2c3e5f;
}
.ps-error__hint {
    margin: 0 0 22px;
    padding: 12px 14px;
    border-radius: 10px;
    background: #f4f7fc;
    color: #5a6d96;
    font-size: 14px;
    line-height: 1.55;
}
.ps-error__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 18px;
}
.ps-error__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    border-radius: 10px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.15s ease, background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}
.ps-error__btn:hover {
    transform: translateY(-1px);
}
.ps-error__btn--primary {
    background: #fd8d27;
    color: #fff;
    border: 1px solid #fd8d27;
    box-shadow: 0 8px 20px rgba(253, 141, 39, 0.28);
}
.ps-error__btn--primary:hover {
    background: #e57d1f;
    border-color: #e57d1f;
    color: #fff;
}
.ps-error__btn--ghost {
    background: #fff;
    color: #103178;
    border: 1px solid #d7e0ef;
}
.ps-error__btn--ghost:hover {
    background: #f4f7fc;
    color: #103178;
}
.ps-error__meta {
    margin: 0;
    padding-top: 14px;
    border-top: 1px dashed #d7e0ef;
    color: #8a9ab8;
    font-size: 12px;
    font-variant-numeric: tabular-nums;
}
.ps-error__meta strong {
    color: #5a6d96;
    font-weight: 700;
}
@media (max-width: 767px) {
    .ps-error {
        grid-template-columns: 1fr;
        max-width: 520px;
    }
    .ps-error__visual {
        min-height: 180px;
        border-right: 0;
        border-bottom: 1px solid #e3e9f3;
    }
    .ps-error__panel {
        padding: 24px 22px 22px;
        text-align: center;
    }
    .ps-error__tagline {
        padding-left: 0;
        border-left: 0;
    }
    .ps-error__title {
        margin-top: -20px;
    }
    .ps-error__actions {
        justify-content: center;
    }
    .ps-error__btn {
        flex: 1 1 100%;
    }
}
@media (prefers-reduced-motion: reduce) {
    .ps-error-scene__float,
    .ps-error-scene__shake,
    .ps-error-scene__spin-slow,
    .ps-error-scene__pulse,
    .ps-error-scene__bar,
    .ps-error__btn {
        animation: none !important;
        transition: none !important;
    }
    .ps-error__btn:hover {
        transform: none;
    }
}

.ps-contact-page__mast {
    max-width: 40rem;
}
.ps-contact-page__lead {
    margin: 0 auto;
    max-width: 36rem;
    font-size: clamp(1.05rem, 2vw, 1.25rem);
    line-height: 1.5;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.94);
    text-wrap: pretty;
}
.ps-contact-page__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(28px, 4vw, 56px);
    align-items: start;
}
.ps-contact-page__aside {
    padding: clamp(22px, 3vw, 32px);
    background: #fff;
    box-shadow: 0 18px 40px rgba(16, 49, 120, 0.08);
}
.ps-contact-page__aside-title,
.ps-contact-page__form-panel h2 {
    margin: 0 0 8px;
    color: #103178;
    font-family: Chivo, Jost, sans-serif;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.02em;
    text-wrap: balance;
}
.ps-contact-page__company {
    margin: 0 0 8px;
    color: #103178;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.35;
    text-wrap: pretty;
}
.ps-contact-page__address {
    margin: 0 0 8px;
    max-width: 38ch;
    color: #3d4f73;
    font-size: 15px;
    line-height: 1.45;
    text-wrap: pretty;
}
.ps-contact-page__tax {
    margin: 0 0 20px;
    color: #3d4f73;
    font-size: 14px;
    line-height: 1.45;
}
.ps-contact-page__channels {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #d7deea;
}
.ps-contact-page__channels a {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid #d7deea;
    color: #103178;
    text-decoration: none;
    transition: color 200ms cubic-bezier(0.16, 1, 0.3, 1);
}
.ps-contact-page__channels a:hover,
.ps-contact-page__channels a:focus-visible {
    color: #fd8d27;
}
.ps-contact-page__channels a:focus-visible {
    outline: 2px solid #103178;
    outline-offset: 4px;
}
.ps-contact-page__key {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #3d4f73;
}
.ps-contact-page__channels a:hover .ps-contact-page__key,
.ps-contact-page__channels a:focus-visible .ps-contact-page__key {
    color: inherit;
}
.ps-contact-page__val {
    font-size: 16px;
    font-weight: 700;
    text-align: right;
}
.ps-contact-page__aside-hint {
    margin: 18px 0 0;
    max-width: 42ch;
    font-size: 14px;
    line-height: 1.55;
    color: #3d4f73;
}
.ps-contact-page__aside-hint a {
    color: #103178;
    font-weight: 700;
}
.ps-contact-page__form-panel {
    padding: clamp(22px, 3vw, 32px);
    background: #fff;
    box-shadow: 0 18px 40px rgba(16, 49, 120, 0.08);
}
.ps-contact-page__form-lead {
    margin: 0 0 22px;
    max-width: 46ch;
    color: #3d4f73;
    font-size: 15px;
    line-height: 1.5;
}
.ps-contact-page__submit {
    width: 100%;
    min-height: 48px;
}
@media (max-width: 767px) {
    .ps-contact-page__layout {
        grid-template-columns: 1fr;
    }
    .ps-contact-page__form-panel {
        order: -1;
    }
}
@media (prefers-reduced-motion: reduce) {
    .ps-contact-page__channels a {
        transition: none;
    }
}

.ps-contact-captcha__row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}
.ps-contact-captcha__image {
    display: block;
    width: 168px;
    height: 56px;
    border: 1px solid #d7deea;
    background: #f4f7fc;
}
.ps-contact-captcha__refresh {
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid #d7deea;
    background: #fff;
    color: #103178;
    font-family: Chivo, Jost, sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
}
.ps-contact-captcha__refresh:hover,
.ps-contact-captcha__refresh:focus-visible {
    border-color: #103178;
    color: #fd8d27;
}
.ps-contact-captcha__refresh:focus-visible {
    outline: 2px solid #103178;
    outline-offset: 3px;
}
.ps-contact-captcha__refresh:disabled {
    cursor: wait;
    opacity: 0.6;
}
.ps-contact-captcha__input {
    max-width: 12rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 800;
}
.ps-contact-captcha__hint {
    margin: 8px 0 0;
    color: #3d4f73;
    font-size: 13px;
    line-height: 1.45;
}

.ps-faq-page__mast {
    max-width: 40rem;
}
.ps-faq-page__lead {
    margin: 0 auto;
    max-width: 36rem;
    font-size: clamp(1.05rem, 2vw, 1.25rem);
    line-height: 1.5;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.94);
    text-wrap: pretty;
}
.ps-faq-page__empty {
    margin: 0;
    color: #3d4f73;
    font-size: 16px;
}
.ps-faq-page__list {
    margin: 0;
    background: #fff;
    box-shadow: 0 18px 40px rgba(16, 49, 120, 0.08);
}
.ps-faq-page__item {
    padding: clamp(20px, 3vw, 28px);
    border-bottom: 1px solid #d7deea;
}
.ps-faq-page__item:last-child {
    border-bottom: 0;
}
.ps-faq-page__item dt {
    margin: 0 0 8px;
    color: #103178;
    font-family: Chivo, Jost, sans-serif;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.02em;
    text-wrap: pretty;
}
.ps-faq-page__item dd {
    margin: 0;
    max-width: 62ch;
    color: #3d4f73;
    font-size: 15px;
    line-height: 1.55;
    text-wrap: pretty;
}
.ps-faq-page__item dd a {
    color: #103178;
    font-weight: 700;
}
