/* Antalya Turları — Hero Final CSS
   Bu dosya, index.php içindeki yeni .tour-hero yapısı için hazırlanmıştır.
*/

:root {
    --tour-navy: #021326;
    --tour-navy-soft: #062943;
    --tour-cyan: #38d8e5;
    --tour-cyan-light: #7af2ef;
    --tour-orange: #ff684b;
    --tour-orange-dark: #ff4e38;
    --tour-white: #ffffff;
    --tour-border: rgba(204, 241, 247, 0.72);
}

* {
    box-sizing: border-box;
}

.tour-main {
    overflow: hidden;
    background: #f6fbfd;
    color: #07152d;
    font-family: inherit;
}

.tour-wrap {
    width: min(1540px, calc(100% - 48px));
    margin-inline: auto;
}

/* =========================================================
   HERO
========================================================= */

.tour-hero {
    position: relative;
    isolation: isolate;
    min-height: 735px;
    padding: 14px 0 14px;
    overflow: hidden;
    color: var(--tour-white);
    background: #03182e;
}

.tour-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -4;
    background-image: var(--hero-image);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transform: scale(1.015);
}

.tour-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -3;
    pointer-events: none;
    background:
        linear-gradient(
            90deg,
            rgba(1, 12, 27, 0.98) 0%,
            rgba(2, 21, 40, 0.91) 29%,
            rgba(2, 29, 50, 0.56) 52%,
            rgba(4, 35, 54, 0.20) 76%,
            rgba(5, 25, 37, 0.16) 100%
        ),
        linear-gradient(
            180deg,
            rgba(0, 12, 27, 0.12) 0%,
            rgba(0, 15, 28, 0.02) 48%,
            rgba(0, 13, 25, 0.76) 100%
        );
    box-shadow: inset 0 0 150px rgba(0, 7, 17, 0.46);
}

.tour-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    background:
        radial-gradient(circle at 77% 31%, rgba(61, 218, 232, 0.09), transparent 27%),
        radial-gradient(circle at 92% 70%, rgba(255, 153, 73, 0.11), transparent 28%);
}

.tour-hero-wrap {
    position: relative;
}

.tour-hero-route-badge {
    position: absolute;
    top: 18px;
    right: 4px;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    gap: 11px;
    min-height: 47px;
    padding: 0 19px;
    border: 1px solid rgba(221, 247, 249, 0.66);
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(7, 43, 68, 0.86), rgba(40, 39, 38, 0.70));
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.20);
    color: #f9ffff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.045em;
    text-transform: uppercase;
}

.tour-hero-route-icon {
    color: var(--tour-cyan-light);
    font-size: 27px;
    line-height: 1;
}

.tour-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.72fr) minmax(405px, 0.78fr);
    align-items: center;
    gap: 56px;
    min-height: 620px;
    padding-top: 42px;
}

.tour-hero-copy {
    min-width: 0;
    padding-top: 0;
}

.tour-hero-kicker {
    margin: 0 0 14px;
    color: var(--tour-cyan);
    font-size: 17px;
    font-weight: 850;
    letter-spacing: 0.17em;
    line-height: 1.3;
    text-transform: uppercase;
}

.tour-hero-title {
    margin: 0;
    max-width: 900px;
    color: #fff;
    font-size: clamp(52px, 4.45vw, 72px);
    font-weight: 900;
    letter-spacing: -0.048em;
    line-height: 0.99;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.24);
}

.tour-hero-title > span,
.tour-hero-title > strong {
    display: block;
}

.tour-hero-title > strong {
    position: relative;
    white-space: nowrap;
    width: max-content;
    max-width: 100%;
    margin: 4px 0 8px;
    color: transparent;
    background: linear-gradient(180deg, #80f1ee 0%, #31d0df 88%);
    -webkit-background-clip: text;
    background-clip: text;
    font: inherit;
}

.tour-hero-title > strong::after {
    content: "";
    position: absolute;
    left: 1%;
    bottom: -10px;
    width: 62%;
    height: 12px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        var(--tour-cyan) 7%,
        var(--tour-cyan) 90%,
        transparent 100%
    );
    clip-path: polygon(0 42%, 94% 0, 100% 35%, 73% 54%, 99% 72%, 20% 73%, 3% 100%);
    filter: drop-shadow(0 0 6px rgba(56, 216, 229, 0.45));
    transform: rotate(-0.6deg) skewX(-18deg);
}

.tour-hero-desc {
    max-width: 650px;
    margin: 20px 0 0;
    color: rgba(247, 252, 255, 0.94);
    font-size: 17px;
    line-height: 1.58;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.34);
}

.tour-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin: 23px 0 13px;
}

.tour-hero .tour-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 55px;
    padding: 0 27px;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 12px;
    color: #fff;
    font: inherit;
    font-size: 16px;
    font-weight: 850;
    letter-spacing: 0.01em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    transition:
        transform 0.24s ease,
        box-shadow 0.24s ease,
        border-color 0.24s ease,
        background-color 0.24s ease;
}

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

.tour-hero .tour-btn-primary {
    min-width: 245px;
    border-color: rgba(255, 255, 255, 0.76);
    background: linear-gradient(135deg, var(--tour-orange), var(--tour-orange-dark));
    box-shadow:
        0 13px 28px rgba(255, 80, 52, 0.33),
        0 0 25px rgba(255, 104, 75, 0.15);
}

.tour-hero .tour-btn-outline {
    min-width: 320px;
    border-color: rgba(215, 245, 249, 0.72);
    background: rgba(3, 27, 48, 0.46);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.tour-hero .tour-btn-outline:hover {
    border-color: var(--tour-cyan);
    background: rgba(6, 47, 73, 0.70);
}

.tour-btn-arrow {
    font-size: 30px;
    font-weight: 400;
    line-height: 0;
}

.tour-btn-icon {
    display: grid;
    place-items: center;
    font-size: 23px;
}

.tour-benefits {
    display: flex;
    align-items: center;
    margin: 0 0 14px;
}

.tour-benefit-item {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    padding: 0 22px;
    border-right: 1px solid rgba(255, 255, 255, 0.23);
    color: rgba(255, 255, 255, 0.97);
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
}

.tour-benefit-item:first-child {
    padding-left: 0;
}

.tour-benefit-item:last-child {
    border-right: 4px;
}

.tour-benefit-icon {
    display: grid;
    place-items: center;
    width: 35px;
    height: 35px;
    color: var(--tour-cyan);
    font-size: 27px;
    line-height: 1;
}

.tour-mini-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    max-width: 870px;
}

.tour-mini-card {
    position: relative;
    isolation: isolate;
    display: block;
    min-height: 154px;
    overflow: hidden;
    border: 1px solid rgba(212, 244, 247, 0.72);
    border-radius: 16px;
    background: #0a3150;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.17);
    transition:
        transform 0.28s ease,
        border-color 0.28s ease,
        box-shadow 0.28s ease;
}

.tour-mini-card:hover {
    transform: translateY(-5px);
    border-color: var(--tour-cyan);
    box-shadow:
        0 18px 38px rgba(0, 0, 0, 0.25),
        0 0 24px rgba(53, 216, 232, 0.11);
}

.tour-mini-card-media {
    position: absolute;
    inset: 0;
}

.tour-mini-card-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(2, 20, 37, 0.02) 15%,
        rgba(2, 19, 35, 0.16) 43%,
        rgba(2, 17, 32, 0.92) 100%
    );
}

.tour-mini-card img,
.tour-mini-card-placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.tour-mini-card-placeholder {
    display: block;
    background:
        linear-gradient(135deg, rgba(34, 115, 143, 0.88), rgba(7, 42, 69, 0.95));
}

.tour-mini-card:hover img {
    transform: scale(1.06);
}

.tour-mini-card-caption {
    position: absolute;
    z-index: 2;
    right: 9px;
    bottom: 8px;
    left: 9px;
    display: flex;
    align-items: center;
    gap: 11px;
    min-height: 57px;
    padding: 8px 11px;
    border: 1px solid rgba(203, 241, 246, 0.58);
    border-radius: 13px;
    background: linear-gradient(135deg, rgba(9, 59, 83, 0.84), rgba(25, 60, 66, 0.69));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.tour-mini-card-icon {
    display: grid;
    place-items: center;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.68);
    border-radius: 50%;
    background: rgba(1, 22, 39, 0.58);
    font-size: 21px;
}

.tour-mini-card-text {
    min-width: 0;
}

.tour-mini-card-text strong,
.tour-mini-card-text small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tour-mini-card-text strong {
    font-size: 15px;
    line-height: 1.2;
}

.tour-mini-card-text small {
    margin-top: 4px;
    color: #dffbfe;
    font-size: 12px;
}

/* =========================================================
   HERO SEARCH
========================================================= */

.tour-search {
    position: relative;
    align-self: center;
    margin-top: 76px;
    padding: 24px 20px 16px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.82);
    border-radius: 24px;
    background: linear-gradient(145deg, rgba(75, 160, 180, 0.58), rgba(69, 73, 57, 0.62));
    backdrop-filter: blur(21px) saturate(1.1);
    -webkit-backdrop-filter: blur(21px) saturate(1.1);
    box-shadow:
        0 28px 70px rgba(0, 0, 0, 0.31),
        inset 0 1px rgba(255, 255, 255, 0.19);
}

.tour-search::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), transparent 40%, rgba(255, 155, 82, 0.07));
}

.tour-search-inner {
    position: relative;
    z-index: 1;
}

.tour-search h2 {
    margin: 0 0 17px;
    color: #fff;
    font-size: 31px;
    font-weight: 850;
    letter-spacing: -0.028em;
    line-height: 1.12;
    text-align: center;
}

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

.tour-field {
    min-width: 0;
}

.tour-field > label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.tour-field-control {
    position: relative;
    height: 56px;
    border: 1px solid rgba(255, 255, 255, 0.76);
    border-radius: 12px;
    background: rgba(112, 190, 204, 0.28);
    transition:
        border-color 0.2s ease,
        background 0.2s ease,
        box-shadow 0.2s ease;
}

.tour-field-control:focus-within {
    border-color: #82eff5;
    background: rgba(110, 196, 210, 0.38);
    box-shadow: 0 0 0 3px rgba(53, 216, 232, 0.12);
}

.tour-field-icon {
    position: absolute;
    top: 50%;
    left: 15px;
    z-index: 2;
    color: #fff;
    font-size: 26px;
    line-height: 1;
    pointer-events: none;
    transform: translateY(-50%);
}

.tour-field-control::after {
    content: "⌄";
    position: absolute;
    top: 50%;
    right: 14px;
    z-index: 2;
    color: #fff;
    font-size: 22px;
    line-height: 1;
    pointer-events: none;
    transform: translateY(-58%);
}

.tour-field:nth-child(2) .tour-field-control::after {
    display: none;
}

.tour-field select,
.tour-field input {
    width: 100%;
    height: 100%;
    padding: 0 42px 0 50px;
    border: 0;
    outline: 0;
    border-radius: inherit;
    background: transparent;
    color: #fff;
    font: inherit;
    font-size: 15px;
    font-weight: 650;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

.tour-field input {
    color-scheme: dark;
}

.tour-field select option {
    color: #0b2337;
    background: #fff;
}

.tour-search-submit {
    width: 100%;
    min-width: 0 !important;
    height: 57px;
    margin-top: 14px;
    border-radius: 12px;
    font-size: 18px !important;
    cursor: pointer;
}

.tour-search-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin: 12px 0 0;
    color: #dcfbfd;
    font-size: 13px;
}

