.info-page {
    overflow-x: hidden;
}

.info-page .tools-main {
    width: min(1200px, calc(100% - 32px));
    min-width: 0;
    max-width: 1200px;
    margin-inline: auto;
}

.info-breadcrumb {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 16px;
    color: #6a7f8d;
    font-size: 13px;
}

.info-breadcrumb a {
    color: #0b5f91;
    text-decoration: none;
}

.info-hero,
.info-card,
.info-workflow,
.info-transparency,
.method-principles,
.method-list,
.info-note {
    min-width: 0;
    max-width: 100%;
    border: 1px solid #d1dce2;
    background: #fff;
    box-shadow: 0 9px 26px rgba(24, 58, 80, .06);
}

.info-hero {
    position: relative;
    overflow: hidden;
    padding: 44px;
    border-top: 4px solid #8b1f32;
}

.info-hero::after {
    position: absolute;
    top: -54px;
    right: -45px;
    width: 190px;
    height: 190px;
    border: 28px solid rgba(181, 138, 55, .1);
    border-radius: 50%;
    content: '';
}

.info-hero h1 {
    position: relative;
    z-index: 1;
    max-width: 850px;
    margin: 9px 0 14px;
    color: #173b54;
    font-size: clamp(34px, 5vw, 52px);
    line-height: 1.16;
}

.info-hero p {
    position: relative;
    z-index: 1;
    max-width: 850px;
    margin: 0;
    color: #506979;
    font-size: 18px;
    line-height: 1.75;
}

.info-section-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 20px;
}

.info-card {
    position: relative;
    padding: 28px;
}

.info-card__number {
    color: #b58a37;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
}

.info-card h2,
.info-section-heading h2,
.info-transparency h2,
.info-note h2 {
    margin: 7px 0 11px;
    color: #173b54;
    line-height: 1.3;
}

.info-card h2,
.info-transparency h2,
.info-note h2 {
    font-size: 25px;
}

.info-card p,
.info-section-heading p,
.info-transparency p,
.info-note p {
    margin: 0;
    color: #526b7a;
    line-height: 1.75;
}

.info-founder__identity {
    display: flex;
    align-items: center;
    gap: 13px;
    margin: 17px 0;
    padding: 13px;
    border: 1px solid #d9e2e7;
    background: #f8fafb;
}

.info-founder__identity > span {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    background: #8b1f32;
    color: #fff;
    font-size: 25px;
}

.info-founder__identity strong,
.info-founder__identity small {
    display: block;
}

.info-founder__identity strong {
    color: #173b54;
    font-size: 19px;
}

.info-founder__identity small {
    margin-top: 3px;
    color: #667c89;
}

.info-workflow,
.method-list {
    margin-top: 20px;
    padding: 30px;
}

.info-section-heading {
    margin-bottom: 22px;
}

.info-section-heading h2 {
    font-size: 29px;
}

