:root {
    --ink: #16211f;
    --muted: #62716d;
    --line: #dce5e1;
    --paper: #f5f8f6;
    --white: #ffffff;
    --teal: #08776f;
    --teal-dark: #075a55;
    --gold: #c99543;
    --coral: #d9634d;
    --red: #f04438;
    --navy: #1a195b;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

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

.site-header {
    position: relative;
    z-index: 20;
    background: var(--white);
}

.campaign-bar {
    color: #fff;
    background: linear-gradient(90deg, #ef3349, #f04438 55%, #ffb1a5);
}

.campaign-inner {
    min-height: 72px;
    width: min(1280px, calc(100% - 36px));
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    font-weight: 900;
}

.campaign-icon {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    color: #fff;
    background: var(--navy);
}

.campaign-inner a {
    padding: 12px 16px;
    border-radius: 6px;
    background: var(--navy);
}

.main-nav {
    min-height: 86px;
    width: min(1280px, calc(100% - 36px));
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
}

.brand,
.main-nav nav,
.nav-actions,
.footer,
.chips,
.promo-strip {
    display: flex;
    align-items: center;
}

.brand {
    gap: 12px;
    font-weight: 900;
}

.brand-mark {
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: var(--white);
    background: var(--teal);
    font-weight: 900;
}

.main-nav nav {
    gap: 28px;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}

.nav-actions {
    gap: 18px;
    font-size: 13px;
    font-weight: 900;
}

.nav-actions a,
.nav-call {
    padding: 10px 12px;
    border: 1px solid var(--line);
    border-radius: 6px;
}

.login-link {
    color: var(--red);
}

.hero {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    display: grid;
    align-items: center;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(10, 25, 24, .72), rgba(10, 25, 24, .32), rgba(10, 25, 24, .08));
}

.hero-inner {
    position: relative;
    z-index: 1;
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto;
    padding: 84px 0 54px;
}

.hero-copy {
    max-width: 760px;
    color: #fff;
}

.eyebrow {
    margin: 0 0 12px;
    color: var(--gold);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

h1,
h2,
h3 {
    margin: 0;
    line-height: 1.05;
}

h1 {
    font-size: clamp(42px, 7vw, 82px);
}

h2 {
    font-size: clamp(30px, 5vw, 54px);
}

h3 {
    font-size: 23px;
}

.hero-copy p:not(.eyebrow) {
    max-width: 680px;
    color: rgba(255, 255, 255, .9);
    font-size: clamp(17px, 2vw, 22px);
    line-height: 1.6;
}

.search-panel {
    width: min(980px, 100%);
    margin-top: 24px;
}

.search-tabs {
    display: flex;
    gap: 8px;
}

.search-tabs button {
    min-width: 88px;
    color: var(--ink);
    background: #fff;
    border: 2px solid var(--red);
    border-radius: 8px 8px 0 0;
}

.search-tabs button.active {
    color: var(--red);
}

.search-fields {
    display: grid;
    grid-template-columns: 1.35fr 1fr 1fr .9fr 1.1fr;
    gap: 10px;
}

.search-fields label {
    min-height: 78px;
    padding: 12px 16px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 12px 30px rgba(18, 39, 36, .18);
}

.search-fields input {
    border: 0;
    padding: 0;
    background: transparent;
    font-size: 17px;
}

.search-fields button {
    min-height: 78px;
    align-self: end;
    background: var(--red);
    border-radius: 6px;
}

label {
    display: grid;
    gap: 8px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 900;
}

input,
select,
textarea {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 6px;
    padding: 14px;
    color: var(--ink);
    background: #fbfdfc;
    font: inherit;
}

button,
.search-panel button,
.thanks-card a {
    border: 0;
    border-radius: 6px;
    padding: 14px 18px;
    color: var(--white);
    background: var(--teal);
    font: inherit;
    font-weight: 900;
    cursor: pointer;
}

button:hover,
.thanks-card a:hover {
    background: var(--teal-dark);
}

.promo-strip {
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    padding: 24px 0;
}

.promo-strip a {
    flex: 1;
    min-width: 220px;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: center;
    column-gap: 12px;
    min-height: 72px;
    padding: 12px;
    color: var(--ink);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 12px;
    box-shadow: 0 10px 28px rgba(18, 39, 36, .06);
}

.promo-strip a::before {
    content: "✓";
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border: 2px solid #f0a3a0;
    border-radius: 50%;
    color: var(--red);
    font-weight: 900;
}

.promo-strip strong {
    display: block;
}

.promo-strip span {
    display: block;
    margin-top: 4px;
    color: var(--muted);
    line-height: 1.35;
}

.section,
.lead-section {
    padding: clamp(46px, 7vw, 90px) clamp(18px, 6vw, 78px);
}

.section-head {
    display: grid;
    gap: 12px;
    max-width: 780px;
    margin-bottom: 30px;
}

.section-head p,
.lead-section p {
    color: var(--muted);
    line-height: 1.65;
}

.hotel-clean-section {
    background: #f5f8f6;
}

.clean-section-head {
    max-width: 860px;
}

.hotel-region-tabs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 0 0 22px;
    padding: 12px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    box-shadow: 0 14px 35px rgba(18, 39, 36, .06);
}

.hotel-region-tab {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 12px 16px;
    color: var(--ink);
    background: #f8fbfa;
    border: 1px solid var(--line);
    border-radius: 999px;
    font-weight: 900;
}

.hotel-region-tab:hover,
.hotel-region-tab.is-active {
    color: #fff;
    background: var(--teal);
    border-color: var(--teal);
}

.hotel-region-tab strong {
    display: inline-grid;
    place-items: center;
    min-width: 28px;
    height: 28px;
    padding: 0 8px;
    color: var(--teal);
    background: #fff;
    border-radius: 999px;
    font-size: 13px;
}

.hotel-region-panel {
    display: none;
}

.hotel-region-panel.is-active {
    display: block;
}

.clean-region-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
    padding: 18px 20px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
}

