.ps-bas {
    position: relative;
    overflow: hidden;
    padding: clamp(36px, 6vw, 74px) 20px clamp(46px, 7vw, 90px);
    text-align: center;
    color: #fff;
    background: linear-gradient(150deg, #3538CD 0%, #3538CD 55%, #272AA8 100%);
}

.ps-bas::after {
    content: "";
    position: absolute;
    left: -10%;
    right: -10%;
    bottom: -40px;
    height: 90px;
    border-radius: 50% 50% 0 0;
    background: var(--pw-bg);
}

.ps-bas__ic {
    position: relative;
    z-index: 1;
}

.ps-bas__baslik {
    margin: 0;
    font-size: clamp(1.7rem, 4vw, 2.6rem);
    font-weight: 800;
    letter-spacing: -.01em;
}

.ps-bas__alt {
    margin: 8px 0 0;
    font-size: .95rem;
    color: rgba(255, 255, 255, .82);
}

.ps-sayfa {
    position: relative;
    z-index: 2;
    max-width: 1180px;
    margin: -28px auto 0;
    padding: 0 clamp(16px, 3vw, 28px) clamp(48px, 6vw, 90px);
}

.ps-duzen {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 20px;
    align-items: start;
}

@media (max-width: 940px) {
    .ps-duzen {
        grid-template-columns: 1fr;
    }
}

.ps-liste {
    border: 1px solid var(--pw-line);
    border-radius: 12px;
    background: var(--pw-surface);
    overflow: hidden;
}

.ps-liste__bas {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 140px 170px;
    gap: 14px;
    padding: 15px 20px;
    font-size: .84rem;
    font-weight: 700;
    color: #fff;
    background: #3538CD;
}

.ps-liste__sutun {
    display: flex;
    align-items: center;
    gap: 7px;
    justify-content: center;
}

.ps-liste__sutun--urun { justify-content: flex-start; }
.ps-liste__sutun--tutar { justify-content: flex-end; }

@media (max-width: 720px) {
    .ps-liste__bas {
        grid-template-columns: 1fr;
    }

    .ps-liste__bas .ps-liste__sutun:not(.ps-liste__sutun--urun) {
        display: none;
    }
}

.ps-satir {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 140px 170px;
    gap: 14px;
    align-items: center;
    padding: 18px 20px;
    border-bottom: 1px solid var(--pw-line);
}

.ps-satir:last-of-type { border-bottom: 0; }

.ps-satir__ad {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
    color: var(--pw-text);
}

.ps-satir__not {
    margin: 5px 0 0;
    font-size: .8rem;
    line-height: 1.6;
    color: var(--pw-muted);
}

.ps-satir__eylem {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
}

.ps-satir__periyot {
    text-align: center;
    font-size: .88rem;
    font-weight: 600;
    color: var(--pw-text-2, var(--pw-muted));
}

.ps-satir__tutar {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
    text-align: right;
}

.ps-satir__tutar strong {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--pw-text);
}

.ps-satir__birim {
    font-size: .74rem;
    color: var(--pw-muted);
}

@media (max-width: 720px) {
    .ps-satir {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .ps-satir__periyot,
    .ps-satir__tutar {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        text-align: left;
        gap: 10px;
    }

    .ps-satir__periyot::before,
    .ps-satir__tutar::before {
        content: attr(data-etiket);
        font-size: .72rem;
        font-weight: 700;
        letter-spacing: .06em;
        text-transform: uppercase;
        color: var(--pw-muted);
    }
}

.ps-adet {
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--pw-line);
    border-radius: 8px;
    overflow: hidden;
}

.ps-adet__dugme {
    width: 32px;
    height: 32px;
    padding: 0;
    font: inherit;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    color: var(--pw-text);
    background: var(--pw-surface-2);
    border: 0;
    cursor: pointer;
    transition: background .16s ease, color .16s ease;
}

.ps-adet__dugme:hover {
    background: var(--pw-primary-2);
    color: #fff;
}

.ps-adet__sayi {
    display: inline-grid;
    place-items: center;
    min-width: 38px;
    height: 32px;
    font-size: .9rem;
    font-weight: 700;
    color: var(--pw-text);
}

