/* =========================================================
   ROTA DETAY SAYFASI
   Dosya: /assets/css/rota-detay.css
   ========================================================= */

:root {
    --route-primary: #f97316;
    --route-primary-dark: #c2410c;
    --route-secondary: #0f766e;
    --route-dark: #0f172a;
    --route-text: #334155;
    --route-muted: #64748b;
    --route-light: #f8fafc;
    --route-white: #ffffff;
    --route-border: #e2e8f0;
    --route-success: #16a34a;
    --route-shadow-sm: 0 10px 30px rgba(15, 23, 42, 0.08);
    --route-shadow-md: 0 18px 50px rgba(15, 23, 42, 0.12);
    --route-shadow-lg: 0 28px 80px rgba(15, 23, 42, 0.18);
    --route-radius-sm: 12px;
    --route-radius-md: 20px;
    --route-radius-lg: 28px;
    --route-container: 1240px;
    --route-transition: 0.25s ease;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

.route-page,
.route-page * {
    box-sizing: border-box;
}

.route-page {
    background: #f8fafc;
    color: var(--route-text);
}

.route-page img {
    display: block;
    max-width: 100%;
}

.route-page a {
    color: inherit;
    text-decoration: none;
}

.route-page .tour-wrap {
    width: min(calc(100% - 32px), var(--route-container));
    margin-inline: auto;
}

/* HERO */
.route-hero {
    position: relative;
    min-height: 460px;
    display: flex;
    align-items: flex-end;
    isolation: isolate;
    overflow: hidden;
    background: var(--route-dark);
}

.route-hero__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -3;
    transform: scale(1.01);
}

.route-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(15, 23, 42, 0.92) 0%, rgba(15, 23, 42, 0.62) 46%, rgba(15, 23, 42, 0.2) 100%),
        linear-gradient(0deg, rgba(15, 23, 42, 0.82) 0%, rgba(15, 23, 42, 0.08) 65%);
}

.route-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 150px;
    z-index: -1;
    background: linear-gradient(180deg, transparent, rgba(15, 23, 42, 0.36));
}

.route-hero__inner {
    width: 100%;
    padding-top: 72px;
    padding-bottom: 36px;
}

.route-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 22px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    font-weight: 600;
}

.route-breadcrumb a {
    transition: color var(--route-transition);
}

.route-breadcrumb a:hover {
    color: var(--route-white);
}

.route-breadcrumb strong {
    color: var(--route-white);
    font-weight: 700;
}

.route-hero__content {
    max-width: 790px;
}

.route-hero__eyebrow,
.route-section-heading > span,
.route-help-card > span,
.route-cta span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fed7aa;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.route-hero__eyebrow::before,
.route-section-heading > span::before,
.route-help-card > span::before,
.route-cta span::before {
    content: "";
    width: 34px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

.route-hero h1 {
    max-width: 900px;
    margin: 12px 0 14px;
    color: var(--route-white);
    font-size: clamp(44px, 6vw, 82px);
    line-height: 0.98;
    letter-spacing: -0.045em;
    text-wrap: balance;
}

.route-hero__content > p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.7;
}

.route-hero__actions,
.route-cta__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 24px;
}

.route-btn {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 24px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 800;
    transition:
        transform var(--route-transition),
        background-color var(--route-transition),
        border-color var(--route-transition),
        color var(--route-transition),
        box-shadow var(--route-transition);
}

.route-btn:hover {
    transform: translateY(-2px);
}

.route-btn--primary {
    color: var(--route-white) !important;
    background: linear-gradient(135deg, var(--route-primary), #fb923c);
    box-shadow: 0 14px 34px rgba(249, 115, 22, 0.3);
}

.route-btn--primary:hover {
    background: linear-gradient(135deg, var(--route-primary-dark), var(--route-primary));
    box-shadow: 0 18px 40px rgba(249, 115, 22, 0.4);
}

.route-btn--outline {
    color: var(--route-white) !important;
    border-color: rgba(255, 255, 255, 0.42);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
}

.route-btn--outline:hover {
    border-color: var(--route-white);
    background: rgba(255, 255, 255, 0.16);
}

/* FACTS */
.route-facts {
    position: relative;
    z-index: 4;
    margin-top: -28px;
}

.route-facts__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: var(--route-radius-md);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--route-shadow-md);
    backdrop-filter: blur(16px);
}

.route-facts__grid > div {
    min-height: 128px;
    display: grid;
    grid-template-columns: 54px 1fr;
    grid-template-areas:
        "icon label"
        "icon value";
    align-content: center;
    column-gap: 16px;
    padding: 24px 28px;
    position: relative;
}