.clean-region-title h3 {
    margin: 0 0 5px;
    font-size: 28px;
}

.clean-region-title p {
    margin: 0;
    color: var(--muted);
    font-weight: 800;
}

.clean-region-title a {
    flex: 0 0 auto;
    padding: 11px 15px;
    color: #fff;
    background: var(--teal);
    border-radius: 8px;
    font-weight: 900;
}

.clean-hotel-list {
    display: grid;
    gap: 14px;
}

.clean-hotel-card {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(18, 39, 36, .06);
}

.clean-hotel-image {
    min-height: 160px;
    background: #eef3f1;
}

.clean-hotel-image img {
    width: 100%;
    height: 100%;
    min-height: 160px;
    object-fit: cover;
}

.clean-hotel-main {
    padding: 18px;
}

.clean-hotel-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

.clean-hotel-top h3 {
    margin: 0 0 7px;
    font-size: 23px;
}

.clean-hotel-top p {
    margin: 0;
    color: var(--muted);
    font-weight: 800;
}

.clean-event-badge {
    flex: 0 0 auto;
    padding: 8px 11px;
    color: #6a4209;
    background: #fff1d8;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
}

.clean-event-badge.is-muted {
    color: var(--muted);
    background: #f1f4f3;
}

.clean-hotel-meta {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin: 14px 0;
}

.clean-hotel-meta span {
    padding: 7px 10px;
    color: var(--muted);
    background: #f8fbfa;
    border: 1px solid var(--line);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
}

.clean-hotel-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.clean-primary-btn,
.clean-event-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 14px;
    border-radius: 8px;
    font-weight: 900;
}

.clean-primary-btn {
    color: #fff;
    background: var(--teal);
}

.clean-event-toggle {
    color: var(--teal);
    background: #fff;
    border: 1px solid var(--teal);
}

.clean-event-toggle:hover {
    color: #fff;
    background: var(--teal);
}

.clean-event-area {
    display: none;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid var(--line);
}

.clean-hotel-card.is-open .clean-event-area {
    display: block;
}

.clean-event-grid {
    display: grid;
    gap: 12px;
}

.clean-event-card {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    overflow: hidden;
    background: #fbfdfc;
    border: 1px solid var(--line);
    border-radius: 10px;
}

.clean-event-card img {
    width: 100%;
    height: 100%;
    min-height: 140px;
    object-fit: cover;
}

.clean-event-card > div {
    padding: 14px;
}

.clean-event-card span {
    display: inline-flex;
    margin-bottom: 8px;
    padding: 6px 9px;
    color: #6a4209;
    background: #fff1d8;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
}

.clean-event-card h4 {
    margin: 0 0 7px;
    font-size: 20px;
}

.clean-event-card small {
    display: block;
    margin-bottom: 7px;
    color: #ff2b1f;
    font-weight: 900;
}

.clean-event-card p,
.clean-empty-event p {
    margin: 0;
    color: var(--muted);
    line-height: 1.5;
}

.clean-empty-event {
    padding: 14px;
    background: #fbfdfc;
    border: 1px dashed var(--line);
    border-radius: 10px;
}

.clean-empty-event strong {
    display: block;
    margin-bottom: 6px;
}

.muted {
    background: var(--white);
}

.event-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.event-card {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 16px 45px rgba(18, 39, 36, .08);
}

