.public-bonds-page {
    background: #19181E;
    overflow-x: clip;
}

.public-bonds-hero {
    position: relative;
    overflow: visible;
    padding: 64px 0 12px;
}

.public-bonds-hero > .container {
    position: relative;
    z-index: 1;
}

.public-bonds-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.58fr) minmax(320px, 0.42fr);
    gap: 36px;
    align-items: center;
}

.public-bonds-hero-copy {
    position: relative;
    z-index: 1;
    width: min(100%, 680px);
}

.public-bonds-hero h1 {
    display: -webkit-box;
    height: 3.12em;
    margin: 0 0 18px;
    max-width: 680px;
    overflow: hidden;
    font-size: clamp(2.3rem, 4.8vw, 4.25rem);
    line-height: 1.04;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.public-bonds-hero p {
    margin: 0;
    max-width: 620px;
    color: var(--lk-body);
    font-size: 1.08rem;
    line-height: 1.6;
}

.public-bonds-search {
    z-index: 30;
    margin-top: 28px;
    position: relative;
    width: min(100%, 560px);
}

.public-bonds-search-input {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(22, 23, 29, 0.9);
}

.public-bonds-search-input svg {
    width: 22px;
    height: 22px;
    stroke: rgba(255, 255, 255, 0.46);
    stroke-width: 1.8;
}

.public-bonds-search-input input {
    flex: 1;
    border: 0;
    background: transparent;
    color: var(--lk-title);
    font: inherit;
    outline: none;
}

.public-bonds-search-input input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.public-bonds-hero .public-bonds-search-example {
    margin: 8px 4px 0;
    color: rgba(255, 255, 255, 0.46);
    font-size: 0.82rem;
    line-height: 1.4;
}

.public-bonds-search-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    z-index: 20;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    background: rgba(22, 23, 29, 0.96);
    box-shadow: 0 28px 46px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(12px);
}

.public-bonds-search-results {
    display: grid;
    gap: 8px;
}

.public-bonds-search-result,
.public-bonds-search-empty {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    padding: 14px 16px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.025);
    color: var(--lk-body);
    text-decoration: none;
    transition: background-color 0.16s ease, border-color 0.16s ease, transform 0.16s ease;
    border: 1px solid transparent;
}

.public-bonds-search-result:hover,
.public-bonds-search-empty:hover {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 140, 97, 0.34);
    transform: translateY(-1px);
    text-decoration: none !important;
}

.public-bonds-search-result:focus,
.public-bonds-search-result:active,
.public-bonds-search-empty:focus,
.public-bonds-search-empty:active,
.public-bonds-search-result:hover strong,
.public-bonds-search-result:hover small,
.public-bonds-search-empty:hover strong,
.public-bonds-search-empty:hover span {
    text-decoration: none !important;
}

.public-bonds-search-result strong,
.public-bonds-search-empty strong {
    display: block;
    color: var(--lk-title);
    font-size: 0.98rem;
}

.public-bonds-search-result small,
.public-bonds-search-empty span {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.88rem;
    line-height: 1.45;
}

.public-bonds-search-result-price {
    flex: 0 0 auto;
    color: var(--lk-title) !important;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.public-bonds-search-empty {
    display: grid;
    justify-content: start;
}

.public-bonds-tabs {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
    gap: 10px;
    margin: 30px 0 0;
    overflow-x: auto;
    padding: 0 0 2px;
    scrollbar-width: none;
}

.public-bonds-tabs::-webkit-scrollbar {
    display: none;
}

.public-bonds-tabs a {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #24242c;
    color: var(--lk-title);
    text-decoration: none;
    transition: background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease;
}

.public-bonds-tabs a:hover,
.public-bonds-tabs a.is-active {
    border-color: rgba(255, 140, 97, 0.48);
    background: #31262a;
    color: #ff9c72;
}

.public-bonds-hero-art {
    position: relative;
    min-height: 360px;
}

.public-bonds-hero-glow {
    display: none;
}

.public-bonds-hero-art img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 26px 50px rgba(0, 0, 0, 0.28));
}

.public-bonds-hero-background {
    position: absolute;
    z-index: 0;
    top: 28px;
    right: clamp(24px, calc((100vw - 1440px) / 2), 96px);
    width: min(40vw, 600px);
    height: 375px;
    overflow: visible;
    opacity: 0.96;
    pointer-events: none;
}

.public-bonds-hero-background::after {
    display: none;
}

.public-bonds-hero-background img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    filter: drop-shadow(0 22px 34px rgba(0, 0, 0, 0.26));
}

@media (min-width: 961px) {
    .public-bonds-hero-background--all {
        transform: translateY(64px);
    }

    .public-bonds-hero-background--ofz {
        transform: translateY(36px);
    }

    .public-bonds-hero-background--regional {
        transform: translateY(64px);
    }
}

