.rkk-security-page {
    background: #ffffff;
    color: #1f1f1f;
    font-family: Arial, sans-serif;
    padding: 40px 0 80px;
}

.rkk-security-page * {
    box-sizing: border-box;
}

.rkk-security-page .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.rkk-breadcrumbs {
    font-size: 14px;
    color: #777;
    margin-bottom: 30px;
}

.rkk-breadcrumbs a {
    color: #777;
    text-decoration: none;
}

.rkk-breadcrumbs span {
    margin: 0 6px;
}

.rkk-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 32px;
    padding: 50px;
    border-radius: 1rem;
    background: #fafafa;
}

.rkk-hero__content {
    max-width: 700px;
}

.rkk-hero__icon {
    max-width: 40rem;
}

.rkk-hero__icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

.rkk-hero h1 {
    font-size: 56px;
    line-height: 1.1;
    margin: 0 0 12px;
}

.rkk-hero h2 {
    font-size: 32px;
    margin: 0 0 24px;
    color: #d81f26;
}

.rkk-hero__content p {
    margin: 0 0 16px;
    font-size: 18px;
    line-height: 1.7;
    color: #444;
}

.rkk-hero__contacts {
    margin: 0;
    padding-left: 22px;
    line-height: 1.7;
    color: #444;
}

.rkk-hero__contacts li {
    margin-bottom: 10px;
}

.rkk-hero__contacts a {
    font-weight: bold;
    text-decoration: none;
}

.rkk-hero__contacts a:hover {
    text-decoration: underline;
}

.warning-icon {
    width: 220px;
    height: 220px;
    border-radius: 1rem;
    background: #fff;
    border: 8px solid #d81f26;
    color: #d81f26;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 120px;
    font-weight: bold;
}

.rkk-important {
    display: flex;
    gap: 24px;
    padding: 32px;
    border-radius: 1rem;
    background: #fff4f4;
    margin-bottom: 64px;
}

.rkk-important__icon {
    width: 72px;
    height: 72px;
    border-radius: 1rem;
    background: #d81f26;
    color: #fff;
    font-size: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.rkk-important h3 {
    margin: 0 0 12px;
    font-size: 28px;
    color: #d81f26;
}

.rkk-important p {
    margin: 0;
    line-height: 1.7;
}

.rkk-list {
    margin: 0;
    padding-left: 22px;
    line-height: 1.75;
    color: #333;
}

.rkk-list li {
    margin-bottom: 8px;
}

.rkk-list--tight li {
    margin-bottom: 4px;
}

.rkk-list--compact {
    padding-left: 18px;
    margin: 0;
}

.rkk-list--compact li {
    margin-bottom: 6px;
}

.rkk-list--links a {
    font-weight: bold;
}

.rkk-list--light {
    color: inherit;
}

.rkk-subheading {
    margin: 0 0 16px;
    font-size: 20px;
    line-height: 1.35;
    color: #1f1f1f;
}

.rkk-subheading--light {
    color: #fff;
}

.rkk-prose {
    margin: 0 0 14px;
    line-height: 1.75;
    color: #444;
}

.rkk-prose:last-child {
    margin-bottom: 0;
}

.rkk-prose--section-intro {
    margin-top: -8px;
    margin-bottom: 20px;
    max-width: 900px;
}

.rkk-prose--small {
    font-size: 15px;
    margin-top: 16px;
}

.rkk-prose--light {
    color: rgba(255, 255, 255, 0.95);
}

.rkk-two-columns--align-start {
    align-items: start;
}

.rkk-box--soft {
    background: #fafafa;
}

.rkk-social-block {
    margin-top: 28px;
    padding: 24px 28px;
    border: 1px solid #ececec;
    border-radius: 1rem;
    background: #fff;
}

.rkk-social-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(clamp(10rem, 7.9064rem + 7.8818vw, 15rem), 1fr));
    gap: 24px;
}

.rkk-social-label {
    font-weight: bold;
    margin-bottom: 10px;
    color: #1f1f1f;
}

.rkk-link--muted {
    color: #888;
    font-weight: 600;
    text-decoration: none;
    cursor: default;
}

.rkk-section--extra .rkk-section__head {
    margin-bottom: 20px;
}

.rkk-note--spaced .rkk-prose + .rkk-prose {
    margin-top: 0;
}

.rkk-note--spaced {
    line-height: 1.75;
}

.rkk-extra-split {
    margin-top: 24px;
}

.rkk-box--warning-soft {
    background: #d81f26;
    color: #fff;
    border-color: #d81f26;
}

.rkk-box--warning-soft .rkk-subheading--light {
    color: #fff;
}

.rkk-phone-block {
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin-bottom: 8px;
}

.rkk-phone__mail {
    display: block;
    margin-top: 8px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

.rkk-page-footnote {
    margin: 48px 0 0;
    padding-top: 0;
    font-size: 14px;
    color: #777;
    line-height: 1.5;
}

.rkk-captcha--simple {
    display: block;
    grid-template-columns: none;
}

.rkk-captcha--simple .rkk-captcha-placeholder {
    display: block;
    padding: 12px;
    text-align: center;
    color: #999;
    font-size: 14px;
}

.rkk-important__alert {
    margin-top: 18px;
    color: #d81f26;
    font-weight: bold;
    font-size: 18px;
}

.rkk-section {
    margin-bottom: 72px;
}

.rkk-section__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px;
    gap: 20px;
    flex-wrap: wrap;
}