.event-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-card > div {
    padding: 22px;
}

.event-card span {
    color: var(--coral);
    font-weight: 900;
}

.event-card p {
    color: var(--muted);
    line-height: 1.55;
}

.lead-section {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
    gap: clamp(26px, 5vw, 70px);
    background: #e8f1ee;
}

.lead-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    padding: 24px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 12px;
}

.full {
    grid-column: 1 / -1;
}

.footer {
    justify-content: space-between;
    gap: 20px;
    padding: 28px clamp(18px, 6vw, 78px);
    color: var(--muted);
    background: var(--white);
}

.footer strong {
    color: var(--ink);
}

.footer > div:last-child {
    display: flex;
    gap: 18px;
    font-weight: 900;
}

.thanks-page {
    min-height: 100vh;
    display: grid;
    place-items: center;
    background: #e8f1ee;
}

.thanks-card {
    width: min(560px, calc(100% - 32px));
    padding: 44px;
    text-align: center;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
}

.thanks-card h1 {
    margin-top: 18px;
    font-size: 42px;
}

.thanks-card a {
    display: inline-flex;
    margin-top: 18px;
}

.whatsapp-float {
    position: fixed;
    right: 28px;
    bottom: 28px;
    z-index: 30;
    display: grid;
    place-items: center;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    color: #fff;
    background: #25d366;
    border: 4px solid #fff;
    box-shadow: 0 18px 45px rgba(18, 39, 36, .28);
    font-size: 34px;
    font-weight: 900;
}

.whatsapp-float:hover {
    background: #18b957;
}

