/* Isolated SSR extras. Do not override body, fonts, headings, buttons, or tour cards. */
.lang-option.unavailable {
    opacity: 0.45;
    cursor: not-allowed;
    text-decoration: none;
}

.tour-card-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.hp-field {
    position: absolute;
    left: -9999px;
    height: 0;
    width: 0;
    overflow: hidden;
}

.ssr-breadcrumb {
    text-align: center;
    margin-bottom: 24px;
    color: #8b7355;
    font-size: 14px;
}

.ssr-breadcrumb a {
    color: #8b7355;
}

.footer-company-legal {
    max-width: 720px;
    margin: 8px auto 0;
    padding: 0 16px 8px;
    text-align: center;
    color: #5a4a3a;
    font-size: 13px;
    line-height: 1.6;
}

.footer-company-legal .company-details-title,
.footer-company-legal h3 {
    font-size: 14px;
    font-weight: 600;
    color: #5a4a3a;
    margin: 12px 0 6px;
}

.footer-company-legal a {
    color: #5a4a3a;
}

.footer-company-legal p {
    margin: 0 0 4px;
}

.booking-block {
    margin: 48px auto 0;
    max-width: 640px;
    text-align: left;
}

.booking-block h2 {
    font-size: 22px;
    font-weight: 600;
    color: #3a3a3a;
    margin-bottom: 16px;
    text-align: center;
}

.booking-ssr-form {
    display: grid;
    gap: 12px;
}

.booking-ssr-form .booking-form-group label {
    display: block;
    font-size: 14px;
    color: #5a4a3a;
}

.booking-ssr-form input,
.booking-ssr-form select,
.booking-ssr-form textarea {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin-top: 6px;
    padding: 10px 12px;
    border: 1px solid #e0d5c4;
    border-radius: 8px;
    background: #faf8f4;
}

.booking-form-success {
    color: #2e7d32;
    font-weight: 600;
    text-align: center;
}

.other-directions-title {
    font-size: 36px;
    margin-bottom: 40px;
    text-align: center;
}

.other-country {
    margin-bottom: 48px;
}

.other-country-name {
    font-size: 28px;
    font-weight: 700;
    color: #5a4a3a;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 2px solid #b8996e;
}

.other-tours-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
}

.other-tour-card {
    display: block;
    text-decoration: none;
    color: inherit;
    background: #faf8f4;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    border: 2px solid #e0d5c4;
}

.other-tour-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

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

.landing-faq h3 {
    font-size: 18px;
    color: #3a3a3a;
    margin: 20px 0 8px;
}

@media (max-width: 640px) {
    .booking-ssr-form {
        padding-bottom: 24px;
    }
    .other-directions-title {
        font-size: 28px;
    }
}