/* =========================================================
   TRUST BAR
========================================================= */

.tour-trustbar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 1px;
    overflow: hidden;
    border: 1px solid rgba(193, 239, 246, 0.65);
    border-radius: 16px;
    background: linear-gradient(90deg, rgba(5, 44, 69, 0.79), rgba(8, 57, 76, 0.64));
    backdrop-filter: blur(13px);
    -webkit-backdrop-filter: blur(13px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.13);
}

.tour-trustbar-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    min-height: 58px;
    padding: 11px;
    border-right: 1px solid rgba(255, 255, 255, 0.24);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.tour-trustbar-item:last-child {
    border-right: 4px;
}

.tour-trustbar-icon {
    display: grid;
    place-items: center;
    color: var(--tour-cyan-light);
    font-size: 29px;
    line-height: 1;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1400px) {
    .tour-wrap {
        width: min(1280px, calc(100% - 42px));
    }

    .tour-hero {
        min-height: 745px;
    }

    .tour-hero-grid {
        grid-template-columns: minmax(0, 1.42fr) minmax(390px, 0.72fr);
        gap: 46px;
        min-height: 640px;
    }

    .tour-hero-title {
        font-size: clamp(54px, 4.8vw, 74px);
    }

    .tour-mini-card {
        min-height: 165px;
    }

    .tour-search {
        padding: 24px 20px 17px;
    }

    .tour-search h2 {
        font-size: 30px;
    }
}

@media (max-width: 1100px) {
    .tour-hero {
        min-height: auto;
        padding-bottom: 28px;
    }

    .tour-hero-route-badge {
        top: 5px;
    }

    .tour-hero-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        padding-top: 82px;
    }

    .tour-hero-copy {
        max-width: 850px;
    }

    .tour-search {
        width: min(620px, 100%);
        margin-top: 18px;
    }

    .tour-trustbar {
        margin-top: 25px;
    }
}

@media (max-width: 767px) {
    .tour-wrap {
        width: min(100% - 26px, 640px);
    }

    .tour-hero {
        padding-top: 12px;
    }

    .tour-hero::before {
        background-position: 63% center;
    }

    .tour-hero-route-badge {
        position: relative;
        top: auto;
        right: auto;
        width: max-content;
        max-width: 100%;
        min-height: 42px;
        margin-bottom: 18px;
        padding: 0 14px;
        font-size: 11px;
    }

    .tour-hero-grid {
        gap: 26px;
        padding-top: 0;
    }

    .tour-hero-kicker {
        font-size: 12px;
        letter-spacing: 0.14em;
    }

    .tour-hero-title {
        font-size: clamp(42px, 12.5vw, 60px);
        line-height: 1;
    }

    .tour-hero-title > strong {
        margin-block: 4px 10px;
    }

    .tour-hero-title > strong::after {
        bottom: -8px;
        width: 78%;
        height: 10px;
    }

    .tour-hero-desc {
        margin-top: 20px;
        font-size: 16px;
        line-height: 1.5;
    }

    .tour-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
        margin: 23px 0 13px;
    }

    .tour-hero .tour-btn {
        width: 100%;
        min-width: 0;
        padding-inline: 16px;
        font-size: 14px;
    }

    .tour-benefits {
        display: grid;
        grid-template-columns: 1fr;
        gap: 3px;
    }

    .tour-benefit-item {
        padding: 6px 0;
        border-right: 4px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    }

    .tour-benefit-item:last-child {
        border-bottom: 0;
    }

    .tour-mini-grid {
        grid-template-columns: 1fr;
        gap: 11px;
    }

    .tour-mini-card {
        min-height: 185px;
    }

    .tour-search {
        padding: 20px 16px 16px;
        border-radius: 20px;
    }

    .tour-search h2 {
        font-size: 28px;
    }

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

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

    .tour-trustbar-item {
        min-height: 56px;
        padding: 8px 5px;
        border-right: 4px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.18);
        font-size: 13px;
    }

    .tour-trustbar-item:nth-child(odd) {
        border-right: 1px solid rgba(255, 255, 255, 0.18);
    }

    .tour-trustbar-item:nth-child(3),
    .tour-trustbar-item:nth-child(4) {
        border-bottom: 0;
    }
}