@media (max-width: 920px) {
    .campaign-inner {
        min-height: auto;
        padding: 12px 0;
        gap: 10px;
        font-size: 12px;
        flex-wrap: wrap;
    }

    .campaign-icon {
        width: 38px;
        height: 38px;
    }

    .main-nav {
        min-height: auto;
        padding: 14px 0;
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .main-nav nav {
        gap: 14px;
        flex-wrap: wrap;
        font-size: 12px;
    }

    .nav-actions {
        width: 100%;
        gap: 8px;
        overflow-x: auto;
    }

    .nav-actions a {
        white-space: nowrap;
    }

    .search-fields,
    .event-list,
    .lead-section,
    .lead-form {
        grid-template-columns: 1fr;
    }

    .search-tabs button {
        min-width: 76px;
        padding-inline: 10px;
    }

    .hero {
        min-height: 680px;
        align-items: end;
    }

    .hero-inner {
        padding: 44px 0 24px;
    }

    .promo-strip {
        overflow-x: auto;
        justify-content: flex-start;
        padding: 18px 0;
    }

    .promo-strip a {
        min-width: 260px;
    }

    .clean-region-title,
    .clean-hotel-top {
        align-items: flex-start;
        flex-direction: column;
    }

    .clean-hotel-card,
    .clean-event-card,
    .event-card {
        grid-template-columns: 1fr;
    }

    .clean-hotel-image img {
        min-height: 210px;
    }

    .clean-event-card img {
        height: 210px;
    }

    .whatsapp-float {
        right: 18px;
        bottom: 18px;
        width: 58px;
        height: 58px;
        font-size: 28px;
    }
}

/* Header gerçek logo düzeni */
.brand-logo {
    width: 58px;
    height: 58px;
    object-fit: contain;
    display: block;
    border-radius: 50%;
}

.brand span:last-child {
    font-size: 17px;
    font-weight: 900;
    white-space: nowrap;
}

@media (max-width: 920px) {
    .brand-logo {
        width: 48px;
        height: 48px;
    }

    .brand span:last-child {
        font-size: 15px;
    }
}


/* Mobil görünüm iyileştirmeleri */
@media (max-width: 768px) {
    body {
        background: #f5f8f6;
    }

    .campaign-inner {
        width: calc(100% - 24px);
        min-height: auto;
        padding: 9px 0;
        gap: 8px;
        font-size: 11px;
        text-align: center;
    }

    .campaign-icon {
        display: none;
    }

    .campaign-inner span {
        display: none;
    }

    .campaign-inner a {
        padding: 8px 10px;
        font-size: 11px;
    }

    .main-nav {
        width: calc(100% - 24px);
        min-height: auto;
        padding: 12px 0;
        gap: 10px;
    }

    .brand {
        width: 100%;
        justify-content: space-between;
    }

    .brand-logo {
        width: 46px;
        height: 46px;
    }

    .brand span:last-child {
        font-size: 16px;
    }

    .main-nav nav {
        width: 100%;
        display: flex;
        gap: 8px;
        overflow-x: auto;
        padding-bottom: 4px;
        font-size: 11px;
        white-space: nowrap;
    }

    .main-nav nav a {
        flex: 0 0 auto;
        padding: 8px 10px;
        background: #f5f8f6;
        border: 1px solid var(--line);
        border-radius: 999px;
    }

    .nav-actions {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px;
        overflow: visible;
    }

    .nav-actions a,
    .nav-call {
        padding: 9px 6px;
        text-align: center;
        font-size: 11px;
        white-space: nowrap;
    }

    .hero {
        min-height: auto;
        align-items: start;
    }

    .hero-inner {
        width: calc(100% - 24px);
        padding: 34px 0 22px;
    }

    .hero-copy {
        max-width: 100%;
    }

    .hero-copy .eyebrow {
        font-size: 11px;
        margin-bottom: 8px;
    }

    h1 {
        font-size: 34px;
        line-height: 1.08;
    }

    h2 {
        font-size: 30px;
    }

    .hero-copy p:not(.eyebrow) {
        font-size: 15px;
        line-height: 1.45;
        margin-bottom: 0;
    }

    .search-panel {
        margin-top: 18px;
    }

    .search-tabs {
        gap: 6px;
        overflow-x: auto;
    }

    .search-tabs button {
        min-width: 74px;
        padding: 10px 12px;
        font-size: 12px;
    }

    .search-fields {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .search-fields label {
        min-height: auto;
        padding: 10px 12px;
    }

    .search-fields input {
        font-size: 15px;
    }

    .search-fields button {
        min-height: 48px;
        font-size: 15px;
    }

    .promo-strip {
        width: calc(100% - 24px);
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        overflow: visible;
        padding: 14px 0;
    }

    .promo-strip a {
        min-width: 0;
        min-height: 64px;
        grid-template-columns: 34px minmax(0, 1fr);
        padding: 9px;
    }

    .promo-strip a::before {
        width: 34px;
        height: 34px;
        font-size: 12px;
    }

    .promo-strip strong {
        font-size: 12px;
    }

    .promo-strip span {
        font-size: 11px;
        line-height: 1.25;
    }

    .section,
    .lead-section {
        padding: 34px 12px;
    }

    .section-head {
        gap: 8px;
        margin-bottom: 18px;
    }

    .section-head p,
    .lead-section p {
        font-size: 14px;
        line-height: 1.5;
    }

    .hotel-region-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 8px;
        gap: 8px;
        margin-bottom: 14px;
        border-radius: 12px;
    }

    .hotel-region-tab {
        flex: 0 0 auto;
        padding: 10px 12px;
        font-size: 13px;
    }

    .hotel-region-tab strong {
        min-width: 24px;
        height: 24px;
        font-size: 12px;
    }

    .clean-region-title {
        padding: 14px;
        margin-bottom: 12px;
    }

    .clean-region-title h3 {
        font-size: 22px;
    }

    .clean-region-title p {
        font-size: 13px;
    }

    .clean-region-title a {
        width: 100%;
        text-align: center;
        padding: 10px 12px;
    }

    .clean-hotel-list {
        gap: 10px;
    }

    .clean-hotel-card {
        border-radius: 12px;
    }

    .clean-hotel-image {
        min-height: 170px;
    }

    .clean-hotel-image img {
        min-height: 170px;
        max-height: 190px;
    }

    .clean-hotel-main {
        padding: 14px;
    }

    .clean-hotel-top {
        gap: 10px;
    }

    .clean-hotel-top h3 {
        font-size: 19px;
        line-height: 1.2;
    }

    .clean-hotel-top p {
        font-size: 13px;
    }

    .clean-event-badge {
        padding: 7px 10px;
        font-size: 11px;
    }

    .clean-hotel-meta {
        margin: 12px 0;
        gap: 6px;
    }

    .clean-hotel-meta span {
        padding: 6px 8px;
        font-size: 11px;
    }

    .clean-hotel-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .clean-primary-btn,
    .clean-event-toggle {
        width: 100%;
        min-height: 42px;
        font-size: 14px;
    }

    .clean-event-card {
        border-radius: 10px;
    }

    .clean-event-card img {
        height: 180px;
    }

    .clean-event-card > div {
        padding: 12px;
    }

    .clean-event-card h4 {
        font-size: 18px;
    }

    .lead-form {
        padding: 16px;
        gap: 10px;
    }

    input,
    select,
    textarea {
        padding: 12px;
        font-size: 14px;
    }

    .footer {
        flex-direction: column;
        align-items: flex-start;
        padding: 22px 12px;
        font-size: 13px;
    }

    .footer > div:last-child {
        flex-wrap: wrap;
        gap: 10px;
    }

    .whatsapp-float {
        right: 14px;
        bottom: 14px;
        width: 54px;
        height: 54px;
        font-size: 26px;
        border-width: 3px;
    }
}

@media (max-width: 420px) {
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 26px;
    }

    .nav-actions {
        grid-template-columns: 1fr;
    }

    .promo-strip {
        grid-template-columns: 1fr;
    }

    .clean-hotel-image img {
        max-height: 170px;
    }
}


