/* =====================================================================
   ŞASİ UYUMLULUK SORUSU — ürün sayfası kutusu ve takip sayfası.

   Renkler sitenin mevcut turuncusundan (#FFA104) türetildi; ayrı bir tema
   kurulmadı. Kutu sağ kolonun içinde durduğu için genişlik VERİLMEDİ —
   kolon ne kadarsa o kadar.
   ===================================================================== */

/* box-sizing KENDİ İÇİNDE tanımlanıyor, sitenin global reset'ine GÜVENİLMİYOR:
   alanlar width:100% + iç boşluk alıyor; border-box olmadan her biri kutudan
   ~22px taşıyor (23.09.2026'da bu şekilde çıktı). Kutu farklı bir sayfaya ya da
   reset'i olmayan bir bağlama taşınırsa da bozulmasın. */
.oyp-sasi-kutu,
.oyp-sasi-kutu *,
.oyp-sasi-kutu *::before,
.oyp-sasi-kutu *::after {
    box-sizing: border-box;
}

.oyp-sasi-kutu {
    position: relative;
    border: 2px solid #FFA104;
    background: #FFF7EA;
    border-radius: 8px;
    padding: 12px;
    margin: 12px 0;
}

.oyp-sasi-bas {
    font-weight: 700;
    font-size: 14px;
    color: #111726;
    margin-bottom: 2px;
}

.oyp-sasi-alt {
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 1.45;
    color: #A06400;
}

.oyp-sasi-satir {
    display: flex;
    gap: 6px;
}

.oyp-sasi-vin {
    flex: 1;
    min-width: 0;
    font-family: ui-monospace, Consolas, monospace;
    letter-spacing: .06em;
    text-transform: uppercase;
    font-size: 12px;
    border: 1px solid #DCDEE2;
    border-radius: 8px;
    padding: 9px 10px;
    background: #fff;
    color: #111726;
}

.oyp-sasi-vin:focus {
    outline: none;
    border-color: #FFA104;
    box-shadow: 0 0 0 3px rgba(255, 161, 4, .18);
}

.oyp-sasi-btn,
.oyp-sasi-gonder {
    border: 0;
    cursor: pointer;
    font-weight: 700;
    border-radius: 8px;
}

.oyp-sasi-btn {
    background: #111726;
    color: #fff;
    font-size: 12px;
    padding: 0 16px;
    white-space: nowrap;
}

.oyp-sasi-btn:hover { background: #000; }

.oyp-sasi-ipucu {
    display: flex;
    justify-content: space-between;
    font-size: 10.5px;
    color: #A9ADB5;
    margin-top: 4px;
}

.oyp-sasi-detay { margin-top: 10px; }

.oyp-sasi-detay label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: #3A4050;
    margin: 8px 0 3px;
}

.oyp-sasi-detay input {
    width: 100%;
    font-size: 12px;
    border: 1px solid #DCDEE2;
    border-radius: 8px;
    padding: 8px 10px;
    background: #fff;
    color: #111726;
}

.oyp-sasi-detay input:focus {
    outline: none;
    border-color: #FFA104;
    box-shadow: 0 0 0 3px rgba(255, 161, 4, .18);
}

.oyp-sasi-gonder {
    width: 100%;
    margin-top: 12px;
    background: #FFA104;
    color: #3a2600;
    font-size: 14px;
    padding: 11px;
}