@media (max-width: 420px) {
    .tour-hero-title {
        font-size: 40px;
    }

    .tour-field-control {
        height: 57px;
    }

    .tour-search-submit {
        height: 57px;
    }

    .tour-mini-card {
        min-height: 170px;
    }

    .tour-trustbar-item {
        gap: 7px;
        font-size: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tour-hero .tour-btn,
    .tour-mini-card,
    .tour-mini-card img {
        transition: none;
    }
}


/* =========================================================
   HERO V2 — Piksel hizalama düzeltmeleri
========================================================= */

@media (min-width: 1101px) {
    .tour-hero-copy {
        transform: translateY(-12px);
    }

    .tour-hero-route-badge {
        visibility: visible;
        opacity: 1;
        transform: none;
    }

    .tour-search {
        transform: translateY(8px);
    }

    .tour-mini-grid {
        max-width: 830px;
    }

    .tour-mini-card-caption {
        right: 7px;
        bottom: 7px;
        left: 7px;
        padding: 7px 9px;
    }

    .tour-trustbar {
        margin-top: -2px;
    }
}

/* HTML içindeki geçici karakter ikonlarını temiz ve sabit ikonlarla değiştir. */
.tour-field-icon,
.tour-benefit-icon,
.tour-trustbar-icon {
    color: transparent;
    font-size: 0;
}

.tour-field-icon::before,
.tour-benefit-icon::before,
.tour-trustbar-icon::before {
    display: block;
    color: var(--tour-cyan-light);
    font-family: Arial, sans-serif;
    font-size: 22px;
    line-height: 1;
}

.tour-field:nth-child(1) .tour-field-icon::before { content: "⚓"; }
.tour-field:nth-child(2) .tour-field-icon::before { content: "▣"; }
.tour-field:nth-child(3) .tour-field-icon::before { content: "♙"; }
.tour-field:nth-child(4) .tour-field-icon::before { content: "⌖"; }

.tour-benefit-item:nth-child(1) .tour-benefit-icon::before { content: "▣"; }
.tour-benefit-item:nth-child(2) .tour-benefit-icon::before { content: "♙"; }
.tour-benefit-item:nth-child(3) .tour-benefit-icon::before { content: "◇"; }

.tour-trustbar-item:nth-child(1) .tour-trustbar-icon::before { content: "▣"; }
.tour-trustbar-item:nth-child(2) .tour-trustbar-icon::before { content: "✓"; }
.tour-trustbar-item:nth-child(3) .tour-trustbar-icon::before { content: "♙"; }
.tour-trustbar-item:nth-child(4) .tour-trustbar-icon::before { content: "◉"; }

.tour-field select,
.tour-field input {
    padding-left: 48px;
}

.tour-mini-card-text strong {
    font-size: 14px;
}

.tour-mini-card-text small {
    font-size: 11px;
}

@media (max-width: 1400px) and (min-width: 1101px) {
    .tour-wrap {
        width: min(1380px, calc(100% - 38px));
    }

    .tour-hero {
        min-height: 700px;
    }

    .tour-hero-grid {
        grid-template-columns: minmax(0, 1.64fr) minmax(390px, 0.76fr);
        gap: 42px;
        min-height: 590px;
        padding-top: 36px;
    }

    .tour-hero-title {
        max-width: 860px;
        font-size: clamp(50px, 4.15vw, 67px);
    }

    .tour-hero-desc {
        max-width: 610px;
        font-size: 16px;
    }

    .tour-search {
        margin-top: 70px;
        padding: 22px 18px 15px;
    }

    .tour-search h2 {
        margin-bottom: 14px;
        font-size: 29px;
    }

    .tour-mini-card {
        min-height: 145px;
    }

    .tour-trustbar-item {
        min-height: 55px;
        font-size: 15px;
    }
}

@media (max-width: 1100px) {
    .tour-hero-title > strong {
        white-space: normal;
    }
}


/* =========================================================
   HERO V3 — Kesin masaüstü düzeltmeleri
   Yalnızca hero alanını etkiler.
========================================================= */

@media (min-width: 1101px) {
    .tour-hero {
        min-height: 760px !important;
        padding: 18px 0 16px !important;
    }

    .tour-hero-wrap {
        position: relative !important;
    }

    .tour-hero-grid {
        grid-template-columns: minmax(0, 1.78fr) minmax(390px, 0.72fr) !important;
        gap: 44px !important;
        min-height: 650px !important;
        padding-top: 54px !important;
        align-items: center !important;
    }

    .tour-hero-copy {
        max-width: 920px !important;
        padding-top: 0 !important;
        transform: translateY(-8px) !important;
    }

    .tour-hero-kicker {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        margin: 0 0 14px !important;
        color: #38d8e5 !important;
        font-size: 15px !important;
        font-weight: 850 !important;
        letter-spacing: .16em !important;
        line-height: 1.25 !important;
        text-transform: uppercase !important;
    }

    .tour-hero-title {
        max-width: 900px !important;
        font-size: clamp(50px, 4.15vw, 68px) !important;
        line-height: .99 !important;
        letter-spacing: -.045em !important;
    }

    .tour-hero-title > strong {
        width: auto !important;
        max-width: 100% !important;
        white-space: normal !important;
        margin: 4px 0 8px !important;
    }

    .tour-hero-title > strong::after {
        width: 54% !important;
        bottom: -8px !important;
    }

    .tour-hero-desc {
        max-width: 620px !important;
        margin-top: 21px !important;
        font-size: 16px !important;
        line-height: 1.55 !important;
    }

    .tour-hero-actions {
        gap: 14px !important;
        margin: 22px 0 13px !important;
    }

    .tour-hero .tour-btn {
        min-height: 54px !important;
        padding-inline: 24px !important;
        font-size: 15px !important;
    }

    .tour-hero .tour-btn-primary {
        min-width: 235px !important;
    }

    .tour-hero .tour-btn-outline {
        min-width: 305px !important;
    }

    .tour-benefits {
        margin: 0 0 13px !important;
    }

    .tour-benefit-item {
        min-height: 40px !important;
        padding: 0 18px !important;
        font-size: 14px !important;
    }

    .tour-benefit-item:first-child {
        padding-left: 0 !important;
    }

    .tour-mini-grid {
        max-width: 810px !important;
        gap: 10px !important;
    }

    .tour-mini-card {
        min-height: 142px !important;
    }

    .tour-mini-card-caption {
        min-height: 53px !important;
        padding: 6px 8px !important;
    }

    .tour-mini-card-icon {
        flex-basis: 38px !important;
        width: 38px !important;
        height: 38px !important;
        font-size: 18px !important;
    }

    .tour-mini-card-text strong {
        font-size: 13px !important;
    }

    .tour-mini-card-text small {
        font-size: 10px !important;
    }

    .tour-search {
        width: 100% !important;
        max-width: 500px !important;
        justify-self: end !important;
        margin-top: 92px !important;
        padding: 22px 18px 15px !important;
        border-radius: 22px !important;
        transform: none !important;
    }

    .tour-search h2 {
        margin: 0 0 14px !important;
        font-size: 30px !important;
        line-height: 1.1 !important;
    }

    .tour-form-grid {
        gap: 10px !important;
    }

    .tour-field-control {
        height: 54px !important;
    }

    .tour-field select,
    .tour-field input {
        padding-left: 46px !important;
        padding-right: 36px !important;
        font-size: 14px !important;
    }

    .tour-search-submit {
        height: 56px !important;
        margin-top: 13px !important;
        font-size: 17px !important;
    }

    .tour-search-note {
        margin-top: 10px !important;
        font-size: 12px !important;
    }

    .tour-hero-route-badge {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        top: 10px !important;
        right: 0 !important;
        z-index: 20 !important;
        min-height: 44px !important;
        padding: 0 17px !important;
        font-size: 13px !important;
        transform: none !important;
    }

    .tour-trustbar {
        margin-top: 2px !important;
    }

    .tour-trustbar-item {
        min-height: 56px !important;
        font-size: 14px !important;
    }
}

@media (min-width: 1101px) and (max-width: 1380px) {
    .tour-wrap {
        width: min(1320px, calc(100% - 34px)) !important;
    }

    .tour-hero-grid {
        grid-template-columns: minmax(0, 1.72fr) minmax(380px, .74fr) !important;
        gap: 34px !important;
    }

    .tour-hero-title {
        font-size: clamp(48px, 4vw, 64px) !important;
    }

    .tour-search {
        max-width: 475px !important;
    }
}


/* =========================================================
   HERO V4 — Header altında gizlenme ve oran düzeltmesi
   Yalnızca hero alanını etkiler.
========================================================= */

@media (min-width: 1101px) {
    .tour-hero {
        min-height: 865px !important;
        padding: 118px 0 18px !important;
    }

    .tour-hero-grid {
        grid-template-columns: minmax(0, 1.52fr) minmax(440px, .78fr) !important;
        gap: 70px !important;
        min-height: 650px !important;
        padding-top: 30px !important;
        align-items: center !important;
    }

    .tour-hero-copy {
        max-width: 930px !important;
        padding-top: 0 !important;
        transform: none !important;
    }

    .tour-hero-kicker {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        margin: 0 0 14px !important;
        color: #38d8e5 !important;
        font-size: 16px !important;
        font-weight: 850 !important;
        letter-spacing: .16em !important;
        line-height: 1.25 !important;
        text-transform: uppercase !important;
    }

    .tour-hero-title {
        max-width: 900px !important;
        font-size: clamp(58px, 4.55vw, 76px) !important;
        line-height: .99 !important;
        letter-spacing: -.046em !important;
    }

    .tour-hero-title > strong {
        width: max-content !important;
        max-width: 100% !important;
        white-space: nowrap !important;
        margin: 4px 0 8px !important;
    }

    .tour-hero-title > strong::after {
        width: 61% !important;
        bottom: -9px !important;
    }

    .tour-hero-desc {
        max-width: 690px !important;
        margin-top: 24px !important;
        font-size: 18px !important;
        line-height: 1.56 !important;
    }

    .tour-hero-actions {
        gap: 18px !important;
        margin: 27px 0 16px !important;
    }

    .tour-hero .tour-btn {
        min-height: 58px !important;
        padding-inline: 28px !important;
        font-size: 16px !important;
    }

    .tour-hero .tour-btn-primary {
        min-width: 275px !important;
    }

    .tour-hero .tour-btn-outline {
        min-width: 350px !important;
    }

    .tour-benefits {
        margin: 3px 0 18px !important;
    }

    .tour-benefit-item {
        min-height: 46px !important;
        padding: 0 27px !important;
        font-size: 15px !important;
    }

    .tour-benefit-item:first-child {
        padding-left: 0 !important;
    }

    .tour-mini-grid {
        max-width: 875px !important;
        gap: 10px !important;
    }

    .tour-mini-card {
        min-height: 190px !important;
    }

    .tour-mini-card-caption {
        min-height: 62px !important;
        padding: 8px 11px !important;
    }

    .tour-mini-card-icon {
        flex-basis: 44px !important;
        width: 44px !important;
        height: 44px !important;
        font-size: 20px !important;
    }

    .tour-mini-card-text strong {
        font-size: 15px !important;
    }

    .tour-mini-card-text small {
        font-size: 12px !important;
    }

    .tour-search {
        width: 100% !important;
        max-width: 520px !important;
        justify-self: end !important;
        margin-top: 70px !important;
        padding: 28px 24px 18px !important;
        border-radius: 24px !important;
        transform: none !important;
    }

    .tour-search h2 {
        margin: 0 0 18px !important;
        font-size: 34px !important;
        line-height: 1.12 !important;
    }

    .tour-form-grid {
        gap: 13px !important;
    }

    .tour-field-control {
        height: 61px !important;
    }

    .tour-field select,
    .tour-field input {
        padding-left: 50px !important;
        padding-right: 42px !important;
        font-size: 15px !important;
    }

    .tour-search-submit {
        height: 62px !important;
        margin-top: 17px !important;
        font-size: 18px !important;
    }

    .tour-search-note {
        margin-top: 13px !important;
        font-size: 13px !important;
    }

    .tour-hero-route-badge {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        top: 0 !important;
        right: 0 !important;
        z-index: 30 !important;
        min-height: 48px !important;
        padding: 0 20px !important;
        font-size: 14px !important;
        transform: none !important;
    }

    .tour-trustbar {
        margin-top: 18px !important;
    }

    .tour-trustbar-item {
        min-height: 64px !important;
        font-size: 16px !important;
    }
}

@media (min-width: 1101px) and (max-width: 1380px) {
    .tour-wrap {
        width: min(1280px, calc(100% - 40px)) !important;
    }

    .tour-hero {
        min-height: 820px !important;
        padding-top: 112px !important;
    }

    .tour-hero-grid {
        grid-template-columns: minmax(0, 1.45fr) minmax(400px, .75fr) !important;
        gap: 46px !important;
    }

    .tour-hero-title {
        font-size: clamp(54px, 4.3vw, 68px) !important;
    }

    .tour-search {
        max-width: 490px !important;
    }

    .tour-mini-card {
        min-height: 170px !important;
    }
}


/* =========================================================
   HERO V5 — Son ince ayarlar
   Yalnızca hero alanını etkiler.
========================================================= */

@media (min-width: 1101px) {
    .tour-hero {
        min-height: 900px !important;
        padding-top: 126px !important;
    }

    .tour-hero-grid {
        grid-template-columns: minmax(0, 1.48fr) minmax(460px, .82fr) !important;
        gap: 64px !important;
        min-height: 675px !important;
        padding-top: 26px !important;
    }

    .tour-hero-copy {
        transform: translateY(10px) !important;
    }

    .tour-hero-title {
        max-width: 860px !important;
        font-size: clamp(56px, 4.35vw, 72px) !important;
    }

    .tour-hero-title > strong {
        letter-spacing: -.05em !important;
    }

    .tour-hero-desc {
        max-width: 655px !important;
        margin-top: 22px !important;
        font-size: 17px !important;
    }

    .tour-hero-actions {
        margin-top: 25px !important;
    }

    .tour-search {
        max-width: 545px !important;
        justify-self: end !important;
        margin-top: 86px !important;
        transform: translateX(-10px) !important;
    }

    .tour-search h2 {
        font-size: 33px !important;
    }

    .tour-mini-grid {
        max-width: 860px !important;
    }

    .tour-mini-card {
        min-height: 176px !important;
    }

    .tour-trustbar {
        margin-top: 24px !important;
    }

    .tour-trustbar-item {
        min-height: 62px !important;
    }
}

@media (min-width: 1101px) and (max-width: 1380px) {
    .tour-hero {
        min-height: 850px !important;
        padding-top: 118px !important;
    }

    .tour-hero-grid {
        grid-template-columns: minmax(0, 1.42fr) minmax(420px, .78fr) !important;
        gap: 48px !important;
    }

    .tour-hero-title {
        font-size: clamp(52px, 4.1vw, 67px) !important;
    }

    .tour-search {
        max-width: 510px !important;
        transform: translateX(-4px) !important;
    }

    .tour-mini-card {
        min-height: 165px !important;
    }
}


/* =========================================================
   HERO V6 — Arka plan görselini belirginleştirme
   Yalnızca hero arka plan katmanlarını etkiler.
========================================================= */

.tour-hero::after {
    background:
        linear-gradient(
            90deg,
            rgba(1, 12, 27, 0.92) 0%,
            rgba(2, 21, 40, 0.78) 28%,
            rgba(2, 29, 50, 0.36) 51%,
            rgba(4, 35, 54, 0.08) 74%,
            rgba(5, 25, 37, 0.05) 100%
        ),
        linear-gradient(
            180deg,
            rgba(0, 12, 27, 0.05) 0%,
            rgba(0, 15, 28, 0.00) 48%,
            rgba(0, 13, 25, 0.42) 100%
        ) !important;
    box-shadow: inset 0 0 90px rgba(0, 7, 17, 0.26) !important;
}

.tour-hero-overlay {
    background:
        radial-gradient(circle at 77% 31%, rgba(61, 218, 232, 0.03), transparent 27%),
        radial-gradient(circle at 92% 70%, rgba(255, 153, 73, 0.05), transparent 28%) !important;
}

.tour-hero::before {
    filter: saturate(1.08) contrast(1.03) brightness(1.04);
}

@media (max-width: 1100px) {
    .tour-hero::after {
        background:
            linear-gradient(
                90deg,
                rgba(1, 12, 27, 0.90) 0%,
                rgba(2, 21, 40, 0.66) 48%,
                rgba(2, 29, 50, 0.24) 100%
            ),
            linear-gradient(
                180deg,
                rgba(0, 12, 27, 0.04) 0%,
                rgba(0, 13, 25, 0.50) 100%
            ) !important;
    }
}


/* =========================================================
   HERO V7 — Son arka plan netlik ayarı
   Yapı değiştirilmedi; yalnızca görsel görünürlüğü artırıldı.
========================================================= */

.tour-hero::before {
    background-position: center center !important;
    filter: saturate(1.12) contrast(1.05) brightness(1.12) !important;
}

.tour-hero::after {
    background:
        linear-gradient(
            90deg,
            rgba(1, 12, 27, 0.88) 0%,
            rgba(2, 21, 40, 0.66) 29%,
            rgba(2, 29, 50, 0.24) 52%,
            rgba(4, 35, 54, 0.03) 76%,
            rgba(5, 25, 37, 0.01) 100%
        ),
        linear-gradient(
            180deg,
            rgba(0, 12, 27, 0.02) 0%,
            rgba(0, 15, 28, 0.00) 50%,
            rgba(0, 13, 25, 0.27) 100%
        ) !important;
    box-shadow: inset 0 0 62px rgba(0, 7, 17, 0.17) !important;
}

.tour-hero-overlay {
    background:
        radial-gradient(circle at 76% 31%, rgba(61, 218, 232, 0.015), transparent 29%),
        radial-gradient(circle at 91% 70%, rgba(255, 153, 73, 0.025), transparent 30%) !important;
}

@media (max-width: 1100px) {
    .tour-hero::before {
        filter: saturate(1.08) contrast(1.03) brightness(1.08) !important;
    }

    .tour-hero::after {
        background:
            linear-gradient(
                90deg,
                rgba(1, 12, 27, 0.86) 0%,
                rgba(2, 21, 40, 0.58) 48%,
                rgba(2, 29, 50, 0.16) 100%
            ),
            linear-gradient(
                180deg,
                rgba(0, 12, 27, 0.02) 0%,
                rgba(0, 13, 25, 0.34) 100%
            ) !important;
    }
}


/* =========================================================
   HERO V8 — Referans görünüm + mini kart görsel düzeltmesi
========================================================= */

/* Mini kart görsellerini kartın tamamına zorla */
.tour-mini-card-media {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
}

.tour-mini-card-media img {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center center !important;
    border: 0 !important;
    border-radius: 0 !important;
}

/* Kart görselinin üstünde yalnızca alttan okunabilirlik katmanı */
.tour-mini-card-media::after {
    background: linear-gradient(
        180deg,
        rgba(2, 18, 34, 0.00) 8%,
        rgba(2, 18, 34, 0.08) 46%,
        rgba(2, 16, 30, 0.88) 100%
    ) !important;
}

/* Referanstaki daha aydınlık sağ alan */
.tour-hero::before {
    background-position: center center !important;
    filter: saturate(1.10) contrast(1.03) brightness(1.10) !important;
}

.tour-hero::after {
    background:
        linear-gradient(
            90deg,
            rgba(1, 12, 27, 0.90) 0%,
            rgba(1, 15, 31, 0.78) 24%,
            rgba(2, 21, 40, 0.48) 43%,
            rgba(2, 29, 50, 0.15) 61%,
            rgba(4, 35, 54, 0.02) 78%,
            rgba(5, 25, 37, 0.00) 100%
        ),
        linear-gradient(
            180deg,
            rgba(0, 12, 27, 0.01) 0%,
            rgba(0, 15, 28, 0.00) 55%,
            rgba(0, 13, 25, 0.23) 100%
        ) !important;
    box-shadow: inset 0 0 55px rgba(0, 7, 17, 0.13) !important;
}

.tour-hero-overlay {
    background:
        radial-gradient(circle at 94% 8%, rgba(255, 190, 115, 0.13), transparent 22%),
        radial-gradient(circle at 78% 31%, rgba(61, 218, 232, 0.02), transparent 30%) !important;
}

@media (max-width: 1100px) {
    .tour-mini-card-media img {
        object-position: center center !important;
    }
}


/* =========================================================
   HERO CLEAN FINAL — Çift input, kart görseli ve trustbar
========================================================= */

.tour-hero {
    padding-bottom: 28px !important;
}

.tour-hero-wrap {
    display: flex !important;
    flex-direction: column !important;
    min-height: 100% !important;
}

.tour-hero-grid {
    flex: 1 0 auto !important;
}

.tour-trustbar {
    position: relative !important;
    z-index: 8 !important;
    width: 100% !important;
    margin-top: 18px !important;
    margin-bottom: 0 !important;
    flex: 0 0 auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

.tour-trustbar-item {
    min-height: 64px !important;
}

.tour-field-control {
    overflow: hidden !important;
}

.tour-field input[type="text"],
.tour-field input[type="date"] {
    position: relative !important;
    z-index: 1 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    color: #fff !important;
    background: transparent !important;
}

.tour-field input::placeholder {
    color: rgba(255,255,255,.92) !important;
    opacity: 1 !important;
}

.tour-field:nth-child(2) .tour-field-control::after {
    display: block !important;
    content: "▣" !important;
    right: 15px !important;
    font-size: 17px !important;
}

.tour-mini-card {
    min-height: 176px !important;
}

.tour-mini-card-media,
.tour-mini-card-media img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.tour-mini-card-media img {
    display: block !important;
    object-fit: cover !important;
    object-position: center center !important;
    max-width: none !important;
    max-height: none !important;
    font-size: 0 !important;
    color: transparent !important;
}

.tour-mini-card img[alt] {
    text-indent: -9999px !important;
}

.tour-mini-card-caption {
    z-index: 3 !important;
}

@media (min-width: 1101px) {
    .tour-hero {
        min-height: 930px !important;
    }

    .tour-hero-grid {
        min-height: 680px !important;
    }

    .tour-trustbar {
        margin-top: 20px !important;
    }
}

@media (max-width: 1100px) {
    .tour-trustbar {
        margin-top: 26px !important;
    }
}


/* =========================================================
   HERO V9 — Final hizalama
   Mevcut yapıyı değiştirmez; yalnızca son masaüstü ayarlarıdır.
========================================================= */

@media (min-width: 1101px) {
    .tour-hero {
        min-height: 975px !important;
        padding-top: 118px !important;
        padding-bottom: 34px !important;
    }

    .tour-hero-grid {
        min-height: 690px !important;
        padding-top: 20px !important;
        align-items: center !important;
    }

    .tour-hero-copy {
        transform: translateY(-10px) !important;
    }

    .tour-search {
        margin-top: 58px !important;
        transform: translateX(-8px) translateY(-8px) !important;
    }

    .tour-mini-grid {
        margin-top: 4px !important;
    }

    .tour-mini-card {
        min-height: 188px !important;
    }

    .tour-trustbar {
        margin-top: 28px !important;
        margin-bottom: 0 !important;
    }

    .tour-trustbar-item {
        min-height: 66px !important;
    }

    .tour-hero::before {
        filter: saturate(1.13) contrast(1.04) brightness(1.15) !important;
    }

    .tour-hero::after {
        background:
            linear-gradient(
                90deg,
                rgba(1, 12, 27, 0.89) 0%,
                rgba(1, 15, 31, 0.76) 23%,
                rgba(2, 21, 40, 0.43) 42%,
                rgba(2, 29, 50, 0.11) 60%,
                rgba(4, 35, 54, 0.01) 78%,
                rgba(5, 25, 37, 0.00) 100%
            ),
            linear-gradient(
                180deg,
                rgba(0, 12, 27, 0.00) 0%,
                rgba(0, 15, 28, 0.00) 58%,
                rgba(0, 13, 25, 0.18) 100%
            ) !important;
        box-shadow: inset 0 0 48px rgba(0, 7, 17, 0.10) !important;
    }

    .tour-hero-overlay {
        background:
            radial-gradient(circle at 95% 7%, rgba(255, 196, 126, 0.16), transparent 24%),
            radial-gradient(circle at 78% 31%, rgba(61, 218, 232, 0.015), transparent 31%) !important;
    }
}

@media (min-width: 1101px) and (max-width: 1380px) {
    .tour-hero {
        min-height: 930px !important;
        padding-top: 112px !important;
    }

    .tour-hero-grid {
        min-height: 655px !important;
    }

    .tour-search {
        margin-top: 52px !important;
        transform: translateX(-4px) translateY(-6px) !important;
    }

    .tour-mini-card {
        min-height: 176px !important;
    }

    .tour-trustbar {
        margin-top: 24px !important;
    }
}


/* =========================================================
   HERO FINAL — Parlak arka plan, görünür trustbar, tam responsive
   Bu blok en sonda kalmalıdır.
========================================================= */

/* Arka planı daha canlı ve net göster */
.tour-hero::before {
    background-position: center center !important;
    filter: saturate(1.18) contrast(1.05) brightness(1.19) !important;
}

.tour-hero::after {
    background:
        linear-gradient(
            90deg,
            rgba(1, 12, 27, 0.88) 0%,
            rgba(1, 15, 31, 0.72) 23%,
            rgba(2, 21, 40, 0.38) 43%,
            rgba(2, 29, 50, 0.09) 61%,
            rgba(4, 35, 54, 0.00) 79%,
            rgba(5, 25, 37, 0.00) 100%
        ),
        linear-gradient(
            180deg,
            rgba(0, 10, 24, 0.00) 0%,
            rgba(0, 12, 25, 0.00) 62%,
            rgba(0, 13, 25, 0.14) 100%
        ) !important;
    box-shadow: inset 0 0 42px rgba(0, 7, 17, 0.08) !important;
}

.tour-hero-overlay {
    background:
        radial-gradient(circle at 96% 6%, rgba(255, 199, 126, 0.20), transparent 25%),
        radial-gradient(circle at 78% 30%, rgba(78, 224, 235, 0.018), transparent 31%) !important;
}

/* Masaüstü: trustbar hero içinde tamamen görünür */
@media (min-width: 1381px) {
    .tour-hero {
        min-height: 850px !important;
        padding-top: 108px !important;
        padding-bottom: 18px !important;
    }

    .tour-hero-wrap {
        min-height: 724px !important;
    }

    .tour-hero-grid {
        min-height: 600px !important;
        padding-top: 16px !important;
        gap: 58px !important;
        align-items: center !important;
    }

    .tour-hero-copy {
        transform: translateY(-8px) !important;
    }

    .tour-search {
        margin-top: 42px !important;
        transform: translateX(-8px) translateY(-8px) !important;
    }

    .tour-mini-grid {
        margin-top: 0 !important;
    }

    .tour-mini-card {
        min-height: 154px !important;
    }

    .tour-trustbar {
        position: relative !important;
        z-index: 10 !important;
        margin-top: 14px !important;
        margin-bottom: 0 !important;
        min-height: 62px !important;
    }

    .tour-trustbar-item {
        min-height: 62px !important;
    }
}

/* Küçük masaüstü / laptop */
@media (min-width: 1101px) and (max-width: 1380px) {
    .tour-hero {
        min-height: 820px !important;
        padding-top: 102px !important;
        padding-bottom: 16px !important;
    }

    .tour-hero-wrap {
        min-height: 700px !important;
    }

    .tour-hero-grid {
        min-height: 570px !important;
        padding-top: 14px !important;
        gap: 42px !important;
    }

    .tour-hero-copy {
        transform: translateY(-7px) !important;
    }

    .tour-search {
        margin-top: 34px !important;
        transform: translateX(-4px) translateY(-6px) !important;
    }

    .tour-mini-card {
        min-height: 146px !important;
    }

    .tour-trustbar {
        margin-top: 12px !important;
    }

    .tour-trustbar-item {
        min-height: 58px !important;
        font-size: 14px !important;
    }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1100px) {
    .tour-hero {
        min-height: auto !important;
        padding: 28px 0 24px !important;
    }

    .tour-hero::before {
        background-position: 60% center !important;
        filter: saturate(1.12) contrast(1.04) brightness(1.12) !important;
    }

    .tour-hero-grid {
        grid-template-columns: 1fr !important;
        gap: 28px !important;
        min-height: 0 !important;
        padding-top: 74px !important;
    }

    .tour-hero-copy {
        max-width: 860px !important;
        transform: none !important;
    }

    .tour-search {
        width: min(620px, 100%) !important;
        max-width: none !important;
        justify-self: center !important;
        margin-top: 0 !important;
        transform: none !important;
    }

    .tour-mini-card {
        min-height: 170px !important;
    }

    .tour-trustbar {
        margin-top: 26px !important;
    }
}

/* Mobil */
@media (max-width: 767px) {
    .tour-hero {
        min-height: auto !important;
        padding: 18px 0 20px !important;
        overflow: hidden !important;
    }

    .tour-hero::before {
        background-position: 68% center !important;
        filter: saturate(1.08) contrast(1.03) brightness(1.08) !important;
    }

    .tour-hero::after {
        background:
            linear-gradient(
                180deg,
                rgba(1, 12, 27, 0.62) 0%,
                rgba(1, 15, 31, 0.48) 43%,
                rgba(2, 18, 34, 0.58) 100%
            ) !important;
    }

    .tour-hero-wrap {
        min-height: 0 !important;
    }

    .tour-hero-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 24px !important;
        min-height: 0 !important;
        padding-top: 0 !important;
    }

    .tour-hero-copy {
        transform: none !important;
    }

    .tour-hero-title {
        font-size: clamp(39px, 12vw, 56px) !important;
    }

    .tour-hero-title > strong {
        width: auto !important;
        white-space: normal !important;
    }

    .tour-hero-actions {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 11px !important;
    }

    .tour-benefits {
        display: grid !important;
        grid-template-columns: 1fr !important;
    }

    .tour-mini-grid {
        grid-template-columns: 1fr !important;
    }

    .tour-mini-card {
        min-height: 190px !important;
    }

    .tour-search {
        width: 100% !important;
        max-width: none !important;
        margin-top: 0 !important;
        transform: none !important;
    }

    .tour-form-grid {
        grid-template-columns: 1fr !important;
    }

    .tour-trustbar {
        grid-template-columns: 1fr 1fr !important;
        margin-top: 24px !important;
    }

    .tour-trustbar-item {
        min-height: 56px !important;
    }
}

/* Çok küçük mobil */
@media (max-width: 420px) {
    .tour-wrap {
        width: calc(100% - 20px) !important;
    }

    .tour-hero-title {
        font-size: 38px !important;
    }

    .tour-mini-card {
        min-height: 176px !important;
    }

    .tour-trustbar {
        grid-template-columns: 1fr !important;
    }

    .tour-trustbar-item {
        border-right: 0 !important;
        border-bottom: 1px solid rgba(255,255,255,.16) !important;
    }

    .tour-trustbar-item:last-child {
        border-bottom: 0 !important;
    }
}


/* =========================================================
   HERO FINAL SON RÖTUŞ
   Son ekran görüntüsüne göre yalnızca parlaklık, hizalama
   ve masaüstü görünürlük ayarları.
========================================================= */

/* Manzarayı belirginleştir; yazı tarafındaki kontrastı koru */
.tour-hero::before {
    filter: saturate(1.22) contrast(1.06) brightness(1.24) !important;
}

.tour-hero::after {
    background:
        linear-gradient(
            90deg,
            rgba(1, 12, 27, 0.87) 0%,
            rgba(1, 15, 31, 0.70) 22%,
            rgba(2, 21, 40, 0.34) 42%,
            rgba(2, 29, 50, 0.065) 60%,
            rgba(4, 35, 54, 0.00) 78%,
            rgba(5, 25, 37, 0.00) 100%
        ),
        linear-gradient(
            180deg,
            rgba(0, 10, 24, 0.00) 0%,
            rgba(0, 12, 25, 0.00) 67%,
            rgba(0, 13, 25, 0.10) 100%
        ) !important;
    box-shadow: inset 0 0 36px rgba(0, 7, 17, 0.06) !important;
}

.tour-hero-overlay {
    background:
        radial-gradient(circle at 96% 5%, rgba(255, 202, 132, 0.24), transparent 26%),
        radial-gradient(circle at 76% 31%, rgba(82, 225, 238, 0.022), transparent 32%) !important;
}

/* Büyük masaüstü */
@media (min-width: 1381px) {
    .tour-hero {
        min-height: 842px !important;
        padding-top: 104px !important;
        padding-bottom: 14px !important;
    }

    .tour-hero-wrap {
        min-height: 718px !important;
    }

    .tour-hero-grid {
        min-height: 592px !important;
        padding-top: 10px !important;
        gap: 56px !important;
    }

    .tour-hero-copy {
        transform: translateY(-6px) !important;
    }

    .tour-search {
        margin-top: 32px !important;
        transform: translateX(-8px) translateY(-5px) !important;
    }

    .tour-mini-card {
        min-height: 158px !important;
    }

    .tour-mini-card-caption {
        bottom: 7px !important;
    }

    .tour-trustbar {
        margin-top: 10px !important;
        min-height: 60px !important;
    }

    .tour-trustbar-item {
        min-height: 60px !important;
    }
}

/* Laptop / küçük masaüstü */
@media (min-width: 1101px) and (max-width: 1380px) {
    .tour-hero {
        min-height: 812px !important;
        padding-top: 98px !important;
        padding-bottom: 14px !important;
    }

    .tour-hero-wrap {
        min-height: 688px !important;
    }

    .tour-hero-grid {
        min-height: 560px !important;
        padding-top: 10px !important;
        gap: 40px !important;
    }

    .tour-search {
        margin-top: 28px !important;
        transform: translateX(-4px) translateY(-4px) !important;
    }

    .tour-mini-card {
        min-height: 148px !important;
    }

    .tour-trustbar {
        margin-top: 10px !important;
    }
}

/* Tablet: görsel ve içerik dengeli kalsın */
@media (min-width: 768px) and (max-width: 1100px) {
    .tour-hero::before {
        background-position: 62% center !important;
        filter: saturate(1.16) contrast(1.04) brightness(1.15) !important;
    }

    .tour-hero-route-badge {
        margin-bottom: 14px !important;
    }

    .tour-mini-card {
        min-height: 174px !important;
    }
}

/* Mobil: okunabilirlik korunurken arka plan canlı kalsın */
@media (max-width: 767px) {
    .tour-hero::before {
        background-position: 70% center !important;
        filter: saturate(1.10) contrast(1.03) brightness(1.10) !important;
    }

    .tour-hero::after {
        background:
            linear-gradient(
                180deg,
                rgba(1, 12, 27, 0.56) 0%,
                rgba(1, 15, 31, 0.44) 44%,
                rgba(2, 18, 34, 0.52) 100%
            ) !important;
    }

    .tour-search {
        margin-top: 2px !important;
    }

    .tour-trustbar {
        margin-top: 20px !important;
    }
}


/* =========================================================
   HERO — DESKTOP + FULL RESPONSIVE FINAL FIX
   Header altında kalma, alt beyaz şerit ve viewport uyumu
========================================================= */

/* Genel */
.tour-hero {
    margin: 0 !important;
    border: 0 !important;
}

.tour-hero-wrap {
    position: relative !important;
}

.tour-trustbar {
    box-sizing: border-box !important;
}

/* Büyük masaüstü */
@media (min-width: 1381px) {
    .tour-hero {
        min-height: 100svh !important;
        padding: 132px 0 18px !important;
        overflow: hidden !important;
    }

    .tour-hero-wrap {
        min-height: calc(100svh - 150px) !important;
        display: flex !important;
        flex-direction: column !important;
    }

    .tour-hero-route-badge {
        top: 12px !important;
        right: 0 !important;
    }

    .tour-hero-grid {
        flex: 1 1 auto !important;
        min-height: 0 !important;
        padding-top: 14px !important;
        align-items: center !important;
        gap: 56px !important;
    }

    .tour-hero-copy {
        transform: translateY(-8px) !important;
    }

    .tour-search {
        margin-top: 20px !important;
        transform: translateX(-8px) translateY(-4px) !important;
    }

    .tour-mini-card {
        min-height: 156px !important;
    }

    .tour-trustbar {
        flex: 0 0 auto !important;
        width: 100% !important;
        margin: 16px 0 0 !important;
        min-height: 60px !important;
    }

    .tour-trustbar-item {
        min-height: 60px !important;
    }
}

/* Laptop / küçük masaüstü */
@media (min-width: 1101px) and (max-width: 1380px) {
    .tour-hero {
        min-height: 100svh !important;
        padding: 124px 0 16px !important;
        overflow: hidden !important;
    }

    .tour-hero-wrap {
        min-height: calc(100svh - 140px) !important;
        display: flex !important;
        flex-direction: column !important;
    }

    .tour-hero-route-badge {
        top: 10px !important;
        right: 0 !important;
    }

    .tour-hero-grid {
        flex: 1 1 auto !important;
        min-height: 0 !important;
        padding-top: 12px !important;
        align-items: center !important;
        gap: 40px !important;
    }

    .tour-hero-copy {
        transform: translateY(-6px) !important;
    }

    .tour-search {
        margin-top: 18px !important;
        transform: translateX(-4px) translateY(-3px) !important;
    }

    .tour-mini-card {
        min-height: 148px !important;
    }

    .tour-trustbar {
        flex: 0 0 auto !important;
        margin: 14px 0 0 !important;
    }

    .tour-trustbar-item {
        min-height: 58px !important;
    }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1100px) {
    .tour-hero {
        min-height: auto !important;
        padding: 96px 0 26px !important;
        overflow: hidden !important;
    }

    .tour-hero-wrap {
        min-height: 0 !important;
        display: block !important;
    }

    .tour-hero-route-badge {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        margin: 0 0 20px auto !important;
    }

    .tour-hero-grid {
        grid-template-columns: 1fr !important;
        min-height: 0 !important;
        padding-top: 0 !important;
        gap: 30px !important;
    }

    .tour-hero-copy,
    .tour-search {
        transform: none !important;
    }

    .tour-search {
        width: min(620px, 100%) !important;
        justify-self: center !important;
        margin-top: 0 !important;
    }

    .tour-trustbar {
        margin-top: 26px !important;
    }
}

/* Mobil */
@media (max-width: 767px) {
    .tour-hero {
        min-height: auto !important;
        padding: 86px 0 22px !important;
        overflow: hidden !important;
    }

    .tour-hero-wrap {
        min-height: 0 !important;
        display: block !important;
    }

    .tour-hero-route-badge {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        margin: 0 0 18px 0 !important;
    }

    .tour-hero-grid {
        grid-template-columns: 1fr !important;
        min-height: 0 !important;
        padding-top: 0 !important;
        gap: 24px !important;
    }

    .tour-hero-copy,
    .tour-search {
        transform: none !important;
    }

    .tour-search {
        width: 100% !important;
        margin-top: 0 !important;
    }

    .tour-trustbar {
        margin-top: 22px !important;
    }
}

/* Sonraki bölümle beyaz çizgi oluşmasını engelle */
.tour-hero + * {
    margin-top: 0 !important;
}


/* =========================================================
   HERO — TEKNEYİ BELİRGİNLEŞTİRME
   Görsel değiştirilmez. Yalnızca kod ile orta ve sağ alan açılır.
   Bu blok dosyanın en sonunda kalmalıdır.
========================================================= */

/* Görselin genel parlaklığını ölçülü artır */
.tour-hero::before {
    filter:
        saturate(1.20)
        contrast(1.04)
        brightness(1.20) !important;
}

/*
 * Sol tarafta metin kontrastı korunur.
 * Teknenin bulunduğu orta alan ve şelalenin bulunduğu sağ alan açılır.
 */
.tour-hero::after {
    background:
        linear-gradient(
            90deg,
            rgba(1, 12, 27, 0.88) 0%,
            rgba(1, 15, 31, 0.73) 21%,
            rgba(2, 21, 40, 0.40) 36%,
            rgba(2, 25, 44, 0.16) 48%,
            rgba(2, 29, 50, 0.035) 61%,
            rgba(4, 35, 54, 0.00) 78%,
            rgba(5, 25, 37, 0.00) 100%
        ),
        linear-gradient(
            180deg,
            rgba(0, 10, 24, 0.00) 0%,
            rgba(0, 12, 25, 0.00) 69%,
            rgba(0, 13, 25, 0.08) 100%
        ) !important;
    box-shadow: inset 0 0 34px rgba(0, 7, 17, 0.05) !important;
}

/* Tekne bölgesine hafif lokal ışık */
.tour-hero-overlay {
    background:
        radial-gradient(
            ellipse at 53% 56%,
            rgba(97, 225, 238, 0.12) 0%,
            rgba(67, 194, 214, 0.055) 23%,
            transparent 47%
        ),
        radial-gradient(
            circle at 95% 6%,
            rgba(255, 199, 126, 0.20),
            transparent 26%
        ) !important;
}

/* Masaüstünde tekne konumunu biraz daha merkeze getir */
@media (min-width: 1101px) {
    .tour-hero::before {
        background-position: 52% center !important;
    }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1100px) {
    .tour-hero::before {
        background-position: 60% center !important;
        filter:
            saturate(1.15)
            contrast(1.03)
            brightness(1.14) !important;
    }

    .tour-hero::after {
        background:
            linear-gradient(
                90deg,
                rgba(1, 12, 27, 0.82) 0%,
                rgba(1, 15, 31, 0.60) 31%,
                rgba(2, 24, 43, 0.22) 56%,
                rgba(4, 35, 54, 0.02) 100%
            ) !important;
    }
}

/* Mobilde metin okunabilirliği korunur */
@media (max-width: 767px) {
    .tour-hero::before {
        background-position: 69% center !important;
        filter:
            saturate(1.10)
            contrast(1.03)
            brightness(1.10) !important;
    }

    .tour-hero::after {
        background:
            linear-gradient(
                180deg,
                rgba(1, 12, 27, 0.57) 0%,
                rgba(1, 15, 31, 0.43) 46%,
                rgba(2, 18, 34, 0.50) 100%
            ) !important;
    }

    .tour-hero-overlay {
        background:
            radial-gradient(
                ellipse at 68% 48%,
                rgba(79, 211, 228, 0.06),
                transparent 42%
            ) !important;
    }
}


/* =========================================================
   HERO FINAL — GÖRSELİ AÇ + TRUSTBAR'I YUKARI AL
   Bu blok dosyanın EN SONUNDA kalmalıdır.
========================================================= */

@media (min-width: 1101px) {
    .tour-hero {
        min-height: 790px !important;
        padding-top: 18px !important;
        padding-bottom: 14px !important;
        overflow: hidden !important;
    }

    .tour-hero-wrap {
        min-height: 758px !important;
        display: flex !important;
        flex-direction: column !important;
    }

    .tour-hero-route-badge {
        top: 12px !important;
    }

    .tour-hero-grid {
        flex: 0 0 auto !important;
        min-height: 610px !important;
        padding-top: 42px !important;
        gap: 52px !important;
        align-items: center !important;
    }

    .tour-hero-copy {
        transform: translateY(-4px) !important;
    }

    .tour-search {
        margin-top: 34px !important;
        transform: translateX(-6px) translateY(-4px) !important;
    }

    .tour-mini-card {
        min-height: 142px !important;
    }

    .tour-trustbar {
        position: relative !important;
        z-index: 20 !important;
        flex: 0 0 auto !important;
        width: 100% !important;
        min-height: 58px !important;
        margin: 8px 0 0 !important;
        transform: translateY(-10px) !important;
    }

    .tour-trustbar-item {
        min-height: 58px !important;
    }

    /* Arka planı gerçekten görünür yap */
    .tour-hero::before {
        background-position: 52% center !important;
        filter:
            saturate(1.22)
            contrast(1.03)
            brightness(1.34) !important;
    }

    /* Sol metin korunur; orta ve sağ alan ciddi biçimde açılır */
    .tour-hero::after {
        background:
            linear-gradient(
                90deg,
                rgba(1, 12, 27, 0.82) 0%,
                rgba(1, 15, 31, 0.66) 20%,
                rgba(2, 21, 40, 0.30) 35%,
                rgba(2, 25, 44, 0.10) 47%,
                rgba(2, 29, 50, 0.00) 60%,
                rgba(4, 35, 54, 0.00) 100%
            ),
            linear-gradient(
                180deg,
                rgba(0, 10, 24, 0.00) 0%,
                rgba(0, 12, 25, 0.00) 78%,
                rgba(0, 13, 25, 0.05) 100%
            ) !important;
        box-shadow: none !important;
    }

    .tour-hero-overlay {
        background:
            radial-gradient(
                ellipse at 54% 55%,
                rgba(112, 232, 242, 0.13) 0%,
                rgba(77, 196, 216, 0.05) 26%,
                transparent 48%
            ),
            radial-gradient(
                circle at 96% 5%,
                rgba(255, 205, 137, 0.22),
                transparent 28%
            ) !important;
    }
}

@media (min-width: 1101px) and (max-width: 1380px) {
    .tour-hero {
        min-height: 770px !important;
    }

    .tour-hero-wrap {
        min-height: 738px !important;
    }

    .tour-hero-grid {
        min-height: 590px !important;
        gap: 40px !important;
    }

    .tour-search {
        margin-top: 28px !important;
        transform: translateX(-3px) translateY(-3px) !important;
    }

    .tour-mini-card {
        min-height: 136px !important;
    }

    .tour-trustbar {
        transform: translateY(-12px) !important;
    }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1100px) {
    .tour-hero {
        min-height: auto !important;
        padding: 24px 0 24px !important;
    }

    .tour-hero::before {
        background-position: 61% center !important;
        filter: saturate(1.15) contrast(1.03) brightness(1.18) !important;
    }

    .tour-hero::after {
        background:
            linear-gradient(
                90deg,
                rgba(1, 12, 27, 0.74) 0%,
                rgba(1, 15, 31, 0.52) 34%,
                rgba(2, 24, 43, 0.16) 60%,
                rgba(4, 35, 54, 0.00) 100%
            ) !important;
    }

    .tour-trustbar {
        transform: none !important;
        margin-top: 24px !important;
    }
}

/* Mobil */
@media (max-width: 767px) {
    .tour-hero {
        min-height: auto !important;
        padding: 18px 0 20px !important;
    }

    .tour-hero::before {
        background-position: 69% center !important;
        filter: saturate(1.10) contrast(1.03) brightness(1.10) !important;
    }

    .tour-trustbar {
        transform: none !important;
        margin-top: 20px !important;
    }
}


/* HERO — SON DÜZELTME */
@media (min-width:1101px){
  .tour-hero{
    min-height:900px!important;
    padding:112px 0 20px!important;
    overflow:hidden!important;
  }
  .tour-hero-wrap{
    min-height:768px!important;
    display:flex!important;
    flex-direction:column!important;
  }
  .tour-hero-route-badge{top:12px!important;right:0!important;}
  .tour-hero-grid{
    flex:1 1 auto!important;
    min-height:630px!important;
    padding-top:18px!important;
    gap:52px!important;
    align-items:center!important;
  }
  .tour-hero-copy{transform:none!important;}
  .tour-search{margin-top:18px!important;transform:translateX(-6px)!important;}
  .tour-mini-card{min-height:150px!important;}
  .tour-trustbar{
    position:relative!important;
    z-index:20!important;
    width:100%!important;
    margin:16px 0 0!important;
    transform:none!important;
    flex:0 0 auto!important;
  }
  .tour-trustbar-item{min-height:60px!important;}
  .tour-hero::before{
    background-position:52% center!important;
    filter:brightness(1.42) contrast(1.05) saturate(1.22)!important;
  }
  .tour-hero::after{
    background:
      linear-gradient(90deg,
        rgba(2,13,27,.72) 0%,
        rgba(2,13,27,.56) 24%,
        rgba(2,13,27,.28) 42%,
        rgba(2,13,27,.08) 58%,
        rgba(2,13,27,0) 75%),
      linear-gradient(180deg,
        rgba(0,10,24,0) 0%,
        rgba(0,12,25,0) 74%,
        rgba(0,13,25,.06) 100%)!important;
    box-shadow:none!important;
  }
  .tour-hero-overlay{
    background:
      radial-gradient(ellipse at 53% 54%,rgba(108,232,242,.12) 0%,rgba(74,196,216,.045) 26%,transparent 48%),
      radial-gradient(circle at 96% 5%,rgba(255,205,137,.20),transparent 28%)!important;
  }
}

@media (min-width:1101px) and (max-width:1380px){
  .tour-hero{min-height:860px!important;padding-top:108px!important;}
  .tour-hero-wrap{min-height:728px!important;}
  .tour-hero-grid{min-height:595px!important;gap:40px!important;}
  .tour-search{margin-top:14px!important;transform:translateX(-3px)!important;}
  .tour-mini-card{min-height:142px!important;}
  .tour-trustbar{margin-top:14px!important;}
}

@media (min-width:768px) and (max-width:1100px){
  .tour-hero{min-height:auto!important;padding:90px 0 26px!important;}
  .tour-hero-wrap{min-height:0!important;display:block!important;}
  .tour-hero-route-badge{
    position:relative!important;top:auto!important;right:auto!important;
    margin:0 0 20px auto!important;
  }
  .tour-hero-grid{
    grid-template-columns:1fr!important;
    min-height:0!important;
    padding-top:0!important;
    gap:30px!important;
  }
  .tour-hero-copy,.tour-search{transform:none!important;}
  .tour-search{width:min(620px,100%)!important;margin-top:0!important;justify-self:center!important;}
  .tour-trustbar{margin-top:26px!important;transform:none!important;}
  .tour-hero::before{
    background-position:60% center!important;
    filter:brightness(1.18) contrast(1.04) saturate(1.15)!important;
  }
}

@media (max-width:767px){
  .tour-hero{min-height:auto!important;padding:84px 0 22px!important;}
  .tour-hero-wrap{min-height:0!important;display:block!important;}
  .tour-hero-route-badge{
    position:relative!important;top:auto!important;right:auto!important;
    margin:0 0 18px 0!important;
  }
  .tour-hero-grid{
    grid-template-columns:1fr!important;
    min-height:0!important;
    padding-top:0!important;
    gap:24px!important;
  }
  .tour-hero-copy,.tour-search{transform:none!important;}
  .tour-search{width:100%!important;margin-top:0!important;}
  .tour-trustbar{margin-top:22px!important;transform:none!important;}
  .tour-hero::before{
    background-position:69% center!important;
    filter:brightness(1.10) contrast(1.03) saturate(1.10)!important;
  }
}


/* ===== FINAL DROPDOWN UI ===== */

.tour-field-control{
overflow:visible!important;
}

.tour-field select{
background:transparent!important;
color:#fff!important;
-webkit-appearance:none!important;
appearance:none!important;
}

.tour-field select option{
background:#12384f!important;
color:#fff!important;
padding:12px!important;
font-size:15px!important;
font-weight:600!important;
}

.tour-field select option:hover{
background:#1d6f90!important;
}

.tour-field select option:checked{
background:#2aa9c8!important;
color:#fff!important;
}

.tour-field select option[value=""]{
background:#18485d!important;
color:#dffcff!important;
}

.tour-field input,
.tour-field select{
border-radius:12px!important;
}
/* =====================================================================
   POPÜLER GÜNÜBİRLİK TURLAR — CLEAN FINAL
   Yalnızca #populer-turlar bölümünü etkiler.
   Mevcut renk paleti, tipografi ve kart dili korunur.
===================================================================== */

#populer-turlar {
    position: relative;
    padding: 58px 0 64px;
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 14%, rgba(56, 216, 229, 0.07), transparent 30%),
        linear-gradient(180deg, #f7fbfd 0%, #f2f8fb 100%);
}