/* Mobil son sadeleştirme */
@media (max-width: 768px) {
    .campaign-inner {
        justify-content: center;
    }

    .campaign-inner strong {
        font-size: 11px;
        line-height: 1.2;
    }

    .campaign-inner a {
        display: none;
    }

    .main-nav {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 10px 0;
    }

    .brand {
        justify-content: center;
        gap: 10px;
    }

    .brand-logo {
        width: 42px;
        height: 42px;
    }

    .brand span:last-child {
        font-size: 16px;
    }

    .main-nav nav {
        justify-content: center;
        padding-bottom: 0;
    }

    .nav-actions {
        grid-template-columns: 1fr 1fr;
    }

    .nav-actions .login-link {
        grid-column: 1 / -1;
    }

    .hero-inner {
        padding-top: 26px;
    }

    h1 {
        font-size: 29px;
    }

    .hero-copy p:not(.eyebrow) {
        font-size: 14px;
    }

    .search-fields label {
        padding: 9px 11px;
    }

    .search-fields button {
        min-height: 46px;
    }

    .promo-strip {
        display: none;
    }

    .hotel-clean-section {
        padding-top: 32px;
    }

    .whatsapp-float {
        bottom: 22px;
        right: 16px;
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
}

@media (max-width: 420px) {
    .main-nav nav a {
        font-size: 10px;
        padding: 7px 9px;
    }

    .nav-actions a {
        font-size: 11px;
    }

    h1 {
        font-size: 28px;
    }
}


/* Mobilde hero alanını daha kısa ve satış odaklı yap */
.mobile-hero-actions {
    display: none;
}

@media (max-width: 768px) {
    .hero .search-panel {
        display: none;
    }

    .mobile-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
        margin-top: 16px;
    }

    .mobile-hero-actions a {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 46px;
        padding: 12px 14px;
        border-radius: 10px;
        font-weight: 900;
        text-align: center;
    }

    .mobile-hero-actions .mobile-primary {
        color: #fff;
        background: var(--teal);
    }

    .mobile-hero-actions .mobile-whatsapp {
        color: #fff;
        background: #25d366;
    }

    .hero-inner {
        padding-bottom: 30px;
    }
}


/* Mobil son dokunuş: WhatsApp butonu ve otel bölgesi boşlukları */
@media (max-width: 768px) {
    .hotel-clean-section {
        padding-top: 38px;
    }

    .hotel-clean-section .section-head {
        margin-bottom: 24px;
    }

    .whatsapp-float {
        bottom: 18px;
        right: 12px;
        width: 46px;
        height: 46px;
        font-size: 22px;
        box-shadow: 0 10px 28px rgba(18, 39, 36, .24);
    }

    .hotel-region-tabs {
        margin-top: 8px;
    }
}


/* Mobilde bölge sekmeleri yazısını küçült */
@media (max-width: 768px) {
    .hotel-region-tab {
        font-size: 12px;
        padding: 8px 10px;
        gap: 6px;
    }

    .hotel-region-tab strong {
        min-width: 22px;
        height: 22px;
        font-size: 11px;
    }
}


/* Mobilde 5 bölge sekmesi tek satıra sığsın, scroll olmasın */
@media (max-width: 768px) {
    .hotel-region-tabs {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 5px;
        overflow-x: visible;
        padding: 6px;
    }

    .hotel-region-tab {
        width: 100%;
        min-width: 0;
        justify-content: center;
        padding: 8px 4px;
        gap: 4px;
        font-size: 10px;
        white-space: nowrap;
    }

    .hotel-region-tab strong {
        min-width: 18px;
        height: 18px;
        padding: 0 4px;
        font-size: 10px;
    }
}


/* Otel adları tıklanabilir */
.clean-hotel-name-link {
    color: inherit;
    text-decoration: none;
}

.clean-hotel-name-link:hover {
    color: var(--teal);
    text-decoration: underline;
}


/* Otel detay sayfası */
.hotel-detail-page {
    background: #f5f8f6;
}

.hotel-detail-hero {
    background: #fff;
}

.hotel-detail-cover {
    width: 100%;
    max-height: 620px;
    overflow: hidden;
    background: #eef3f1;
}

.hotel-detail-cover img {
    width: 100%;
    height: min(620px, 56vw);
    min-height: 420px;
    object-fit: cover;
    object-position: center;
}

