/*
|--------------------------------------------------------------------------
| Hakkımızda Sayfası
|--------------------------------------------------------------------------
| Sadece hakkımızda sayfasındaki alanları etkiler.
*/
.ws-about-page {
    overflow: hidden;
}

.ws-about-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-about-hero::before,
.ws-about-hero::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.07);
}

.ws-about-hero::before {
    top: -85px;
    right: -50px;
    width: 230px;
    height: 230px;
}

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

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

.ws-about-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: 29px;
}

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

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

.ws-about-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(250px, 0.75fr);
    gap: 20px;
    align-items: start;
}

.ws-about-content-card,
.ws-about-side-card,
.ws-about-value-card,
.ws-about-cta {
    border: 1px solid #dfe8f0;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(16, 38, 74, 0.07);
}

.ws-about-content-card {
    overflow: hidden;
}

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

.ws-about-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-about-card-head h2 {
    margin: 0 0 3px;
    color: #10264a;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.3;
}

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

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

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

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

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

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

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

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

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

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

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

.ws-about-content a {
    color: #1A9BD4;
    font-weight: 700;
}

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

.ws-about-fallback-lead {
    margin: 0 0 16px !important;
    color: #263548;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.7;
}

.ws-about-side-card {
    overflow: hidden;
}

.ws-about-side-head {
    padding: 19px 20px;
    background: #10264a;
    color: #ffffff;
}

.ws-about-side-head h3 {
    margin: 0 0 5px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.35;
}

.ws-about-side-head p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    line-height: 1.6;
}

.ws-about-benefits {
    margin: 0;
    padding: 8px 20px;
    list-style: none;
}

.ws-about-benefits li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    padding: 14px 0;
    border-bottom: 1px solid #edf2f6;
    color: #566575;
    font-size: 13px;
    line-height: 1.65;
}

.ws-about-benefits li:last-child {
    border-bottom: 0;
}

.ws-about-benefit-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 31px;
    width: 31px;
    height: 31px;
    margin-top: 1px;
    border-radius: 6px;
    background: #eef7fc;
    color: #1A9BD4;
    font-size: 13px;
}

.ws-about-benefits strong {
    display: block;
    margin-bottom: 2px;
    color: #263548;
    font-size: 13px;
    font-weight: 900;
}

.ws-about-side-note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0 20px 20px;
    padding: 13px 14px;
    border-left: 4px solid #1A9BD4;
    border-radius: 0 7px 7px 0;
    background: #f4f9fd;
    color: #627184;
    font-size: 12px;
    line-height: 1.65;
}

.ws-about-side-note i {
    margin-top: 3px;
    color: #1A9BD4;
}

.ws-about-values {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 20px;
}

.ws-about-value-card {
    padding: 20px;
}

.ws-about-value-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 14px;
    border-radius: 7px;
    background: #10264a;
    color: #ffffff;
    font-size: 18px;
}

.ws-about-value-card h3 {
    margin: 0 0 8px;
    color: #10264a;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.35;
}

.ws-about-value-card p {
    margin: 0;
    color: #657487;
    font-size: 12px;
    line-height: 1.7;
}

.ws-about-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
    padding: 22px 24px;
    border-left: 5px solid #1A9BD4;
}

.ws-about-cta h3 {
    margin: 0 0 5px;
    color: #10264a;
    font-size: 19px;
    font-weight: 900;
    line-height: 1.35;
}

.ws-about-cta p {
    margin: 0;
    color: #6d7a8a;
    font-size: 13px;
    line-height: 1.6;
}

.ws-about-cta-actions {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
}

.ws-about-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 17px;
    border: 1px solid #10264a;
    border-radius: 7px;
    background: #10264a;
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none !important;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.ws-about-button:hover,
.ws-about-button:focus {
    border-color: #1A9BD4;
    background: #1A9BD4;
    color: #ffffff !important;
}

.ws-about-button.is-light {
    border-color: #d7e2eb;
    background: #ffffff;
    color: #10264a !important;
}

.ws-about-button.is-light:hover,
.ws-about-button.is-light:focus {
    border-color: #10264a;
    background: #f4f7fb;
    color: #10264a !important;
}

@media (max-width: 991px) {
    .ws-about-layout {
        grid-template-columns: 1fr;
    }

    .ws-about-values {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

    .ws-about-card-head,
    .ws-about-content,
    .ws-about-side-head,
    .ws-about-value-card {
        padding-left: 16px;
        padding-right: 16px;
    }

    .ws-about-benefits {
        padding-left: 16px;
        padding-right: 16px;
    }

    .ws-about-side-note {
        margin-left: 16px;
        margin-right: 16px;
    }

    .ws-about-cta {
        align-items: stretch;
        flex-direction: column;
        padding: 20px 17px;
    }

    .ws-about-cta-actions {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .ws-about-button {
        width: 100%;
    }
}
