.beyan-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1040;
    background: #212529;
    color: #f8f9fa;
    border-bottom: 2px solid #ffc107;
    width: 100%;
    box-sizing: border-box;
}
body {
    padding-top: var(--beyan-h, 52px);
}
.beyan-bar__inner {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 10px 16px;
    box-sizing: border-box;
}
.beyan-bar__icon {
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgb(255 193 7 / 16%);
    color: #ffc107;
    font-size: 14px;
}
.beyan-bar p {
    margin: 0;
    flex: 1 1 auto;
    min-width: 0;
    color: #f8f9fa;
    font-size: 14px;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .beyan-bar__inner {
        gap: 8px;
        padding: 8px 12px;
        padding-top: calc(8px + env(safe-area-inset-top));
    }
    .beyan-bar__icon {
        width: 22px;
        height: 22px;
        font-size: 11px;
    }
    .beyan-bar p {
        font-size: clamp(11px, 3.1vw, 13px);
        line-height: 1.35;
    }
}

.beyan-dialog {
    width: min(640px, calc(100% - 32px));
    max-width: calc(100% - 32px);
    max-height: calc(100dvh - 32px);
    overflow-y: auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 12px;
    margin: 0 auto;
    padding: 24px;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    background: #fff;
    color: #212529;
    box-shadow: 0 12px 40px rgb(0 0 0 / 25%);
    z-index: 20000;
}
.beyan-dialog::backdrop {
    background: rgb(33 37 41 / 55%);
}
.beyan-dialog__head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}
.beyan-dialog__icon {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgb(255 193 7 / 16%);
    color: #d39e00;
    font-size: 20px;
}
.beyan-dialog h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}
.beyan-dialog p {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.55;
}
.beyan-dialog__btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
    padding: 8px 16px;
    border: 0;
    border-radius: 4px;
    background: #212529;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
.beyan-dialog__btn:hover {
    background: #000;
    color: #ffc107;
}
.beyan-dialog form {
    position: sticky;
    bottom: -24px;
    margin: 0 -24px -24px;
    padding: 12px 24px 24px;
    background: linear-gradient(to bottom, rgb(255 255 255 / 0), #fff 28%);
}

main > nav.navbar + * {
    margin-top: 1.5rem;
}
.navbar .container-fluid {
    flex-wrap: nowrap;
    gap: 8px;
}
.navbar-brand {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}
.navbar-toggler {
    flex: 0 0 auto;
}
.navbar-brand .bi {
    color: #ffc107;
    font-size: 1.05em;
}
.navbar-nav {
    max-height: 70vh;
    overflow: auto;
}
.navbar-nav .nav-link { color: rgba(255,255,255,.75); }
.navbar-nav .nav-link:hover { color: #fff; }

.card-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0;
}
.card-title .bi,
.card-body h2 .bi {
    color: #212529;
    flex: 0 0 auto;
}
.card-body h2 {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1.35rem;
}

.mini-card {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 100%;
    padding: 10px 12px;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    background: #fff;
    color: #212529;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.35;
}
.mini-card .bi {
    flex: 0 0 auto;
    color: #6c757d;
    font-size: 15px;
}
.mini-card span {
    min-width: 0;
}
.mini-card:hover {
    border-color: #212529;
    background: #f8f9fa;
    color: #212529;
}
.mini-card:hover .bi {
    color: #212529;
}

.hizmet-item {
    display: inline-flex;
    align-items: flex-start;
    gap: 6px;
    font-weight: 400;
}
.hizmet-ico {
    color: #198754;
    margin-top: 2px;
}
.hizmet-table td { padding: 4px 10px 4px 0; vertical-align: top; }

.listesi { line-height: 1.9; }
.listesi a { text-decoration: underline; }
.listesi-sep {
    color: #6c757d;
    font-size: 12px;
    vertical-align: middle;
}

.hero-link { display: block; }
.hero-img { width: 100%; height: auto; display: block; }

html {
    max-width: 100%;
    overflow-x: hidden;
}
body {
    max-width: 100%;
}
img, svg, video {
    max-width: 100%;
    height: auto;
}

.degiliz {
    display: inline;
    margin: 0;
    padding: 0 5px;
    background: #fff3cd;
    color: #212529;
    border: 0;
    border-radius: 2px;
    font-size: inherit;
    font-weight: 700;
    line-height: inherit;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.fix {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    z-index: 9999;
    background: #212529;
    color: #ffc107;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-align: center;
    border-top: 2px solid #ffc107;
    box-sizing: border-box;
    padding: 14px 16px calc(14px + env(safe-area-inset-bottom, 0px));
    font-size: 24px;
    line-height: 1;
}
.fix strong {
    font-weight: 900;
    font-size: inherit;
}
.fix .bi {
    font-size: 1.5em;
    color: #ffc107;
    line-height: 1;
}
.fix .bi,
.fix strong {
    animation: fix-pulse 2.8s ease-in-out infinite;
}
.fix:hover,
.fix:focus {
    color: #ffe082;
    background: #000;
}
.fix:hover .bi,
.fix:hover strong,
.fix:focus .bi,
.fix:focus strong {
    animation-play-state: paused;
    color: inherit;
}
@keyframes fix-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.28; }
}
@media (prefers-reduced-motion: reduce) {
    .fix .bi,
    .fix strong { animation: none; }
}
@media (min-width: 769px) {
    .fix {
        display: flex;
        font-size: 24px;
    }
}
@media (max-width: 768px) {
    .fix {
        font-size: 19px;
        gap: 10px;
        padding: 13px 10px calc(13px + env(safe-area-inset-bottom, 0px));
    }
    .fix .bi { font-size: 1.4em; }
}

