/* Public tour catalogue (iyzico onboarding showcase) */

.tours-page,
.tour-detail {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #1d1d1f;
    background: #fafafa;
    min-height: 100vh;
}

/* ───────────────────────── catalogue ───────────────────────── */

.tours-hero {
    background: linear-gradient(180deg, #fff 0%, #f5f5f7 100%);
    padding: 64px 24px 48px;
    border-bottom: 1px solid #e5e5e7;
}

.tours-hero-inner {
    max-width: 1080px;
    margin: 0 auto;
}

.tours-eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 12px;
    color: #6e6e73;
    margin: 0 0 12px;
}

.tours-title {
    font-size: 40px;
    line-height: 1.1;
    margin: 0 0 16px;
    font-weight: 700;
}

.tours-lead {
    max-width: 720px;
    font-size: 17px;
    line-height: 1.6;
    color: #424245;
    margin: 0 0 16px;
}

.tours-meta {
    color: #6e6e73;
    font-size: 14px;
    margin: 0;
}

.tours-grid-section {
    padding: 56px 24px;
}

.tours-grid-inner {
    max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
}

.tour-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    border: 1px solid #e5e5e7;
}

.tour-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.tour-card-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.tour-card-image {
    aspect-ratio: 4 / 3;
    background: #f5f5f7;
    overflow: hidden;
}

.tour-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tour-card-image-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #86868b;
    font-size: 14px;
}

.tour-card-body {
    padding: 16px 18px 20px;
}

.tour-card-name {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 6px;
    line-height: 1.3;
}

.tour-card-title {
    font-size: 13px;
    color: #6e6e73;
    margin: 0 0 12px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tour-card-price {
    margin: 0 0 12px;
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.tour-card-price-from {
    font-size: 12px;
    color: #6e6e73;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.tour-card-price-amount {
    font-size: 22px;
    font-weight: 700;
    color: #1d1d1f;
}

.tour-card-price-unit {
    font-size: 13px;
    color: #6e6e73;
}

.tour-card-cta {
    color: #0070c9;
    font-size: 14px;
    font-weight: 500;
}

.tours-empty {
    grid-column: 1 / -1;
    text-align: center;
    color: #6e6e73;
    padding: 48px 0;
}

.tours-disclaimer {
    background: #fff;
    border-top: 1px solid #e5e5e7;
    padding: 32px 24px;
}

.tours-disclaimer-inner {
    max-width: 1080px;
    margin: 0 auto;
    color: #6e6e73;
    font-size: 14px;
    line-height: 1.6;
}

.tours-disclaimer a {
    color: #0070c9;
    text-decoration: underline;
}

/* ───────────────────────── detail ───────────────────────── */

.tour-breadcrumb {
    max-width: 1080px;
    margin: 0 auto;
    padding: 24px 24px 0;
    color: #6e6e73;
    font-size: 14px;
}

.tour-breadcrumb a {
    color: #0070c9;
    text-decoration: none;
}

.tour-breadcrumb-sep {
    margin: 0 8px;
    color: #c7c7cc;
}

.tour-hero {
    max-width: 1080px;
    margin: 0 auto;
    padding: 24px;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 32px;
    align-items: center;
}

@media (max-width: 768px) {
    .tour-hero {
        grid-template-columns: 1fr;
    }
}

.tour-hero-image {
    aspect-ratio: 4 / 3;
    background: #f5f5f7;
    border-radius: 20px;
    overflow: hidden;
}

.tour-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tour-hero-image-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #86868b;
}

.tour-hero-eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 12px;
    color: #6e6e73;
    margin: 0 0 12px;
}

.tour-hero-title {
    font-size: 36px;
    line-height: 1.15;
    margin: 0 0 12px;
    font-weight: 700;
}

.tour-hero-subtitle {
    font-size: 16px;
    color: #424245;
    margin: 0 0 24px;
    line-height: 1.5;
}

.tour-hero-cta {
    margin-top: 24px;
}

.tour-order-btn {
    background: #0070c9;
    color: #fff;
    border: 0;
    border-radius: 980px;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.1s ease;
}

.tour-order-btn:hover {
    background: #005ba1;
}

.tour-order-btn:active {
    transform: scale(0.98);
}

.tour-hero-note {
    margin: 12px 0 0;
    font-size: 13px;
    color: #6e6e73;
}

.tour-section-title {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 12px;
}

.tour-section-lead {
    color: #6e6e73;
    margin: 0 0 20px;
}

.tour-pricing,
.tour-description,
.tour-gallery,
.tour-cancel-policy {
    max-width: 1080px;
    margin: 0 auto;
    padding: 32px 24px;
}

.tour-pricing-table-wrap {
    overflow-x: auto;
    border: 1px solid #e5e5e7;
    border-radius: 12px;
    background: #fff;
}

.tour-pricing-table {
    width: 100%;
    border-collapse: collapse;
}

.tour-pricing-table th,
.tour-pricing-table td {
    padding: 14px 18px;
    text-align: left;
    border-bottom: 1px solid #f0f0f2;
    font-size: 15px;
}

