.odalar-sayfa {
    padding: 38px 0 76px;
    background:
        linear-gradient(180deg, rgba(230, 239, 239, 0.72) 0%, #ffffff 46%),
        radial-gradient(circle at 12% 0%, rgba(205, 154, 53, 0.12), transparent 28%);
    overflow-x: hidden;
    margin-bottom: -48px;
}

.odalar-sayfa .kapsayici,
.oda-detay .kapsayici {
    width: min(1536px, calc(100% - 32px));
    margin: 0 auto;
}

.odalar-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 28px;
    align-items: stretch;
    margin-bottom: 24px;
}

.odalar-hero__metin {
    min-width: 0;
    position: relative;
    padding: 30px 32px;
    border: 1px solid rgba(0, 89, 89, 0.12);
    border-radius: 12px;
    background:
        linear-gradient(135deg, rgba(1, 74, 66, 0.96), rgba(0, 53, 46, 0.92)),
        linear-gradient(135deg, rgba(205, 154, 53, 0.28), transparent);
    color: #fff;
    overflow: hidden;
    box-shadow: 0 18px 46px rgba(0, 61, 61, 0.16);
}

.odalar-hero__metin::after {
    content: "";
    position: absolute;
    right: -38px;
    bottom: -44px;
    width: 180px;
    height: 180px;
    border: 28px solid rgba(205, 154, 53, 0.14);
    border-radius: 50%;
}