.route-facts__grid > div:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 22px;
    right: 0;
    bottom: 22px;
    width: 1px;
    background: var(--route-border);
}

.route-facts__grid span {
    grid-area: icon;
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    color: var(--route-primary);
    background: #fff7ed;
    font-size: 24px;
}

.route-facts__grid small {
    grid-area: label;
    align-self: end;
    margin-bottom: 4px;
    color: var(--route-muted);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.route-facts__grid strong {
    grid-area: value;
    align-self: start;
    color: var(--route-dark);
    font-size: 17px;
    line-height: 1.3;
}

/* TABS */
.route-tabs {
    position: sticky;
    top: 0;
    z-index: 20;
    margin-top: 36px;
    border-top: 1px solid var(--route-border);
    border-bottom: 1px solid var(--route-border);
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(14px);
}

.route-tabs .tour-wrap {
    display: flex;
    align-items: center;
    gap: 30px;
    overflow-x: auto;
    scrollbar-width: none;
}

.route-tabs .tour-wrap::-webkit-scrollbar {
    display: none;
}

.route-tabs a {
    position: relative;
    flex: 0 0 auto;
    padding: 20px 0;
    color: var(--route-muted);
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
    transition: color var(--route-transition);
}

.route-tabs a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 3px;
    border-radius: 999px 999px 0 0;
    background: var(--route-primary);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform var(--route-transition);
}

.route-tabs a:hover {
    color: var(--route-dark);
}

.route-tabs a:hover::after {
    transform: scaleX(1);
}

/* CONTENT */
.route-content {
    padding: 72px 0 86px;
}

.route-content__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 350px;
    gap: 34px;
    align-items: start;
}

.route-content__main {
    display: grid;
    gap: 28px;
    min-width: 0;
}

.route-card,
.route-side-card,
.route-help-card {
    border: 1px solid var(--route-border);
    border-radius: var(--route-radius-md);
    background: var(--route-white);
    box-shadow: var(--route-shadow-sm);
}

.route-card {
    padding: 36px;
    scroll-margin-top: 110px;
}

.route-section-heading {
    margin-bottom: 24px;
}

.route-section-heading > span {
    color: var(--route-primary);
}

.route-section-heading h2 {
    margin: 10px 0 0;
    color: var(--route-dark);
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.14;
    letter-spacing: -0.03em;
}

.route-section-heading p {
    max-width: 700px;
    margin: 14px auto 0;
    color: var(--route-muted);
    font-size: 17px;
    line-height: 1.7;
}

.route-section-heading--center {
    text-align: center;
}

.route-section-heading--center > span {
    justify-content: center;
}

.route-section-heading--center > span::before {
    display: none;
}

.route-rich {
    color: var(--route-text);
    font-size: 17px;
    line-height: 1.85;
}

.route-rich > :first-child {
    margin-top: 0;
}

.route-rich > :last-child {
    margin-bottom: 0;
}

.route-rich p {
    margin: 0 0 20px;
}

.route-rich h2,
.route-rich h3,
.route-rich h4 {
    color: var(--route-dark);
    line-height: 1.3;
}

.route-rich h2 {
    margin: 34px 0 16px;
    font-size: 28px;
}

.route-rich h3 {
    margin: 28px 0 14px;
    font-size: 22px;
}

.route-rich ul,
.route-rich ol {
    margin: 22px 0;
    padding-left: 22px;
}

.route-rich li {
    margin-bottom: 10px;
}

.route-rich a {
    color: var(--route-primary-dark);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.route-rich blockquote {
    margin: 28px 0;
    padding: 22px 24px;
    border-left: 4px solid var(--route-primary);
    border-radius: 0 var(--route-radius-sm) var(--route-radius-sm) 0;
    background: #fff7ed;
    color: var(--route-dark);
    font-size: 18px;
    font-weight: 600;
}

.route-rich--highlights ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    padding: 0;
    list-style: none;
}

.route-rich--highlights li {
    position: relative;
    margin: 0;
    padding: 18px 18px 18px 48px;
    border: 1px solid var(--route-border);
    border-radius: 16px;
    background: var(--route-light);
}

.route-rich--highlights li::before {
    content: "✓";
    position: absolute;
    top: 17px;
    left: 18px;
    width: 22px;
    height: 22px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--route-white);
    background: var(--route-success);
    font-size: 12px;
    font-weight: 900;
}

/* GALLERY */
.route-gallery {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 12px;
}

.route-gallery a {
    position: relative;
    grid-column: span 4;
    min-height: 220px;
    overflow: hidden;
    border-radius: 16px;
    background: #e2e8f0;
}

