/* ============================================
   TOUR DETAIL - RESPONSIVE CSS (ENHANCED)
   ============================================ */

/* ============================================
   TABLET (768px - 1024px)
   ============================================ */
@media (max-width: 1024px) {
    /* Layout */
    .tour-detail__layout {
        grid-template-columns: 1fr;
    }
    
    .booking-sidebar {
        position: static;
        order: -1;
        margin-bottom: 2rem;
    }
    
    /* Gallery */
    .tour-gallery {
        grid-template-columns: 1fr;
    }
    
    .tour-gallery__main {
        height: 400px;
    }
    
    .tour-gallery__grid {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: 1fr;
    }
    
    .tour-gallery__item {
        height: 150px;
    }
    
    /* Quick Info */
    .quick-info-cards {
        grid-template-columns: repeat(2, 1fr);
    }
    
    /* Included/Excluded */
    .included-grid {
        grid-template-columns: 1fr;
    }
    
    /* Location */
    .location-info {
        grid-template-columns: 1fr;
    }
    
    /* Reviews */
    .rating-summary {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    /* Related Tours */
    .related-tours__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ============================================
   MOBILE (MAX 767px)
   ============================================ */
@media (max-width: 767px) {
    /* Breadcrumb */
    .breadcrumb-section {
        padding: calc(70px + 1rem) 0 1rem;
    }
    
    .breadcrumb {
        font-size: 0.75rem;
    }
    
    /* Tour Header */
    .tour-header {
        padding-bottom: 1.5rem;
    }
    
    .tour-info-bar {
        flex-direction: column;
        gap: 1rem;
        margin-bottom: 1.5rem;
    }
    
    .tour-info-bar__title {
        font-size: 1.5rem;
        line-height: 1.3;
    }
    
    .tour-badge {
        font-size: 0.75rem;
        padding: 0.375rem 0.875rem;
    }
    
    .tour-info-bar__meta {
        flex-direction: column;
        gap: 0.75rem;
        align-items: flex-start;
    }
    
    .tour-info-bar__right {
        width: 100%;
        gap: 0.75rem;
    }
    
    .icon-btn {
        flex: 1;
        flex-direction: row;
        justify-content: center;
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .icon-btn i {
        font-size: 1.125rem;
    }
    
    /* Gallery */
    .tour-gallery__main {
        height: 300px;
    }
    
    .tour-gallery__badge {
        bottom: 1rem;
        right: 1rem;
        padding: 0.625rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .tour-gallery__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    .tour-gallery__item {
        height: 140px;
    }
    
    .tour-gallery__overlay {
        font-size: 1rem;
    }
    
    .tour-gallery__overlay i {
        font-size: 1.5rem;
    }
    
    /* Quick Info Cards */
    .quick-info-cards {
        grid-template-columns: 1fr;
        gap: 0.75rem;
        margin-bottom: 1.5rem;
    }
    
    .quick-info-card {
        padding: 1rem;
    }
    
    .quick-info-card i {
        font-size: 1.75rem;
    }
    
    .quick-info-card__label {
        font-size: 0.75rem;
    }
    
    .quick-info-card__value {
        font-size: 0.875rem;
    }
    
    /* Tabs */
    .tour-tabs {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        padding: 0.375rem;
        gap: 0.375rem;
        margin-bottom: 1.5rem;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    
    .tour-tabs::-webkit-scrollbar {
        display: none;
    }
    
    .tour-tab {
        padding: 0.75rem 1rem;
        font-size: 0.875rem;
        min-width: max-content;
    }
    
    .tour-tab i {
        display: none;
    }
    
    /* Tab Content */
    .tour-tab-contents {
        padding: 1.5rem 1rem;
    }
    
    .tour-section-title {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
    
    .tour-subsection-title {
        font-size: 1.125rem;
    }
    
    .tour-description p {
        font-size: 0.9375rem;
    }
    
    /* Highlights */
    .highlights-list li {
        padding: 0.875rem;
        font-size: 0.9375rem;
    }
    
    .highlights-list i {
        font-size: 1rem;
    }
    
    /* Suitable Grid */
    .suitable-grid {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .suitable-card {
        padding: 1.25rem;
    }
    
    .suitable-card i {
        font-size: 1.75rem;
    }
    
    /* Bring List */
    .bring-list {
        font-size: 0.9375rem;
    }
    
    /* Itinerary */
    .itinerary-item {
        flex-direction: column;
        gap: 1rem;
        margin-bottom: 1.5rem;
    }
    
    .itinerary-item__time {
        width: fit-content;
        font-size: 0.875rem;
        min-width: 65px;
    }
    
    .itinerary-item__content {
        padding: 1.25rem 1rem;
    }
    
    .itinerary-item__title {
        font-size: 1.125rem;
        margin-bottom: 0.625rem;
    }
    
    .itinerary-item__description {
        font-size: 0.9375rem;
    }
    
    /* Included/Excluded */
    .included-box,
    .excluded-box {
        padding: 1.5rem 1rem;
    }
    
    .included-box__title {
        font-size: 1.125rem;
        margin-bottom: 1rem;
    }
    
    .included-list li {
        font-size: 0.9375rem;
        margin-bottom: 0.875rem;
    }
    
    .additional-info-box {
        padding: 1.5rem 1rem;
    }
    
    /* Location */
    .location-card {
        padding: 1.25rem 1rem;
    }
    
    .location-card i {
        font-size: 1.75rem;
    }
    
    .map-container {
        margin-bottom: 1.5rem;
    }
    
    .map-container iframe {
        height: 350px;
    }
    
    /* Reviews */
    .rating-summary {
        padding: 1.5rem 1rem;
        gap: 1.5rem;
    }
    
    .rating-summary__number {
        font-size: 3rem;
    }
    
    .rating-summary__stars i {
        font-size: 1.25rem;
    }
    
    .rating-bar {
        gap: 0.75rem;
    }
    
    .rating-bar__label {
        min-width: 70px;
        font-size: 0.8125rem;
    }
    
    .rating-bar__progress {
        height: 10px;
    }
    
    .review-card {
        padding: 1.25rem 1rem;
    }
    
    .review-card__header {
        gap: 0.875rem;
    }
    
    .review-card__avatar {
        width: 50px;
        height: 50px;
    }
    
    .review-card__name {
        font-size: 1rem;
    }
    
    .review-card__content p {
        font-size: 0.9375rem;
    }
    
    /* FAQ */
    .faq-item {
        margin-bottom: 0.75rem;
    }
    
    .faq-item__question {
        padding: 1.25rem 1rem;
        font-size: 1rem;
    }
    
    .faq-item__answer p {
        padding: 0 1rem 1.25rem;
        font-size: 0.9375rem;
    }
    
    /* Related Tours */
    .related-tours {
        margin-top: 2rem;
        padding-top: 2rem;
    }
    
    .related-tours__grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .tour-card-small__img {
        height: 200px;
    }
    
    /* Booking Sidebar */
    .booking-sidebar {
        position: static;
        order: -1;
        margin-bottom: 2rem;
        max-width: 100%;
        width: 100%;
    }
    
    .booking-sidebar__card {
        border-radius: 0.75rem;
        max-width: 100%;
        width: 100%;
    }
    
    .booking-sidebar__price {
        padding: 1.25rem 1rem;
    }
    
    .price-display__old {
        font-size: 1rem;
    }
    
    .price-display__current .amount {
        font-size: 2rem;
    }
    
    .price-display__current .label {
        font-size: 0.875rem;
    }
    
    .booking-form {
        padding: 1.5rem 1rem;
    }
    
    .form-group {
        margin-bottom: 1.25rem;
    }
    
    .form-label {
        font-size: 0.9375rem;
        margin-bottom: 0.625rem;
    }
    
    .form-input {
        padding: 0.8125rem 0.875rem;
        font-size: 1rem;
    }
    
    .counter-input {
        padding: 0.625rem;
    }
    
    .counter-btn {
        width: 44px;
        height: 44px;
    }
    
    .counter-value {
        font-size: 1.125rem;
    }
    
    .booking-total {
        padding: 1.25rem 1rem;
        margin-bottom: 1.25rem;
    }
    
    .booking-total__row {
        font-size: 0.9375rem;
    }
    
    .booking-total__main {
        font-size: 1.125rem;
    }
    
    .trust-badges {
        padding: 1.25rem 1rem;
    }
    
    .trust-badge {
        font-size: 0.8125rem;
    }
    
    .booking-contact {
        padding: 1.25rem 1rem;
    }
    
    .booking-contact__title {
        font-size: 0.9375rem;
        margin-bottom: 0.875rem;
    }
    
    .booking-contact__actions {
        gap: 0.625rem;
    }
    
    .contact-btn {
        padding: 0.8125rem 0.625rem;
        font-size: 0.8125rem;
    }
    
    /* Modals */
    .gallery-modal__image {
        max-width: 95%;
        max-height: 85%;
    }
    
    .gallery-modal__close,
    .gallery-modal__nav {
        width: 44px;
        height: 44px;
        font-size: 1.25rem;
    }
    
    .gallery-modal__close {
        top: 1rem;
        right: 1rem;
    }
    
    .gallery-modal__nav--prev {
        left: 0.75rem;
    }
    
    .gallery-modal__nav--next {
        right: 0.75rem;
    }
    
    .gallery-modal__counter {
        bottom: 1rem;
        padding: 0.625rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .review-modal__content {
        width: 95%;
        padding: 1.5rem 1rem;
        max-height: 90vh;
        overflow-y: auto;
    }
    
    .review-modal__title {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .star-rating {
        gap: 0.625rem;
        margin-bottom: 1rem;
    }
    
    .star-rating i {
        font-size: 1.75rem;
    }
    
    .form-textarea {
        padding: 0.875rem;
        font-size: 1rem;
        min-height: 120px;
    }
}

/* ============================================
   SMALL MOBILE (MAX 480px)
   ============================================ */
@media (max-width: 480px) {
    .tour-info-bar__title {
        font-size: 1.375rem;
    }
    
    .tour-gallery__main {
        height: 250px;
    }
    
    .tour-gallery__item {
        height: 120px;
    }
    
    .quick-info-card i {
        font-size: 1.5rem;
    }
    
    .suitable-card {
        padding: 1rem;
    }
    
    .rating-summary__number {
        font-size: 2.5rem;
    }
    
    .price-display__current .amount {
        font-size: 1.75rem;
    }
    
    .counter-btn {
        width: 40px;
        height: 40px;
    }
}

/* ============================================
   LANDSCAPE MODE (Mobile)
   ============================================ */
@media (max-height: 600px) and (orientation: landscape) {
    .tour-gallery__main {
        height: 300px;
    }
    
    .breadcrumb-section {
        padding: calc(60px + 0.75rem) 0 0.75rem;
    }
}

/* ============================================
   TOUCH OPTIMIZATIONS
   ============================================ */
@media (hover: none) and (pointer: coarse) {
    /* Daha büyük dokunma alanları */
    .tour-tab {
        min-height: 44px;
    }
    
    .icon-btn {
        min-height: 44px;
        min-width: 44px;
    }
    
    .counter-btn {
        min-width: 44px;
        min-height: 44px;
    }
    
    .faq-item__question {
        min-height: 56px;
    }
    
    /* Tap highlight kaldır */
    .tour-tab,
    .icon-btn,
    .faq-item__question,
    .tour-gallery__item,
    .counter-btn {
        -webkit-tap-highlight-color: transparent;
    }
}