.odalar-hero__etiket {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: var(--renk-altin, #CD9A35);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.odalar-hero__etiket::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 2px;
    background: currentColor;
}

.odalar-hero h1 {
    position: relative;
    z-index: 1;
    margin: 0 0 10px;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: 0;
}

.odalar-sayfa__ozet {
    position: relative;
    z-index: 1;
    max-width: 720px;
    color: rgba(255, 255, 255, 0.82);
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
}

.odalar-hero__istatistikler {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.odalar-hero__istatistikler span {
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
    font-weight: 700;
}

.odalar-hero__istatistikler strong {
    color: #fff;
    font-size: 17px;
    font-weight: 800;
}

.oda-arama {
    min-width: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    align-content: center;
    padding: 20px;
    background: #fff;
    border: 1px solid rgba(0, 89, 89, 0.12);
    border-radius: 12px;
    box-shadow: 0 18px 44px rgba(0, 89, 89, 0.10);
}

.oda-arama__metin {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.oda-arama__metin span {
    color: var(--renk-altin-koyu, #A67B26);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.oda-arama__metin strong {
    color: var(--renk-yesil-koyu, #00352E);
    font-size: 15px;
    line-height: 1.3;
}

.oda-arama__kontrol {
    min-width: 0;
    height: 52px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 14px;
    background: #F8FAFC;
    border: 1px solid rgba(0, 89, 89, 0.10);
    border-radius: 8px;
    color: var(--renk-yesil, #014A42);
    transition: border-color 0.15s, background 0.15s, box-shadow 0.15s;
}

.oda-arama__kontrol:focus-within {
    background: #fff;
    border-color: rgba(205, 154, 53, 0.72);
    box-shadow: 0 0 0 4px rgba(205, 154, 53, 0.14);
}

.oda-arama__kontrol input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--renk-metin, #334155);
    font: inherit;
    font-size: 14px;
}

.oda-arama__kontrol input::placeholder {
    color: #73817e;
}

.oda-arama__buton,
.oda-arama__temizle {
    min-width: 0;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 18px;
    border-radius: 8px;
    font-weight: 800;
    font-size: 13px;
    white-space: nowrap;
    text-decoration: none;
}

.oda-arama__buton {
    border: 0;
    background: linear-gradient(135deg, var(--renk-yesil, #014A42), var(--renk-yesil-koyu, #00352E));
    color: #fff;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(1, 74, 66, 0.18);
    transition: transform 0.15s, box-shadow 0.15s;
}

.oda-arama__buton:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(1, 74, 66, 0.24);
}

.oda-arama__temizle {
    color: var(--renk-yesil, #014A42);
    background: rgba(0, 89, 89, 0.07);
}

.oda-arama__temizle:hover {
    color: var(--renk-yesil-koyu, #00352E);
    background: rgba(0, 89, 89, 0.12);
    text-decoration: none;
}

.odalar-sonuc {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    margin: 24px 0 16px;
    padding: 12px 14px;
    border: 1px solid rgba(0, 89, 89, 0.10);
    border-radius: 8px;
    background: #fff;
    color: var(--renk-metin-soluk, #64748B);
    font-size: 14px;
}

.odalar-sonuc strong {
    color: var(--renk-yesil-koyu, #00352E);
}

.odalar-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.oda-kayit {
    min-width: 0;
    min-height: 252px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
    padding: 20px;
    background: #fff;
    border: 1px solid rgba(0, 89, 89, 0.11);
    border-radius: 12px;
    box-shadow: 0 5px 16px rgba(0, 89, 89, 0.055);
    overflow: hidden;
    transition: border-color 0.15s, transform 0.15s, box-shadow 0.15s;
}

.oda-kayit::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: linear-gradient(180deg, var(--renk-altin, #CD9A35), var(--renk-yesil, #014A42));
    opacity: 0;
    transition: opacity 0.15s;
}

.oda-kayit:hover {
    border-color: rgba(205, 154, 53, 0.48);
    transform: translateY(-2px);
    box-shadow: 0 18px 40px rgba(0, 89, 89, 0.12);
}

.oda-kayit:hover::before {
    opacity: 1;
}

.oda-kayit__ust {
    min-width: 0;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
}

.oda-kayit__rozet {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--renk-yesil, #014A42), #0E7C7C);
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 10px 22px rgba(1, 74, 66, 0.18);
}

.oda-kayit__rozet:hover {
    color: var(--renk-yesil-koyu, #00352E);
    background: linear-gradient(135deg, var(--renk-altin, #CD9A35), var(--renk-altin-koyu, #A67B26));
    text-decoration: none;
}

.oda-kayit__baslik {
    min-width: 0;
}

.oda-kayit__baslik > span {
    display: block;
    margin-bottom: 4px;
    color: var(--renk-altin-koyu, #A67B26);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.oda-kayit h3 {
    margin: 0;
    font-size: 1.02rem;
    line-height: 1.35;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.oda-kayit h3 a {
    color: var(--renk-yesil-koyu, #00352E);
    text-decoration: none;
}

.oda-kayit h3 a:hover {
    color: var(--renk-altin-koyu, #A67B26);
}

.oda-kayit__bilgi {
    min-width: 0;
    display: grid;
    gap: 9px;
    margin: 0;
}

.oda-kayit__bilgi div {
    min-width: 0;
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 8px;
    align-items: start;
    color: var(--renk-metin-soluk, #64748B);
    font-size: 13.5px;
    line-height: 1.45;
}

.oda-kayit__bilgi i {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    background: rgba(205, 154, 53, 0.12);
    color: var(--renk-altin-koyu, #A67B26);
    font-size: 13px;
}

.oda-kayit__bilgi span,
.oda-kayit__bilgi strong,
.oda-kayit__bilgi a {
    min-width: 0;
    overflow-wrap: anywhere;
}

.oda-kayit__bilgi strong,
.oda-kayit__bilgi a {
    color: var(--renk-yesil-koyu, #00352E);
    font-weight: 700;
    text-decoration: none;
}

.oda-kayit__bilgi a:hover {
    color: var(--renk-altin-koyu, #A67B26);
    text-decoration: underline;
}

.oda-kayit__aksiyonlar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid rgba(0, 89, 89, 0.08);
}

.oda-kayit__ikon-link {
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(0, 89, 89, 0.07);
    color: var(--renk-yesil, #014A42);
    text-decoration: none;
}

.oda-kayit__ikon-link:hover {
    background: var(--renk-yesil, #014A42);
    color: #fff;
    text-decoration: none;
}

.oda-kayit__detay {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-left: auto;
    padding: 9px 12px;
    border-radius: 8px;
    color: var(--renk-yesil, #014A42);
    background: rgba(0, 89, 89, 0.06);
    font-weight: 800;
    font-size: 13px;
    text-decoration: none;
    white-space: nowrap;
}

.oda-kayit__detay:hover {
    background: var(--renk-yesil, #014A42);
    color: #fff;
    text-decoration: none;
}

.oda-detay {
    padding: 46px 0 76px;
    background:
        linear-gradient(180deg, rgba(230, 239, 239, 0.70) 0%, #ffffff 42%),
        radial-gradient(circle at 80% 0%, rgba(205, 154, 53, 0.10), transparent 26%);
    margin-bottom: -48px;
}

.oda-detay__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 28px;
    align-items: start;
}

.oda-detay__kart {
    min-width: 0;
    background: #fff;
    border: 1px solid rgba(0, 89, 89, 0.12);
    border-radius: 12px;
    padding: 32px;
    box-shadow: 0 12px 34px rgba(0, 89, 89, 0.08);
}

.oda-detay__baslik {
    margin-bottom: 24px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(0, 89, 89, 0.10);
}

.oda-detay__baslik h1 {
    margin: 0 0 8px;
    color: var(--renk-yesil-koyu, #00352E);
    font-size: clamp(1.3rem, 2.5vw, 1.8rem);
    line-height: 1.16;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.oda-detay__baslik p {
    margin: 0;
    color: var(--renk-metin-soluk, #64748B);
}

.oda-detay__bilgi {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.oda-detay__genis {
    grid-column: 1 / -1;
}

@media (max-width: 720px) {
    .oda-detay__bilgi {
        grid-template-columns: minmax(0, 1fr);
    }
}

.oda-detay__bilgi div {
    min-width: 0;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 13px;
    align-items: start;
    padding: 15px;
    background: #F8FAFC;
    border: 1px solid rgba(0, 89, 89, 0.08);
    border-radius: 10px;
}

.oda-detay__bilgi i {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(0, 89, 89, 0.08);
    color: var(--renk-yesil, #014A42);
    font-size: 18px;
}

.oda-detay__bilgi p {
    min-width: 0;
    margin: 0;
}

.oda-detay__bilgi span {
    display: block;
    color: var(--renk-metin-soluk, #64748B);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.oda-detay__bilgi strong,
.oda-detay__bilgi a {
    color: var(--renk-yesil-koyu, #00352E);
    font-weight: 700;
    overflow-wrap: anywhere;
}

.oda-detay__bilgi .oda-detay__kisi,
.oda-detay__kisi {
    min-width: 0;
    display: grid;
    grid-template-columns: var(--boyut, 96px) minmax(0, 1fr) !important;
    gap: 15px;
    align-items: center;
    padding: 15px;
    background: #F8FAFC;
    border: 1px solid rgba(0, 89, 89, 0.08);
    border-radius: 10px;
}

.oda-detay img {
    max-width: 100%;
    height: auto;
}

.oda-detay .oda-detay__kisi-resim,
.oda-detay__kisi-resim {
    width: var(--boyut, 96px) !important;
    height: var(--boyut, 96px) !important;
    object-fit: cover;
    object-position: center top;
    border-radius: 50%;
    background: #fff;
    border: 4px solid #F9FAFB;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.oda-detay__kisi-resim--logo {
    object-fit: contain;
    padding: 8px;
    background: #f8fafc;
}

.oda-detay__kisi p {
    min-width: 0;
    margin: 0;
    display: grid;
    gap: 2px;
}

.oda-detay__kisi span {
    color: var(--renk-metin-soluk, #64748B);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.oda-detay__kisi strong {
    color: var(--renk-yesil-koyu, #00352E);
    font-weight: 700;
    overflow-wrap: anywhere;
}

.oda-detay__kisi small {
    color: var(--renk-metin-soluk, #64748B);
    font-size: 12.5px;
    line-height: 1.4;
    overflow-wrap: anywhere;
}

.oda-detay__harita {
    margin-top: 12px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(0, 89, 89, 0.08);
}

.oda-detay__harita iframe {
    display: block;
    width: 100%;
    height: 340px;
    border: 0;
}

.oda-detay__yan {
    position: sticky;
    top: 110px;
    display: grid;
    gap: 14px;
}

.oda-detay__yan .oda-arama {
    box-shadow: 0 12px 30px rgba(0, 89, 89, 0.09);
}

.oda-detay__yan .oda-arama__buton,
.oda-detay__yan .oda-arama__temizle {
    width: 100%;
}

.oda-detay__yan .cta-buton {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 8px;
    border: 1px solid rgba(0, 89, 89, 0.18);
    background: #fff;
    color: var(--renk-yesil, #014A42);
    font-weight: 800;
    text-decoration: none;
}

.oda-detay__yan .cta-buton:hover {
    background: var(--renk-yesil, #014A42);
    color: #fff;
    text-decoration: none;
}

.oda-bos {
    grid-column: 1 / -1;
    display: grid;
    justify-items: center;
    gap: 8px;
    padding: 34px 24px;
    border: 1px dashed rgba(0, 89, 89, 0.22);
    border-radius: 12px;
    background: #fff;
    color: var(--renk-metin-soluk, #64748B);
    text-align: center;
}

.oda-bos i {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(0, 89, 89, 0.08);
    color: var(--renk-yesil, #014A42);
    font-size: 22px;
}

.oda-bos strong {
    color: var(--renk-yesil-koyu, #00352E);
    font-size: 18px;
}

.oda-bos p {
    max-width: 520px;
    margin: 0;
    line-height: 1.6;
}

.oda-bos a {
    margin-top: 8px;
    color: var(--renk-yesil, #014A42);
    font-weight: 800;
}

@media (max-width: 1120px) {
    .odalar-hero,
    .oda-detay__grid {
        grid-template-columns: 1fr;
    }

    .oda-detay__yan {
        position: static;
    }

    .odalar-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .odalar-sayfa,
    .oda-detay {
        padding-top: 26px;
    }

    .odalar-sayfa .kapsayici,
    .oda-detay .kapsayici {
        width: min(100% - 32px, 1248px);
    }

    .odalar-hero__metin,
    .oda-detay__kart {
        padding: 22px;
    }

    .odalar-grid {
        grid-template-columns: 1fr;
    }

    .odalar-sonuc {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 520px) {
    .odalar-hero {
        gap: 16px;
    }

    .odalar-hero h1 {
        font-size: 2rem;
    }

    .oda-arama {
        padding: 14px;
    }

    .oda-arama__kontrol {
        height: auto;
        min-height: 50px;
    }

    .oda-kayit {
        padding: 17px;
    }

    .oda-kayit__ust {
        grid-template-columns: 42px minmax(0, 1fr);
    }

    .oda-kayit__rozet {
        width: 42px;
        height: 42px;
        border-radius: 9px;
        font-size: 18px;
    }

    .oda-kayit__aksiyonlar {
        flex-wrap: wrap;
    }

    .oda-kayit__detay {
        flex: 1 1 auto;
        white-space: normal;
    }

    .oda-detay__bilgi div {
        grid-template-columns: 36px minmax(0, 1fr);
        padding: 13px;
    }

    .oda-detay__bilgi i {
        width: 36px;
        height: 36px;
    }
}

@media (min-width: 1280px) {
    .odalar-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