.hotel-detail-summary {
    width: min(1180px, calc(100% - 36px));
    margin: -72px auto 0;
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 22px;
    padding: 28px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: 0 20px 55px rgba(18, 39, 36, .14);
}

.hotel-detail-summary h1 {
    color: var(--ink);
    font-size: clamp(34px, 4.5vw, 58px);
}

.hotel-detail-summary p {
    color: var(--muted);
    line-height: 1.65;
    font-size: 16px;
}

.hotel-detail-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.hotel-detail-tags span {
    padding: 8px 11px;
    color: var(--muted);
    background: #f8fbfa;
    border: 1px solid var(--line);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
}

.hotel-offer-box {
    padding: 20px;
    background: #f8fbfa;
    border: 1px solid var(--line);
    border-radius: 14px;
}

.hotel-offer-box strong {
    display: block;
    margin-bottom: 8px;
    font-size: 20px;
}

.hotel-offer-box p {
    margin-bottom: 16px;
    font-size: 14px;
}

.hotel-primary-btn,
.hotel-whatsapp-btn,
.hotel-call-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin-top: 9px;
    padding: 11px 14px;
    border-radius: 10px;
    font-weight: 900;
    text-align: center;
}

.hotel-primary-btn {
    color: #fff;
    background: var(--teal);
}

.hotel-whatsapp-btn {
    color: #fff;
    background: #25d366;
}

.hotel-call-btn {
    color: var(--teal);
    background: #fff;
    border: 1px solid var(--teal);
}

.hotel-detail-section {
    width: min(1180px, calc(100% - 36px));
    margin: 28px auto;
    padding: 30px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: 0 14px 35px rgba(18, 39, 36, .06);
}

.hotel-detail-section-head {
    display: grid;
    gap: 8px;
    margin-bottom: 20px;
}

.hotel-detail-section-head h2 {
    font-size: clamp(28px, 4vw, 42px);
}

.hotel-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.hotel-gallery-grid a {
    display: block;
    overflow: hidden;
    min-height: 170px;
    border-radius: 12px;
    background: #eef3f1;
}

.hotel-gallery-grid a.is-large {
    grid-column: span 2;
    grid-row: span 2;
}

.hotel-gallery-grid img {
    width: 100%;
    height: 100%;
    min-height: 170px;
    object-fit: cover;
    transition: transform .25s ease;
}

.hotel-gallery-grid a:hover img {
    transform: scale(1.04);
}

.hotel-info-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 24px;
}

.hotel-info-layout p {
    color: var(--muted);
    line-height: 1.7;
}

.hotel-info-list {
    display: grid;
    gap: 10px;
    margin-top: 20px;
}

.hotel-info-list div {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 14px;
    background: #f8fbfa;
    border: 1px solid var(--line);
    border-radius: 10px;
}

.hotel-info-list strong {
    color: var(--ink);
}

.hotel-info-list span {
    color: var(--muted);
    text-align: right;
}

.hotel-side-card {
    padding: 22px;
    background: #0b736b;
    color: #fff;
    border-radius: 14px;
}

.hotel-side-card h3 {
    margin-bottom: 14px;
}

.hotel-side-card ul {
    margin: 0;
    padding-left: 18px;
    line-height: 1.9;
}

.hotel-events-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.hotel-event-detail-card {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    overflow: hidden;
    background: #fbfdfc;
    border: 1px solid var(--line);
    border-radius: 14px;
}

.hotel-event-detail-card img {
    width: 100%;
    height: 100%;
    min-height: 170px;
    object-fit: cover;
}

.hotel-event-detail-card > div {
    padding: 16px;
}

.hotel-event-detail-card span {
    display: inline-flex;
    margin-bottom: 8px;
    padding: 6px 9px;
    color: #6a4209;
    background: #fff1d8;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
}

.hotel-event-detail-card small {
    display: block;
    margin: 8px 0;
    color: var(--red);
    font-weight: 900;
}

@media (max-width: 900px) {
    .hotel-detail-cover img {
        height: 330px;
        min-height: 330px;
    }

    .hotel-detail-summary {
        width: calc(100% - 24px);
        margin-top: -38px;
        grid-template-columns: 1fr;
        padding: 18px;
        border-radius: 14px;
    }

    .hotel-detail-summary h1 {
        font-size: 30px;
    }

    .hotel-detail-section {
        width: calc(100% - 24px);
        margin: 18px auto;
        padding: 18px;
        border-radius: 14px;
    }

    .hotel-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .hotel-gallery-grid a,
    .hotel-gallery-grid img {
        min-height: 130px;
    }

    .hotel-gallery-grid a.is-large {
        grid-column: span 2;
        grid-row: span 1;
    }

    .hotel-info-layout,
    .hotel-events-grid,
    .hotel-event-detail-card {
        grid-template-columns: 1fr;
    }

    .hotel-info-list div {
        display: grid;
        gap: 6px;
    }

    .hotel-info-list span {
        text-align: left;
    }
}