#populer-turlar > .tour-wrap {
    width: min(1340px, calc(100% - 48px)) !important;
    margin-inline: auto;
}

#populer-turlar .tour-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
        "kicker filter"
        "title filter"
        "desc filter";
    align-items: center;
    column-gap: 36px;
    margin-bottom: 30px;
}

#populer-turlar .tour-head .tour-kicker {
    grid-area: kicker;
    display: block;
    margin: 0 0 5px;
    color: #17859a;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.075em;
    line-height: 1.3;
    text-transform: uppercase;
}

#populer-turlar .tour-head h2 {
    grid-area: title;
    margin: 0;
    color: #07152d;
    font-size: clamp(30px, 2.3vw, 42px);
    font-weight: 900;
    letter-spacing: -0.035em;
    line-height: 1.08;
}

#populer-turlar .tour-head p {
    grid-area: desc;
    max-width: 720px;
    margin: 7px 0 0;
    color: #52657a;
    font-size: 16px;
    line-height: 1.55;
}

#populer-turlar .tour-filter {
    grid-area: filter;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin: 0;
}

#populer-turlar .tour-filter button {
    min-width: 78px;
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid rgba(31, 167, 198, 0.42);
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.88);
    color: #0b2037;
    font: inherit;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 7px 18px rgba(5, 37, 61, 0.06);
    transition:
        transform 0.2s ease,
        color 0.2s ease,
        background 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