.route-gallery a:first-child {
    grid-column: span 8;
    grid-row: span 2;
    min-height: 452px;
}

.route-gallery a:nth-child(2),
.route-gallery a:nth-child(3) {
    grid-column: span 4;
}

.route-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.route-gallery a::after {
    content: "Görseli Aç";
    position: absolute;
    left: 16px;
    bottom: 16px;
    padding: 8px 12px;
    border-radius: 999px;
    color: var(--route-white);
    background: rgba(15, 23, 42, 0.72);
    font-size: 12px;
    font-weight: 800;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity var(--route-transition), transform var(--route-transition);
    backdrop-filter: blur(8px);
}

.route-gallery a:hover img {
    transform: scale(1.06);
}

.route-gallery a:hover::after {
    opacity: 1;
    transform: translateY(0);
}

/* MAP */
.route-map {
    position: relative;
    overflow: hidden;
    margin-top: 26px;
    border: 1px solid var(--route-border);
    border-radius: 18px;
    background: #e2e8f0;
}

.route-map iframe {
    width: 100%;
    min-height: 420px;
    display: block;
    border: 0;
}

/* SIDEBAR */
.route-content__side {
    position: sticky;
    top: 104px;
    display: grid;
    gap: 22px;
}

.route-side-card,
.route-help-card {
    padding: 28px;
}

.route-side-card__icon {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    margin-bottom: 20px;
    border-radius: 18px;
    color: var(--route-white);
    background: linear-gradient(135deg, var(--route-secondary), #14b8a6);
    font-size: 24px;
    box-shadow: 0 12px 26px rgba(15, 118, 110, 0.24);
}

.route-side-card h2,
.route-help-card h2 {
    margin: 0;
    color: var(--route-dark);
    font-size: 25px;
    line-height: 1.25;
}

.route-side-card > p,
.route-help-card p {
    margin: 14px 0 0;
    color: var(--route-muted);
    font-size: 15px;
    line-height: 1.7;
}

.route-side-card dl {
    display: grid;
    margin: 24px 0;
    border-top: 1px solid var(--route-border);
}

.route-side-card dl > div {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 15px 0;
    border-bottom: 1px solid var(--route-border);
}

.route-side-card dt {
    color: var(--route-muted);
    font-size: 14px;
}

.route-side-card dd {
    margin: 0;
    color: var(--route-dark);
    font-size: 14px;
    font-weight: 800;
    text-align: right;
}

.route-side-card .route-btn {
    width: 100%;
}

.route-help-card {
    overflow: hidden;
    position: relative;
    color: var(--route-white);
    border: 0;
    background:
        radial-gradient(circle at 100% 0%, rgba(255,255,255,0.15), transparent 35%),
        linear-gradient(145deg, #0f766e, #115e59);
}

.route-help-card::after {
    content: "";
    position: absolute;
    right: -44px;
    bottom: -44px;
    width: 150px;
    height: 150px;
    border: 24px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}

.route-help-card > * {
    position: relative;
    z-index: 1;
}

.route-help-card > span {
    color: #99f6e4;
}

.route-help-card h2,
.route-help-card p {
    color: var(--route-white);
}

.route-help-card a {
    display: inline-flex;
    margin-top: 22px;
    padding: 12px 18px;
    border-radius: 999px;
    color: #0f766e;
    background: var(--route-white);
    font-size: 14px;
    font-weight: 800;
    transition: transform var(--route-transition);
}

.route-help-card a:hover {
    transform: translateY(-2px);
}

/* TOURS */
.route-tours {
    padding: 86px 0;
    background:
        radial-gradient(circle at 10% 0%, rgba(249, 115, 22, 0.08), transparent 28%),
        linear-gradient(180deg, #ffffff, #f8fafc);
}

.route-tour-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 42px;
}

.route-basic-tour-card {
    overflow: hidden;
    border: 1px solid var(--route-border);
    border-radius: var(--route-radius-md);
    background: var(--route-white);
    box-shadow: var(--route-shadow-sm);
    transition: transform var(--route-transition), box-shadow var(--route-transition);
}

.route-basic-tour-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--route-shadow-md);
}

.route-basic-tour-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.route-basic-tour-card > div {
    padding: 22px;
}

.route-basic-tour-card h3 {
    margin: 0 0 16px;
    color: var(--route-dark);
    font-size: 21px;
    line-height: 1.35;
}

.route-basic-tour-card a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 999px;
    color: var(--route-white);
    background: var(--route-primary);
    font-size: 14px;
    font-weight: 800;
}

