/* ---- Hero / Banner ---- */
.at-hareket-rehberi__hero {
    width: 75%;
    max-width: 950px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 24px 32px;
    background: linear-gradient(135deg, #c31f2c 0%, #7a0f16 100%);
    color: #ffffff;
}

.at-hareket-rehberi__hero-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}

.at-hareket-rehberi__hero-eyebrow {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #f3c6c8;
}

.at-hareket-rehberi__hero-badge {
    font-size: 11px;
    font-weight: bold;
    padding: 4px 12px;
    color: #ffffff;
    background-color: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .35);
    white-space: nowrap;
}

.at-hareket-rehberi__hero-title {
    font-size: 26px;
    line-height: 1.3;
    margin: 0 0 10px 0;
    font-weight: bold;
    text-align: left;
}

.at-hareket-rehberi__hero-subtitle {
    font-size: 13px;
    line-height: 1.6;
    color: #f2d6d8;
    max-width: 640px;
    margin: 0;
}

.at-hareket-rehberi__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    padding: 2.5px 1em;
    min-height: 30px;
    width: 950px;
    background: #dbdbdb;
}

    .at-hareket-rehberi__header h2 {
        text-align: center;
    }

/* ---- Language Switch ---- */
.at-hareket-rehberi__topbar {
    width: 75%;
    max-width: 950px;
    margin: 0 auto 10px auto;
    display: flex;
    justify-content: flex-end;
}

.at-hareket-rehberi__lang-switch {
    display: flex;
    gap: 0;
    height: 26px;
}

.at-hareket-rehberi__lang-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    user-select: none;
    background-color: #ffffff;
    color: #555555;
    border: 1px solid #cccccc;
    height: 100%;
    box-sizing: border-box;
}

    .at-hareket-rehberi__lang-btn + .at-hareket-rehberi__lang-btn {
        border-left: none;
    }

    .at-hareket-rehberi__lang-btn:hover {
        background-color: #f8f8f8;
        color: #000000;
    }

    .at-hareket-rehberi__lang-btn.is-active {
        background-color: #ffffff;
        color: #d31e25;
        border: 2px solid #d31e25;
        font-weight: bold;
    }

/* ---- Form Kutusu (Sade Beyaz Zemin) ---- */
.at-hareket-rehberi__form {
    width: 75%;
    max-width: 950px;
    margin: 20px auto;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
}

.at-hareket-rehberi__form-container {
    padding: 24px 20px;
}

    .at-hareket-rehberi__form-container h3 {
        text-align: center;
    }

.at-hareket-rehberi__form-input-group {
    display: flex;
    flex-direction: column;
}

    .at-hareket-rehberi__form-input-group label {
        font-size: 12px;
        line-height: 25px;
        font-weight: 600;
        color: #444444;
    }

    .at-hareket-rehberi__form-input-group select {
        padding: 4px 8px;
        border: 1px solid #cccccc;
        width: 200px;
        height: 32px;
        text-align: left;
        color: #333333;
        background-color: #ffffff;
    }

/* ---- Segmented Control (Racing / Breeding) ---- */
.segmented-control {
    display: flex;
    gap: 0;
    height: 32px;
    justify-content: center;
}

    .segmented-control input[type="radio"] {
        position: absolute;
        opacity: 0;
        width: 0;
        height: 0;
    }

    /* Pasif Buton: Şeffaf / Beyaz zemin, sade ince gri çerçeve */
    .segmented-control label {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 20px;
        font-size: 12px;
        font-weight: 600;
        cursor: pointer;
        user-select: none;
        background-color: #ffffff;
        color: #666666;
        border: 1px solid #cccccc;
        height: 100%;
        box-sizing: border-box;
        transition: all .2s ease;
    }

    .segmented-control input[type="radio"] + label + input[type="radio"] + label {
        border-left: none;
    }

    .segmented-control label:hover {
        background-color: #f9f9f9;
        color: #111111;
    }

    .segmented-control input[type="radio"]:checked + label {
        background-color: #ffffff;
        color: #d31e25;
        border: 2px solid #d31e25;
        font-weight: bold;
    }

/* ---- Ana Aksiyon Butonu (Show Requirements →) ---- */
.at-hareket-rehberi__btn {
    padding: 10px 28px;
    background-color: #d31e25;
    color: #ffffff;
    border: none;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color .2s ease;
}

    .at-hareket-rehberi__btn:hover {
        background-color: #b8161c;
    }

    .at-hareket-rehberi__btn:disabled {
        background-color: #e0e0e0;
        color: #a0a0a0;
        cursor: not-allowed;
    }

/* ---- Sonuçlar Bölümü ---- */
.at-hareket-rehberi__results {
    width: 75%;
    max-width: 950px;
    margin: 0 auto 40px auto;
}