.oyp-sasi-gonder:hover { background: #FF7C04; color: #fff; }
.oyp-sasi-gonder[disabled] { opacity: .6; cursor: default; }

/* BAL KÜPÜ: ekran dışına alınıyor. display:none bazı botlarca atlanıyor. */
.oyp-sasi-hp {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.oyp-sasi-uyari {
    margin-top: 9px;
    background: #FFF1F2;
    border: 1px solid #F5C2C6;
    color: #D92A34;
    border-radius: 6px;
    padding: 8px 10px;
    font-size: 11.5px;
    line-height: 1.45;
}

.oyp-sasi-sla {
    font-size: 10.5px;
    color: #A06400;
    margin-top: 8px;
    line-height: 1.45;
}

.oyp-sasi-sla:empty { display: none; }

/* ── Teşekkür ────────────────────────────────────────────────────── */

.oyp-sasi-ok {
    background: #F4FBEC;
    border: 1px solid #D6EDBF;
    border-radius: 8px;
    padding: 14px;
    text-align: center;
}

.oyp-sasi-ok-bas {
    font-weight: 700;
    font-size: 14px;
    color: #467D1E;
    margin-bottom: 4px;
}

.oyp-sasi-ok-mesaj {
    font-size: 12px;
    color: #3A4050;
    line-height: 1.5;
}

.oyp-sasi-ok-kod {
    font-family: ui-monospace, Consolas, monospace;
    font-weight: 700;
    font-size: 15px;
    background: #fff;
    border: 1px dashed #9CD861;
    border-radius: 6px;
    padding: 4px 12px;
    display: inline-block;
    margin: 8px 0 4px;
    color: #111726;
}

.oyp-sasi-ok-link {
    display: block;
    font-size: 11.5px;
    color: #467D1E;
    text-decoration: underline;
}

.oyp-sasi-kvkk {
    font-size: 10.5px;
    color: #A9ADB5;
    line-height: 1.5;
    margin-top: 9px;
}

/* ── "Uyumlu Araçlar" sekmesinin sonundaki çağrı ─────────────────── */

.oyp-sasi-sekme-cta {
    margin-top: 14px;
    border: 2px dashed #FFA104;
    background: #FFF7EA;
    border-radius: 8px;
    padding: 14px;
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.oyp-sasi-sekme-cta .metin { flex: 1; min-width: 220px; }
.oyp-sasi-sekme-cta b { display: block; font-size: 13.5px; color: #111726; }
.oyp-sasi-sekme-cta p { margin: 2px 0 0; font-size: 12px; color: #A06400; }

.oyp-sasi-sekme-cta button {
    border: 0;
    background: #FFA104;
    color: #3a2600;
    font-weight: 700;
    font-size: 13px;
    border-radius: 8px;
    padding: 10px 20px;
    cursor: pointer;
}

.oyp-sasi-sekme-cta button:hover { background: #FF7C04; color: #fff; }

/* Kutu CTA'dan gelindiğinde bir kez vurgulanıyor: kullanıcı nereye
   geldiğini görsün (sayfanın başka yerine kaydırıldı). */
@keyframes oypSasiVurgu {
    0%   { box-shadow: 0 0 0 0 rgba(255, 161, 4, .55); }
    100% { box-shadow: 0 0 0 14px rgba(255, 161, 4, 0); }
}

.oyp-sasi-vurgu { animation: oypSasiVurgu 1.1s ease-out 2; }

/* ── Takip sayfası (/sasi-sorum/{token}) ─────────────────────────── */

.oyp-sasi-durum,
.oyp-sasi-durum * { box-sizing: border-box; }

.oyp-sasi-durum { max-width: 620px; margin: 28px auto 60px; padding: 0 16px; }

.oyp-sasi-durum .kart {
    border: 1px solid #EEEEEE;
    border-radius: 15px;
    background: #fff;
    overflow: hidden;
}

.oyp-sasi-durum .kart > h1 {
    font-size: 17px;
    margin: 0;
    padding: 16px 18px;
    border-bottom: 1px solid #F4F4F5;
}

.oyp-sasi-durum .govde { padding: 18px; }

.oyp-sasi-durum .serit {
    border-radius: 8px;
    padding: 13px 15px;
    margin-bottom: 14px;
    border-left: 4px solid;
}

.oyp-sasi-durum .serit b { display: block; font-size: 15px; }
.oyp-sasi-durum .serit small { font-size: 12px; color: #3A4050; }

.oyp-sasi-durum .yesil { background: #F4FBEC; border-color: #9CD861; }
.oyp-sasi-durum .yesil b { color: #467D1E; }
.oyp-sasi-durum .kirmizi { background: #FFF1F2; border-color: #FF404A; }
.oyp-sasi-durum .kirmizi b { color: #D92A34; }
.oyp-sasi-durum .turuncu { background: #FFF7EA; border-color: #FFA104; }
.oyp-sasi-durum .turuncu b { color: #A06400; }
.oyp-sasi-durum .gri { background: #F5F6F7; border-color: #DCDEE2; }
.oyp-sasi-durum .gri b { color: #3A4050; }

.oyp-sasi-durum .satir {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    font-size: 12.5px;
    padding: 7px 0;
    border-bottom: 1px dashed #DCDEE2;
}

.oyp-sasi-durum .satir:last-child { border-bottom: 0; }
.oyp-sasi-durum .satir span { color: #70747D; white-space: nowrap; }
.oyp-sasi-durum .satir b { font-weight: 600; text-align: right; }
.oyp-sasi-durum .vin { font-family: ui-monospace, Consolas, monospace; }

.oyp-sasi-durum .cevap {
    font-size: 13.5px;
    line-height: 1.7;
    color: #3A4050;
    white-space: pre-line;
    margin: 14px 0 0;
}

.oyp-sasi-durum .cta {
    display: inline-block;
    background: #FFA104;
    color: #3a2600;
    font-weight: 700;
    text-decoration: none;
    border-radius: 8px;
    padding: 11px 20px;
    font-size: 13px;
    margin-top: 16px;
}

.oyp-sasi-durum .cta:hover { background: #FF7C04; color: #fff; }

.oyp-sasi-durum .dip {
    font-size: 11.5px;
    color: #A9ADB5;
    margin-top: 16px;
    line-height: 1.6;
}
