/*
Theme Name: Nine Rooms Karlsruhe V2.17.1 – SEO Plus
Theme URI: https://ninerooms.de/
Author: Nine Rooms
Author URI: https://ninerooms.de/
Description: Nine Rooms V2 with a strengthened German SEO core, English SEO, data-driven international pages including Russian, multilingual hreflang, global promotional banner and direct-booking integration.
Version: 2.17.1
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: nine-rooms-v21-final
License: Proprietary
*/

:root {
  --ink: #171717;
  --muted: #66635f;
  --paper: #ffffff;
  --warm: #f4f0e9;
  --warm-2: #ebe3d7;
  --line: #ded8cf;
  --accent: #b58450;
  --accent-dark: #805a35;
  --danger: #873d35;
  --max: 1180px;
  --radius: 18px;
  --shadow: 0 18px 55px rgba(27, 22, 16, .12);
}
* { 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; line-height: 1.6; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, select { font: inherit; }
.container { width: min(var(--max), calc(100% - 36px)); margin-inline: auto; }
.skip-link { position: fixed; left: -9999px; top: 12px; z-index: 1000; padding: 10px 14px; background: #fff; color: #111; border-radius: 8px; }
.skip-link:focus { left: 12px; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(0,0,0,.08); }
.header-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: #111; text-decoration: none; font-weight: 850; letter-spacing: .08em; white-space: nowrap; }
.brand-logo-mark { width: 46px; height: 46px; object-fit: contain; flex: 0 0 auto; }
.nav { display: flex; align-items: center; gap: 19px; font-size: .92rem; }
.nav > a { text-decoration: none; color: #302f2d; font-weight: 650; }
.nav > a:hover, .nav > a:focus-visible { color: var(--accent-dark); }
.nav .nav-book { min-height: 42px; padding: 0 17px; display: inline-flex; align-items: center; border-radius: 999px; background: #111; color: #fff; }
.lang-switch { display: flex; gap: 3px; border: 1px solid var(--line); border-radius: 999px; padding: 3px; }
.lang-switch a { min-width: 34px; padding: 4px 8px; border-radius: 999px; text-align: center; text-decoration: none; font-size: .78rem; font-weight: 800; }
.lang-switch a[aria-current="page"] { background: var(--warm-2); color: #111; }
.menu-toggle { display: none; min-width: 44px; min-height: 42px; border: 1px solid var(--line); border-radius: 11px; background: #fff; color: #111; cursor: pointer; }

.hero-home { position: relative; overflow: hidden; padding: 48px 0 92px; background: linear-gradient(135deg, #f7f4ef 0%, #efe8dd 100%); }
.hero-home::after { content: ""; position: absolute; width: 460px; height: 460px; right: -190px; bottom: -250px; border-radius: 50%; background: rgba(181,132,80,.12); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .92fr 1.08fr; gap: 48px; align-items: center; }
.hero-copy { padding: 20px 0; }
.eyebrow { display: inline-block; color: var(--accent-dark); font-size: .76rem; line-height: 1.2; text-transform: uppercase; letter-spacing: .17em; font-weight: 850; }
h1 { margin: 15px 0 20px; max-width: 680px; font-size: clamp(2.7rem, 5.6vw, 5rem); line-height: .98; letter-spacing: -.052em; }
.hero-copy > p { max-width: 610px; margin: 0; color: #4e4b47; font-size: clamp(1.04rem, 1.7vw, 1.22rem); }
.hero-facts { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.hero-fact { display: inline-flex; align-items: center; gap: 7px; padding: 7px 11px; border: 1px solid rgba(128,90,53,.2); border-radius: 999px; background: rgba(255,255,255,.68); font-size: .84rem; font-weight: 700; }
.hero-fact::before { content: "✓"; color: var(--accent-dark); }
.hero-visual { position: relative; min-height: 390px; border-radius: 26px; overflow: hidden; box-shadow: var(--shadow); background: #ddd; }
.hero-visual img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; object-position: center 45%; }
.hero-label { position: absolute; left: 20px; bottom: 20px; max-width: calc(100% - 40px); padding: 12px 15px; border-radius: 14px; background: rgba(17,17,17,.84); color: #fff; backdrop-filter: blur(9px); font-size: .9rem; font-weight: 750; }

.booking-first { position: relative; z-index: 5; margin-top: -58px; padding: 0 0 72px; }
.booking-shell { overflow: visible; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 22px 65px rgba(27,22,16,.16); }
.booking-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 24px; border-bottom: 1px solid var(--line); }
.booking-head h2 { margin: 2px 0 0; font-size: clamp(1.35rem, 2.7vw, 2.1rem); line-height: 1.1; letter-spacing: -.025em; }
.booking-head-note { max-width: 360px; padding: 9px 12px; border-radius: 12px; background: #fff4e4; color: #664624; border: 1px solid #ead1ad; font-size: .82rem; line-height: 1.35; }
.booking-tabs { display: grid; grid-template-columns: 1fr 1fr; background: #f7f5f1; border-bottom: 1px solid var(--line); }
.booking-tab { min-height: 54px; border: 0; background: transparent; color: #4c4945; font-weight: 850; cursor: pointer; }
.booking-tab[aria-selected="true"] { background: #111; color: #fff; }
.booking-panel { padding: 18px 22px 22px; }
.booking-panel[hidden] { display: none; }
.booking-panel-top { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 12px; }
.booking-panel-top p { margin: 0; color: var(--muted); font-size: .9rem; }
.smoobu-stage { position: relative; min-height: 260px; border-radius: 14px; background: #faf9f7; border: 1px solid #e6e1d9; overflow: visible; }
.smoobu-loading { position: absolute; inset: 0; display: grid; place-items: center; z-index: 2; color: #5e5a55; font-weight: 700; background: linear-gradient(100deg, #faf9f7 25%, #f1eee8 45%, #faf9f7 65%); background-size: 300% 100%; animation: nr-shimmer 1.6s infinite; }
.smoobu-loading[hidden] { display: none; }
@keyframes nr-shimmer { from { background-position: 100% 0; } to { background-position: 0 0; } }
.smoobu-host { width: 100%; min-height: 260px; overflow: visible; }
.smoobu-host iframe { display: block !important; width: 100% !important; max-width: 100% !important; border: 0 !important; }
.booking-fallback { display: none; margin: 0; padding: 28px; text-align: center; }
.booking-fallback.visible { display: block; }
.booking-fallback a { font-weight: 800; color: var(--accent-dark); }

.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #111; color: #fff; }
.trust-grid { min-height: 68px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; align-items: center; }
.trust-item { display: flex; align-items: center; gap: 9px; font-size: .88rem; }
.trust-item::before { content: "✓"; color: #dfbd92; font-weight: 900; }

section.content-section { padding: 84px 0; }
.section-soft { background: var(--warm); }
.section-heading { max-width: 760px; margin-bottom: 32px; }
.section-heading h2, .legal-hero h1 { margin: 8px 0 12px; font-size: clamp(2rem, 4vw, 3.45rem); line-height: 1.07; letter-spacing: -.04em; }
.section-heading p { margin: 0; color: var(--muted); font-size: 1.06rem; }
.room-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.room-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 10px 35px rgba(0,0,0,.055); }
.room-card figure { margin: 0; aspect-ratio: 16 / 10; overflow: hidden; }
.room-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.room-card:hover img { transform: scale(1.025); }
.room-body { padding: 25px; }
.room-body h3 { margin: 0 0 7px; font-size: 1.5rem; }
.room-body p { margin: 0; color: var(--muted); }
.pills { display: flex; flex-wrap: wrap; gap: 8px; margin: 17px 0 22px; }
.pill { padding: 6px 10px; border-radius: 999px; border: 1px solid var(--line); background: #f8f6f2; font-size: .8rem; }
.btn { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 18px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 800; cursor: pointer; transition: transform .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-dark { background: #111; color: #fff; }
.btn-accent { background: var(--accent); color: #111; }
.btn-outline { border-color: var(--line); background: #fff; }
.amenity-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.amenity { min-height: 128px; padding: 19px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.amenity-icon { width: 35px; height: 35px; display: grid; place-items: center; margin-bottom: 13px; border-radius: 10px; background: var(--warm-2); font-weight: 900; }
.amenity strong { display: block; margin-bottom: 4px; }
.amenity span { color: var(--muted); font-size: .9rem; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; align-items: center; }
.arrival-steps { display: grid; gap: 12px; margin-top: 23px; }
.arrival-step { display: grid; grid-template-columns: 39px 1fr; gap: 12px; align-items: start; }
.arrival-number { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 50%; background: #111; color: #fff; font-weight: 850; }
.arrival-step strong { display: block; }
.arrival-step span { color: var(--muted); font-size: .92rem; }
.gallery { display: grid; grid-template-columns: 1.22fr .78fr; gap: 10px; }
.gallery img { width: 100%; height: 100%; object-fit: cover; border-radius: 14px; }
.gallery .tall { min-height: 430px; grid-row: span 2; }
.contact-card { padding: 30px; border-radius: 20px; background: #111; color: #fff; }
.contact-card h3 { margin-top: 0; font-size: 1.7rem; }
.contact-lines { display: grid; gap: 10px; margin: 22px 0; }
.contact-lines a { color: inherit; }

.site-footer { padding: 45px 0 26px; background: #111; color: rgba(255,255,255,.74); }
.footer-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 36px; }
.footer-grid h3 { margin: 0 0 13px; color: #fff; }
.footer-grid p { margin-top: 0; }
.footer-links { display: grid; gap: 8px; }
.footer-links a { color: rgba(255,255,255,.82); text-decoration: none; }
.footer-links a:hover { color: #fff; }
.footer-bottom { margin-top: 30px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); font-size: .83rem; }

.legal-hero { padding: 66px 0 42px; background: var(--warm); border-bottom: 1px solid var(--line); }
.legal-hero h1 { margin-bottom: 8px; }
.legal-page { max-width: 900px; margin: 0 auto; padding: 54px 0 88px; }
.legal-page h2 { margin-top: 38px; font-size: 1.4rem; }
.legal-page h3 { margin-top: 27px; }
.legal-page p, .legal-page li { color: #3e3b37; }
.legal-page a { color: var(--accent-dark); }
.legal-callout { margin: 20px 0; padding: 17px; border: 1px solid #ead1ad; border-radius: 12px; background: #fff4e4; }
.updated, .muted { color: var(--muted); }
.nr-content-page { padding: 70px 0 90px; }
.nr-content-page .entry-content { max-width: 900px; margin-inline: auto; }
.nr-post-card { margin-bottom: 20px; padding: 24px; border: 1px solid var(--line); border-radius: 15px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
body.admin-bar .site-header { top: 32px; }

@media (max-width: 980px) {
  .nav { display: none; position: fixed; left: 15px; right: 15px; top: 78px; max-height: calc(100vh - 96px); overflow: auto; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
  .nav.open { display: flex; }
  .nav .nav-book { justify-content: center; }
  .menu-toggle { display: inline-grid; place-items: center; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .hero-visual, .hero-visual img { min-height: 330px; }
  .amenity-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .container { width: min(var(--max), calc(100% - 24px)); }
  .hero-home { padding: 30px 0 70px; }
  .hero-grid { grid-template-columns: 1fr; gap: 18px; }
  .hero-copy { padding: 6px 0; }
  h1 { font-size: clamp(2.45rem, 12vw, 3.55rem); }
  .hero-visual { min-height: 210px; border-radius: 18px; }
  .hero-visual img { min-height: 210px; height: 210px; }
  .hero-label { left: 12px; bottom: 12px; padding: 9px 11px; }
  .booking-first { margin-top: -42px; padding-bottom: 54px; }
  .booking-head { align-items: flex-start; flex-direction: column; padding: 19px; }
  .booking-head-note { max-width: none; }
  .booking-panel { padding: 15px; }
  .booking-panel-top { align-items: flex-start; flex-direction: column; gap: 5px; }
  .smoobu-stage, .smoobu-host { min-height: 230px; }
  .trust-grid { grid-template-columns: 1fr 1fr; padding: 14px 0; }
  section.content-section { padding: 64px 0; }
  .room-grid, .split, .footer-grid { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr 1fr; }
  .gallery .tall { grid-column: span 2; min-height: 300px; }
}
@media (max-width: 480px) {
  .brand { font-size: .88rem; }
  .brand-logo-mark { width: 40px; height: 40px; }
  .hero-visual { display: none; }
  .hero-home { padding-bottom: 70px; }
  .hero-facts { gap: 6px; }
  .hero-fact { font-size: .76rem; padding: 6px 8px; }
  .booking-tabs { grid-template-columns: 1fr; }
  .booking-tab { min-height: 49px; }
  .trust-grid, .amenity-grid { grid-template-columns: 1fr; }
  .trust-item { min-height: 30px; }
}
@media screen and (max-width: 782px) { body.admin-bar .site-header { top: 46px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; } }


/* Official Nine Rooms logo and Google Maps additions. */
.footer-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 13px; }
.footer-brand img { width: 50px; height: 50px; object-fit: contain; filter: invert(1); }
.footer-brand h3 { margin: 0; }
.map-section { width: min(var(--max), calc(100% - 36px)); margin: 38px auto 0; }
.map-card { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 12px 40px rgba(27,22,16,.08); }
.google-map { display: block; width: 100%; min-height: 420px; background: #e9e6e0; }
.map-bar { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 20px; border-top: 1px solid var(--line); }
.map-bar div { display: grid; gap: 2px; }
.map-bar span { color: var(--muted); font-size: .9rem; }
.contact-page-map { margin-top: 42px; }
@media (max-width: 720px) {
  .map-section { width: min(var(--max), calc(100% - 24px)); margin-top: 30px; }
  .google-map { min-height: 340px; }
  .map-bar { align-items: stretch; flex-direction: column; }
  .map-bar .btn { width: 100%; }
}

/* V2.3: complete logo, concept, and natural local SEO section. */
.header-inner { min-height: 82px; }
.brand { min-width: 0; line-height: 0; }
.brand-logo-full { display: block; width: 178px; height: 58px; object-fit: contain; object-position: left center; flex: 0 0 auto; }
.concept-section { background: #fff; }
.concept-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 52px; align-items: start; }
.concept-grid .section-heading { margin-bottom: 24px; }
.concept-cards { display: grid; gap: 16px; }
.concept-card { padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: var(--warm); }
.concept-card strong { display: block; margin-bottom: 8px; font-size: 1.13rem; }
.concept-card p { margin: 0; color: var(--muted); }
.local-seo { padding: 66px 0; border-top: 1px solid var(--line); background: #f8f5ef; }
.local-seo-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 54px; align-items: start; }
.local-seo h2 { margin: 9px 0 0; font-size: clamp(1.8rem, 3.4vw, 3rem); line-height: 1.08; letter-spacing: -.035em; }
.local-seo-copy p { margin: 0 0 12px; color: #4a4742; }
.local-seo-links { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 22px; }
.local-seo-links a { padding: 8px 12px; border: 1px solid #d6cbbd; border-radius: 999px; background: #fff; color: #302d29; text-decoration: none; font-size: .84rem; font-weight: 750; }
.local-seo-links a:hover { border-color: var(--accent); color: var(--accent-dark); }
.footer-brand { display: block; margin-bottom: 16px; }
.footer-logo-full { display: block; width: 190px !important; height: 64px !important; max-width: 100%; object-fit: contain !important; object-position: left center; filter: invert(1); }
.site-footer .footer-grid > div:first-child p { max-width: 440px; }
@media (max-width: 1120px) {
  .nav { gap: 14px; font-size: .87rem; }
  .brand-logo-full { width: 158px; }
}
@media (max-width: 980px) {
  .brand-logo-full { width: 168px; height: 56px; }
  .concept-grid, .local-seo-grid { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 480px) {
  .header-inner { min-height: 72px; }
  .brand-logo-full { width: 142px; height: 48px; }
  .footer-logo-full { width: 170px !important; height: 58px !important; }
}


/* V2.4: Booking trust, transparent city tax and local SEO landing pages. */
.tax-note { display: block; margin-top: 7px; padding-top: 7px; border-top: 1px solid rgba(102,70,36,.18); font-size: .76rem; }
.reviews-section { padding: 70px 0; background: #fff; border-bottom: 1px solid var(--line); }
.reviews-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 28px; align-items: stretch; }
.booking-score-card { padding: 30px; border-radius: 22px; background: #111; color: #fff; }
.booking-score { display: flex; align-items: baseline; gap: 6px; margin: 19px 0 4px; }
.booking-score strong { font-size: clamp(3.6rem, 7vw, 5.8rem); line-height: .82; letter-spacing: -.065em; }
.booking-score span { color: rgba(255,255,255,.68); font-weight: 700; }
.booking-score-card h2 { margin: 14px 0 9px; font-size: clamp(1.65rem, 3vw, 2.4rem); line-height: 1.05; }
.booking-score-card p { color: rgba(255,255,255,.76); }
.booking-score-card .btn-outline { border-color: rgba(255,255,255,.28); background: transparent; color: #fff; }
.booking-score-card small { display: block; margin-top: 13px; color: rgba(255,255,255,.55); line-height: 1.45; }
.score-pills { display: flex; flex-wrap: wrap; gap: 7px; margin: 18px 0 22px; }
.score-pills span { padding: 6px 9px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(255,255,255,.06); font-size: .78rem; }
.review-cards { display: grid; gap: 13px; }
.review-card { margin: 0; padding: 23px; border: 1px solid var(--line); border-radius: 18px; background: var(--warm); }
.review-card p { margin: 13px 0 15px; font-size: 1.07rem; font-weight: 700; }
.review-card footer { color: var(--muted); font-size: .83rem; }
.review-top { display: flex; align-items: center; justify-content: space-between; gap: 14px; color: var(--muted); font-size: .8rem; }
.review-rating { display: inline-grid; place-items: center; min-width: 45px; height: 34px; border-radius: 9px 9px 9px 2px; background: #003b95; color: #fff; font-weight: 850; }
.footer-grid-expanded { grid-template-columns: 1.35fr .85fr 1fr .85fr; }

.seo-landing-hero { padding: 68px 0 74px; background: linear-gradient(135deg, #f7f4ef 0%, #eee6d9 100%); border-bottom: 1px solid var(--line); }
.seo-landing-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 50px; align-items: center; }
.seo-landing-grid h1 { max-width: 760px; font-size: clamp(2.55rem, 5.4vw, 4.7rem); }
.seo-landing-grid > div > p { max-width: 720px; color: #4e4b47; font-size: 1.12rem; }
.seo-landing-grid img { width: 100%; height: 390px; object-fit: cover; border-radius: 24px; box-shadow: var(--shadow); }
.landing-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.seo-landing-content { padding: 72px 0 92px; }
.seo-benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.seo-benefit-grid article { padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.seo-benefit-grid h2 { margin: 0 0 9px; font-size: 1.35rem; }
.seo-benefit-grid p { margin: 0; color: var(--muted); }
.seo-info-panel { display: grid; grid-template-columns: 1fr auto; gap: 34px; align-items: center; margin-top: 48px; padding: 34px; border-radius: 22px; background: #111; color: #fff; }
.seo-info-panel h2 { margin: 8px 0 12px; font-size: clamp(1.7rem, 3vw, 2.5rem); }
.seo-info-panel p { max-width: 790px; color: rgba(255,255,255,.74); }
.seo-faq { max-width: 900px; margin: 58px auto 0; }
.seo-faq > h2 { margin-bottom: 18px; }
.seo-faq details { margin-bottom: 10px; border: 1px solid var(--line); border-radius: 14px; background: var(--warm); }
.seo-faq summary { padding: 17px 19px; cursor: pointer; font-weight: 800; }
.seo-faq details p { margin: 0; padding: 0 19px 19px; color: var(--muted); }

@media (max-width: 980px) {
  .reviews-layout, .seo-landing-grid { grid-template-columns: 1fr; }
  .seo-landing-grid img { height: 330px; }
  .footer-grid-expanded { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .reviews-section { padding: 58px 0; }
  .booking-score-card { padding: 24px; }
  .seo-landing-hero { padding: 46px 0 54px; }
  .seo-landing-grid { gap: 28px; }
  .seo-landing-grid img { height: 250px; }
  .seo-benefit-grid { grid-template-columns: 1fr; }
  .seo-info-panel { grid-template-columns: 1fr; padding: 25px; }
  .seo-info-panel .btn { width: 100%; }
}
@media (max-width: 520px) {
  .footer-grid-expanded { grid-template-columns: 1fr; }
}


/* V2.5: compact reviews, expanded internal SEO navigation and booking language helper. */
.booking-language-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 9px; font-size: .78rem; font-weight: 800; color: var(--accent-dark); text-decoration: none; }
.booking-language-link:hover { text-decoration: underline; }
.reviews-section { padding: 48px 0; background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.reviews-layout { display: grid; grid-template-columns: 240px 1fr; gap: 18px; align-items: stretch; }
.booking-score-card { padding: 21px; border-radius: 17px; }
.booking-score { margin: 12px 0 2px; }
.booking-score strong { font-size: 3.1rem; letter-spacing: -.05em; }
.booking-score-card h2 { margin: 9px 0 7px; font-size: 1.32rem; }
.booking-score-card p { margin: 0 0 12px; font-size: .87rem; line-height: 1.5; }
.booking-score-card .btn { min-height: 40px; padding: 9px 12px; font-size: .78rem; }
.booking-score-card small { margin-top: 10px; font-size: .69rem; }
.score-pills { margin: 12px 0 14px; gap: 5px; }
.score-pills span { padding: 5px 7px; font-size: .69rem; }
.review-cards { grid-template-columns: repeat(3, 1fr); gap: 10px; }
.review-card { padding: 16px; border-radius: 14px; }
.review-card p { margin: 10px 0 12px; font-size: .9rem; line-height: 1.48; }
.review-card footer { font-size: .72rem; }
.review-top { font-size: .72rem; }
.review-rating { min-width: 39px; height: 30px; font-size: .78rem; }
.local-seo { padding: 55px 0; }
.local-seo-grid { grid-template-columns: .78fr 1.22fr; gap: 44px; }
.local-seo-links { gap: 7px; }
.local-seo-links a { padding: 6px 9px; font-size: .72rem; font-weight: 720; }
.seo-link-note { margin-top: 13px !important; font-size: .78rem; color: var(--muted) !important; }
.related-stays { margin-top: 42px; padding-top: 28px; border-top: 1px solid var(--line); }
.related-stays h2 { font-size: 1.45rem; margin-bottom: 14px; }
.related-stays-links { display: flex; flex-wrap: wrap; gap: 8px; }
.related-stays-links a { padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; background: var(--warm); color: var(--text); text-decoration: none; font-size: .76rem; font-weight: 760; }
.related-stays-links a:hover { border-color: var(--accent); color: var(--accent-dark); }
@media (max-width: 980px) {
  .reviews-layout { grid-template-columns: 1fr; }
  .review-cards { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 720px) {
  .reviews-section { padding: 42px 0; }
  .review-cards { grid-template-columns: 1fr; }
  .local-seo-grid { grid-template-columns: 1fr; gap: 24px; }
}



/* V2.7: language tabs on the post-booking page. */
.success-language-tabs { display: flex; justify-content: flex-end; gap: 6px; margin: 0 0 14px; }
.success-language-tabs a { min-width: 48px; padding: 8px 13px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.88); color: #333; text-align: center; text-decoration: none; font-size: .8rem; font-weight: 850; box-shadow: 0 5px 18px rgba(27,22,16,.06); }
.success-language-tabs a[aria-current="page"] { background: #111; border-color: #111; color: #fff; }
.success-price-note { display: flex; align-items: flex-start; gap: 10px; margin-top: 16px; padding: 14px 16px; border: 1px solid #c9dccf; border-radius: 13px; background: #eff8f2; color: #214d35; font-size: .91rem; }
.success-price-note::before { content: "✓"; flex: 0 0 auto; font-weight: 900; }

/* V2.7: hidden booking-success page used as the Smoobu post-booking redirect. */
.nr-booking-success-page .site-header .nav,
.nr-booking-success-page .site-header .menu-toggle { display: none !important; }
.nr-booking-success-page .header-inner { justify-content: center; }
.booking-success-main { min-height: 70vh; padding: 58px 0 86px; background: linear-gradient(150deg, #f7f4ef 0%, #eee6d9 100%); }
.booking-success-shell { max-width: 980px; margin: 0 auto; }
.booking-success-hero { position: relative; overflow: hidden; padding: 40px; border: 1px solid rgba(128,90,53,.16); border-radius: 26px; background: #fff; box-shadow: var(--shadow); }
.booking-success-hero::after { content: ""; position: absolute; width: 260px; height: 260px; right: -110px; top: -130px; border-radius: 50%; background: rgba(181,132,80,.11); pointer-events: none; }
.success-mark { position: relative; z-index: 1; width: 66px; height: 66px; display: grid; place-items: center; margin-bottom: 20px; border-radius: 50%; background: #183d2d; color: #fff; font-size: 2rem; font-weight: 900; box-shadow: 0 10px 28px rgba(24,61,45,.2); }
.booking-success-hero h1 { position: relative; z-index: 1; max-width: 760px; margin: 8px 0 15px; font-size: clamp(2.45rem, 5.2vw, 4.55rem); }
.booking-success-lead { position: relative; z-index: 1; max-width: 760px; margin: 0; color: #4e4b47; font-size: 1.08rem; }
.success-status { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; padding: 8px 12px; border: 1px solid #c9dccf; border-radius: 999px; background: #eff8f2; color: #214d35; font-size: .82rem; font-weight: 800; }
.success-status::before { content: "✓"; }
.success-section { margin-top: 22px; padding: 30px; border: 1px solid var(--line); border-radius: 21px; background: rgba(255,255,255,.94); }
.success-section h2 { margin: 0 0 8px; font-size: clamp(1.45rem, 3vw, 2.05rem); }
.success-section > p { margin-top: 0; color: var(--muted); }
.success-steps { counter-reset: success-step; display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; margin-top: 22px; }
.success-step { counter-increment: success-step; display: grid; grid-template-columns: 42px 1fr; gap: 13px; align-items: start; min-height: 145px; padding: 19px; border: 1px solid var(--line); border-radius: 16px; background: var(--warm); }
.success-step::before { content: counter(success-step); width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: #111; color: #fff; font-weight: 850; }
.success-step strong { display: block; margin: 2px 0 5px; }
.success-step span { display: block; color: var(--muted); font-size: .9rem; line-height: 1.48; }
.success-alert { margin-top: 16px; padding: 15px 17px; border: 1px solid #ead1ad; border-radius: 13px; background: #fff4e4; color: #674725; font-size: .91rem; }
.id-info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 20px; }
.id-info-card { padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.id-info-card h3 { display: flex; align-items: center; gap: 9px; margin: 0 0 9px; font-size: 1.14rem; }
.id-info-card p { margin: 0 0 10px; color: var(--muted); font-size: .91rem; }
.id-info-card p:last-child { margin-bottom: 0; }
.placeholder-download { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; margin-top: 7px; padding: 8px 13px; border-radius: 999px; background: #111; color: #fff; text-decoration: none; font-size: .78rem; font-weight: 800; }
.success-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 19px; }
.success-fact { padding: 16px; border-radius: 14px; background: #111; color: #fff; }
.success-fact strong { display: block; font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; color: rgba(255,255,255,.58); }
.success-fact span { display: block; margin-top: 5px; font-weight: 800; }
.success-contact { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 22px; padding: 24px 27px; border-radius: 19px; background: #111; color: #fff; }
.success-contact h2 { margin: 0 0 5px; font-size: 1.4rem; }
.success-contact p { margin: 0; color: rgba(255,255,255,.68); }
.success-contact-actions { display: flex; flex-wrap: wrap; gap: 9px; }
.success-contact .btn-outline { border-color: rgba(255,255,255,.27); background: transparent; color: #fff; }
.success-fineprint { margin: 18px 0 0; color: var(--muted); font-size: .76rem; text-align: center; }
@media (max-width: 720px) {
  .booking-success-main { padding: 30px 0 60px; }
  .booking-success-hero { padding: 26px 22px; border-radius: 20px; }
  .success-mark { width: 56px; height: 56px; font-size: 1.65rem; }
  .success-section { padding: 23px 18px; }
  .success-steps, .id-info-grid, .success-facts { grid-template-columns: 1fr; }
  .success-step { min-height: auto; }
  .success-contact { align-items: stretch; flex-direction: column; padding: 22px; }
  .success-contact-actions .btn { width: 100%; }
}

/* V2.8: contact page, enquiry form and confirmation feedback. */
body.nr-modal-open { overflow: hidden; }
.contact-page { max-width: var(--max); }
.contact-page-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .86fr); gap: 46px; align-items: start; }
.contact-page-copy { min-width: 0; }
.contact-visual { margin: 0; overflow: hidden; border-radius: 20px; background: var(--warm); box-shadow: var(--shadow); aspect-ratio: 4 / 3; }
.contact-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.contact-form-section { margin-top: 54px; padding: 34px; border: 1px solid var(--line); border-radius: 22px; background: var(--warm); }
.contact-form-heading { max-width: 760px; margin-bottom: 24px; }
.contact-form-heading h2 { margin: 8px 0 8px; font-size: clamp(1.75rem, 3.3vw, 2.7rem); }
.contact-form-heading p { margin: 0; color: var(--muted); }

.nr-inquiry-form-wrap { width: 100%; }
.nr-inquiry-form { display: grid; gap: 17px; }
.nr-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.nr-inquiry-form label { display: grid; gap: 7px; color: #252321; font-size: .86rem; font-weight: 760; }
.nr-inquiry-form input,
.nr-inquiry-form select,
.nr-inquiry-form textarea { width: 100%; min-height: 47px; padding: 11px 13px; border: 1px solid #cbc3b8; border-radius: 11px; background: #fff; color: #171717; font: inherit; line-height: 1.35; outline: none; transition: border-color .18s ease, box-shadow .18s ease; }
.nr-inquiry-form textarea { min-height: 132px; resize: vertical; }
.nr-inquiry-form input:focus,
.nr-inquiry-form select:focus,
.nr-inquiry-form textarea:focus { border-color: var(--accent-dark); box-shadow: 0 0 0 3px rgba(181,132,80,.16); }
.nr-form-message-field { grid-column: 1 / -1; }
.nr-form-consent { grid-template-columns: 20px 1fr !important; align-items: start; gap: 10px !important; font-size: .79rem !important; font-weight: 560 !important; color: var(--muted) !important; }
.nr-form-consent input { width: 18px; min-height: 18px; height: 18px; margin: 2px 0 0; }
.nr-form-consent a { color: var(--accent-dark); }
.nr-form-submit { justify-self: start; min-width: 190px; border: 0; }
.nr-form-submit:disabled { opacity: .65; cursor: wait; transform: none; }
.nr-form-note { margin: -5px 0 0; color: var(--muted); font-size: .76rem; }
.nr-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.nr-form-message { display: grid; gap: 3px; margin-bottom: 18px; padding: 15px 17px; border-radius: 13px; font-size: .88rem; }
.nr-form-message.is-success { border: 1px solid #bad5c4; background: #edf8f1; color: #214d35; }
.nr-form-message.is-error { border: 1px solid #e2bcb7; background: #fff0ee; color: #713832; }

.nr-inquiry-modal[hidden] { display: none !important; }
.nr-inquiry-modal { position: fixed; inset: 0; z-index: 10000; display: grid; place-items: center; padding: 24px; }
.nr-inquiry-backdrop { position: absolute; inset: 0; background: rgba(12,11,10,.68); backdrop-filter: blur(4px); }
.nr-inquiry-dialog { position: relative; z-index: 1; width: min(820px, 100%); max-height: calc(100vh - 48px); overflow-y: auto; padding: 34px; border-radius: 22px; background: #fff; box-shadow: 0 30px 100px rgba(0,0,0,.34); }
.nr-inquiry-dialog h2 { margin: 8px 44px 7px 0; font-size: clamp(1.8rem, 4vw, 2.7rem); }
.nr-inquiry-intro { margin: 0 0 23px; color: var(--muted); }
.nr-inquiry-close { position: absolute; top: 17px; right: 17px; width: 39px; height: 39px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: #111; font-size: 1.45rem; line-height: 1; cursor: pointer; }
.nr-inquiry-close:hover { background: var(--warm); }

.nr-form-toast { position: fixed; z-index: 11000; right: 20px; bottom: 20px; width: min(420px, calc(100% - 40px)); display: grid; gap: 3px; padding: 16px 50px 16px 18px; border-radius: 14px; box-shadow: 0 18px 55px rgba(0,0,0,.2); animation: nr-toast-in .28s ease both; }
.nr-form-toast.is-success { border: 1px solid #b8d5c2; background: #edf8f1; color: #214d35; }
.nr-form-toast.is-error { border: 1px solid #dfb6b0; background: #fff0ee; color: #713832; }
.nr-form-toast strong { font-size: .93rem; }
.nr-form-toast span { font-size: .8rem; }
.nr-toast-close { position: absolute; top: 10px; right: 10px; width: 31px; height: 31px; display: grid; place-items: center; border: 0; border-radius: 50%; background: rgba(255,255,255,.65); color: currentColor; font-size: 1.2rem; cursor: pointer; }
@keyframes nr-toast-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }

/* V2.9: compact optional enquiry details. */
.nr-form-optional { border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.58); overflow: hidden; }
.nr-form-optional > summary { cursor: pointer; list-style: none; padding: 14px 16px; font-size: .86rem; font-weight: 800; color: #252321; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.nr-form-optional > summary::-webkit-details-marker { display: none; }
.nr-form-optional > summary::after { content: '+'; font-size: 1.25rem; line-height: 1; color: var(--accent-dark); }
.nr-form-optional[open] > summary::after { content: '–'; }
.nr-form-optional-content { padding: 2px 16px 16px; }
.nr-form-reassurance { margin: -3px 0 0; color: var(--muted); font-size: .8rem; }

/* Keep the post-booking confirmation focused and free from unrelated footer navigation. */
.nr-booking-success-page .site-footer { display: none; }
.nr-booking-success-page .booking-success-main { padding-bottom: 72px; }

@media (max-width: 900px) {
  .contact-page-grid { grid-template-columns: 1fr; gap: 28px; }
  .contact-visual { max-height: 440px; }
}
@media (max-width: 720px) {
  .contact-form-section { padding: 24px 18px; }
  .nr-form-grid { grid-template-columns: 1fr; }
  .nr-inquiry-modal { padding: 10px; }
  .nr-inquiry-dialog { max-height: calc(100vh - 20px); padding: 25px 17px; border-radius: 18px; }
  .nr-form-submit { width: 100%; }
  .nr-form-toast { right: 10px; bottom: 10px; width: calc(100% - 20px); }
}


/* Promotional sticker */
.promo-sticker{position:absolute;top:50%;right:-24px;transform:translateY(-50%);width:170px;height:170px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#ff6b6b 0%,#e53935 48%,#c62828 100%);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:16px;box-shadow:0 20px 36px rgba(198,40,40,.32);border:6px solid rgba(255,255,255,.92);z-index:2;}
.promo-sticker-date{display:block;font-size:.76rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;opacity:.95;margin-bottom:6px;}
.promo-sticker strong{display:block;font-size:2rem;line-height:.95;color:#fff;}
.promo-sticker strong small{display:block;font-size:.72rem;font-weight:700;line-height:1.15;margin-top:4px;}
.promo-sticker em{display:block;margin-top:7px;font-style:normal;font-size:.82rem;font-weight:800;line-height:1.15;}
@media (max-width: 980px){.promo-sticker{width:145px;height:145px;right:-18px;padding:13px;}.promo-sticker strong{font-size:1.72rem;}}
@media (max-width: 720px){.promo-sticker{width:128px;height:128px;right:-10px;top:auto;bottom:16px;transform:none;border-width:5px;}.promo-sticker-date{font-size:.68rem;margin-bottom:4px;}.promo-sticker strong{font-size:1.5rem;}.promo-sticker em,.promo-sticker strong small{font-size:.68rem;}}
@media (max-width: 480px){.promo-sticker{display:none;}}


/* V2.15.1: Smoobu dynamic-height / scroll clipping fix.
   The booking engine grows after search/results. Never clip it in the theme. */
.booking-first,
.booking-shell,
.booking-panel,
.smoobu-stage,
.smoobu-host {
  max-height: none;
}
.smoobu-stage,
.smoobu-host {
  overflow: visible;
}

/* V2.16: multilingual market pages and scalable language menu. */
.lang-menu { position: relative; }
.lang-menu > summary { list-style: none; cursor: pointer; min-width: 66px; padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; font-size: .78rem; font-weight: 850; text-align: center; user-select: none; }
.lang-menu > summary::-webkit-details-marker { display: none; }
.lang-menu[open] > summary { background: var(--warm-2); color: #111; }
.lang-menu-panel { position: absolute; z-index: 80; right: 0; top: calc(100% + 9px); min-width: 205px; padding: 8px; display: grid; gap: 2px; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 18px 45px rgba(0,0,0,.13); }
.lang-menu-panel a { display: grid; grid-template-columns: 34px 1fr; align-items: center; gap: 8px; min-height: 38px; padding: 7px 9px; border-radius: 9px; text-decoration: none; white-space: nowrap; font-size: .86rem; }
.lang-menu-panel a span { font-size: .72rem; font-weight: 900; color: var(--muted); }
.lang-menu-panel a:hover, .lang-menu-panel a[aria-current="page"] { background: var(--warm-2); color: #111; }
.international-page .seo-landing-hero { padding-bottom: 44px; }
.international-page .international-booking { padding-top: 58px; }
.international-page .seo-info-panel { margin-top: 34px; }
.international-page .arrival-step strong { display: block; padding-top: 4px; }
.international-page .related-stays { margin-top: 36px; }

@media (max-width: 980px) {
  .nav.open .lang-menu { width: 100%; }
  .nav.open .lang-menu > summary { width: 100%; border-radius: 10px; text-align: left; }
  .nav.open .lang-menu-panel { position: static; min-width: 0; margin-top: 7px; box-shadow: none; border-radius: 10px; }
}


/* V2.17: site-wide promotion, strengthened German SEO directory and Russian language expansion. */
.nr-promo-bar { position: relative; z-index: 90; background: linear-gradient(90deg,#a4211d 0%,#d53a32 52%,#a4211d 100%); color: #fff; border-bottom: 1px solid rgba(0,0,0,.08); }
.nr-promo-bar-inner { min-height: 46px; display: flex; align-items: center; justify-content: center; gap: 14px; padding-block: 7px; text-align: center; }
.nr-promo-bar strong { color: #fff; font-size: .92rem; line-height: 1.25; }
.nr-promo-bar span { color: rgba(255,255,255,.92); font-size: .84rem; line-height: 1.25; }
.nr-promo-bar a { display: inline-flex; align-items: center; min-height: 30px; padding: 4px 11px; border: 1px solid rgba(255,255,255,.65); border-radius: 999px; color: #fff; text-decoration: none; font-size: .78rem; font-weight: 850; white-space: nowrap; }
.nr-promo-bar a:hover, .nr-promo-bar a:focus-visible { background: #fff; color: #8f1d19; }

.nr-seo-directory { padding: 48px 0; border-top: 1px solid var(--line); background: #f8f5ef; }
.nr-seo-directory-head { max-width: 820px; margin-bottom: 24px; }
.nr-seo-directory-head h2 { margin: 7px 0 8px; font-size: clamp(1.7rem,3.2vw,2.65rem); line-height: 1.08; letter-spacing: -.035em; }
.nr-seo-directory-head p { margin: 0; color: var(--muted); }
.nr-seo-directory-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.nr-seo-directory-group { padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.nr-seo-directory-group h3 { margin: 0 0 12px; font-size: 1rem; }
.nr-seo-directory-links { display: flex; flex-wrap: wrap; gap: 7px; }
.nr-seo-directory-links a { padding: 6px 9px; border: 1px solid #ddd3c7; border-radius: 999px; background: #fbfaf8; color: #302d29; text-decoration: none; font-size: .74rem; font-weight: 740; }
.nr-seo-directory-links a:hover, .nr-seo-directory-links a:focus-visible { border-color: var(--accent); color: var(--accent-dark); }
.nr-seo-directory-links a[aria-current="page"] { background: #111; border-color: #111; color: #fff; }

.international-ru .seo-landing-hero { background: linear-gradient(135deg,#f7f4ef 0%,#eee6d9 100%); }

@media (max-width: 900px) {
  .nr-seo-directory-grid { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .nr-promo-bar-inner { flex-wrap: wrap; gap: 5px 10px; padding-block: 8px; }
  .nr-promo-bar strong, .nr-promo-bar span { font-size: .76rem; }
  .nr-promo-bar a { min-height: 28px; font-size: .72rem; }
  .nr-seo-directory { padding: 38px 0; }
}