.public-bonds-hero.has-background-art .public-bonds-hero-grid {
    min-height: 360px;
}

.public-bonds-table-section,
.public-bonds-why-section,
.public-bonds-copy-section,
.public-bonds-faq-section,
.public-bonds-bottom-section,
.public-bond-detail-placeholder {
    padding: 28px 0;
}

.public-bonds-table-section {
    padding-top: 12px;
}

.public-bonds-panel,
.public-bonds-info-card,
.public-bonds-copy-card,
.public-bonds-faq-item,
.public-bonds-bottom-card,
.public-bond-detail-card {
    background: linear-gradient(180deg, rgba(34, 35, 44, 0.98), rgba(26, 27, 34, 0.96));
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
}

.public-bonds-panel {
    padding: 20px 22px 14px;
    border-radius: 16px;
    background: #222127;
}

.public-bonds-panel-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 10px;
}

.public-bonds-panel-head h2,
.public-bonds-section-heading h2,
.public-bonds-copy-card h2,
.public-bond-detail-card h1 {
    margin: 0;
}

.public-bonds-panel-head h2 {
    font-size: clamp(1.16rem, 1.7vw, 1.5rem);
    line-height: 1.2;
}

.public-bonds-table-wrap {
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 140, 97, 0.34) transparent;
}

.public-bonds-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 680px;
    table-layout: fixed;
}

.public-bonds-table th,
.public-bonds-table td {
    padding: 11px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    text-align: left;
    vertical-align: middle;
}

.public-bonds-table th {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
    font-size: 0.78rem;
    letter-spacing: 0.01em;
}

.public-bonds-table td {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.88rem;
    font-variant-numeric: tabular-nums;
}

.public-bonds-table th:first-child,
.public-bonds-table td:first-child {
    width: 27%;
    padding-left: 0;
}

.public-bonds-table th:nth-child(2),
.public-bonds-table td:nth-child(2) {
    width: 10%;
}

.public-bonds-table th:nth-child(3),
.public-bonds-table td:nth-child(3) {
    width: 13%;
}

.public-bonds-table th:nth-child(4),
.public-bonds-table td:nth-child(4) {
    width: 17%;
}

.public-bonds-table th:nth-child(5),
.public-bonds-table td:nth-child(5) {
    width: 17%;
}

.public-bonds-table th:last-child,
.public-bonds-table td:last-child {
    width: 16%;
    padding-right: 0;
}

.public-bonds-table th:last-child,
.public-bonds-table td:last-child {
    text-align: left;
}

.public-bonds-table.has-type-column th:first-child,
.public-bonds-table.has-type-column td:first-child {
    width: 23%;
}

.public-bonds-table.has-type-column th:nth-child(2),
.public-bonds-table.has-type-column td:nth-child(2) {
    width: 13%;
}

.public-bonds-table.has-type-column th:nth-child(3),
.public-bonds-table.has-type-column td:nth-child(3) {
    width: 9%;
}

.public-bonds-table.has-type-column th:nth-child(4),
.public-bonds-table.has-type-column td:nth-child(4) {
    width: 11%;
}

.public-bonds-table.has-type-column th:nth-child(5),
.public-bonds-table.has-type-column td:nth-child(5) {
    width: 15%;
}

.public-bonds-table.has-type-column th:nth-child(6),
.public-bonds-table.has-type-column td:nth-child(6) {
    width: 15%;
}

.public-bonds-table.has-type-column th:last-child,
.public-bonds-table.has-type-column td:last-child {
    width: 14%;
}

.public-bonds-table tbody tr {
    transition: background-color 0.16s ease;
}

.public-bonds-table tbody tr:hover {
    background: rgba(255, 255, 255, 0.025);
}

.public-bonds-table tbody tr:last-child td {
    border-bottom: 0;
}

.public-bonds-bond-cell {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    color: inherit;
    text-decoration: none;
}

.public-bonds-bond-cell:hover,
.public-bonds-bond-cell:focus,
.public-bonds-bond-cell:active,
.public-bonds-bond-cell:hover strong,
.public-bonds-bond-cell:hover small {
    text-decoration: none !important;
}

.public-bonds-bond-cell > div {
    min-width: 0;
}

.public-bonds-bond-logo {
    display: inline-flex;
    flex: 0 0 44px;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    overflow: hidden;
    border: 0;
    border-radius: 9px;
    background: #bfc1c5;
    box-shadow: none;
    color: #000;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.public-bonds-bond-logo--image {
    background: transparent;
}

.public-bonds-bond-logo--fallback {
    background: #bfc1c5;
}

.public-bonds-bond-logo img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: contain;
    background: transparent;
}

.public-bonds-bond-logo-tone-1 {
    background: #bfc1c5;
}

.public-bonds-bond-logo-tone-2 {
    background: #bfc1c5;
}

.public-bonds-bond-logo-tone-3 {
    background: #bfc1c5;
}