/* Otel detay bilgi kartı görünürlük düzeltmesi */
.hotel-detail-summary {
    align-items: start;
    min-height: 260px;
}

.hotel-detail-summary > div:first-child {
    display: block;
}

.hotel-detail-summary .eyebrow {
    color: var(--gold);
}

.hotel-detail-summary h1 {
    display: block;
    margin: 0 0 14px;
    color: var(--ink);
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.08;
}

.hotel-detail-summary p {
    display: block;
    margin: 0;
    color: var(--muted);
}

.hotel-offer-box {
    display: block;
}

@media (max-width: 900px) {
    .hotel-detail-summary {
        min-height: auto;
        margin-top: -28px;
    }

    .hotel-detail-summary h1 {
        font-size: 28px;
    }
}


/* Otel detay: bilgi kartı ve galeri inceleme */
.hotel-detail-summary {
    align-items: start;
    min-height: 260px;
}

.hotel-detail-summary > div:first-child {
    display: block;
}

.hotel-detail-summary h1 {
    display: block;
    margin: 0 0 14px;
    color: var(--ink);
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.08;
}

.hotel-detail-summary p {
    display: block;
    margin: 0;
    color: var(--muted);
}

.hotel-gallery-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin-top: 9px;
    padding: 11px 14px;
    color: #fff;
    background: #c99543;
    border-radius: 10px;
    font-weight: 900;
    text-align: center;
}

.hotel-gallery-btn:hover {
    background: #a8792c;
}

.hotel-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(0, 0, 0, .86);
}

.hotel-lightbox.is-open {
    display: flex;
}

.hotel-lightbox img {
    max-width: min(1100px, 96vw);
    max-height: 88vh;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .45);
}

.hotel-lightbox-close {
    position: fixed;
    top: 18px;
    right: 18px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: #fff;
    background: rgba(255, 255, 255, .16);
    font-size: 24px;
    line-height: 1;
}

@media (max-width: 900px) {
    .hotel-detail-summary {
        min-height: auto;
        margin-top: -28px;
    }

    .hotel-detail-summary h1 {
        font-size: 28px;
    }

    .hotel-lightbox {
        padding: 12px;
    }

    .hotel-lightbox-close {
        top: 12px;
        right: 12px;
    }
}


/* Otel detay galeri: ilk 9 foto + tümünü göster */
.hotel-gallery-grid a.is-gallery-hidden {
    display: none;
}

.hotel-gallery-grid.is-expanded a.is-gallery-hidden {
    display: block;
}

.hotel-gallery-more {
    display: flex;
    justify-content: center;
    margin-top: 22px;
}

.hotel-gallery-more button {
    min-height: 46px;
    padding: 12px 22px;
    color: #fff;
    background: var(--teal);
    border-radius: 999px;
    font-weight: 900;
}

.hotel-gallery-more button:hover {
    background: var(--teal-dark);
}

@media (max-width: 900px) {
    .hotel-gallery-more button {
        width: 100%;
        border-radius: 10px;
    }
}


/* Otel galeri lightbox ileri / geri */
body.hotel-lightbox-open {
    overflow: hidden;
}

.hotel-lightbox-nav {
    position: fixed;
    top: 50%;
    z-index: 10000;
    width: 54px;
    height: 54px;
    transform: translateY(-50%);
    border-radius: 50%;
    color: #fff;
    background: rgba(255, 255, 255, .16);
    font-size: 42px;
    line-height: 1;
}

.hotel-lightbox-nav:hover,
.hotel-lightbox-close:hover {
    background: rgba(255, 255, 255, .28);
}

.hotel-lightbox-prev {
    left: 26px;
}

.hotel-lightbox-next {
    right: 26px;
}

.hotel-lightbox-counter {
    position: fixed;
    left: 50%;
    bottom: 22px;
    z-index: 10000;
    transform: translateX(-50%);
    padding: 8px 14px;
    color: #fff;
    background: rgba(0, 0, 0, .45);
    border-radius: 999px;
    font-weight: 900;
}

@media (max-width: 768px) {
    .hotel-lightbox-nav {
        width: 42px;
        height: 42px;
        font-size: 34px;
    }

    .hotel-lightbox-prev {
        left: 10px;
    }

    .hotel-lightbox-next {
        right: 10px;
    }

    .hotel-lightbox-counter {
        bottom: 14px;
        font-size: 13px;
    }
}