body { padding-bottom: 0; }
body.has-sticky { padding-bottom: 78px; }

@media (max-width: 768px) {
    .navbar-brand {
        max-width: calc(100% - 56px);
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-flex;
    }
    .card-title,
    .card-body h2 {
        font-size: 1.05rem;
        flex-wrap: wrap;
        line-height: 1.3;
    }
    .hizmet-item { display: flex; }
    .card-body table,
    .card-body table tbody,
    .card-body table tr,
    .card-body table td {
        display: block;
        width: 100%;
    }
    .card-body table td { padding: 4px 0; }
    .beyan-dialog {
        width: calc(100% - 16px);
        max-width: calc(100% - 16px);
        padding: 16px;
        top: 8px;
    }
    .container {
        padding-left: 12px;
        padding-right: 12px;
    }
    body.has-sticky { padding-bottom: 74px; }
}

footer a { color: #9ec5fe; }
footer .bi { margin-right: 4px; }
.card-footer a { text-decoration: underline; }
footer .yasal {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid rgb(255 193 7 / 28%);
    text-align: left;
    color: #ced4da;
    font-size: 13px;
    line-height: 1.65;
    font-weight: 400;
}
footer .yasal strong {
    display: block;
    margin-bottom: 10px;
    color: #ffc107;
    font-size: 14px;
}
footer .yasal p {
    margin: 0 0 10px;
}
footer .yasal p:last-child { margin-bottom: 0; }
.yasal--page {
    margin-top: 12px;
    color: #495057;
    font-size: 14px;
    line-height: 1.65;
}
.yasal--page strong {
    display: block;
    margin-bottom: 10px;
    color: #212529;
}
.yasal--page p { margin: 0 0 10px; }

.iletisim-table {
    margin-bottom: 0;
    vertical-align: middle;
}
.iletisim-table th {
    width: 42%;
    white-space: nowrap;
    font-weight: 600;
    color: #212529;
    background: #f8f9fa;
}
.iletisim-table th .bi,
.iletisim-table td .bi {
    margin-right: 6px;
    color: #212529;
}
.iletisim-table a {
    font-weight: 700;
    color: #0d6efd;
    text-decoration: none;
}
.iletisim-table a:hover { text-decoration: underline; }
.iletisim-table td.iletisim-stars .bi-star-fill {
    color: #ffc107;
    margin-right: 2px;
}
.iletisim-table td.iletisim-stars .bi-check-circle-fill { color: #198754; }
.iletisim-stars strong { margin: 0 6px; }
@media (max-width: 768px) {
    .iletisim-table th,
    .iletisim-table td {
        display: block;
        width: 100%;
        white-space: normal;
    }
    .iletisim-table th {
        border-bottom: 0;
        padding-bottom: 4px;
    }
    .iletisim-table td { border-top: 0; }
}
