/*
|--------------------------------------------------------------------------
| Dinamik İçerik Sayfaları
|--------------------------------------------------------------------------
| Sadece sayfalar.php üzerinden açılan içerik sayfalarını etkiler.
*/
.ws-static-page {
    overflow: hidden;
}

.ws-static-hero {
    position: relative;
    overflow: hidden;
    margin: 0 0 24px;
    padding: 32px;
    border-radius: 8px;
    background: linear-gradient(135deg, #10264a 0%, #173b70 100%);
    color: #ffffff;
}

.ws-static-hero::before,
.ws-static-hero::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.07);
}

.ws-static-hero::before {
    top: -80px;
    right: -50px;
    width: 220px;
    height: 220px;
}

.ws-static-hero::after {
    right: 135px;
    bottom: -95px;
    width: 180px;
    height: 180px;
}

.ws-static-hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 20px;
}

.ws-static-hero-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 66px;
    width: 66px;
    height: 66px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.13);
    color: #ffffff;
    font-size: 28px;
}

.ws-static-hero h1 {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.25;
}

.ws-static-hero p {
    max-width: 700px;
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 14px;
    line-height: 1.75;
}

.ws-static-card {
    overflow: hidden;
    border: 1px solid #dfe8f0;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(16, 38, 74, 0.07);
}

.ws-static-card-head {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 18px 20px;
    border-bottom: 1px solid #e5edf4;
    background: #f7f9fc;
}

.ws-static-card-head-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 7px;
    background: #10264a;
    color: #ffffff;
    font-size: 18px;
}

.ws-static-card-head h2 {
    margin: 0 0 3px;
    color: #10264a;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.3;
}

.ws-static-card-head p {
    margin: 0;
    color: #778595;
    font-size: 12px;
    line-height: 1.5;
}

.ws-static-image {
    padding: 20px 20px 0;
}

.ws-static-image img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

.ws-static-content {
    padding: 24px 22px;
    color: #526273;
    font-size: 14px;
    line-height: 1.85;
    overflow-wrap: anywhere;
}

.ws-static-content > *:first-child {
    margin-top: 0;
}

.ws-static-content > *:last-child {
    margin-bottom: 0;
}

.ws-static-content h1,
.ws-static-content h2,
.ws-static-content h3,
.ws-static-content h4,
.ws-static-content h5,
.ws-static-content h6 {
    margin: 24px 0 10px;
    color: #10264a;
    font-weight: 900;
    line-height: 1.35;
}

.ws-static-content h1 {
    font-size: 25px;
}

.ws-static-content h2 {
    font-size: 22px;
}

.ws-static-content h3 {
    font-size: 19px;
}

.ws-static-content h4 {
    font-size: 17px;
}

.ws-static-content p {
    margin: 0 0 15px;
}

.ws-static-content ul,
.ws-static-content ol {
    margin: 0 0 16px;
    padding-left: 23px;
}

.ws-static-content li {
    margin-bottom: 7px;
}

.ws-static-content a {
    color: #1A9BD4;
    font-weight: 700;
    text-decoration: none;
}

.ws-static-content a:hover {
    color: #10264a;
}

.ws-static-content img {
    max-width: 100%;
    height: auto;
    border-radius: 7px;
}

.ws-static-content blockquote {
    margin: 20px 0;
    padding: 15px 18px;
    border-left: 4px solid #1A9BD4;
    border-radius: 0 7px 7px 0;
    background: #f4f9fd;
    color: #526273;
}

.ws-static-content table {
    width: 100%;
    margin: 18px 0;
    border-collapse: collapse;
}

.ws-static-content table th,
.ws-static-content table td {
    padding: 11px 12px;
    border: 1px solid #dfe8f0;
    text-align: left;
}

.ws-static-content table th {
    background: #f5f8fc;
    color: #10264a;
    font-weight: 900;
}

@media (max-width: 767px) {
    .ws-static-hero {
        padding: 24px 20px;
    }

    .ws-static-hero-content {
        align-items: flex-start;
        gap: 14px;
    }

    .ws-static-hero-icon {
        flex-basis: 50px;
        width: 50px;
        height: 50px;
        font-size: 22px;
    }

    .ws-static-hero h1 {
        font-size: 24px;
    }

    .ws-static-card-head {
        padding: 15px;
    }

    .ws-static-card-head-icon {
        flex-basis: 38px;
        width: 38px;
        height: 38px;
        font-size: 16px;
    }

    .ws-static-card-head h2 {
        font-size: 18px;
    }

    .ws-static-image {
        padding: 15px 15px 0;
    }

    .ws-static-content {
        padding: 20px 16px;
        font-size: 13px;
        line-height: 1.8;
    }

    .ws-static-content table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}