.rkk-section__head h2,
.rkk-two-columns h2 {
    margin: 0;
    font-size: 38px;
    line-height: 1.2;
}

.rkk-link {
    color: #d81f26;
    text-decoration: none;
    font-weight: bold;
}

.rkk-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.rkk-card {
    padding: 28px;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 0px 0px 1px rgba(0, 0, 0, 0.06);
    transition: 0.2s;
}

.rkk-card:hover {
    transform: translateY(-4px);
    box-shadow: 0px 4px 8px 4px rgba(0, 0, 0, 0.1);
}

.rkk-card__icon {
    aspect-ratio: 1/1;
    width: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.rkk-card__icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

.rkk-card h3 {
    font-size: 22px;
    line-height: 1.4;
    margin: 0 0 16px;
}

.rkk-card p {
    margin: 0;
    color: #555;
    line-height: 1.7;
}

.rkk-card a {
    font-weight: 600;
    text-decoration: none;
}

.rkk-card a:hover {
    text-decoration: underline;
}

.rkk-note {
    margin-top: 24px;
    padding: 24px;
    border: 1px solid #ececec;
    border-radius: 1rem;
    background: #fafafa;
    line-height: 1.7;
}

.rkk-fraud-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.rkk-fraud-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid #ececec;
    border-radius: 1rem;
    padding: 24px;
}

.rkk-tag {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 1rem;
    background: #f3f3f3;
    font-size: 13px;
    margin-bottom: 18px;
}

.rkk-fraud-card h3 {
    font-size: 22px;
    margin: 0 0 16px;
}

.rkk-fraud-card p {
    line-height: 1.7;
    color: #555;
}

.rkk-status {
    color: #d81f26;
    font-weight: bold;
    line-height: 1.5;
}

.rkk-fraud-preview {
    aspect-ratio: 1/1;
    width: 100%;
    margin-top: auto;
    padding-top: 1rem;
    overflow: hidden;
}

.rkk-fraud-preview img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.rkk-official-grid {
    display: grid;
    grid-template-columns: 1.4fr 0.8fr;
    gap: 20px;
}

.rkk-box {
    border: 1px solid #ececec;
    border-radius: 1rem;
    padding: 28px;
    background: #fff;
}

.rkk-box--warning {
    background: #fff4f4;
    color: #d81f26;
    font-weight: bold;
    line-height: 1.8;
}

.rkk-box--gray {
    background: #fafafa;
    border: unset;
}

.rkk-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rkk-links-list li {
    margin-bottom: 24px;
}

.rkk-links-list span {
    display: block;
    color: #666;
    margin-bottom: 6px;
}

.rkk-links-list a {
    text-decoration: none;
    font-weight: bold;
}

.rkk-verified {
    margin-bottom: 40px;
    line-height: 1.8;
    font-size: 18px;
}

.rkk-phone span {
    display: block;
    margin-bottom: 10px;
    color: #666;
}

.rkk-phone a {
    display: block;
    color: #1f1f1f;
    font-size: 2rem;
    text-decoration: none;
    font-weight: bold;
    line-height: 1;
}

.rkk-phone a[href^='mailto:'] {
    font-size: 1.25rem;
    color: var(--fill_dark_light_white_hover);
}

.rkk-phone a:has(+ a):not(:last-child) {
    margin-bottom: 0.625rem;
}

.rkk-two-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.rkk-accordion details {
    border: 1px solid #ececec;
    border-radius: 1rem;
    margin-bottom: 14px;
    overflow: hidden;
}

.rkk-accordion summary {
    padding: 22px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-size: 18px;
    font-weight: bold;
    list-style: none;
}

.rkk-accordion__title {
    display: block;
}

.rkk-accordion__icon {
    width: 28px;
    height: 28px;
    border-radius: 1rem;
    border: 1px solid #e5e5e5;
    background: #fff;
    color: #d81f26;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 28px;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
}

.rkk-accordion__icon-minus {
    display: none;
}

.rkk-accordion details[open] .rkk-accordion__icon-plus {
    display: none;
}

.rkk-accordion details[open] .rkk-accordion__icon-minus {
    display: inline;
}

.rkk-accordion summary::-webkit-details-marker {
    display: none;
}

.rkk-accordion__content {
    padding: 0 22px 22px;
    color: #555;
    line-height: 1.7;
}

.rkk-danger-box {
    margin-top: 32px;
    padding: 28px;
    border-radius: 1rem;
    background: #fff4f4;
}

.rkk-danger-box h3 {
    margin-top: 0;
    color: #d81f26;
}

.rkk-form {
    border: 1px solid #ececec;
    border-radius: 1rem;
    padding: 32px;
}

.rkk-field {
    margin-bottom: 20px;
}

.rkk-field label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}

