/* /karekod — tanıtım, menü ve app.css dokunulmaz */
.kk-sayfa {
    min-height: 100vh;
    margin: 0;
    padding: 24px 16px 40px;
    box-sizing: border-box;
    font-family: "Times New Roman", Times, serif;
    color: #1a2a32;
    background: linear-gradient(160deg, #d2e6ec 0%, #f5f7fa 55%, #e8eef2 100%);
}
.kk-kart {
    width: min(440px, 100%);
    margin: 0 auto;
    padding: 28px 24px 26px;
    background: #fff;
    border: 1px solid #9aacb5;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(15, 76, 92, 0.12);
    text-align: center;
    box-sizing: border-box;
}
.kk-logo {
    width: 72px;
    height: 72px;
    object-fit: contain;
    display: block;
    margin: 0 auto 8px;
}
.kk-marka {
    margin: 0 0 4px;
    font-size: 20pt;
    font-weight: 700;
    color: #0f4c5c;
    letter-spacing: 0.02em;
}
.kk-ozet {
    margin: 0 0 16px;
    font-size: 11pt;
    color: #445;
    line-height: 1.4;
}
.kk-karekod {
    display: block;
    width: min(320px, 86vw);
    height: auto;
    margin: 0 auto 12px;
    background: #fff;
    image-rendering: pixelated;
}
.kk-adres {
    margin: 0 0 6px;
    font-size: 13pt;
    font-weight: 700;
    color: #0f4c5c;
    word-break: break-all;
    text-decoration: none;
}
.kk-adres:hover {
    text-decoration: underline;
}
.kk-yol {
    margin: 0 0 18px;
    font-size: 10.5pt;
    color: #556;
}
.kk-aksiyon {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.kk-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    height: 36px;
    padding: 0 16px;
    background: #0f4c5c;
    color: #fff !important;
    text-decoration: none;
    border: none;
    border-radius: 6px;
    font-family: inherit;
    font-size: 10.5pt;
    font-weight: 700;
    cursor: pointer;
    box-sizing: border-box;
}
.kk-btn:hover {
    background: #1a6a7c;
}
.kk-ikincil {
    background: #fff;
    color: #0f4c5c !important;
    border: 1px solid #0f4c5c;
}
.kk-ikincil:hover {
    background: #eef5f7;
}
.kk-not {
    margin: 16px 0 0;
    font-size: 9.5pt;
    color: #667;
}

@media print {
    .kk-sayfa {
        background: #fff;
        padding: 0;
        min-height: auto;
    }
    .kk-kart {
        width: 100%;
        max-width: none;
        border: none;
        box-shadow: none;
        border-radius: 0;
        padding: 18mm 16mm;
    }
    .kk-karekod {
        width: 90mm;
        max-width: 90mm;
    }
    .kk-aksiyon,
    .kk-not {
        display: none !important;
    }
}
