/*
    ATUDER - Yayıncılık Politikaları Ortak Stil Dosyası
    Bootstrap 4.4.1 ile uyumludur.
    Tüm politika ASPX sayfalarında ortak kullanılmak üzere hazırlanmıştır.
*/

:root {
    --pp-primary: #174f8a;
    --pp-primary-dark: #0d355f;
    --pp-primary-light: #edf5fc;
    --pp-accent: #2f80c8;
    --pp-text: #2c3e50;
    --pp-muted: #6f7c89;
    --pp-border: #dce6ef;
    --pp-bg: #f5f8fb;
    --pp-white: #ffffff;
    --pp-warning-bg: #fff8e8;
    --pp-warning-text: #775b12;
    --pp-radius-lg: 18px;
    --pp-radius-md: 13px;
    --pp-shadow: 0 18px 45px rgba(23, 79, 138, 0.10);
}

.pp-page {
    overflow: hidden;
    margin: 20px 0 40px;
    color: var(--pp-text);
    background: var(--pp-white);
    border: 1px solid var(--pp-border);
    border-radius: var(--pp-radius-lg);
    box-shadow: var(--pp-shadow);
    font-size: 16px;
    line-height: 1.75;
}

.pp-page,
.pp-page * {
    box-sizing: border-box;
}

.pp-hero {
    position: relative;
    overflow: hidden;
    padding: 52px 48px;
    color: var(--pp-white);
    background: linear-gradient(135deg, var(--pp-primary-dark), var(--pp-accent));
}

.pp-hero::before,
.pp-hero::after {
    position: absolute;
    content: "";
    border-radius: 50%;
    pointer-events: none;
}

.pp-hero::before {
    top: -100px;
    right: -70px;
    width: 280px;
    height: 280px;
    border: 48px solid rgba(255, 255, 255, 0.07);
}

.pp-hero::after {
    right: 170px;
    bottom: -90px;
    width: 160px;
    height: 160px;
    background: rgba(255, 255, 255, 0.05);
}

.pp-hero__eyebrow {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-bottom: 16px;
    padding: 7px 14px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.10);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.pp-hero__title {
    position: relative;
    z-index: 1;
    margin: 0 0 14px;
    color: var(--pp-white);
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
}

.pp-hero__subtitle {
    position: relative;
    z-index: 1;
    max-width: 820px;
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 18px;
    line-height: 1.7;
}

.pp-content {
    padding: 44px 48px 50px;
    background: var(--pp-bg);
}

.pp-intro {
    margin-bottom: 28px;
    padding: 23px 25px;
    border-left: 4px solid var(--pp-accent);
    border-radius: 0 var(--pp-radius-md) var(--pp-radius-md) 0;
    background: var(--pp-primary-light);
    color: #36516c;
    font-size: 17px;
}

.pp-section {
    display: flex;
    align-items: flex-start;
    margin-bottom: 22px;
    padding: 26px;
    border: 1px solid var(--pp-border);
    border-radius: var(--pp-radius-md);
    background: var(--pp-white);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.pp-section:hover {
    transform: translateY(-2px);
    border-color: #c4d9eb;
    box-shadow: 0 12px 28px rgba(23, 79, 138, 0.08);
}

.pp-section__icon {
    display: flex;
    flex: 0 0 46px;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin-right: 20px;
    border-radius: 12px;
    color: var(--pp-primary);
    background: var(--pp-primary-light);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .04em;
}

.pp-section__body {
    flex: 1 1 auto;
    min-width: 0;
}

.pp-section__title {
    margin: 2px 0 12px;
    color: var(--pp-primary-dark);
    font-size: 23px;
    font-weight: 700;
    line-height: 1.35;
}

.pp-section p {
    margin-top: 0;
    margin-bottom: 14px;
}

.pp-section p:last-child {
    margin-bottom: 0;
}

.pp-license-row {
    margin-top: 18px;
}

.pp-license-card {
    height: 100%;
    padding: 20px;
    border: 1px solid var(--pp-border);
    border-radius: 11px;
    background: #fbfdff;
}

.pp-license-card__title {
    margin-bottom: 8px;
    color: var(--pp-primary);
    font-size: 17px;
    font-weight: 700;
}

.pp-license-card p {
    margin: 0;
}

.pp-note {
    position: relative;
    margin-top: 18px;
    padding: 15px 18px 15px 46px;
    border-radius: 10px;
    color: var(--pp-warning-text);
    background: var(--pp-warning-bg);
}

.pp-note::before {
    position: absolute;
    top: 14px;
    left: 18px;
    content: "i";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 2px solid currentColor;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 800;
    font-style: normal;
    line-height: 1;
}

.pp-link-list {
    overflow: hidden;
    margin-top: 18px;
    border: 1px solid var(--pp-border);
    border-radius: 11px;
}

.pp-link-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 18px;
    color: var(--pp-text);
    background: var(--pp-white);
    border-bottom: 1px solid var(--pp-border);
    text-decoration: none !important;
    transition: background .2s ease, padding-left .2s ease;
}