.route-empty {
    max-width: 720px;
    margin: 40px auto 0;
    padding: 42px 28px;
    border: 1px dashed #cbd5e1;
    border-radius: var(--route-radius-md);
    background: var(--route-white);
    text-align: center;
}

.route-empty strong {
    display: block;
    color: var(--route-dark);
    font-size: 22px;
}

.route-empty p {
    margin: 12px 0 22px;
    color: var(--route-muted);
}

.route-empty a {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    padding: 0 20px;
    border-radius: 999px;
    color: var(--route-white);
    background: var(--route-dark);
    font-size: 14px;
    font-weight: 800;
}

/* CTA */
.route-cta {
    position: relative;
    overflow: hidden;
    padding: 78px 0;
    background:
        radial-gradient(circle at 10% 0%, rgba(249, 115, 22, 0.26), transparent 30%),
        radial-gradient(circle at 90% 100%, rgba(20, 184, 166, 0.2), transparent 30%),
        linear-gradient(135deg, #0f172a, #1e293b);
}

.route-cta::before,
.route-cta::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}

.route-cta::before {
    width: 360px;
    height: 360px;
    top: -180px;
    right: -100px;
}

.route-cta::after {
    width: 220px;
    height: 220px;
    bottom: -110px;
    left: 12%;
}

.route-cta__inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.route-cta h2 {
    margin: 12px 0 10px;
    color: var(--route-white);
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.route-cta p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 17px;
}

.route-cta__actions {
    flex: 0 0 auto;
    margin-top: 0;
}

/* 404 */
.route-not-found {
    min-height: 70vh;
    display: grid;
    place-items: center;
    padding: 80px 0;
    text-align: center;
}

.route-not-found h1 {
    margin: 0 0 14px;
    color: var(--route-dark);
    font-size: clamp(38px, 6vw, 72px);
}

.route-not-found p {
    margin: 0 0 24px;
    color: var(--route-muted);
    font-size: 18px;
}

.route-not-found a {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    padding: 0 22px;
    border-radius: 999px;
    color: var(--route-white);
    background: var(--route-primary);
    font-weight: 800;
}

/* SHARED TOUR CARD SUPPORT */
.route-tour-grid .tour-card,
.route-tour-grid .tour-card-clean {
    min-width: 0;
}

.route-tour-grid .tour-card img {
    width: 100%;
}

/* ACCESSIBILITY */
.route-page a:focus-visible,
.route-page button:focus-visible {
    outline: 3px solid rgba(249, 115, 22, 0.35);
    outline-offset: 4px;
}