.public-bonds-bond-logo-tone-4 {
    background: #bfc1c5;
}

.public-bonds-bond-cell strong {
    display: block;
    overflow: hidden;
    margin-bottom: 2px;
    color: var(--lk-title);
    font-size: 0.98rem;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.public-bonds-bond-cell small {
    display: block;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.56);
    font-size: 0.8rem;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.public-bonds-open-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-width: 94px;
    min-height: 36px;
    padding: 7px 12px;
    border-radius: 7px;
    border: 1px solid rgba(255, 125, 70, 0.72);
    color: #ff9c72;
    font-size: 0.82rem;
    text-decoration: none;
    transition: background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease;
}

.public-bonds-open-link:hover {
    border-color: #ff8c61;
    background: rgba(255, 125, 70, 0.1);
    color: #ffb08c;
    text-decoration: none !important;
}

.public-bonds-open-link:focus,
.public-bonds-open-link:active {
    text-decoration: none !important;
}

.public-bonds-panel-meta {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding-top: 10px;
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.72rem;
}

.public-bonds-panel-price-note {
    margin-left: auto;
    text-align: right;
}

.public-bonds-open-link svg,
.public-bonds-cta-btn svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.public-bonds-empty-state {
    padding: 20px 0 6px;
}

.public-bonds-empty-state h3 {
    margin: 0 0 10px;
}

.public-bonds-empty-state p {
    margin: 0;
    color: rgba(255, 255, 255, 0.64);
    max-width: 700px;
}

.public-bonds-content-section {
    padding: 28px 0;
    scroll-margin-top: 92px;
}

.public-bonds-content-section h2,
.public-bonds-content-section h3,
.public-bonds-content-section p {
    overflow-wrap: anywhere;
}

.public-bonds-content-section h2 {
    margin: 0;
    color: var(--lk-title);
    font-size: clamp(1.45rem, 2.2vw, 2rem);
    line-height: 1.18;
}

.public-bonds-content-section h3 {
    margin: 0;
    color: var(--lk-title);
    font-size: 1.05rem;
    line-height: 1.3;
}

.public-bonds-content-section p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1rem;
    line-height: 1.72;
}

.public-bonds-content-section strong {
    color: rgba(255, 255, 255, 0.96);
    font-weight: 650;
}

.public-bonds-section-heading > p {
    max-width: 760px;
    margin-top: 10px;
}

.public-bonds-section-panel,
.public-bonds-section-card,
.public-bonds-comparison-item,
.public-bonds-calculation-cta {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    background: rgba(29, 30, 38, 0.82);
}

.public-bonds-section-panel,
.public-bonds-calculation-cta {
    padding: 26px;
}

.public-bonds-article-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(260px, 0.75fr);
    gap: 20px;
}

.public-bonds-article-layout.is-wide {
    grid-template-columns: 1fr;
}

.public-bonds-article-layout.is-plain {
    display: block;
}

.public-bonds-article-layout.is-plain .public-bonds-article-copy {
    max-width: 1040px;
}

.public-bonds-article-copy p {
    max-width: 68ch;
    margin-top: 16px;
}

.public-bonds-article-layout.is-plain .public-bonds-article-copy p,
.public-bonds-decoder-copy > p,
.public-bonds-decoder-designation dd {
    font-size: 1.125rem;
    line-height: 1.65;
}

.public-bonds-article-aside {
    border-color: rgba(255, 139, 92, 0.18);
    background: rgba(39, 34, 35, 0.75);
}

.public-bonds-article-aside p {
    margin-top: 12px;
}

.public-bonds-article-aside ul {
    display: grid;
    gap: 10px;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.public-bonds-article-aside li {
    position: relative;
    padding-left: 18px;
    color: rgba(255, 255, 255, 0.74);
    line-height: 1.45;
}

.public-bonds-article-aside li::before {
    position: absolute;
    top: 0.57em;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ff8b5c;
    content: "";
}

.public-bonds-content-grid {
    display: grid;
    gap: 16px;
}

.public-bonds-category-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
}

.public-bonds-category-card {
    display: flex;
    grid-column: span 2;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
    min-height: 220px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    background: rgba(31, 30, 37, 0.52);
}

.public-bonds-category-card:nth-last-child(-n + 2) {
    grid-column: span 3;
}

.public-bonds-category-card h3 {
    margin: 0;
    color: rgba(255, 255, 255, 0.94);
    font-size: 1.08rem;
    line-height: 1.3;
}

.public-bonds-category-card p {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.92rem;
    line-height: 1.55;
}

.public-bonds-category-card a {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 9px;
    margin-top: 24px;
    color: #ff9c72;
    font-size: 0.9rem;
    font-weight: 650;
    text-decoration: none;
}

.public-bonds-category-card a span {
    border-bottom: 1px dashed rgba(255, 156, 114, 0.64);
}