.pp-link-item:last-child {
    border-bottom: 0;
}

.pp-link-item:hover,
.pp-link-item:focus {
    padding-left: 22px;
    color: var(--pp-primary);
    background: var(--pp-primary-light);
    text-decoration: none;
}

.pp-link-item__name {
    padding-right: 20px;
    font-weight: 600;
}

.pp-link-item__action {
    flex: 0 0 auto;
    color: var(--pp-primary);
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

.pp-link-item__action::after {
    margin-left: 7px;
    content: "↗";
}

.pp-closing {
    margin-top: 30px;
    padding: 24px 26px;
    border-radius: var(--pp-radius-md);
    color: #405970;
    background: linear-gradient(135deg, #eaf3fb, #f9fbfd);
}

.pp-closing__title {
    margin: 0 0 8px;
    color: var(--pp-primary-dark);
    font-size: 20px;
    font-weight: 700;
}

.pp-closing p {
    margin: 0;
}

/* Sonraki 35 sayfada kullanılabilecek ek ortak bileşenler */

.pp-bullets {
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}

.pp-bullets li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 24px;
}

.pp-bullets li::before {
    position: absolute;
    top: 11px;
    left: 3px;
    width: 8px;
    height: 8px;
    content: "";
    border-radius: 50%;
    background: var(--pp-accent);
}

.pp-table-wrap {
    overflow-x: auto;
    margin-top: 18px;
    border: 1px solid var(--pp-border);
    border-radius: 11px;
}

.pp-table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
}

.pp-table th,
.pp-table td {
    padding: 14px 16px;
    border-bottom: 1px solid var(--pp-border);
    text-align: left;
    vertical-align: top;
}

.pp-table th {
    color: var(--pp-primary-dark);
    background: var(--pp-primary-light);
    font-weight: 700;
}

.pp-table tr:last-child td {
    border-bottom: 0;
}

.pp-quote {
    margin: 18px 0 0;
    padding: 18px 20px;
    border-left: 4px solid var(--pp-primary);
    border-radius: 0 10px 10px 0;
    background: #f8fafc;
    color: #4b6075;
    font-style: italic;
}

.pp-subtitle {
    margin: 22px 0 10px;
    color: var(--pp-primary);
    font-size: 18px;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .pp-page {
        margin: 10px 0 28px;
        border-radius: 12px;
    }

    .pp-hero {
        padding: 34px 23px;
    }

    .pp-hero__title {
        font-size: 30px;
    }

    .pp-hero__subtitle {
        font-size: 16px;
    }

    .pp-content {
        padding: 28px 18px 34px;
    }

    .pp-intro {
        padding: 19px 18px;
        font-size: 16px;
    }

    .pp-section {
        display: block;
        padding: 21px 19px;
    }

    .pp-section__icon {
        margin: 0 0 15px;
    }

    .pp-section__title {
        font-size: 21px;
    }

    .pp-link-item {
        display: block;
    }

    .pp-link-item__name {
        display: block;
        margin-bottom: 7px;
        padding-right: 0;
    }

    .pp-link-item__action {
        display: inline-block;
        white-space: normal;
    }
}
