.tur-kategorileri-hero-section {
    padding-top: 0;
}

.tur-kategorileri-hero-panel {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    padding: 42px;
    background:
        radial-gradient(circle at top left, rgba(33, 150, 243, 0.22), transparent 34%),
        radial-gradient(circle at bottom right, rgba(255, 193, 7, 0.18), transparent 30%),
        linear-gradient(135deg, #f8fbff 0%, #eef5ff 100%);
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}

.tur-kategorileri-hero-panel::before,
.tur-kategorileri-hero-panel::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

.tur-kategorileri-hero-panel::before {
    width: 180px;
    height: 180px;
    right: -40px;
    top: -40px;
    background: rgba(255, 255, 255, 0.55);
}

.tur-kategorileri-hero-panel::after {
    width: 260px;
    height: 260px;
    right: 120px;
    bottom: -170px;
    background: rgba(37, 99, 235, 0.08);
}

.tur-kategorileri-hero-panel h1 {
    font-size: clamp(2rem, 3vw, 3.5rem);
    line-height: 1.08;
    margin-bottom: 18px;
    color: #0f172a;
}

.tur-kategorileri-hero-text {
    max-width: 760px;
    color: #475569;
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 26px;
}

.tur-kategorileri-hero-ozet {
    position: relative;
    z-index: 1;
    padding: 26px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(148, 163, 184, 0.18);
    backdrop-filter: blur(10px);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.tur-kategorileri-hero-ozet-baslik {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}

.tur-kategorileri-hero-ozet-baslik span {
    color: #64748b;
    font-size: 0.92rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.tur-kategorileri-hero-ozet-baslik strong {
    font-size: 1.4rem;
    color: #0f172a;
}

.tur-kategorileri-ozet-kutu {
    height: 100%;
    padding: 18px 16px;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.tur-kategorileri-ozet-kutu span {
    display: block;
    color: #64748b;
    font-size: 0.88rem;
    margin-bottom: 6px;
}

.tur-kategorileri-ozet-kutu strong {
    color: #0f172a;
    font-size: 1.6rem;
}

.tur-kategorileri-hero-not {
    padding: 18px 20px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.09), rgba(14, 165, 233, 0.08));
    color: #1e293b;
    line-height: 1.7;
}

.tur-kategori-listesi-section {
    padding-top: 18px;
}

.tur-kategori-karti {
    height: 100%;
    overflow: hidden;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(148, 163, 184, 0.16);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.tur-kategori-karti:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 44px rgba(15, 23, 42, 0.12);
    border-color: rgba(37, 99, 235, 0.2);
}

.tur-kategori-karti.is-active {
    border-color: rgba(37, 99, 235, 0.45);
    box-shadow: 0 24px 48px rgba(37, 99, 235, 0.14);
}

.tur-kategori-gorsel {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: #e2e8f0;
}

.tur-kategori-gorsel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.tur-kategori-karti:hover .tur-kategori-gorsel img {
    transform: scale(1.04);
}

.tur-kategori-badge {
    position: absolute;
    left: 18px;
    bottom: 18px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.74);
    color: #fff;
    font-size: 0.82rem;
    font-weight: 700;
    backdrop-filter: blur(8px);
}

.tur-kategori-icerik {
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-height: 240px;
    padding: 22px;
}

.tur-kategori-kucuk-yazi {
    display: inline-block;
    margin-bottom: 6px;
    color: #2563eb;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.tur-kategori-icerik h3 {
    margin: 0;
    color: #0f172a;
    font-size: 1.45rem;
    line-height: 1.25;
}

.tur-kategori-icerik p {
    margin: 0;
    color: #475569;
    line-height: 1.75;
}

.tur-kategori-ok {
    flex: 0 0 auto;
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #0f172a 0%, #334155 100%);
    color: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
}

.tur-kategori-ok:hover {
    color: #ffffff;
    transform: translateY(-1px);
}

.tur-kategori-alt {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    padding-top: 16px;
    border-top: 1px solid rgba(148, 163, 184, 0.16);
}

.tur-kategori-alt span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0f172a;
    font-weight: 700;
}

.tur-kategori-alt span i {
    color: #2563eb;
}

.tur-kategorileri-bos-kart {
    padding: 42px 28px;
    text-align: center;
    border-radius: 24px;
    background: #ffffff;
    border: 1px dashed rgba(148, 163, 184, 0.5);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.tur-kategorileri-bos-kart h3 {
    margin-bottom: 10px;
    color: #0f172a;
}

.tur-kategorileri-bos-kart p {
    margin-bottom: 0;
    color: #64748b;
}

.tur-kategori-cta-section {
    padding-top: 10px;
}

.tur-kategori-cta-panel {
    padding: 30px 32px;
    border-radius: 24px;
    background: linear-gradient(135deg, #0f172a 0%, #1d4ed8 100%);
    color: #ffffff;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.18);
}

.tur-kategori-cta-panel h2 {
    color: #ffffff;
    margin-bottom: 10px;
}

.tur-kategori-cta-panel p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.84);
    line-height: 1.75;
}

@media (max-width: 991.98px) {
    .tur-kategorileri-hero-panel,
    .tur-kategori-cta-panel {
        padding: 28px;
    }

    .tur-kategori-icerik {
        min-height: auto;
    }
}

@media (max-width: 575.98px) {
    .tur-kategorileri-hero-panel,
    .tur-kategori-cta-panel {
        padding: 22px;
        border-radius: 20px;
    }

    .tur-kategori-icerik {
        padding: 18px;
    }

    .tur-kategorileri-hero-ozet {
        padding: 20px;
    }
}