#populer-turlar .tour-filter button:hover {
    transform: translateY(-2px);
    border-color: #28b9cf;
    box-shadow: 0 12px 24px rgba(5, 37, 61, 0.10);
}

#populer-turlar .tour-filter button.active,
#populer-turlar .tour-filter button[aria-pressed="true"] {
    border-color: #ff654b;
    background: linear-gradient(135deg, #ff704f, #ff5742);
    color: #fff;
    box-shadow: 0 12px 25px rgba(255, 87, 66, 0.24);
}

#populer-turlar .tour-cards {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    align-items: stretch;
    gap: 22px !important;
    width: 100%;
    margin: 0;
}

#populer-turlar .tour-card {
    position: relative;
    display: flex !important;
    min-width: 0;
    height: 100%;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(26, 167, 194, 0.47);
    border-radius: 18px;
    background: #fff;
    box-shadow:
        0 18px 44px rgba(9, 38, 61, 0.12),
        0 2px 6px rgba(9, 38, 61, 0.05);
    transition:
        transform 0.28s ease,
        border-color 0.28s ease,
        box-shadow 0.28s ease;
}

#populer-turlar .tour-card:hover {
    transform: translateY(-6px);
    border-color: rgba(37, 194, 215, 0.92);
    box-shadow:
        0 26px 58px rgba(9, 38, 61, 0.17),
        0 0 0 1px rgba(56, 216, 229, 0.08);
}

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

