/* Kart listesi */
.fk-tour-card {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(15,23,42,0.08);
    transition: transform .2s ease, box-shadow .2s ease;
}

.fk-tour-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(15,23,42,0.14);
}

.fk-tour-thumb {
    position: relative;
    display: block;
}

.fk-tour-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Oran */
.fk-tour-card.fk-ratio-16-9 .fk-tour-thumb { padding-top: 56.25%; }
.fk-tour-card.fk-ratio-4-3 .fk-tour-thumb  { padding-top: 75%; }
.fk-tour-card.fk-ratio-3-4 .fk-tour-thumb  { padding-top: 133.33%; }
.fk-tour-card.fk-ratio-1-1 .fk-tour-thumb  { padding-top: 100%; }
.fk-tour-thumb img {
    position: absolute;
    inset: 0;
}

/* Kart içerik */
.fk-tour-card-body {
    padding: 16px 16px 18px;
}

.fk-tour-terms {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 6px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.fk-tour-term {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 8px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #0f172a;
}

.fk-term-cover-dot {
    width: 16px;
    height: 16px;
    border-radius: 999px;
    background-size: cover;
    background-position: center;
}

.fk-tour-title {
    font-size: 17px;
    margin: 4px 0 6px;
}

.fk-tour-title a {
    color: #0f172a;
    text-decoration: none;
}

.fk-tour-title a:hover {
    text-decoration: underline;
}

.fk-tour-meta-row {
    margin-bottom: 6px;
}

.fk-meta-pill {
    display: inline-flex;
    align-items: center;
    padding: 3px 10px;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 11px;
    font-weight: 500;
}

.fk-tour-price {
    font-weight: 700;
    color: #16a34a;
    margin-bottom: 6px;
}

.fk-tour-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 8px;
}

.fk-tour-badge {
    padding: 2px 8px;
    border-radius: 999px;
    background: #fef3c7;
    color: #92400e;
    font-size: 11px;
}

.fk-tour-excerpt {
    font-size: 13px;
    color: #4b5563;
    margin-bottom: 10px;
}

.fk-tour-read-more {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    color: #2563eb;
}

.fk-tour-read-more::after {
    content: '→';
}

/* Tekil sayfa */
.fk-tour-single {
    max-width: 1100px;
    margin: 0 auto;
}

.fk-tour-single-header {
    margin-bottom: 18px;
}

.fk-tour-single-title {
    font-size: 32px;
    margin-bottom: 6px;
}

.fk-tour-single-price {
    font-size: 22px;
    font-weight: 700;
    color: #16a34a;
    margin-top: 8px;
}

.fk-tour-single-meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

/* Tekil galeri */
.fk-tour-gallery {
    margin-bottom: 24px;
}

.fk-gallery-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 10px;
}

.fk-gallery-main img {
    width: 100%;
    border-radius: 18px;
    height: 100%;
    object-fit: cover;
}

.fk-gallery-side {
    display: grid;
    grid-template-rows: repeat(3,minmax(0,1fr));
    gap: 8px;
}

.fk-gallery-side-item img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
}

.fk-gallery-slider-track {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    scroll-snap-type: x mandatory;
}

.fk-gallery-slide {
    min-width: 70%;
    scroll-snap-align: start;
}

.fk-gallery-slide img {
    width: 100%;
    border-radius: 18px;
}

/* Bölümler */
.fk-tour-section {
    margin-bottom: 26px;
}

.fk-tour-section-title {
    font-size: 20px;
    margin-bottom: 10px;
}

/* Öne çıkan maddeler */
.fk-tour-highlight-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fk-tour-highlight-list li {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 4px;
    font-size: 14px;
}

.fk-icon-dot {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #22c55e;
}

/* Accordion */
.fk-tour-accordion details {
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    padding: 8px 12px;
    margin-bottom: 8px;
    background: #f9fafb;
}

.fk-tour-accordion summary {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.fk-day-badge {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .04em;
    padding: 3px 8px;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
}

.fk-day-title {
    font-weight: 600;
}

.fk-day-body {
    margin-top: 6px;
    font-size: 14px;
    color: #4b5563;
}

/* Dahil / hariç */
.fk-tour-include-wrapper {
    display: grid;
    gap: 16px;
}

@media (min-width: 768px) {
    .fk-tour-include-wrapper {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
}

.fk-tour-include-col {
    padding: 12px 14px;
    border-radius: 12px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
}

/* Ek detaylar */
.fk-tour-extra-row {
    padding: 8px 0;
    border-bottom: 1px dashed #e5e7eb;
    display: grid;
    gap: 4px;
}

.fk-tour-extra-q {
    font-size: 14px;
}

.fk-tour-extra-a {
    font-size: 13px;
    color: #4b5563;
}
