:root {
    --bg: #ffffff;
    --bg-soft: #f4f7f8;
    --ink: #17212b;
    --muted: #637083;
    --line: #dce3e8;
    --navy: #0e2b42;
    --navy-2: #173b57;
    --teal: #0f766e;
    --teal-dark: #0b5d56;
    --warm: #b7791f;
    --shadow: 0 18px 45px rgba(17, 33, 46, 0.10);
    --radius: 8px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--bg);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
}

body.is-lightbox-open {
    overflow: hidden;
}

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

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

.page-top-anchor {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
}

.container {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(14px);
}

.header-inner {
    min-height: 78px;
    display: flex;
    align-items: center;
    gap: 22px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 210px;
}

.brand-logo {
    width: 54px;
    height: 54px;
    object-fit: contain;
    flex: 0 0 auto;
}

.brand strong,
.footer-brand {
    display: block;
    font-size: 18px;
    line-height: 1.15;
}

.brand small {
    display: block;
    color: var(--muted);
    font-size: 12px;
}

.site-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex: 1;
}

.site-nav a {
    padding: 10px 9px;
    color: #344252;
    font-size: 14px;
    border-radius: 8px;
}

.site-nav a:hover,
.site-nav a.is-active {
    color: var(--navy);
    background: var(--bg-soft);
}

.header-cta,
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 11px 17px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

.header-actions {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.language-switch {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    min-height: 42px;
    padding: 8px 10px;
    color: var(--navy);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    font-size: 13px;
    font-weight: 800;
}

.language-switch:hover {
    border-color: var(--teal);
    color: var(--teal-dark);
}

.icon {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
}

.btn .icon,
.header-cta .icon,
.floating-whatsapp .icon {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

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

.header-cta:hover,
.btn-primary:hover {
    background: var(--teal-dark);
}

.btn-secondary {
    color: var(--navy);
    background: #fff;
    border-color: var(--line);
}

.btn-secondary:hover {
    border-color: var(--navy-2);
}

.nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
}

.nav-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 4px auto;
    background: var(--ink);
}

.hero {
    position: relative;
    min-height: 620px;
    display: grid;
    align-items: center;
    overflow: hidden;
    background: var(--navy);
}

.hero-visual {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(9, 28, 43, 0.88), rgba(9, 28, 43, 0.62) 45%, rgba(9, 28, 43, 0.22)),
        linear-gradient(0deg, rgba(9, 28, 43, 0.22), rgba(9, 28, 43, 0.22)),
        url("../images/otel-binasi.jpg") center right / cover no-repeat;
}

.hero-visual::before,
.hero-visual::after {
    content: "";
    position: absolute;
}

.hero-visual::before {
    inset: 0;
    background: radial-gradient(circle at 72% 28%, rgba(255,255,255,0.16), transparent 36%);
}

.hero-visual::after {
    left: 0;
    right: 0;
    bottom: 0;
    height: 120px;
    background: linear-gradient(0deg, rgba(9, 28, 43, 0.42), transparent);
}

.hero-content {
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 90px 0;
}

.hero-with-widget {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 480px);
    gap: 56px;
    align-items: center;
}

.hero-copy {
    min-width: 0;
}

.hero h1,
.page-hero h1 {
    max-width: 760px;
    margin: 0;
    font-size: 56px;
    line-height: 1.06;
    letter-spacing: 0;
}

.hero h1 {
    max-width: 610px;
}

.hero p:not(.eyebrow),
.page-hero p:not(.eyebrow) {
    max-width: 560px;
    margin: 20px 0 0;
    color: rgba(255,255,255,0.86);
    font-size: 20px;
}

.eyebrow,
.section-kicker {
    margin: 0 0 10px;
    color: var(--teal);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0;
}

.hero .eyebrow,
.page-hero .eyebrow {
    color: #b5efe6;
}

.button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.hero-highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    max-width: 760px;
    margin-top: 34px;
}

.hero-highlight {
    display: grid;
    gap: 5px;
    min-height: 108px;
    padding: 16px;
    color: #fff;
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 8px;
    backdrop-filter: blur(10px);
}