.public-bonds-category-card a svg {
    width: 17px;
    height: 17px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    transition: transform 0.16s ease;
}

.public-bonds-category-card a:hover svg,
.public-bonds-category-card a:focus-visible svg {
    transform: translateX(3px);
}

.public-bonds-content-grid--cards,
.public-bonds-content-grid--advantages,
.public-bonds-content-grid--risks {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.public-bonds-content-grid--comparison {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.public-bonds-section-card,
.public-bonds-comparison-item {
    min-width: 0;
    padding: 22px;
}

.public-bonds-section-card img {
    display: block;
    width: 68px;
    height: 68px;
    margin-bottom: 18px;
    object-fit: contain;
}

.public-bonds-section-card h3,
.public-bonds-comparison-item h3 {
    margin-bottom: 9px;
}

.public-bonds-section-code {
    display: inline-flex;
    max-width: 100%;
    margin-bottom: 16px;
    padding: 6px 10px;
    border-radius: 8px;
    background: rgba(255, 125, 70, 0.12);
    color: #ff9c72;
    font-weight: 700;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.public-bonds-comparison-item {
    position: relative;
    padding-left: 84px;
}

.public-bonds-comparison-icon {
    position: absolute;
    top: 24px;
    left: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: rgba(255, 140, 97, 0.12);
    color: var(--accent);
    font-weight: 900;
    line-height: 1;
}

.public-bonds-comparison-table-wrap {
    width: min(100%, 860px);
    overflow-x: auto;
}

.public-bonds-comparison-table {
    width: 100%;
    min-width: 560px;
    border-collapse: collapse;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.public-bonds-comparison-table th,
.public-bonds-comparison-table td {
    padding: 15px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    text-align: left;
    vertical-align: top;
}

.public-bonds-comparison-table th {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.82rem;
    font-weight: 550;
}

.public-bonds-comparison-table td {
    color: rgba(255, 255, 255, 0.82);
    font-size: 1rem;
    line-height: 1.5;
}

.public-bonds-comparison-table td:first-child {
    color: rgba(255, 255, 255, 0.96);
    font-weight: 650;
}

.public-bonds-comparison-table tbody tr:last-child td {
    border-bottom: 0;
}

.public-bonds-comparison-copy {
    max-width: 68ch;
    margin-top: 24px;
}

.public-bonds-comparison-copy p {
    font-size: 1.125rem;
    line-height: 1.65;
}

.public-bonds-comparison-copy p + p {
    margin-top: 16px;
}

.public-bonds-advantage-card {
    background: rgba(24, 35, 39, 0.8);
}

.public-bonds-risk-card {
    border-color: rgba(214, 164, 86, 0.22);
    background: linear-gradient(180deg, rgba(43, 38, 31, 0.78), rgba(31, 30, 33, 0.88));
}

.public-bonds-decoder-lead {
    display: block;
}

.public-bonds-decoder-copy,
.public-bonds-decoder-table-wrap,
.public-bonds-decoder-figure {
    width: min(100%, 760px);
    max-width: 760px;
}

.public-bonds-decoder-copy > .public-bonds-section-intro {
    margin-top: 0;
}

.public-bonds-decoder-paragraph {
    margin-top: 18px !important;
}

.public-bonds-decoder-designations {
    display: grid;
    gap: 0;
    margin: 24px 0 0;
}

.public-bonds-decoder-designation {
    display: grid;
    grid-template-columns: minmax(170px, 0.42fr) minmax(0, 1fr);
    gap: 20px;
    padding: 14px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.public-bonds-decoder-designation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.public-bonds-decoder-designation dt,
.public-bonds-decoder-designation dd {
    margin: 0;
}

.public-bonds-decoder-designation dt {
    display: flex;
    align-items: baseline;
    gap: 8px;
    color: rgba(255, 255, 255, 0.92);
    font-weight: 650;
}

.public-bonds-decoder-designation dt strong {
    display: inline-block;
    color: #ff9c72;
}

.public-bonds-decoder-designation-separator {
    color: rgba(255, 255, 255, 0.46);
    font-weight: 400;
}

.public-bonds-decoder-designation dd {
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.55;
}

.public-bonds-decoder-figure {
    margin: 34px auto 0;
}

.public-bonds-name-example {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: min(100%, 760px);
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.public-bonds-name-example.is-three-parts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: min(100%, 680px);
}

.public-bonds-name-example-part {
    position: relative;
    min-width: 0;
    padding: 18px 22px;
}

.public-bonds-name-example-part + .public-bonds-name-example-part {
    border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.public-bonds-name-example-part strong,
.public-bonds-name-example-part span {
    display: block;
}

.public-bonds-name-example-part strong {
    color: #ff9c72;
    font-size: 1.1rem;
    overflow-wrap: anywhere;
}

.public-bonds-name-example-part span {
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.82rem;
}

.public-bonds-decoder-figure figcaption,
.public-bonds-decoder-subtitle {
    color: rgba(255, 255, 255, 0.94) !important;
    font-size: 1.05rem !important;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.public-bonds-decoder-figure figcaption {
    margin-bottom: 8px;
}

.public-bonds-decoder-subtitle {
    margin-top: 34px !important;
}

.public-bonds-decoder-figure img {
    display: block;
    width: 100%;
    height: auto;
}

.public-bonds-decoder-table-wrap {
    margin-top: 16px;
    overflow-x: auto;
}

.public-bonds-decoder-table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.public-bonds-decoder-table th,
.public-bonds-decoder-table td {
    padding: 13px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    text-align: left;
    vertical-align: top;
}

.public-bonds-decoder-table th {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.8rem;
    font-weight: 500;
}

.public-bonds-decoder-table td {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
}

.public-bonds-decoder-table td:first-child {
    width: 130px;
    color: #ff9c72;
    font-weight: 700;
    white-space: nowrap;
}

.public-bonds-decoder-table td:nth-child(2) {
    width: 120px;
    color: rgba(255, 255, 255, 0.92);
    font-weight: 650;
    white-space: nowrap;
}

.public-bonds-decoder-table tbody tr:last-child td {
    border-bottom: 0;
}

.public-bonds-section-footer {
    margin: 18px 0 0 !important;
    padding: 16px 18px;
    border-left: 3px solid #ff8b5c;
    border-radius: 0 10px 10px 0;
    background: rgba(255, 139, 92, 0.06);
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.92rem;
    line-height: 1.6;
}

.public-bonds-isin-copy {
    max-width: 960px;
}

.public-bonds-isin-copy p {
    max-width: 68ch;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.125rem;
    line-height: 1.65;
}

.public-bonds-isin-copy p + p {
    margin-top: 14px;
}

.public-bonds-isin-copy .public-bonds-isin-example {
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.9);
}

.public-bonds-calculation-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    border-color: rgba(255, 139, 92, 0.24);
    background:
        linear-gradient(105deg, rgba(44, 33, 33, 0.88), rgba(28, 30, 36, 0.94));
}

.public-bonds-calculation-cta p {
    max-width: 760px;
    margin-top: 9px;
}

.public-bonds-section-button {
    flex: 0 0 auto;
    min-height: 48px;
    margin: 0;
    border: 0;
    cursor: pointer;
    white-space: nowrap;
}

.public-bonds-section-button svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.public-bonds-section-heading {
    margin-bottom: 28px;
}

.public-bonds-section-heading h2 {
    color: var(--lk-title);
    font-size: clamp(1.45rem, 2.2vw, 2rem);
    line-height: 1.18;
}

.public-bonds-section-heading-left {
    text-align: left;
}

.public-bonds-section-heading-left h2 {
    text-align: left;
}

.public-bonds-card-grid,
.public-bonds-copy-grid,
.public-bonds-bottom-grid {
    display: grid;
    gap: 20px;
}

.public-bonds-card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.public-bonds-copy-grid,
.public-bonds-bottom-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.public-bonds-info-card,
.public-bonds-copy-card,
.public-bonds-faq-item,
.public-bonds-bottom-card,
.public-bond-detail-card {
    padding: 24px;
}

.public-bonds-bottom-card {
    position: relative;
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 20px;
    min-height: 220px;
    padding: 24px;
    overflow: hidden;
    box-shadow: none;
}

.public-bonds-bottom-card::after {
    position: absolute;
    right: -80px;
    bottom: -120px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    content: "";
    filter: blur(16px);
    pointer-events: none;
}

.public-bonds-bottom-card--telegram {
    border-color: rgba(76, 181, 223, 0.28);
    background: linear-gradient(135deg, rgba(18, 42, 54, 0.9), rgba(25, 29, 37, 0.96));
}

.public-bonds-bottom-card--telegram::after {
    background: rgba(44, 162, 207, 0.1);
}

.public-bonds-bottom-card-accent {
    border-color: rgba(255, 139, 92, 0.28);
    background: linear-gradient(135deg, rgba(48, 34, 31, 0.9), rgba(27, 29, 36, 0.96));
}

.public-bonds-bottom-card-accent::after {
    background: rgba(255, 123, 69, 0.09);
}

.public-bonds-bottom-icon {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 60px;
    height: 60px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.045);
}

.public-bonds-bottom-icon svg {
    width: 30px;
    height: 30px;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.public-bonds-bottom-card--telegram .public-bonds-bottom-icon {
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #62c7e8;
}

.public-bonds-bottom-card-accent .public-bonds-bottom-icon {
    color: #ff9468;
}

.public-bonds-bottom-card-accent .public-bonds-bottom-icon--pro {
    border: 0;
    background: transparent;
}

.public-bonds-bottom-icon--pro span {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    min-height: 34px;
    padding: 7px 10px;
    border: 0;
    border-radius: 4px;
    background: #197d89;
    color: #f6f7f8;
    font-size: 0.88rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
}

.public-bonds-bottom-copy {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    min-height: 100%;
}

.public-bonds-bottom-eyebrow {
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.46);
    font-size: 0.74rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.public-bonds-info-card {
    min-height: 290px;
    background: rgba(28, 31, 38, 0.92);
    box-shadow: none;
}

.public-bonds-info-card-head {
    display: flex;
    align-items: center;
    min-height: 84px;
    margin-bottom: 18px;
}

.public-bonds-info-icon {
    display: block;
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.public-bonds-info-card h3,
.public-bonds-bottom-card h3,
.public-bonds-faq-item h3 {
    margin: 0 0 12px;
}

.public-bonds-bottom-card h3 {
    font-size: 1.08rem;
    line-height: 1.35;
}

.public-bonds-info-card h3 {
    font-size: 1.08rem;
    line-height: 1.3;
}

.public-bonds-info-card p,
.public-bonds-copy-card p,
.public-bonds-bottom-card p,
.public-bonds-faq-item p,
.public-bond-detail-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    line-height: 1.72;
}

.public-bonds-info-card p {
    font-size: 0.96rem;
    line-height: 1.62;
}

.public-bonds-bottom-card p {
    font-size: 0.92rem;
    line-height: 1.55;
}

.public-bonds-faq-list {
    display: grid;
    width: 100%;
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    gap: 0;
}

.public-bonds-faq-item {
    padding: 0 !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14) !important;
    border-radius: 0 !important;
    background: transparent !important;
}

.public-bonds-faq-section .public-bonds-section-heading {
    margin-bottom: 28px;
    text-align: center;
}

.public-bonds-faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 24px 0;
    cursor: pointer;
    list-style: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.public-bonds-faq-item summary::-webkit-details-marker {
    display: none;
}

.public-bonds-faq-item summary h3 {
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(1rem, 1.4vw, 1.2rem);
    line-height: 1.35;
}

.public-bonds-faq-toggle {
    position: relative;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 139, 92, 0.22);
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.065);
    transition: border-color 0.18s ease, background 0.18s ease;
}

.public-bonds-faq-toggle::before,
.public-bonds-faq-toggle::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    border-radius: 2px;
    background: #ff8b5c;
    content: "";
    transform: translate(-50%, -50%);
    transition: transform 0.18s ease;
}

.public-bonds-faq-toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.public-bonds-faq-item[open] .public-bonds-faq-toggle {
    border-color: rgba(255, 139, 92, 0.72);
    background: rgba(255, 139, 92, 0.08);
}

.public-bonds-faq-item[open] .public-bonds-faq-toggle::after {
    transform: translate(-50%, -50%) rotate(0);
}

.public-bonds-faq-item > p {
    max-width: 980px;
    padding: 0 58px 24px 0;
    color: rgba(255, 255, 255, 0.75);
    font-size: 1.125rem;
    line-height: 1.65;
}

.public-bonds-bottom-copy .public-bonds-secondary-btn,
.public-bonds-bottom-copy .public-bonds-cta-btn {
    box-sizing: border-box;
    gap: 10px;
    min-height: 48px;
    height: 48px;
    padding: 0 18px;
    border-radius: 14px;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.2;
}

.public-bonds-secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    margin-top: 18px;
    padding: 0 18px;
    border-radius: 14px;
    border: 1px solid rgba(109, 204, 220, 0.28);
    background: rgba(0, 140, 165, 0.12);
    color: #a4e6ee;
    text-decoration: none;
    transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.public-bonds-secondary-btn svg {
    width: 17px;
    height: 17px;
    margin-left: 0;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.public-bonds-secondary-btn:hover {
    border-color: rgba(109, 204, 220, 0.5);
    background: rgba(0, 140, 165, 0.2);
    text-decoration: none;
    transform: translateY(-1px);
}

.public-bonds-secondary-btn:focus,
.public-bonds-secondary-btn:active,
.public-bonds-secondary-btn:visited {
    text-decoration: none;
}

.public-bonds-bottom-card-accent {
    justify-content: initial;
}

.public-bonds-cta-btn {
    align-self: flex-start;
    margin-top: auto;
}

.public-bonds-bottom-copy .public-bonds-secondary-btn {
    margin-top: auto;
}

.public-bond-detail-placeholder {
    min-height: calc(100vh - 220px);
}

.public-bond-detail-card {
    max-width: 760px;
}

@media (max-width: 1200px) {
    .public-bonds-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .public-bonds-content-grid--cards,
    .public-bonds-content-grid--advantages,
    .public-bonds-content-grid--risks {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .public-bonds-hero-grid,
    .public-bonds-article-layout,
    .public-bonds-decoder-lead,
    .public-bonds-copy-grid,
    .public-bonds-bottom-grid {
        grid-template-columns: 1fr;
    }

    .public-bonds-decoder-figure {
        width: min(100%, 520px);
    }

    .public-bonds-hero-art {
        order: -1;
        min-height: 260px;
    }

    .public-bonds-hero.has-background-art .public-bonds-hero-grid {
        min-height: 320px;
    }

    .public-bonds-hero-background {
        top: 22px;
        right: 20px;
        width: min(44vw, 420px);
        height: 280px;
        opacity: 0.32;
    }
}

@media (max-width: 720px) {
    .public-bonds-hero {
        padding-top: 40px;
    }

    .public-bonds-hero.has-background-art .public-bonds-hero-grid {
        min-height: 0;
    }

    .public-bonds-hero-background {
        top: 34px;
        right: 8px;
        width: min(52vw, 220px);
        height: 170px;
        opacity: 0.2;
    }

    .public-bonds-search-input {
        gap: 10px;
        padding: 14px 16px;
        border-radius: 16px;
    }

    .public-bonds-search-input svg {
        width: 20px;
        height: 20px;
    }

    .public-bonds-search-input input {
        min-width: 0;
        font-size: 0.88rem;
    }

    .public-bonds-search-result,
    .public-bonds-search-empty {
        align-items: flex-start;
    }

    .public-bonds-panel,
    .public-bonds-section-panel,
    .public-bonds-section-card,
    .public-bonds-comparison-item,
    .public-bonds-calculation-cta,
    .public-bonds-info-card,
    .public-bonds-copy-card,
    .public-bonds-faq-item,
    .public-bonds-bottom-card,
    .public-bond-detail-card {
        padding: 18px;
        border-radius: 18px;
    }

    .public-bonds-content-section {
        padding: 20px 0;
    }

    .public-bonds-content-grid--cards,
    .public-bonds-content-grid--comparison,
    .public-bonds-content-grid--advantages,
    .public-bonds-content-grid--risks {
        grid-template-columns: minmax(0, 1fr);
    }

    .public-bonds-category-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .public-bonds-category-card,
    .public-bonds-category-card:nth-last-child(-n + 2) {
        grid-column: auto;
        min-height: 0;
        padding: 20px;
    }

    .public-bonds-decoder-lead {
        gap: 24px;
    }

    .public-bonds-decoder-figure {
        width: 100%;
        max-width: 460px;
        margin: 24px auto 0;
    }

    .public-bonds-decoder-designation {
        grid-template-columns: 1fr;
        gap: 5px;
        padding: 13px 0;
    }

    .public-bonds-article-layout.is-plain .public-bonds-article-copy p,
    .public-bonds-decoder-copy > p,
    .public-bonds-decoder-designation dd,
    .public-bonds-isin-copy p {
        font-size: 1rem;
        line-height: 1.6;
    }

    .public-bonds-decoder-table th,
    .public-bonds-decoder-table td {
        padding: 11px 10px;
    }

    .public-bonds-decoder-table td:first-child {
        width: 84px;
    }

    .public-bonds-section-card,
    .public-bonds-comparison-item {
        padding: 18px;
    }

    .public-bonds-comparison-item {
        padding-left: 74px;
    }

    .public-bonds-comparison-icon {
        top: 18px;
        left: 18px;
        width: 40px;
        height: 40px;
        border-radius: 13px;
    }

    .public-bonds-calculation-cta {
        align-items: stretch;
        flex-direction: column;
        gap: 18px;
    }

    .public-bonds-section-button {
        width: 100%;
        white-space: normal;
    }

    .public-bonds-panel-head {
        align-items: flex-start;
    }

    .public-bonds-bottom-card {
        grid-template-columns: 1fr;
        gap: 14px;
        min-height: 0;
    }

    .public-bonds-bottom-copy {
        align-items: center;
        text-align: center;
    }

    .public-bonds-bottom-copy .public-bonds-secondary-btn,
    .public-bonds-bottom-copy .public-bonds-cta-btn {
        margin-top: 20px;
        align-self: center;
    }

    .public-bonds-bottom-icon {
        width: 48px;
        height: 48px;
        border-radius: 15px;
        margin: 0 auto;
    }

    .public-bonds-bottom-icon svg {
        width: 24px;
        height: 24px;
    }

    .public-bonds-faq-section .public-bonds-section-heading {
        margin-bottom: 20px;
        text-align: left;
    }

    .public-bonds-section-heading {
        margin-bottom: 20px;
    }

    .public-bonds-faq-item summary {
        gap: 14px;
        padding: 19px 0;
    }

    .public-bonds-faq-toggle {
        flex-basis: 34px;
        width: 34px;
        height: 34px;
        border-radius: 10px;
    }

    .public-bonds-faq-item > p {
        padding: 0 0 20px;
        font-size: 1rem;
        line-height: 1.6;
    }

    .public-bonds-table-wrap {
        overflow: visible;
    }

    .public-bonds-table {
        min-width: 0;
        table-layout: auto;
    }

    .public-bonds-table thead {
        display: none;
    }

    .public-bonds-table,
    .public-bonds-table tbody,
    .public-bonds-table tr,
    .public-bonds-table td {
        display: block;
        width: 100%;
    }

    .public-bonds-table tbody {
        display: grid;
        gap: 10px;
    }

    .public-bonds-table tbody tr {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px 14px;
        padding: 12px;
        border: 1px solid rgba(132, 174, 190, 0.12);
        border-radius: 12px;
        background: rgba(13, 20, 25, 0.34);
    }

    .public-bonds-table td,
    .public-bonds-table td:first-child,
    .public-bonds-table td:nth-child(2),
    .public-bonds-table td:nth-child(3),
    .public-bonds-table td:nth-child(4),
    .public-bonds-table td:nth-child(5),
    .public-bonds-table td:nth-child(6),
    .public-bonds-table td:last-child {
        width: auto;
        padding: 0;
        border: 0;
        text-align: left;
    }

    .public-bonds-table.has-type-column td:first-child,
    .public-bonds-table.has-type-column td:nth-child(2),
    .public-bonds-table.has-type-column td:nth-child(3),
    .public-bonds-table.has-type-column td:nth-child(4),
    .public-bonds-table.has-type-column td:nth-child(5),
    .public-bonds-table.has-type-column td:nth-child(6),
    .public-bonds-table.has-type-column td:last-child {
        width: auto;
        padding: 0;
        border: 0;
        text-align: left;
    }

    .public-bonds-table td:first-child {
        grid-column: 1 / -1;
        margin-bottom: 3px;
    }

    .public-bonds-table.has-type-column td:first-child {
        margin-bottom: 0;
    }

    .public-bonds-table.has-type-column td:nth-child(2) {
        display: flex;
        grid-column: 1 / -1;
        gap: 5px;
        align-items: baseline;
        margin: -2px 0 4px;
        color: rgba(255, 255, 255, 0.76);
        font-size: 0.88rem;
        line-height: 1.35;
    }

    .public-bonds-table td::before {
        display: block;
        margin-bottom: 2px;
        color: rgba(255, 255, 255, 0.4);
        font-size: 0.68rem;
        content: attr(data-label);
    }

    .public-bonds-table.has-type-column td:nth-child(2)::before {
        display: inline;
        margin: 0;
        color: rgba(255, 255, 255, 0.44);
        font-size: inherit;
        content: "Тип облигации:";
    }

    .public-bonds-table td:not(:first-child):not(:last-child) {
        white-space: nowrap;
    }

    .public-bonds-table .public-bonds-bond-cell {
        gap: 12px;
    }

    .public-bonds-table .public-bonds-bond-cell > div {
        flex: 1 1 auto;
        min-width: 0;
    }

    .public-bonds-table .public-bonds-bond-logo {
        flex-basis: 54px;
        width: 54px;
        height: 54px;
        border-radius: 11px;
    }

    .public-bonds-table .public-bonds-bond-cell strong {
        font-size: 1.02rem;
        white-space: normal;
    }

    .public-bonds-table .public-bonds-bond-cell small {
        font-size: 0.88rem;
        white-space: normal;
    }

    .public-bonds-table td:first-child::before,
    .public-bonds-table td:last-child::before {
        display: none;
    }

    .public-bonds-table td:last-child {
        grid-column: 1 / -1;
        margin-top: 4px;
    }

    .public-bonds-open-link {
        display: flex;
        box-sizing: border-box;
        width: 100%;
        min-width: 0;
    }

    .public-bonds-panel-meta {
        flex-direction: column;
        gap: 4px;
    }

    .public-bonds-panel-price-note {
        margin-left: 0;
        text-align: left;
    }

    .public-bonds-card-grid {
        grid-template-columns: 1fr;
    }

    .public-bonds-info-card {
        min-height: 0;
    }

    .public-bonds-info-card-head {
        min-height: 70px;
        margin-bottom: 14px;
    }

    .public-bonds-info-icon {
        width: 68px;
        height: 68px;
    }

    .public-bonds-tabs {
        gap: 8px;
    }

    .public-bonds-tabs a {
        min-height: 40px;
        padding: 0 14px;
        font-size: 0.92rem;
    }

    .public-bonds-name-example,
    .public-bonds-name-example.is-three-parts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .public-bonds-name-example-part:nth-child(3) {
        border-left: 0;
    }

    .public-bonds-name-example-part:nth-child(n + 3) {
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }
}

@media (max-width: 420px) {
    .public-bonds-search-input {
        gap: 8px;
        padding: 13px 14px;
    }

    .public-bonds-search-input svg {
        width: 18px;
        height: 18px;
    }

    .public-bonds-search-input input {
        font-size: 0.8rem;
    }
}