#populer-turlar .tour-card-image {
    position: relative;
    height: 250px;
    overflow: hidden;
    background: #0a3150;
}

#populer-turlar .tour-card-image::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(1, 15, 28, 0.01) 35%, rgba(1, 20, 35, 0.62) 100%);
}

#populer-turlar .tour-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center;
    transition: transform 0.48s ease;
}

#populer-turlar .tour-card:hover .tour-card-image img {
    transform: scale(1.045);
}

#populer-turlar .tour-card-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    gap: 8px;
    padding: 0 14px;
    border: 1px solid rgba(214, 250, 252, 0.72);
    border-radius: 11px;
    background: linear-gradient(135deg, rgba(15, 151, 166, 0.93), rgba(11, 105, 130, 0.91));
    color: #fff;
    font-size: 15px;
    font-weight: 850;
    box-shadow: 0 9px 24px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

#populer-turlar .tour-card-body {
    display: flex !important;
    min-width: 0;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 21px 20px 18px;
}

#populer-turlar .tour-card-copy h3 {
    margin: 0 0 8px;
    color: #07152d;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: -0.025em;
    line-height: 1.17;
}

#populer-turlar .tour-location {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 7px;
    margin: 0;
    color: #617086;
    font-size: 14px;
    line-height: 1.45;
}