.hero-highlight span {
    font-weight: 800;
}

.hero-highlight small {
    color: rgba(255,255,255,0.76);
    line-height: 1.35;
}

.hero-highlight-icon {
    width: 24px;
    height: 24px;
    color: #b5efe6;
}

.lead-widget {
    width: 100%;
    padding: 24px;
    color: var(--ink);
    background: #fff;
    border: 1px solid rgba(226, 232, 240, 0.95);
    border-radius: 12px;
    box-shadow: 0 24px 70px rgba(0,0,0,0.22);
}

.lead-widget-header {
    text-align: center;
    margin-bottom: 18px;
}

.lead-widget-header .section-kicker {
    margin-bottom: 6px;
    color: var(--teal);
}

.lead-widget-header h2 {
    margin: 0 0 8px;
    color: var(--navy);
    font-size: 24px;
    line-height: 1.15;
}

.lead-widget-header p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.55;
}

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

.form-field {
    display: grid;
    gap: 5px;
}

.form-field label {
    color: var(--ink);
    font-size: 12px;
    font-weight: 800;
}

.form-field input,
.form-field textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 11px 13px;
    color: var(--ink);
    background: #fff;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    font: inherit;
    font-size: 14px;
}

.form-field textarea {
    resize: vertical;
}

.form-field input:focus,
.form-field textarea:focus {
    outline: 3px solid rgba(18, 143, 132, 0.16);
    border-color: var(--teal);
}

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

.lead-submit {
    width: 100%;
    justify-content: center;
    margin-top: 4px;
    border: 0;
}

.lead-submit:disabled {
    cursor: wait;
    opacity: 0.78;
}

.lead-message {
    padding: 12px;
    border-radius: 8px;
    font-size: 14px;
    text-align: center;
    line-height: 1.45;
}

.lead-message.is-success {
    color: #15803d;
    background: #dcfce7;
    border: 1px solid #86efac;
}

.lead-message.is-error {
    color: #b91c1c;
    background: #fee2e2;
    border: 1px solid #fca5a5;
}

.form-check {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.45;
}

.form-check input {
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    margin-top: 1px;
    accent-color: var(--teal);
}

.form-check a {
    color: var(--teal);
    font-weight: 800;
}

.quick-facts {
    position: relative;
    z-index: 2;
    margin-top: -46px;
}

.quick-facts-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.quick-fact {
    display: flex;
    gap: 13px;
    align-items: flex-start;
    min-height: 104px;
    padding: 20px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 14px 35px rgba(14, 43, 66, 0.08);
}

.quick-fact strong,
.quick-fact span {
    display: block;
}

.quick-fact strong {
    color: var(--navy);
    line-height: 1.25;
}

.quick-fact span {
    margin-top: 5px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.35;
}

.fact-icon {
    width: 28px;
    height: 28px;
    color: var(--teal);
}

.section {
    padding: 84px 0;
}

.section-soft {
    background: var(--bg-soft);
}

.split {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 54px;
    align-items: center;
}

h2 {
    margin: 0;
    color: var(--navy);
    font-size: 36px;
    line-height: 1.18;
    letter-spacing: 0;
}

h3 {
    margin: 0;
    color: var(--navy);
    font-size: 21px;
    line-height: 1.25;
    letter-spacing: 0;
}

p {
    color: var(--muted);
}

.lead {
    margin: 0;
    font-size: 19px;
}

.intro-note {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-top: 18px;
    padding: 15px 16px;
    color: var(--navy);
    background: var(--bg-soft);
    border: 1px solid var(--line);
    border-radius: 8px;
    font-weight: 800;
}

.intro-note .icon {
    width: 19px;
    height: 19px;
    margin-top: 2px;
    color: var(--teal);
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 16px;
    margin-top: 42px;
}

.trust-item {
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
}

.trust-icon {
    width: 34px;
    height: 34px;
    margin-bottom: 16px;
    color: var(--teal);
}

.trust-item h3 {
    font-size: 19px;
}

.trust-item p {
    margin: 10px 0 0;
}

