* {
    text-wrap: pretty;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-wrap: balance;
}

.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 {
    font-size: 18px;
    line-height: 1.7;
    color: #444;
    margin: 0 0 16px;
}

.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;
}

.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-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;
}

.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__icon {
    aspect-ratio: 1/1;
    width: 36px;
    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-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 {
    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-official-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr 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-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-verified {
    margin-bottom: 40px;
    line-height: 1.8;
    font-size: 18px;
}

.rkk-phone span,
.rkk-phone p {
    display: block;
    margin-bottom: 10px;
    color: #666;
}

.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: 992px) {
    .rkk-cards-grid,
    .rkk-fraud-grid,
    .rkk-official-grid,
    .rkk-two-columns {
        grid-template-columns: 1fr;
    }

    .rkk-two-columns {
        gap: 28px;
    }

    .rkk-hero {
        flex-direction: column-reverse;
        align-items: flex-start;
        padding: 32px 24px;
    }

    .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: 22px;
    }

    .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-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;
    }
}

.rkk-how-we-work__item h3 {
    margin: 0 0 16px;
    font-size: 20px;
    line-height: 1.35;
    color: #1f1f1f;
}

.rkk-how-we-work__item ul {
    margin: 0;
    padding-left: 22px;
    line-height: 1.75;
    color: #333;
}

.rkk-how-we-work__item ul li {
    margin-bottom: 8px;
}

.rkk-how-we-work__item p {
    margin: 0 0 14px;
    line-height: 1.75;
    color: #444;
}

.rkk-how-we-work__item p:last-child {
    margin-bottom: 0;
}