.tour-pricing-table tr:last-child td {
    border-bottom: 0;
}

.tour-pricing-table th {
    background: #f5f5f7;
    font-weight: 600;
    color: #6e6e73;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 12px;
}

.tour-pricing-table .num {
    text-align: right;
    font-variant-numeric: tabular-nums;
    font-weight: 600;
}

.tour-description-body {
    background: #fff;
    border: 1px solid #e5e5e7;
    border-radius: 12px;
    padding: 24px;
    line-height: 1.7;
    color: #1d1d1f;
}

.tour-description-body p {
    margin: 0 0 12px;
}

.tour-description-body p:last-child {
    margin-bottom: 0;
}

.tour-description-body strong,
.tour-description-body b {
    font-weight: 700;
    color: #1d1d1f;
}

.tour-description-body em,
.tour-description-body i {
    font-style: italic;
}

.tour-description-body ul,
.tour-description-body ol {
    margin: 0 0 12px;
    padding-left: 24px;
}

.tour-description-body li {
    margin-bottom: 4px;
}

.tour-description-body h2,
.tour-description-body h3,
.tour-description-body h4 {
    font-size: 17px;
    font-weight: 700;
    margin: 18px 0 8px;
}

.tour-description-body a {
    color: #0070c9;
    text-decoration: underline;
}

.tour-description-body blockquote {
    margin: 12px 0;
    padding: 8px 16px;
    border-left: 3px solid #d2d2d7;
    color: #424245;
    font-style: italic;
}

.tour-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 12px;
}

.tour-gallery-item {
    margin: 0;
    aspect-ratio: 1;
    border-radius: 10px;
    overflow: hidden;
    background: #f5f5f7;
}

.tour-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tour-cancel-list {
    margin: 0 0 16px;
    padding: 0 0 0 20px;
    line-height: 1.7;
}

.tour-cancel-policy a {
    color: #0070c9;
    text-decoration: underline;
}

/* ───────────────────────── modal ───────────────────────── */

.tour-modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.tour-modal.is-open {
    display: flex;
}

body.tour-modal-no-scroll {
    overflow: hidden;
}

.tour-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
}

.tour-modal-dialog {
    position: relative;
    background: #fff;
    border-radius: 18px;
    width: 100%;
    max-width: 560px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.18);
}

.tour-modal-header {
    padding: 24px 56px 0 24px;
}

.tour-modal-header h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.tour-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 0;
    background: #f5f5f7;
    color: #1d1d1f;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.tour-modal-close:hover {
    background: #e5e5e7;
}

.tour-order-form {
    padding: 16px 24px 24px;
}

.tour-form-row {
    margin-bottom: 16px;
}

.tour-form-row-2col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.tour-form-label {
    display: block;
    font-size: 13px;
    color: #6e6e73;
    font-weight: 500;
    margin-bottom: 6px;
}

.tour-form-label .req {
    color: #d70015;
}

.tour-form-input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #d2d2d7;
    border-radius: 8px;
    font-size: 14px;
    font-family: inherit;
    background: #f5f5f7;
    color: #1d1d1f;
    box-sizing: border-box;
}

.tour-form-input:disabled {
    cursor: not-allowed;
    color: #86868b;
}

.tour-form-radios {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tour-form-radio {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border: 1px solid #d2d2d7;
    border-radius: 999px;
    background: #f5f5f7;
    font-size: 13px;
    color: #6e6e73;
    cursor: not-allowed;
}

.tour-form-radio input {
    cursor: not-allowed;
}

.tour-form-counter {
    display: inline-flex;
    align-items: center;
    border: 1px solid #d2d2d7;
    border-radius: 8px;
    background: #f5f5f7;
    overflow: hidden;
}

.tour-form-counter-btn {
    width: 36px;
    height: 36px;
    border: 0;
    background: transparent;
    font-size: 18px;
    color: #86868b;
    cursor: not-allowed;
}

.tour-form-counter-value {
    width: 48px;
    text-align: center;
    border: 0;
    background: transparent;
    font-size: 14px;
    font-weight: 600;
    color: #1d1d1f;
}

.tour-form-disclaimer {
    background: #fff8e1;
    border: 1px solid #ffe58f;
    color: #6f4f00;
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 13px;
    line-height: 1.5;
    margin: 16px 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.tour-form-actions {
    margin: 16px 0 12px;
}

.tour-order-submit {
    width: 100%;
    padding: 14px;
    border: 0;
    border-radius: 12px;
    background: #d2d2d7;
    color: #86868b;
    font-size: 16px;
    font-weight: 600;
    cursor: not-allowed;
    transition: none;
}

.tour-order-submit:hover {
    background: #d2d2d7;
}

.tour-form-stores {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.tour-form-store {
    flex: 1;
    text-align: center;
    padding: 10px;
    border: 1px solid #d2d2d7;
    border-radius: 10px;
    color: #1d1d1f;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    background: #fafafa;
    transition: background 0.2s ease;
}

.tour-form-store:hover {
    background: #f0f0f2;
}