.room-summary-grid,
.info-card-grid {
    display: grid;
    gap: 16px;
}

.room-summary-grid {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 28px;
}

.guide-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.summary-card,
.info-card {
    padding: 22px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
}

.summary-card {
    display: grid;
    gap: 8px;
}

.summary-card strong {
    color: var(--navy);
    font-size: 18px;
}

.summary-card span,
.info-card p {
    color: var(--muted);
}

.summary-icon,
.info-icon {
    width: 30px;
    height: 30px;
    color: var(--teal);
}

.info-card-grid {
    grid-template-columns: repeat(3, 1fr);
}

.info-card-grid.four {
    grid-template-columns: repeat(4, 1fr);
}

.info-card-grid.stacked {
    grid-template-columns: 1fr;
}

.info-card h3 {
    font-size: 19px;
    margin-top: 14px;
}

.info-card p {
    margin: 10px 0 0;
}

.reviews-section {
    align-items: center;
}

.rating-card {
    display: grid;
    gap: 10px;
    justify-items: start;
    padding: 32px;
    color: #fff;
    background: var(--navy);
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.rating-card span {
    color: rgba(255,255,255,0.72);
    font-weight: 800;
}

.rating-card strong {
    font-size: 64px;
    line-height: 1;
}

.live-rating-card strong {
    font-size: 46px;
}

.rating-card p {
    margin: 0;
    color: rgba(255,255,255,0.78);
}

.rating-stars {
    display: flex;
    gap: 5px;
    color: var(--warm);
}

.rating-symbol {
    display: inline-grid;
    place-items: center;
    width: 48px;
    height: 48px;
    color: var(--warm);
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 8px;
}

.rating-stars .icon {
    width: 24px;
    height: 24px;
}

.rating-symbol .icon {
    width: 26px;
    height: 26px;
}

.star-filled {
    fill: currentColor;
}

.star-muted {
    opacity: 0.32;
    fill: transparent;
}

.guide-band {
    background: var(--navy-2);
}

.guide-band .btn {
    width: auto;
    flex: 0 0 auto;
}

.source-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.source-list a {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 58px;
    padding: 15px 16px;
    color: var(--navy);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    font-weight: 800;
}

.source-list .icon {
    width: 18px;
    height: 18px;
    color: var(--teal);
}

.section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 32px;
}

.section-heading h2 {
    max-width: 620px;
}

.section-heading a,
.text-link {
    color: var(--teal);
    font-weight: 800;
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.text-link .icon {
    width: 17px;
    height: 17px;
}

.legal-content {
    max-width: 900px;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.78;
}

.legal-content h2 {
    margin: 36px 0 12px;
    color: var(--navy);
    font-size: 26px;
    line-height: 1.22;
}

.legal-content p {
    margin: 0 0 16px;
}

.legal-content ul {
    margin: 0 0 18px;
    padding-left: 22px;
}

.legal-content li {
    margin-bottom: 8px;
}

.legal-content a {
    color: var(--teal);
    font-weight: 800;
}

.legal-updated {
    display: inline-flex;
    margin-bottom: 8px;
    padding: 7px 11px;
    color: var(--teal);
    background: rgba(18, 143, 132, 0.08);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
}

.legal-note {
    margin-top: 34px;
    padding: 18px;
    color: var(--ink);
    background: var(--soft);
    border: 1px solid var(--line);
    border-radius: var(--radius);
}

.card-grid {
    display: grid;
    gap: 22px;
}

.card-grid.three {
    grid-template-columns: repeat(3, 1fr);
}

.room-card,
.service-card,
.contact-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
}

.room-card {
    box-shadow: 0 14px 35px rgba(14, 43, 66, 0.07);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.room-card:hover {
    transform: translateY(-3px);
    border-color: rgba(15, 118, 110, 0.28);
    box-shadow: 0 20px 42px rgba(14, 43, 66, 0.10);
}

.card-body {
    padding: 22px;
}

.room-count {
    display: inline-flex;
    align-items: center;
    margin-bottom: 12px;
    padding: 6px 9px;
    color: var(--teal-dark);
    background: #e6f5f3;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 800;
}

.room-count.light {
    color: #fff;
    background: rgba(255,255,255,0.16);
    border: 1px solid rgba(255,255,255,0.22);
}

.card-body p {
    min-height: 76px;
    margin: 12px 0 20px;
}

.room-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    min-height: 34px;
    margin-bottom: 18px;
}