.at-hareket-rehberi__results-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 4px;
    border-bottom: 2px solid #e0e0e0;
    margin-bottom: 16px;
}

    .at-hareket-rehberi__results-title span:first-child {
        font-size: 18px;
        font-weight: bold;
        color: #222222;
    }

.at-hareket-rehberi__badge {
    display: inline-block;
    padding: 3px 12px;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #555555;
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
}

/* ---- Notice Box ---- */
.at-hareket-rehberi__notice {
    background-color: #fefce8;
    border: 1px solid #fde047;
    border-left: 4px solid #ca8a04;
    color: #713f12;
    font-size: 12px;
    line-height: 1.5;
    padding: 12px 16px;
    margin-bottom: 20px;
}

/* ---- Kart ve Tablo Tasarımı ---- */
.at-hareket-rehberi__card {
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    margin-bottom: 20px;
}

.at-hareket-rehberi__card-header {
    background-color: #f2f2f2;
    color: #111111;
    font-weight: bold;
    font-size: 13px;
    padding: 10px 16px;
    border-bottom: 1px solid #e0e0e0;
    border-left: 4px solid #d31e25;
}

.at-hareket-rehberi__card-body {
    padding: 4px 16px;
}

/* ---- Satır Yapıları ---- */
.at-hareket-rehberi__row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    padding: 12px 0;
    border-bottom: 1px solid #f5f5f5;
}

    .at-hareket-rehberi__row:last-child {
        border-bottom: none;
    }

.at-hareket-rehberi__row-label {
    flex: 0 0 140px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: #777777;
    padding-top: 2px;
}

.at-hareket-rehberi__row-main {
    flex: 1;
}

    .at-hareket-rehberi__row-main b {
        display: block;
        font-size: 12px;
        color: #222222;
        margin-bottom: 2px;
    }

    .at-hareket-rehberi__row-main span {
        font-size: 12px;
        color: #555555;
        line-height: 1.5;
    }

/* ---- Test & Aşı Öğeleri ---- */
.at-hareket-rehberi__test-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 4px;
    border-bottom: 1px solid #f0f0f0;
    transition: background-color .15s ease;
}

    .at-hareket-rehberi__test-item:last-child {
        border-bottom: none;
    }

    .at-hareket-rehberi__test-item:hover {
        background-color: #fafafa;
    }

.at-hareket-rehberi__test-index {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #fdecec;
    color: #d31e25;
    font-size: 11px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.at-hareket-rehberi__test-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex: 1;
    min-width: 0;
}

.at-hareket-rehberi__test-main {
    width: 100%;
}

    .at-hareket-rehberi__test-main b {
        display: block;
        font-size: 13px;
        color: #222222;
        margin-bottom: 2px;
    }

    .at-hareket-rehberi__test-main span {
        font-size: 13.5px;
        color: #444444;
        line-height: 1.6;
    }

.at-hareket-rehberi__pill {
    align-self: flex-start;
    flex-shrink: 0;
    max-width: 100%;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: bold;
    white-space: normal;
    line-height: 1.4;
    border: 1px solid #e0e0e0;
    background-color: #f9f9f9;
    color: #555555;
}

.at-hareket-rehberi__pill--amber {
    background-color: #fefce8;
    border-color: #fde047;
    color: #713f12;
}

.at-hareket-rehberi__pill--green {
    background-color: #f0fdf4;
    border-color: #bbf7d0;
    color: #166534;
}

/* ---- Özel Şart Listeleri ---- */
.at-hareket-rehberi__condition-item {
    padding: 10px 12px;
    background-color: #f9f9f9;
    border: 1px solid #eeeeee;
    margin-bottom: 6px;
}

    .at-hareket-rehberi__condition-item:last-child {
        margin-bottom: 0;
    }

    .at-hareket-rehberi__condition-item b {
        display: block;
        font-size: 12px;
        color: #222222;
        margin-bottom: 2px;
    }

    .at-hareket-rehberi__condition-item span {
        font-size: 12px;
        color: #555555;
        line-height: 1.5;
    }

/* ---- Yetkili Kurum Kutusu ---- */
.at-hareket-rehberi__authority {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 12px 14px;
    margin: 12px 0;
}

    .at-hareket-rehberi__authority b {
        display: block;
        font-size: 13.5px;
        color: #1e293b;
        margin-bottom: 6px;
    }

    .at-hareket-rehberi__authority span {
        font-size: 13.5px;
        color: #475569;
        line-height: 1.6;
    }

    .at-hareket-rehberi__authority a {
        display: inline-block;
        margin-top: 6px;
        font-size: 12.5px;
        font-weight: bold;
        color: #1e293b;
        text-decoration: underline;
    }

/* ---- Boş Durum (Empty State) ---- */
.at-hareket-rehberi__empty {
    width: 75%;
    max-width: 950px;
    margin: 0 auto 40px auto;
    padding: 20px;
    text-align: center;
    color: #666666;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    font-size: 12px;
}