.ps-sil {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    font: inherit;
    font-size: .78rem;
    font-weight: 700;
    color: #e11d48;
    background: none;
    border: 0;
    border-radius: 7px;
    cursor: pointer;
    transition: background .16s ease;
}

.ps-sil:hover { background: rgba(225, 29, 72, .10); }

.ps-bos {
    padding: 56px 24px;
    text-align: center;
}

.ps-bos__baslik {
    margin: 0 0 8px;
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--pw-text);
}

.ps-bos__metin {
    max-width: 46ch;
    margin: 0 auto 22px;
    font-size: .92rem;
    line-height: 1.75;
    color: var(--pw-muted);
}

.ps-liste__alt {
    padding: 16px 20px;
    border-top: 1px solid var(--pw-line);
    background: var(--pw-surface-2);
}

.ps-ozet {
    position: sticky;
    top: 96px;
    border: 1px solid var(--pw-line);
    border-radius: 12px;
    background: var(--pw-surface);
    overflow: hidden;
}

@media (max-width: 940px) {
    .ps-ozet { position: static; }
}

.ps-ozet__bas {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 15px 18px;
    font-size: .9rem;
    font-weight: 700;
    color: #fff;
    background: #3538CD;
}

.ps-ozet__govde { padding: 6px 18px; }

.ps-ozet__satir {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 13px 0;
    border-bottom: 1px solid var(--pw-line);
    font-size: .875rem;
    color: var(--pw-text-2, var(--pw-muted));
}

.ps-ozet__satir strong {
    font-weight: 700;
    color: var(--pw-text);
    white-space: nowrap;
}

.ps-ozet__satir small {
    display: block;
    margin-top: 2px;
    font-size: .72rem;
    color: var(--pw-muted);
}

.ps-ozet__satir--indirim strong { color: #16a34a; }

.ps-kupon {
    display: flex;
    gap: 7px;
    padding: 14px 0 16px;
}

.ps-kupon__alan {
    flex: 1;
    min-width: 0;
    padding: 10px 12px;
    font: inherit;
    font-size: .86rem;
    color: var(--pw-text);
    background: var(--pw-input-bg, var(--pw-surface-2));
    border: 1px solid var(--pw-line);
    border-radius: 8px;
    outline: 0;
}

.ps-kupon__alan:focus {
    border-color: var(--pw-primary);
    box-shadow: var(--pw-ring);
}

.ps-kupon__dugme {
    flex: none;
    padding: 10px 16px;
    font: inherit;
    font-size: .84rem;
    font-weight: 700;
    color: var(--pw-text);
    background: var(--pw-surface-2);
    border: 1px solid var(--pw-line);
    border-radius: 8px;
    cursor: pointer;
    transition: background .16s ease, color .16s ease;
}

.ps-kupon__dugme:hover {
    background: var(--pw-primary-2);
    border-color: var(--pw-primary-2);
    color: #fff;
}

.ps-ozet__toplam {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 20px 18px;
    text-align: center;
    border-top: 1px solid var(--pw-line);
    background: var(--pw-surface-2);
}

.ps-ozet__toplam span {
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .06em;
    color: var(--pw-muted);
}

.ps-ozet__toplam strong {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--pw-primary-ink);
}

.ps-ozet__alt { padding: 16px 18px; }

.ps-guven {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px 18px;
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid var(--pw-line);
}

.ps-guven__rozet {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 13px;
    font-size: .78rem;
    font-weight: 600;
    color: var(--pw-muted);
    background: var(--pw-surface-2);
    border: 1px solid var(--pw-line);
    border-radius: 20px;
}

.ps-sol {
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 0;
}

.ps-blok {
    border: 1px solid var(--pw-line);
    border-radius: 12px;
    background: var(--pw-surface);
    overflow: hidden;
}

.ps-blok__bas {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 15px 20px;
    font-size: .9rem;
    font-weight: 700;
    color: #fff;
    background: #3538CD;
}

.ps-blok__bas span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.ps-blok__govde { padding: 20px; }