.rkk-field input,
.rkk-field textarea,
.rkk-field select {
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 1rem;
    padding: 14px 16px;
    font-size: 16px;
    background: #fff;
}

.rkk-field.is-error input,
.rkk-field.is-error textarea,
.rkk-field.is-error select {
    border-color: #e14444;
    background: #fff8f8;
}

.rkk-field-error {
    margin-top: 8px;
    color: #e14444;
    font-size: 14px;
    line-height: 1.35;
}

.rkk-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 24px 0;
    line-height: 1.6;
}

.rkk-checkbox.is-error {
    color: #e14444;
}

.rkk-form-errors {
    margin: 0 0 16px;
    padding: 12px 14px;
    border: 1px solid #f2c3c3;
    border-radius: 1rem;
    background: #fff6f6;
    color: #cf2f2f;
    line-height: 1.45;
}

.rkk-form-success {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-top: 6px;
    padding: 18px;
    border: 1px solid #b9e7c7;
    border-radius: 1rem;
    background: #f4fff7;
}

.rkk-form-success__icon {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #25a74c;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

.rkk-form-success__title {
    font-size: 22px;
    font-weight: 700;
    color: #18863a;
    margin-bottom: 4px;
    line-height: 1.3;
}

.rkk-form-success__text {
    color: #245233;
    font-size: 16px;
    line-height: 1.45;
}

.rkk-captcha {
    margin-bottom: 24px;
    padding: 14px 16px;
    border: 1px dashed #d7d7d7;
    border-radius: 1rem;
    background: #fcfcfc;
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 12px;
    align-items: center;
}

.rkk-captcha img {
    display: block;
    width: 180px;
    max-width: 100%;
    height: 44px;
    border: 1px solid #d8d8d8;
    border-radius: 1rem;
    background: #fff;
}

.rkk-captcha .rkk-field {
    margin-bottom: 0;
}

.rkk-captcha .rkk-field label {
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #7c7c7c;
}

.rkk-captcha .rkk-field input {
    min-height: 44px;
    padding: 10px 14px;
    border-radius: 1rem;
}

.rkk-btn {
    width: 100%;
    height: 54px;
    border: none;
    border-radius: 1rem;
    background: #d81f26;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.2s;
}

.rkk-btn:hover {
    background: #b9161c;
}

/* =========================
MOBILE
========================= */

@media (max-width: 1200px) {
    .rkk-hero {
        flex-direction: column-reverse;
        align-items: flex-start;
        padding: 32px 24px;
    }
}

@media (max-width: 992px) {
    .rkk-cards-grid,
    .rkk-fraud-grid,
    .rkk-official-grid,
    .rkk-two-columns {
        grid-template-columns: 1fr;
    }

    .rkk-two-columns {
        gap: 28px;
    }

    .warning-icon {
        width: 120px;
        height: 120px;
        font-size: 60px;
        border-width: 5px;
    }

    .rkk-hero h1 {
        font-size: 40px;
    }

    .rkk-hero h2 {
        font-size: 26px;
    }
}

@media (max-width: 768px) {
    .rkk-security-page {
        padding: 24px 0 60px;
    }

    .rkk-section {
        margin-bottom: 48px;
    }

    .rkk-hero {
        gap: 24px;
        border-radius: 1rem;
    }

    .rkk-hero h1 {
        font-size: 34px;
    }

    .rkk-hero h2 {
        font-size: 20px;
        line-height: 1.35;
    }

    .rkk-hero p {
        font-size: 15px;
    }

    .rkk-section__head h2,
    .rkk-two-columns h2 {
        font-size: 34px;
        line-height: 1.2;
    }

    .rkk-important {
        flex-direction: column;
        padding: 24px 20px;
    }

    .rkk-card,
    .rkk-fraud-card,
    .rkk-box,
    .rkk-form {
        padding: 20px;
    }

    .rkk-card h3,
    .rkk-fraud-card h3 {
        font-size: 20px;
    }

    .rkk-phone a {
        font-size: 1.75rem;
    }

    .rkk-phone a[href^='mailto:'] {
        font-size: 1rem;
        color: var(--fill_dark_light_white_hover);
    }

    .rkk-btn {
        height: 48px;
    }

    .rkk-accordion summary {
        font-size: 16px;
        padding: 18px;
    }

    .rkk-field input,
    .rkk-field textarea,
    .rkk-field select {
        min-height: 48px;
    }

    .rkk-field textarea {
        min-height: 160px;
    }

    .rkk-captcha {
        grid-template-columns: 1fr;
        padding: 12px;
    }

    .rkk-captcha img {
        height: 46px;
    }

    .rkk-captcha .rkk-field input {
        min-height: 46px;
    }

    .rkk-form-success {
        padding: 14px;
        gap: 10px;
    }

    .rkk-form-success__title {
        font-size: 20px;
    }

    .rkk-form-success__text {
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    .rkk-two-columns h2 {
        font-size: 30px;
    }

    .rkk-form {
        border-radius: 1rem;
        padding: 16px;
    }

    .rkk-btn {
        height: 46px;
        border-radius: 1rem;
    }
}