/* Otel detay sekme menüsü */
.hotel-detail-tabs {
    position: sticky;
    top: 82px;
    z-index: 20;
    max-width: 1180px;
    margin: 0 auto 26px;
    padding: 10px;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    background: rgba(255, 255, 255, .92);
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 999px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, .08);
    backdrop-filter: blur(12px);
}

.hotel-detail-tabs a {
    flex: 0 0 auto;
    padding: 10px 16px;
    color: #334155;
    background: #f8fafc;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 900;
}

.hotel-detail-tabs a:hover {
    color: #fff;
    background: var(--teal);
}

.hotel-overview-box {
    padding: 24px;
    color: #475569;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 22px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .07);
    font-size: 16px;
    line-height: 1.8;
}

@media (max-width: 900px) {
    .hotel-detail-tabs {
        top: 70px;
        margin-left: 14px;
        margin-right: 14px;
        border-radius: 18px;
    }

    .hotel-detail-tabs a {
        padding: 9px 13px;
        font-size: 13px;
    }

    .hotel-overview-box {
        padding: 18px;
        border-radius: 16px;
    }
}


/* Otel detay özellik kartları */
.hotel-feature-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 22px;
}

.hotel-feature-card {
    min-height: 132px;
    padding: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 20px;
    box-shadow: 0 16px 36px rgba(15, 23, 42, .06);
}

.hotel-feature-card span {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    background: #f0fdfa;
    border-radius: 14px;
    font-size: 22px;
}

.hotel-feature-card strong {
    color: #0f172a;
    font-size: 15px;
    font-weight: 900;
}

.hotel-feature-card small {
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
}

@media (max-width: 900px) {
    .hotel-feature-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .hotel-feature-card {
        min-height: 116px;
        padding: 14px;
        border-radius: 16px;
    }
}

@media (max-width: 520px) {
    .hotel-feature-cards {
        grid-template-columns: 1fr;
    }
}


/* Otel detay benzer oteller */
.similar-hotels-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.similar-hotel-card {
    overflow: hidden;
    display: block;
    color: inherit;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 22px;
    box-shadow: 0 18px 44px rgba(15, 23, 42, .07);
}

.similar-hotel-card img {
    width: 100%;
    height: 165px;
    object-fit: cover;
    display: block;
}

.similar-hotel-card div {
    padding: 15px;
}

.similar-hotel-card strong {
    display: block;
    color: #0f172a;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.35;
}

.similar-hotel-card span {
    display: block;
    margin-top: 6px;
    color: #64748b;
    font-size: 13px;
    font-weight: 800;
}

.similar-hotel-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 60px rgba(15, 23, 42, .12);
}

@media (max-width: 1000px) {
    .similar-hotels-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .similar-hotels-grid {
        grid-template-columns: 1fr;
    }

    .similar-hotel-card img {
        height: 190px;
    }
}


/* Otel detay mobil sabit iletişim barı */
.hotel-mobile-cta {
    display: none;
}

@media (max-width: 768px) {
    .hotel-mobile-cta {
        position: fixed;
        left: 10px;
        right: 10px;
        bottom: 10px;
        z-index: 9998;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
        padding: 8px;
        background: rgba(255, 255, 255, .95);
        border: 1px solid rgba(15, 23, 42, .10);
        border-radius: 18px;
        box-shadow: 0 18px 50px rgba(15, 23, 42, .22);
        backdrop-filter: blur(12px);
    }

    .hotel-mobile-cta a {
        min-height: 44px;
        display: grid;
        place-items: center;
        color: #ffffff;
        background: var(--teal);
        border-radius: 13px;
        font-size: 13px;
        font-weight: 900;
        text-align: center;
    }

    .hotel-mobile-cta a:nth-child(2) {
        background: #0f172a;
    }

    .hotel-mobile-cta a:nth-child(3) {
        background: #f59e0b;
    }

    .hotel-detail-page {
        padding-bottom: 86px;
    }
}


/* Otel detay kısa talep formu */
.hotel-short-lead {
    align-items: center;
}

.lead-trust-list {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.lead-trust-list span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0f766e;
    font-weight: 900;
}

.lead-form-compact {
    gap: 13px;
}

.lead-form-compact label {
    font-weight: 900;
}

.lead-form-compact input,
.lead-form-compact textarea {
    margin-top: 7px;
}

.lead-form-compact button {
    font-size: 16px;
    font-weight: 950;
}

@media (max-width: 768px) {
    .hotel-short-lead {
        gap: 20px;
    }

    .lead-trust-list {
        gap: 8px;
    }

    .lead-form-compact textarea {
        min-height: 92px;
    }
}