.room-features span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 9px;
    color: var(--navy);
    background: var(--bg-soft);
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
}

.room-features .icon {
    width: 15px;
    height: 15px;
    color: var(--teal);
}

.room-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    justify-content: space-between;
}

.image-placeholder {
    position: relative;
    min-height: 240px;
    overflow: hidden;
    background: linear-gradient(135deg, #d8e5ea, #f5fafb);
}

.image-placeholder::before,
.image-placeholder::after {
    content: "";
    position: absolute;
}

.image-placeholder::before {
    inset: 18%;
    border: 2px solid rgba(255,255,255,0.75);
}

.image-placeholder::after {
    right: 16%;
    bottom: 18%;
    width: 30%;
    height: 26%;
    background: rgba(14, 43, 66, 0.24);
}

.image-1 { background: linear-gradient(135deg, #c8dce5, #f7fbfc 48%, #68879b); }
.image-2 { background: linear-gradient(135deg, #dfe8ec, #ffffff 46%, #0e2b42); }
.image-3 { background: linear-gradient(135deg, #cbd6dc, #eef4f6 50%, #0f766e); }
.image-4 { background: linear-gradient(135deg, #e7eef1, #b6c8d1 48%, #38576b); }
.image-5 { background: linear-gradient(135deg, #d4e1e6, #ffffff 44%, #b7791f); }
.image-6 { background: linear-gradient(135deg, #f1f6f7, #bfd0d8 46%, #173b57); }

.room-image,
.gallery-image,
.detail-image {
    width: 100%;
    display: block;
    object-fit: cover;
    background: var(--bg-soft);
}

.room-image {
    height: 260px;
}

.gallery-image {
    height: 230px;
    border-radius: 8px;
}

.detail-image {
    height: 390px;
    border: 8px solid rgba(255,255,255,0.22);
    border-radius: 8px;
}

.booking-flow-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.document-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.document-card {
    display: grid;
    align-content: start;
    gap: 14px;
    padding: 28px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(14, 43, 66, 0.06);
}

.document-card h3 {
    margin: 0;
}

.document-card p {
    margin: 0;
    color: var(--muted);
}

.document-icon {
    width: 34px;
    height: 34px;
    color: var(--teal);
}

.flow-step {
    position: relative;
    padding: 28px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(14, 43, 66, 0.06);
}

.flow-number {
    position: absolute;
    top: 18px;
    right: 18px;
    display: inline-grid;
    place-items: center;
    width: 32px;
    height: 32px;
    color: var(--teal-dark);
    background: #e6f5f3;
    border-radius: 8px;
    font-weight: 800;
}

.flow-icon {
    width: 34px;
    height: 34px;
    margin-bottom: 16px;
    color: var(--teal);
}

.flow-step p {
    margin: 10px 0 0;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.service-card {
    padding: 24px;
}

.service-card h2,
.service-card h3 {
    font-size: 20px;
}

.service-card p {
    margin: 10px 0 0;
}

.service-icon {
    width: 42px;
    height: 42px;
    display: inline-grid;
    place-items: center;
    margin-bottom: 16px;
    color: #fff;
    background: var(--navy);
    border-radius: 8px;
}

.service-icon .icon {
    width: 22px;
    height: 22px;
}

.breakfast-band {
    padding: 58px 0;
    color: #fff;
    background: var(--navy);
}

.breakfast-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.breakfast-inner h2 {
    color: #fff;
}

.breakfast-info {
    min-width: 260px;
    padding: 24px;
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 8px;
}

.breakfast-info strong,
.breakfast-info span {
    display: flex;
    align-items: center;
    gap: 10px;
}

.breakfast-info strong {
    font-size: 28px;
}

.breakfast-info span {
    margin-top: 8px;
    color: rgba(255,255,255,0.78);
}

.breakfast-info .icon {
    width: 24px;
    height: 24px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.gallery-trigger {
    width: 100%;
    min-height: 230px;
    padding: 0;
    overflow: hidden;
    background: var(--bg-soft);
    border: 0;
    border-radius: 8px;
    cursor: pointer;
}

.gallery-trigger:focus-visible {
    outline: 3px solid rgba(15, 118, 110, 0.42);
    outline-offset: 3px;
}

.gallery-trigger .gallery-image {
    transition: transform 200ms ease, filter 200ms ease;
}

.gallery-trigger:hover .gallery-image {
    transform: scale(1.03);
    filter: saturate(1.04);
}

.gallery-item {
    min-height: 230px;
}

.gallery-grid.expanded .gallery-trigger:nth-child(4n + 1) {
    grid-row: span 2;
    min-height: 474px;
}

.gallery-grid.expanded .gallery-trigger:nth-child(4n + 1) .gallery-image {
    height: 474px;
}

.room-photo-grid {
    grid-template-columns: repeat(4, 1fr);
}

.room-photo-grid .gallery-trigger,
.room-photo-grid .gallery-image {
    min-height: 210px;
    height: 210px;
}

.lightbox {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: grid;
    place-items: center;
    padding: 34px;
    background: rgba(8, 20, 31, 0.88);
}

.lightbox[hidden] {
    display: none;
}

.lightbox-stage {
    width: min(980px, 100%);
    max-height: calc(100vh - 68px);
    display: grid;
    gap: 12px;
}

.lightbox-image {
    width: 100%;
    max-height: calc(100vh - 150px);
    object-fit: contain;
    background: #0b1520;
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(0,0,0,0.34);
}

.lightbox-caption {
    margin: 0;
    color: rgba(255,255,255,0.84);
    text-align: center;
    font-weight: 800;
}

.lightbox-close,
.lightbox-nav {
    position: fixed;
    display: inline-grid;
    place-items: center;
    width: 46px;
    height: 46px;
    color: #fff;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 8px;
    cursor: pointer;
}

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

.lightbox-close {
    top: 18px;
    right: 18px;
}

.lightbox-nav.prev {
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
}

.lightbox-nav.next {
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
}

.map-placeholder {
    min-height: 360px;
    display: grid;
    place-items: center;
    color: var(--muted);
    background:
        linear-gradient(90deg, rgba(14,43,66,0.08) 1px, transparent 1px),
        linear-gradient(rgba(14,43,66,0.08) 1px, transparent 1px),
        #fff;
    background-size: 34px 34px;
    border: 1px solid var(--line);
    border-radius: 8px;
}

.map-placeholder.tall {
    min-height: 470px;
}

.map-placeholder iframe {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 8px;
}

.contact-panel,
.contact-layout {
    display: grid;
    gap: 22px;
}

.contact-panel {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 34px;
    color: #fff;
    background: var(--navy);
    border-radius: 8px;
}

.contact-panel h2,
.contact-panel .section-kicker {
    color: #fff;
}

.contact-actions {
    display: grid;
    gap: 12px;
}

.contact-actions a:not(.btn) {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 14px;
    color: #fff;
    background: rgba(255,255,255,0.09);
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 8px;
}

.contact-actions .icon {
    width: 18px;
    height: 18px;
}

.contact-layout {
    grid-template-columns: repeat(4, 1fr);
}

.contact-card {
    padding: 28px;
}

.contact-card span {
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--teal);
    font-weight: 800;
    margin-bottom: 12px;
}

.contact-card span .icon {
    width: 18px;
    height: 18px;
}

.contact-card a:not(.btn) {
    display: block;
    color: var(--navy);
    font-size: 22px;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.contact-card address {
    margin: 0 0 18px;
    color: var(--navy);
    font-style: normal;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.35;
}

.contact-card .text-link {
    font-size: 15px;
}

.contact-card.strong {
    color: #fff;
    background: var(--navy);
}

.contact-card.strong span,
.contact-card.strong p {
    color: rgba(255,255,255,0.82);
}

.contact-card.strong address,
.contact-card.strong a:not(.btn) {
    color: #fff;
}

.contact-card.strong .btn-primary {
    background: var(--teal);
}

.contact-card.strong .btn-primary:hover {
    background: #12a094;
}

.faq-section {
    align-items: start;
}

.faq-list {
    display: grid;
    gap: 12px;
}

.faq-item {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
}

.faq-item summary {
    cursor: pointer;
    padding: 18px 20px;
    color: var(--navy);
    font-weight: 800;
}

.faq-item p {
    margin: 0;
    padding: 0 20px 20px;
}

.info-strip {
    display: grid;
    gap: 12px;
}

.detail-list {
    grid-template-columns: repeat(2, max-content);
    margin-top: 24px;
}

.detail-list span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    color: var(--navy);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    font-weight: 800;
}

.detail-list .icon {
    width: 18px;
    height: 18px;
    color: var(--teal);
}

.info-strip {
    grid-template-columns: repeat(3, 1fr);
}

.info-strip div {
    display: grid;
    gap: 6px;
    padding: 24px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
}

.info-strip strong {
    color: var(--navy);
}

.info-strip span {
    color: var(--muted);
    font-weight: 800;
}

.page-hero {
    padding: 100px 0;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(14,43,66,0.96), rgba(14,43,66,0.80)),
        linear-gradient(135deg, #d5e4eb, #7894a4);
}

.page-hero.compact {
    padding: 78px 0;
}

.page-hero-showcase {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.78fr);
    gap: 56px;
    align-items: center;
}

.hero-room-card {
    position: relative;
    overflow: hidden;
    min-height: 320px;
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 8px;
    background: rgba(255,255,255,0.08);
    box-shadow: 0 24px 70px rgba(0,0,0,0.22);
}

.hero-room-card img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
}

.hero-room-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(9,28,43,0.62), rgba(9,28,43,0.04) 54%);
}

.hero-room-badges {
    position: absolute;
    right: 18px;
    bottom: 18px;
    left: 18px;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.hero-room-badges span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 11px;
    color: #fff;
    background: rgba(9,28,43,0.72);
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 8px;
    font-size: 13px;
    font-weight: 800;
    backdrop-filter: blur(8px);
}

.hero-room-badges .icon {
    width: 17px;
    height: 17px;
    color: #b5efe6;
}

.room-detail {
    display: grid;
    grid-template-columns: 1fr 0.85fr;
    gap: 48px;
    align-items: center;
}

.narrow {
    max-width: 820px;
}

.feature-list {
    display: grid;
    gap: 8px;
    margin: 0 0 22px;
    padding: 0;
    list-style: none;
}

.feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: var(--muted);
}

.feature-list .icon {
    width: 18px;
    height: 18px;
    margin-top: 3px;
    color: var(--teal);
}

.feature-list.large {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 24px;
}

.site-footer {
    padding: 42px 0;
    color: rgba(255,255,255,0.78);
    background: #101923;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 24px;
}

.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.footer-logo {
    width: 52px;
    height: 52px;
    padding: 5px;
    object-fit: contain;
    background: #fff;
    border-radius: 8px;
}

.site-footer a:not(.footer-brand),
.site-footer strong {
    display: block;
    color: #fff;
}

.site-footer strong {
    display: flex;
    align-items: center;
    gap: 8px;
}

.site-footer strong .icon {
    width: 18px;
    height: 18px;
}

.site-footer p {
    color: rgba(255,255,255,0.68);
    margin: 8px 0 0;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.62);
    font-size: 14px;
}

.floating-whatsapp {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 30;
    display: none;
    align-items: center;
    padding: 12px 15px;
    color: #fff;
    background: var(--teal);
    border-radius: 8px;
    box-shadow: var(--shadow);
    font-weight: 800;
}

@media (max-width: 980px) {
    .header-inner {
        justify-content: space-between;
    }

    .nav-toggle {
        display: block;
    }

    .site-nav {
        position: absolute;
        left: 20px;
        right: 20px;
        top: 78px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        padding: 12px;
        background: #fff;
        border: 1px solid var(--line);
        border-radius: 8px;
        box-shadow: var(--shadow);
    }

    .site-nav.is-open {
        display: flex;
    }

    .site-nav a {
        padding: 13px 12px;
    }

    .header-cta {
        display: none;
    }

    .hero h1,
    .page-hero h1 {
        font-size: 42px;
    }

    .split,
    .hero-with-widget,
    .page-hero-showcase,
    .room-detail,
    .contact-panel,
    .contact-layout {
        grid-template-columns: 1fr;
    }

    .quick-facts-grid,
    .trust-grid,
    .guide-stat-grid,
    .info-card-grid,
    .info-card-grid.four,
    .hero-highlights,
    .document-grid,
    .booking-flow-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .room-summary-grid {
        grid-template-columns: 1fr;
    }

    .card-grid.three,
    .service-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .room-photo-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .floating-whatsapp {
        display: inline-flex;
    }

    .footer-bottom {
        flex-direction: column;
    }
}

@media (max-width: 640px) {
    .container {
        width: min(100% - 28px, 1120px);
    }

    .brand {
        min-width: 0;
    }

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

    .brand small {
        display: none;
    }

    .hero {
        min-height: 540px;
    }

    .hero-visual {
        background:
            linear-gradient(90deg, rgba(9, 28, 43, 0.90), rgba(9, 28, 43, 0.68)),
            linear-gradient(0deg, rgba(9, 28, 43, 0.18), rgba(9, 28, 43, 0.18)),
            url("../images/otel-binasi.jpg") center center / cover no-repeat;
    }

    .hero-visual::before {
        background: rgba(9, 28, 43, 0.14);
    }

    .hero-content {
        padding: 72px 0;
    }

    .hero-with-widget {
        gap: 32px;
    }

    .hero h1,
    .page-hero h1 {
        font-size: 34px;
    }

    .hero p:not(.eyebrow),
    .page-hero p:not(.eyebrow),
    .lead {
        font-size: 17px;
    }

    .button-row,
    .form-grid,
    .breakfast-inner,
    .section-heading {
        align-items: stretch;
        flex-direction: column;
        grid-template-columns: 1fr;
    }

    .btn,
    .header-cta {
        width: 100%;
    }

    .section,
    .page-hero.compact {
        padding: 58px 0;
    }

    .page-hero-showcase {
        gap: 28px;
    }

    .hero-room-card,
    .hero-room-card img {
        min-height: 240px;
    }

    .hero-room-badges {
        position: static;
        padding: 14px;
        background: rgba(9,28,43,0.88);
    }

    .hero-room-card::after {
        display: none;
    }

    h2 {
        font-size: 28px;
    }

    .card-grid.three,
    .service-grid,
    .gallery-grid,
    .hero-highlights,
    .booking-flow-grid,
    .quick-facts-grid,
    .trust-grid,
    .guide-stat-grid,
    .info-card-grid,
    .info-card-grid.four,
    .document-grid,
    .room-summary-grid,
    .detail-list,
    .info-strip,
    .source-list,
    .feature-list.large,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .quick-facts {
        margin-top: 0;
        padding-top: 14px;
        background: var(--bg-soft);
    }

    .quick-fact {
        min-height: auto;
    }

    .hero-highlight {
        min-height: auto;
    }

    .gallery-grid.expanded .gallery-trigger:nth-child(4n + 1) {
        grid-row: auto;
        min-height: 230px;
    }

    .gallery-grid.expanded .gallery-trigger:nth-child(4n + 1) .gallery-image,
    .gallery-image,
    .room-image {
        height: 230px;
    }

    .detail-image {
        height: 320px;
    }

    .lightbox {
        padding: 18px;
    }

    .lightbox-close,
    .lightbox-nav {
        width: 42px;
        height: 42px;
    }

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

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

    .contact-panel {
        padding: 24px;
    }

    .contact-card a:not(.btn) {
        font-size: 19px;
    }
}