#populer-turlar .tour-location > span:first-child {
    flex: 0 0 auto;
    color: #e84a72;
    font-size: 16px;
}

#populer-turlar .tour-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 16px;
    margin: 17px 0 0;
    padding: 15px 0;
    border-top: 1px solid #dce7ed;
    border-bottom: 1px solid #dce7ed;
}

#populer-turlar .tour-meta span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #34495e;
    font-size: 12px;
    font-weight: 650;
    white-space: nowrap;
}

#populer-turlar .tour-meta i {
    font-style: normal;
}

#populer-turlar .tour-card-bottom {
    display: flex;
    margin-top: auto;
    flex-direction: column;
    gap: 14px;
    padding-top: 16px;
}

#populer-turlar .tour-price {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 14px;
}

#populer-turlar .tour-price span {
    color: #708095;
    font-size: 13px;
    line-height: 1;
    white-space: nowrap;
}

#populer-turlar .tour-price strong {
    color: #07152d;
    font-size: 25px;
    font-weight: 900;
    letter-spacing: -0.035em;
    line-height: 1;
    white-space: nowrap;
}

#populer-turlar .tour-card-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 48px;
    gap: 10px;
}

#populer-turlar .tour-card-actions .main,
#populer-turlar .tour-card-actions .wa {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 850;
    line-height: 1;
    text-decoration: none;
    transition:
        transform 0.2s ease,
        background 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

#populer-turlar .tour-card-actions .main {
    gap: 8px;
    border: 1px solid #ff6048;
    background: linear-gradient(135deg, #ff6d4e, #ff5540);
    color: #fff;
    box-shadow: 0 10px 22px rgba(255, 87, 65, 0.20);
}

#populer-turlar .tour-card-actions .main:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 26px rgba(255, 87, 65, 0.27);
}

#populer-turlar .tour-card-actions .main span:last-child {
    font-size: 22px;
    font-weight: 500;
    transition: transform 0.2s ease;
}

#populer-turlar .tour-card-actions .main:hover span:last-child {
    transform: translateX(3px);
}

#populer-turlar .tour-card-actions .wa {
    width: 48px;
    border: 1px solid #22b8d0;
    background: #fff;
    color: #078da5;
}

#populer-turlar .tour-card-actions .wa:hover {
    transform: translateY(-2px);
    background: #eafcff;
    border-color: #0ba2bb;
}

#populer-turlar .tour-help-cta {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 22px;
    margin-top: 28px;
    padding: 25px 28px;
    overflow: hidden;
    border: 1px solid rgba(86, 222, 235, 0.52);
    border-radius: 18px;
    background:
        radial-gradient(circle at 8% 50%, rgba(56, 216, 229, 0.12), transparent 20%),
        linear-gradient(115deg, #021b3a 0%, #064b6e 55%, #0c8299 100%);
    color: #fff;
    box-shadow: 0 20px 42px rgba(6, 51, 81, 0.16);
}

#populer-turlar .tour-help-cta .cta-icon {
    display: grid;
    width: 70px;
    height: 70px;
    place-items: center;
    border: 2px solid #53ebef;
    border-radius: 50%;
    background: rgba(2, 27, 52, 0.48);
    font-size: 31px;
    box-shadow: 0 0 28px rgba(56, 216, 229, 0.15);
}

#populer-turlar .tour-help-copy {
    min-width: 0;
}

#populer-turlar .tour-help-copy .tour-kicker {
    display: block;
    margin: 0 0 3px;
    color: #d7fbff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
}

#populer-turlar .tour-help-copy h3 {
    margin: 0;
    color: #fff;
    font-size: clamp(24px, 2vw, 34px);
    font-weight: 900;
    letter-spacing: -0.03em;
    line-height: 1.12;
}

#populer-turlar .tour-help-copy p {
    margin: 5px 0 0;
    color: rgba(241, 252, 255, 0.90);
    font-size: 14px;
    line-height: 1.45;
}

#populer-turlar .tour-help-cta .cta-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

#populer-turlar .tour-help-cta .tour-btn {
    display: inline-flex;
    min-width: 156px;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 850;
    line-height: 1;
    text-decoration: none;
    transition:
        transform 0.2s ease,
        background 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

#populer-turlar .tour-help-cta .tour-btn-primary {
    border-color: #ff6b50;
    background: linear-gradient(135deg, #ff6d4e, #ff5540);
    color: #fff;
    box-shadow: 0 10px 22px rgba(255, 87, 65, 0.22);
}

#populer-turlar .tour-help-cta .tour-btn-outline {
    border-color: rgba(225, 250, 252, 0.72);
    background: rgba(3, 31, 56, 0.28);
    color: #fff;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

#populer-turlar .tour-help-cta .tour-btn:hover {
    transform: translateY(-2px);
}

@media (max-width: 1100px) {
    #populer-turlar > .tour-wrap {
        width: min(100% - 38px, 980px) !important;
    }

    #populer-turlar .tour-head {
        grid-template-columns: 1fr;
        grid-template-areas:
            "kicker"
            "title"
            "desc"
            "filter";
        row-gap: 0;
    }

    #populer-turlar .tour-filter {
        justify-content: flex-start;
        margin-top: 20px;
    }

    #populer-turlar .tour-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    #populer-turlar .tour-help-cta {
        grid-template-columns: auto minmax(0, 1fr);
    }

    #populer-turlar .tour-help-cta .cta-actions {
        grid-column: 1 / -1;
        justify-content: flex-start;
    }
}

@media (max-width: 700px) {
    #populer-turlar {
        padding: 42px 0 48px;
    }

    #populer-turlar > .tour-wrap {
        width: min(100% - 26px, 620px) !important;
    }

    #populer-turlar .tour-head {
        margin-bottom: 24px;
    }

    #populer-turlar .tour-head h2 {
        font-size: clamp(28px, 8.5vw, 36px);
    }

    #populer-turlar .tour-head p {
        font-size: 15px;
    }

    #populer-turlar .tour-filter {
        overflow-x: auto;
        justify-content: flex-start;
        padding-bottom: 4px;
        overscroll-behavior-inline: contain;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    #populer-turlar .tour-filter::-webkit-scrollbar {
        display: none;
    }

    #populer-turlar .tour-filter button {
        flex: 0 0 auto;
    }

    #populer-turlar .tour-cards {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 17px !important;
    }

    #populer-turlar .tour-card-image {
        height: 230px;
    }

    #populer-turlar .tour-card-body {
        padding: 18px 17px 16px;
    }

    #populer-turlar .tour-help-cta {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 22px 18px;
        text-align: center;
    }

    #populer-turlar .tour-help-cta .cta-icon {
        width: 62px;
        height: 62px;
        margin-inline: auto;
        font-size: 27px;
    }

    #populer-turlar .tour-help-cta .cta-actions {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }

    #populer-turlar .tour-help-cta .tour-btn {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 390px) {
    #populer-turlar > .tour-wrap {
        width: calc(100% - 20px) !important;
    }

    #populer-turlar .tour-card-image {
        height: 205px;
    }

    #populer-turlar .tour-card-copy h3 {
        font-size: 20px;
    }

    #populer-turlar .tour-price strong {
        font-size: 23px;
    }

    #populer-turlar .tour-card-actions {
        grid-template-columns: minmax(0, 1fr) 46px;
        gap: 8px;
    }

    #populer-turlar .tour-card-actions .main,
    #populer-turlar .tour-card-actions .wa {
        min-height: 46px;
    }
}