.ps-blok__govde .pw-field { margin-bottom: 16px; }

.ps-blok__govde .pw-field:last-child { margin-bottom: 0; }

.ps-izgara {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 16px;
}

.ps-izgara--tam { grid-column: 1 / -1; }

@media (max-width: 620px) {
    .ps-izgara { grid-template-columns: 1fr; }
}

.ps-yontemler {
    display: grid;
    gap: 10px;
}

.ps-yontem {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    border: 1px solid var(--pw-line);
    border-radius: 10px;
    background: var(--pw-surface-2);
    cursor: pointer;
    transition: border-color .16s ease, background .16s ease, box-shadow .16s ease;
}

.ps-yontem:hover { border-color: rgba(53, 56, 205, .55); }

.ps-yontem:has(input:checked) {
    border-color: #3538CD;
    background: rgba(53, 56, 205, .08);
    box-shadow: 0 0 0 1px #3538CD inset;
}

.ps-yontem input[type="radio"] {
    flex: none;
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: #3538CD;
}

.ps-yontem__logo {
    flex: none;
    display: inline-grid;
    place-items: center;
    width: 64px;
    height: 36px;
    padding: 4px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid var(--pw-line);
}

.ps-yontem__logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.ps-yontem__metin {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.ps-yontem__ad {
    font-size: .92rem;
    font-weight: 700;
    color: var(--pw-text);
}

.ps-yontem__not {
    font-size: .78rem;
    line-height: 1.5;
    color: var(--pw-muted);
}

.ps-yontem__ek {
    margin-left: auto;
    font-size: .8rem;
    font-weight: 700;
    white-space: nowrap;
    color: var(--pw-muted);
}

.ps-uyari {
    padding: 14px 16px;
    font-size: .86rem;
    line-height: 1.6;
    color: var(--pw-muted);
    border: 1px dashed var(--pw-line);
    border-radius: 10px;
    text-align: center;
}

.ps-sozlesme {
    display: grid;
    gap: 12px;
}

.ps-sozlesme .pw-check { display: flex; }

.ps-sozlesme a {
    font-weight: 700;
    color: var(--pw-primary-ink);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.ps-logolar {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 6px 0 0;
    text-align: center;
}

.ps-logolar__satir {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.ps-logolar__not {
    max-width: 60ch;
    font-size: .78rem;
    line-height: 1.6;
    color: var(--pw-muted);
}

.ps-ozet__kalem {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px dashed var(--pw-line);
    font-size: .82rem;
    color: var(--pw-muted);
}

.ps-ozet__kalem span {
    min-width: 0;
    overflow-wrap: anywhere;
}

.ps-ozet__kalem strong {
    font-weight: 700;
    color: var(--pw-text);
    white-space: nowrap;
}

.ps-geri {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 14px;
    font-size: .84rem;
    font-weight: 700;
    color: var(--pw-muted);
    text-decoration: none;
}

.ps-geri:hover { color: var(--pw-text); }

.ps-sonuc {
    max-width: 720px;
    margin: 0 auto;
    padding: clamp(28px, 5vw, 48px) clamp(18px, 4vw, 40px);
    text-align: center;
    border: 1px solid var(--pw-line);
    border-radius: 14px;
    background: var(--pw-surface);
}

.ps-sonuc__simge {
    display: inline-grid;
    place-items: center;
    width: 88px;
    height: 88px;
    margin-bottom: 18px;
    border-radius: 50%;
    color: #fff;
    animation: ps-belir .45s ease-out both;
}

.ps-sonuc__simge--ok { background: #16a34a; box-shadow: 0 0 0 10px rgba(22, 163, 74, .14); }
.ps-sonuc__simge--bekle { background: #d97706; box-shadow: 0 0 0 10px rgba(217, 119, 6, .14); }
.ps-sonuc__simge--hata { background: #e11d48; box-shadow: 0 0 0 10px rgba(225, 29, 72, .14); }

@keyframes ps-belir {
    from { transform: scale(.6); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
    .ps-sonuc__simge { animation: none; }
}

.ps-sonuc__baslik {
    margin: 0 0 8px;
    font-size: clamp(1.3rem, 3vw, 1.7rem);
    font-weight: 800;
    color: var(--pw-text);
}

.ps-sonuc__metin {
    max-width: 52ch;
    margin: 0 auto 22px;
    font-size: .95rem;
    line-height: 1.75;
    color: var(--pw-muted);
}

.ps-sonuc__bilgi {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 0 0 24px;
    text-align: left;
}

@media (max-width: 620px) {
    .ps-sonuc__bilgi { grid-template-columns: 1fr; }
}

.ps-sonuc__bilgi div {
    padding: 12px 14px;
    border: 1px solid var(--pw-line);
    border-radius: 10px;
    background: var(--pw-surface-2);
}

.ps-sonuc__bilgi dt {
    margin: 0 0 3px;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--pw-muted);
}

.ps-sonuc__bilgi dd {
    margin: 0;
    font-size: .95rem;
    font-weight: 700;
    color: var(--pw-text);
    overflow-wrap: anywhere;
}

.ps-sonuc__dugmeler {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.ps-bankalar {
    display: grid;
    gap: 10px;
    margin: 0 0 22px;
    text-align: left;
}

.ps-banka {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 6px 14px;
    padding: 14px 16px;
    border: 1px solid var(--pw-line);
    border-radius: 10px;
    background: var(--pw-surface-2);
}

.ps-banka__ad {
    font-size: .92rem;
    font-weight: 800;
    color: var(--pw-text);
}

.ps-banka__sahip {
    font-size: .8rem;
    color: var(--pw-muted);
}

.ps-banka__iban {
    grid-column: 1 / 2;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: .9rem;
    font-weight: 700;
    letter-spacing: .02em;
    color: var(--pw-text);
    overflow-wrap: anywhere;
}

.ps-banka__kopyala {
    grid-column: 2;
    grid-row: 1 / span 3;
    padding: 8px 12px;
    font: inherit;
    font-size: .78rem;
    font-weight: 700;
    color: var(--pw-text);
    background: var(--pw-surface);
    border: 1px solid var(--pw-line);
    border-radius: 8px;
    cursor: pointer;
}

.ps-banka__kopyala:hover { border-color: #3538CD; }

.ps-aciklama {
    margin: 0 0 22px;
    padding: 14px 16px;
    font-size: .86rem;
    line-height: 1.7;
    text-align: left;
    color: var(--pw-text-2, var(--pw-muted));
    border-left: 3px solid #d97706;
    border-radius: 0 10px 10px 0;
    background: rgba(217, 119, 6, .08);
}

.ps-gecit {
    padding: 16px;
}

.ps-gecit iframe {
    display: block;
    width: 100%;
    min-height: 640px;
    border: 0;
    border-radius: 8px;
    background: #fff;
}

.ps-bekliyor {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 18px;
    font-size: .88rem;
    color: var(--pw-muted);
}

.ps-bekliyor::before {
    content: "";
    width: 18px;
    height: 18px;
    border: 2px solid var(--pw-line);
    border-top-color: #3538CD;
    border-radius: 50%;
    animation: ps-don .8s linear infinite;
}

@keyframes ps-don { to { transform: rotate(360deg); } }

.ps-sayfa [hidden] { display: none !important; }

.ps-donem {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.ps-donem__secim {
    min-width: 0;
    max-width: 100%;
    padding: 7px 28px 7px 10px;
    border: 1px solid var(--pw-border, #dcdce6);
    border-radius: 8px;
    background-color: var(--pw-surface, #fff);
    color: inherit;
    font: inherit;
    font-size: .85rem;
    font-weight: 600;
}

.ps-donem__secim:focus {
    outline: 2px solid var(--pw-primary, #3538CD);
    outline-offset: 1px;
}

.ps-donem__dugme {
    padding: 6px 10px;
    border: 1px solid var(--pw-border, #dcdce6);
    border-radius: 8px;
    background: transparent;
    color: inherit;
    font: inherit;
    font-size: .8rem;
    cursor: pointer;
}
