body.sk-klientam-page {
    min-height: 100vh;
    margin: 0;
}

body.sk-klientam-page .body_wrap,
body.sk-klientam-page .page_wrap {
    width: 100% !important;
    max-width: none !important;
}

body.sk-klientam-page .sk-klientam-shell {
    width: 100%;
    min-height: calc(100vh - 60px);
    padding-bottom: 60px;
    box-sizing: border-box;
}

body.sk-klientam-page .copyright_wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    z-index: 5;
}

body.sk-klientam-page .copyright_wrap .content_wrap {
    width: 100% !important;
    max-width: none !important;
}

.sk-notice-page {
    padding: 140px 20px 60px;
    background: linear-gradient(180deg, #f0f4fa 0%, #fff 320px);
    box-sizing: border-box;
}

.sk-notice-page__inner {
    max-width: 860px;
    margin: 0 auto;
}

.sk-notice-hero {
    text-align: center;
    margin-bottom: 40px;
}

.sk-notice-hero__badge {
    display: inline-block;
    padding: 6px 18px;
    border-radius: 20px;
    background: #1c2658;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.sk-notice-hero__title {
    font-size: clamp(22px, 4vw, 32px);
    font-weight: 700;
    color: #1c2658;
    line-height: 1.35;
    margin: 0 0 12px;
}

.sk-notice-hero__subtitle {
    font-size: 15px;
    color: #6b7280;
    margin: 0;
}

.sk-notice-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 32px rgba(28, 38, 88, 0.10);
    padding: 48px 56px;
    border-top: 4px solid #69b7f1;
}

.sk-notice-card p {
    font-size: 16px;
    line-height: 1.75;
    color: #374151;
    margin: 0 0 20px;
    text-align: justify;
}

.sk-notice-card p:last-child {
    margin-bottom: 0;
}

.sk-notice-alert {
    background: #eef6fd;
    border-left: 4px solid #69b7f1;
    border-radius: 0 8px 8px 0;
    padding: 16px 20px;
    margin: 28px 0;
}

.sk-notice-alert p {
    margin: 0;
    font-size: 15px;
    color: #1c2658;
}

.sk-notice-section-title {
    font-size: 17px;
    font-weight: 700;
    color: #1c2658;
    margin: 32px 0 16px;
}

.sk-notice-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
}

.sk-notice-list li {
    position: relative;
    padding: 12px 16px 12px 44px;
    margin-bottom: 8px;
    background: #f8fafc;
    border-radius: 8px;
    font-size: 15px;
    line-height: 1.6;
    color: #374151;
}

.sk-notice-list li::before {
    content: '';
    position: absolute;
    left: 16px;
    top: 18px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #69b7f1;
}

.sk-notice-contacts {
    margin-top: 40px;
    padding-top: 32px;
    border-top: 1px solid #e5e7eb;
}

.sk-notice-contacts__title {
    font-size: 17px;
    font-weight: 700;
    color: #1c2658;
    margin: 0 0 20px;
}

.sk-notice-contacts__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px;
}

.sk-notice-contact-card {
    background: #f8fafc;
    border-radius: 12px;
    padding: 20px 24px;
    border: 1px solid #e5e7eb;
}

.sk-notice-contact-card__role {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #69b7f1;
    margin-bottom: 6px;
}

.sk-notice-contact-card__name {
    font-size: 15px;
    font-weight: 700;
    color: #1c2658;
    margin-bottom: 10px;
}

.sk-notice-contact-card a {
    display: block;
    font-size: 14px;
    color: #374151;
    text-decoration: none;
    margin-bottom: 4px;
    transition: color 0.2s;
}

.sk-notice-contact-card a:hover {
    color: #69b7f1;
}

@media (max-width: 640px) {
    .sk-notice-page {
        padding-top: 110px;
    }

    .sk-notice-card {
        padding: 28px 20px;
    }

    .sk-notice-card p {
        text-align: left;
    }
}