@media (prefers-reduced-motion: reduce) {
    #populer-turlar .tour-card,
    #populer-turlar .tour-card-image img,
    #populer-turlar .tour-filter button,
    #populer-turlar .tour-card-actions a,
    #populer-turlar .tour-help-cta .tour-btn {
        transition: none !important;
    }

    #populer-turlar .tour-card:hover,
    #populer-turlar .tour-card:hover .tour-card-image img,
    #populer-turlar .tour-filter button:hover,
    #populer-turlar .tour-card-actions a:hover,
    #populer-turlar .tour-help-cta .tour-btn:hover {
        transform: none !important;
    }
}

/* =====================================================================
   POPÜLER TURLAR — FINAL YERLEŞİM DÜZELTMESİ
   Önceki clean bloğun son override katmanıdır.
===================================================================== */

#populer-turlar {
    padding-top: 48px !important;
}

#populer-turlar > .tour-wrap {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
        "heading filters"
        "cards cards"
        "help help";
    align-items: end;
    column-gap: 36px;
    row-gap: 0;
}

#populer-turlar .tour-head {
    grid-area: heading;
    display: block !important;
    margin: 0 0 28px !important;
}

#populer-turlar .tour-head .tour-kicker {
    margin-bottom: 7px !important;
}

#populer-turlar .tour-head h2 {
    margin: 0 !important;
}

#populer-turlar .tour-head p {
    margin-top: 7px !important;
}

#populer-turlar .tour-filter {
    grid-area: filters;
    align-self: end;
    justify-self: end;
    margin: 0 0 28px !important;
}

#populer-turlar .tour-cards {
    grid-area: cards;
    width: 100% !important;
}

#populer-turlar .tour-help-cta {
    grid-area: help;
}

/* Kartları daha kompakt ve dengeli hale getir */
#populer-turlar .tour-card-image {
    height: 214px !important;
}

/*
 * Kaynak görsellerin alt kısmında bulunan eski yazı katmanını
 * yeniden HTML'e taşımadan optik olarak kadraj dışında bırakır.
 */
#populer-turlar .tour-card-image img {
    transform: scale(1.14) !important;
    transform-origin: center top !important;
    object-position: center top !important;
}

#populer-turlar .tour-card:hover .tour-card-image img {
    transform: scale(1.18) !important;
}

#populer-turlar .tour-card-image::after {
    background:
        linear-gradient(
            180deg,
            rgba(1, 15, 28, 0.00) 56%,
            rgba(1, 18, 32, 0.18) 78%,
            rgba(1, 20, 35, 0.46) 100%
        ) !important;
}

#populer-turlar .tour-card-body {
    padding: 18px 18px 16px !important;
}

#populer-turlar .tour-card-copy h3 {
    margin-bottom: 6px !important;
    font-size: 21px !important;
}

#populer-turlar .tour-meta {
    margin-top: 14px !important;
    padding: 12px 0 !important;
}

#populer-turlar .tour-card-bottom {
    gap: 12px !important;
    padding-top: 13px !important;
}

#populer-turlar .tour-card-actions .main,
#populer-turlar .tour-card-actions .wa {
    min-height: 46px !important;
}

#populer-turlar .tour-card-actions .wa {
    width: 46px !important;
}

/* CTA alanını kartlara daha yakın bağla */
#populer-turlar .tour-help-cta {
    margin-top: 24px !important;
}

/* 1366–1600 aralığında kartların gereksiz büyümesini engelle */
@media (min-width: 1101px) and (max-width: 1600px) {
    #populer-turlar > .tour-wrap {
        width: min(1240px, calc(100% - 44px)) !important;
    }

    #populer-turlar .tour-cards {
        gap: 18px !important;
    }

    #populer-turlar .tour-card-image {
        height: 205px !important;
    }

    #populer-turlar .tour-filter button {
        min-width: 72px;
        padding-inline: 15px;
    }
}

@media (max-width: 1100px) {
    #populer-turlar > .tour-wrap {
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas:
            "heading"
            "filters"
            "cards"
            "help";
    }

    #populer-turlar .tour-head {
        margin-bottom: 18px !important;
    }

    #populer-turlar .tour-filter {
        justify-self: start;
        margin-bottom: 24px !important;
    }
}

@media (max-width: 700px) {
    #populer-turlar {
        padding-top: 38px !important;
    }

    #populer-turlar .tour-head {
        margin-bottom: 15px !important;
    }

    #populer-turlar .tour-filter {
        width: 100%;
        margin-bottom: 20px !important;
    }

    #populer-turlar .tour-card-image {
        height: 205px !important;
    }

    #populer-turlar .tour-card-image img {
        transform: scale(1.12) !important;
    }

    #populer-turlar .tour-card:hover .tour-card-image img {
        transform: scale(1.15) !important;
    }
}

@media (max-width: 390px) {
    #populer-turlar .tour-card-image {
        height: 190px !important;
    }
}

/* =====================================================================
   POPÜLER TURLAR — GÖRSEL OTURMA VE KART HİZASI FINAL V2
===================================================================== */

#populer-turlar > .tour-wrap {
    width: min(1340px, calc(100% - 48px)) !important;
    margin-inline: auto !important;
}

#populer-turlar .tour-cards {
    justify-content: center !important;
    margin-inline: auto !important;
}

#populer-turlar .tour-card {
    width: 100% !important;
    margin: 0 !important;
    overflow: hidden !important;
}

#populer-turlar .tour-card-media-link {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

#populer-turlar .tour-card-image {
    position: relative !important;
    width: 100% !important;
    height: 220px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border-radius: 17px 17px 0 0 !important;
    background: transparent !important;
}

#populer-turlar .tour-card-image img {
    position: absolute !important;
    inset: -2px !important;
    display: block !important;
    width: calc(100% + 4px) !important;
    height: calc(100% + 4px) !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    object-fit: cover !important;
    object-position: center center !important;
    transform: scale(1.025) !important;
    transform-origin: center center !important;
}

#populer-turlar .tour-card:hover .tour-card-image img {
    transform: scale(1.055) !important;
}

#populer-turlar .tour-card-image::after {
    inset: 0 !important;
    border-radius: inherit !important;
    background:
        linear-gradient(
            180deg,
            rgba(1, 15, 28, 0) 72%,
            rgba(1, 18, 32, 0.10) 88%,
            rgba(1, 20, 35, 0.20) 100%
        ) !important;
}

#populer-turlar .tour-card-badge {
    top: 14px !important;
    left: 14px !important;
}

/* Masaüstünde üç kartın tam merkezde ve eşit genişlikte kalması */
@media (min-width: 1101px) {
    #populer-turlar .tour-cards {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

/* Orta ekranlarda taşmayı engelle */
@media (min-width: 701px) and (max-width: 1100px) {
    #populer-turlar > .tour-wrap {
        width: min(100% - 36px, 980px) !important;
    }

    #populer-turlar .tour-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 700px) {
    #populer-turlar > .tour-wrap {
        width: min(100% - 24px, 620px) !important;
    }

    #populer-turlar .tour-cards {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    #populer-turlar .tour-card-image {
        height: 210px !important;
    }

    #populer-turlar .tour-card-image img {
        inset: -1px !important;
        width: calc(100% + 2px) !important;
        height: calc(100% + 2px) !important;
        transform: scale(1.015) !important;
    }

    #populer-turlar .tour-card:hover .tour-card-image img {
        transform: scale(1.035) !important;
    }
}

@media (max-width: 390px) {
    #populer-turlar > .tour-wrap {
        width: calc(100% - 20px) !important;
    }

    #populer-turlar .tour-card-image {
        height: 195px !important;
    }
}

/* =====================================================================
   HERO — ÇİFT İKONLARI TEKİLLEŞTİRME FINAL
   Bu blok dosyanın en sonunda kalmalıdır.
===================================================================== */

.tour-hero .tour-field-icon,
.tour-hero .tour-benefit-icon,
.tour-hero .tour-trustbar-icon {
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    text-indent: -9999px !important;
}

.tour-hero .tour-field-icon::before,
.tour-hero .tour-benefit-icon::before,
.tour-hero .tour-trustbar-icon::before {
    display: block !important;
    color: var(--tour-cyan-light, #7af2ef) !important;
    font-family: Arial, "Segoe UI Symbol", sans-serif !important;
    font-size: 22px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    text-indent: 0 !important;
}

/* Form ikonları */
.tour-hero .tour-field:nth-child(1) .tour-field-icon::before {
    content: "⚓" !important;
}

.tour-hero .tour-field:nth-child(2) .tour-field-icon::before {
    content: "▣" !important;
}

.tour-hero .tour-field:nth-child(3) .tour-field-icon::before {
    content: none !important;
}

.tour-hero .tour-field:nth-child(4) .tour-field-icon::before {
    content: "⌖" !important;
}

/* Kişi sayacında ikinci ikon oluşmasını engelle */
.tour-hero .tour-people-control .tour-field-icon,
.tour-hero .tour-people-field > .tour-field-icon {
    display: none !important;
}

/* Hero avantaj ikonları */
.tour-hero .tour-benefit-item:nth-child(1) .tour-benefit-icon::before {
    content: "▣" !important;
}

.tour-hero .tour-benefit-item:nth-child(2) .tour-benefit-icon::before {
    content: "♙" !important;
}

.tour-hero .tour-benefit-item:nth-child(3) .tour-benefit-icon::before {
    content: "◇" !important;
}

/* Alt güven barı ikonları */
.tour-hero .tour-trustbar-item:nth-child(1) .tour-trustbar-icon::before {
    content: "▣" !important;
}

.tour-hero .tour-trustbar-item:nth-child(2) .tour-trustbar-icon::before {
    content: "✓" !important;
}

.tour-hero .tour-trustbar-item:nth-child(3) .tour-trustbar-icon::before {
    content: "♙" !important;
}

.tour-hero .tour-trustbar-item:nth-child(4) .tour-trustbar-icon::before {
    content: "◉" !important;
}

/* Tarih alanındaki yapay ikinci ikonu kaldır */
.tour-hero .tour-field:nth-child(2) .tour-field-control::after {
    content: none !important;
    display: none !important;
}

/* Kişi sayacı alanında dropdown oku üretme */
.tour-hero .tour-field:nth-child(3) .tour-field-control::after {
    content: none !important;
    display: none !important;
}

/* Tarayıcının yerleşik takvim ikonunu görünmez yap */
.tour-hero input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0 !important;
    cursor: pointer !important;
}

/* Son eleman border hatalarını düzelt */
.tour-hero .tour-benefit-item:last-child,
.tour-hero .tour-trustbar-item:last-child {
    border-right: 0 !important;
}

@media (max-width: 767px) {
    .tour-hero .tour-field-icon::before,
    .tour-hero .tour-benefit-icon::before,
    .tour-hero .tour-trustbar-icon::before {
        font-size: 19px !important;
    }
}