.info-flow {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.info-flow li {
    position: relative;
    min-width: 0;
    padding: 17px 14px;
    border: 1px solid #d6e0e5;
    background: #fafcfd;
}

.info-flow li + li {
    border-left: 0;
}

.info-flow li + li::before {
    position: absolute;
    top: 50%;
    left: -8px;
    z-index: 2;
    color: #8b1f32;
    content: '→';
    font-weight: 900;
    transform: translateY(-50%);
}

.info-flow li > span {
    color: #b58a37;
    font-size: 12px;
    font-weight: 900;
}

.info-flow strong,
.info-flow small {
    display: block;
}

.info-flow strong {
    margin-top: 8px;
    color: #173b54;
    line-height: 1.4;
}

.info-flow small {
    margin-top: 6px;
    color: #637987;
    line-height: 1.55;
}

.info-transparency {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 20px;
    padding: 30px;
    border-left: 4px solid #b58a37;
}

.info-transparency > div {
    max-width: 790px;
}

.info-transparency .tools-button {
    flex: 0 0 auto;
}

.info-transparency__actions {
    display: flex;
    align-items: stretch;
    flex: 0 0 auto;
    gap: 9px;
}

.method-principles {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 20px;
}

.method-principles div {
    padding: 21px;
}

.method-principles div + div {
    border-left: 1px solid #d6e0e5;
}

.method-principles strong,
.method-principles span {
    display: block;
}

.method-principles strong {
    color: #173b54;
}

.method-principles span {
    margin-top: 5px;
    color: #607684;
    font-size: 13px;
    line-height: 1.55;
}

.method-list > ol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.method-list li {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    padding: 20px;
    border: 1px solid #d7e1e6;
    background: #fbfcfd;
}

.method-list li > span {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    background: #edf3f6;
    color: #8b1f32;
    font-weight: 900;
}

.method-list h2 {
    margin: 2px 0 7px;
    color: #173b54;
    font-size: 20px;
    line-height: 1.35;
}

.method-list p {
    margin: 0;
    color: #536c7b;
    font-size: 14px;
    line-height: 1.68;
    overflow-wrap: anywhere;
}

.method-list article {
    min-width: 0;
}

.info-note {
    margin-top: 20px;
    padding: 28px;
    border-left: 4px solid #8b1f32;
}

.info-note a {
    display: inline-block;
    margin-top: 14px;
    color: #0b5f91;
    font-weight: 800;
    text-underline-offset: 3px;
}

@media (max-width: 900px) {
    .info-flow {
        grid-template-columns: minmax(0, 1fr);
    }

    .info-flow li + li {
        border-top: 0;
        border-left: 1px solid #d6e0e5;
    }

    .info-flow li + li::before {
        top: -9px;
        left: 50%;
        content: '↓';
        transform: translateX(-50%);
    }

    .method-list > ol {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 680px) {
    .info-page .tools-main {
        width: calc(100% - 20px) !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .info-hero,
    .info-card,
    .info-workflow,
    .info-transparency,
    .method-list,
    .info-note {
        padding: 21px 17px;
    }

    .info-hero h1 {
        font-size: 32px;
        overflow-wrap: anywhere;
    }

    .info-hero p {
        font-size: 15px;
    }

    .info-section-grid,
    .method-principles {
        grid-template-columns: minmax(0, 1fr);
    }

    .method-principles div + div {
        border-top: 1px solid #d6e0e5;
        border-left: 0;
    }

    .info-transparency {
        align-items: stretch;
        flex-direction: column;
    }

    .info-transparency .tools-button {
        width: 100%;
    }

    .info-transparency__actions {
        width: 100%;
        flex-direction: column;
    }

    .method-list li {
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 11px;
        padding: 16px 13px;
    }

    .method-list li > span {
        width: 36px;
        height: 36px;
    }
}

.static-contact-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 20px;
    padding: 22px 26px;
    border: 1px solid #d1dce2;
    border-left: 4px solid #b58a37;
    background: #fff;
    box-shadow: 0 8px 22px rgba(24, 58, 80, .05);
}

.static-contact-card span,
.static-contact-card a {
    display: block;
}

.static-contact-card span {
    color: #6a7e8b;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.static-contact-card a {
    margin-top: 3px;
    color: #0b5f91;
    font-size: 21px;
    font-weight: 850;
    text-decoration: none;
}

.static-contact-card p {
    margin: 0;
    color: #5b7180;
    font-size: 13px;
}

.static-content-list {
    display: grid;
    gap: 14px;
    margin-top: 20px;
}

.static-content-list section {
    padding: 25px 28px;
    border: 1px solid #d4dfe5;
    background: #fff;
    box-shadow: 0 6px 18px rgba(24, 58, 80, .04);
}

.static-content-list h2 {
    margin: 0 0 9px;
    color: #173b54;
    font-size: 22px;
    line-height: 1.35;
}

.static-content-list p {
    max-width: 970px;
    margin: 0;
    color: #526b7a;
    line-height: 1.78;
}

.static-content-list p + p {
    margin-top: 10px;
}

.static-related-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.static-related-links a {
    padding: 9px 13px;
    border: 1px solid #b9cbd5;
    background: #fff;
    color: #0b5f91;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.static-related-links a:hover {
    border-color: #0b5f91;
    background: #f3f8fa;
}

@media (max-width: 680px) {
    .static-contact-card {
        align-items: flex-start;
        flex-direction: column;
        padding: 19px 17px;
    }

    .static-contact-card a {
        font-size: 18px;
        overflow-wrap: anywhere;
    }

    .static-content-list section {
        padding: 20px 17px;
    }

    .static-related-links {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
    }
}