/* RESPONSIVE */
@media (max-width: 1180px) {
    .route-content__grid {
        grid-template-columns: minmax(0, 1fr) 320px;
    }

    .route-facts__grid > div {
        padding: 22px;
    }

    .route-tour-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .route-hero {
        min-height: 500px;
    }

    .route-facts__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .route-facts__grid > div:nth-child(2)::after {
        display: none;
    }

    .route-facts__grid > div:nth-child(-n + 2) {
        border-bottom: 1px solid var(--route-border);
    }

    .route-content__grid {
        grid-template-columns: 1fr;
    }

    .route-content__side {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .route-gallery a,
    .route-gallery a:first-child,
    .route-gallery a:nth-child(2),
    .route-gallery a:nth-child(3) {
        grid-column: span 6;
        grid-row: auto;
        min-height: 260px;
    }

    .route-cta__inner {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 760px) {
    .route-page .tour-wrap {
        width: min(calc(100% - 24px), var(--route-container));
    }

    .route-hero {
        min-height: 480px;
    }

    .route-hero__inner {
        padding-top: 82px;
        padding-bottom: 46px;
    }

    .route-breadcrumb {
        margin-bottom: 24px;
        font-size: 12px;
    }

    .route-hero h1 {
        font-size: clamp(40px, 12vw, 62px);
    }

    .route-hero__content > p {
        font-size: 17px;
        line-height: 1.6;
    }

    .route-hero__actions,
    .route-cta__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .route-btn {
        width: 100%;
    }

    .route-facts {
        margin-top: -24px;
    }

    .route-facts__grid {
        grid-template-columns: 1fr;
    }

    .route-facts__grid > div {
        min-height: 104px;
    }

    .route-facts__grid > div::after {
        display: none !important;
    }

    .route-facts__grid > div:not(:last-child) {
        border-bottom: 1px solid var(--route-border);
    }

    .route-tabs {
        margin-top: 24px;
    }

    .route-tabs .tour-wrap {
        gap: 24px;
    }

    .route-tabs a {
        padding: 17px 0;
    }

    .route-content {
        padding: 48px 0 60px;
    }

    .route-card {
        padding: 24px;
        border-radius: 18px;
    }

    .route-section-heading h2 {
        font-size: 30px;
    }

    .route-rich {
        font-size: 16px;
        line-height: 1.75;
    }

    .route-rich--highlights ul {
        grid-template-columns: 1fr;
    }

    .route-content__side {
        grid-template-columns: 1fr;
    }

    .route-gallery {
        grid-template-columns: 1fr;
    }

    .route-gallery a,
    .route-gallery a:first-child,
    .route-gallery a:nth-child(2),
    .route-gallery a:nth-child(3) {
        grid-column: 1;
        min-height: 250px;
    }

    .route-map iframe {
        min-height: 330px;
    }

    .route-tour-grid {
        grid-template-columns: 1fr;
    }

    .route-tours {
        padding: 62px 0;
    }

    .route-cta {
        padding: 60px 0;
    }
}

@media (max-width: 480px) {
    .route-page .tour-wrap {
        width: min(calc(100% - 20px), var(--route-container));
    }

    .route-hero {
        min-height: 450px;
    }

    .route-hero__inner {
        padding-top: 72px;
        padding-bottom: 40px;
    }

    .route-breadcrumb {
        gap: 7px;
    }

    .route-hero__eyebrow,
    .route-section-heading > span,
    .route-help-card > span,
    .route-cta span {
        font-size: 10px;
        letter-spacing: 0.12em;
    }

    .route-hero__eyebrow::before,
    .route-section-heading > span::before,
    .route-help-card > span::before,
    .route-cta span::before {
        width: 24px;
    }

    .route-hero h1 {
        margin-top: 12px;
        font-size: 40px;
    }

    .route-hero__actions {
        margin-top: 26px;
    }

    .route-btn {
        min-height: 48px;
        padding: 0 18px;
        font-size: 14px;
    }

    .route-facts__grid > div {
        grid-template-columns: 48px 1fr;
        padding: 18px;
    }

    .route-facts__grid span {
        width: 48px;
        height: 48px;
    }

    .route-card,
    .route-side-card,
    .route-help-card {
        padding: 20px;
    }

    .route-section-heading h2 {
        font-size: 27px;
    }

    .route-side-card h2,
    .route-help-card h2 {
        font-size: 22px;
    }

    .route-gallery a,
    .route-gallery a:first-child {
        min-height: 220px;
    }

    .route-map iframe {
        min-height: 280px;
    }

    .route-cta h2 {
        font-size: 34px;
    }
}

/* PRINT */
@media print {
    .route-tabs,
    .route-hero__actions,
    .route-content__side,
    .route-cta {
        display: none !important;
    }

    .route-hero {
        min-height: auto;
        color: #000;
        background: #fff;
    }

    .route-hero__image,
    .route-hero__overlay {
        display: none;
    }

    .route-hero h1,
    .route-hero__content > p,
    .route-breadcrumb,
    .route-breadcrumb strong {
        color: #000;
    }

    .route-content__grid {
        display: block;
    }

    .route-card {
        break-inside: avoid;
        box-shadow: none;
    }
}

/* =========================================================
   KS27 ORTAK SAYFA GENISLIGI - 2026-07-28
   Tum ana sayfa ve ic sayfa kabuklarini ayni hatta toplar.
========================================================= */
:root {
    --ks27-site-width: 1360px;
    --ks27-site-gutter: 24px;
}

.site-container,
.tour-wrap,
.tour-layout-container,
.tours-container,
.routes-page .tour-wrap,
.route-page .tour-wrap,
.ks27-blog-shell,
.contact-page .tour-wrap,
.contact-container,
.page-container,
.content-container,
.section-container,
.inner-container,
.at-page-banner__inner {
    width: min(calc(100% - (var(--ks27-site-gutter) * 2)), var(--ks27-site-width)) !important;
    max-width: var(--ks27-site-width) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.at-header {
    width: min(calc(100% - (var(--ks27-site-gutter) * 2)), var(--ks27-site-width)) !important;
    right: auto !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}

@media (max-width: 1024px) {
    :root { --ks27-site-gutter: 20px; }
}

@media (max-width: 767px) {
    :root { --ks27-site-gutter: 12px; }

    .site-container,
    .tour-wrap,
    .tour-layout-container,
    .tours-container,
    .routes-page .tour-wrap,
    .route-page .tour-wrap,
    .ks27-blog-shell,
    .contact-page .tour-wrap,
    .contact-container,
    .page-container,
    .content-container,
    .section-container,
    .inner-container,
    .at-page-banner__inner {
        width: calc(100% - (var(--ks27-site-gutter) * 2)) !important;
    }
}
