:root {
  --rh-primary: #4f46e5;
  --rh-primary-dark: #3730a3;
  --rh-primary-soft: #eef2ff;
  --rh-accent: #14b8a6;
  --rh-text: #172033;
  --rh-muted: #657086;
  --rh-border: #e6e9f0;
  --rh-bg: #ffffff;
  --rh-soft: #f7f8fc;
  --rh-success: #0f9f6e;
  --rh-danger: #d64545;
  --rh-shadow: 0 24px 70px rgba(36, 45, 78, .12);
  --rh-radius: 22px;
  --rh-font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--rh-bg); color: var(--rh-text); font-family: var(--rh-font); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.rh-menu-open { overflow: hidden; }
a { color: var(--rh-primary); text-decoration: none; transition: color .2s ease, transform .2s ease, opacity .2s ease; }
a:hover { color: var(--rh-primary-dark); }
img { max-width: 100%; height: auto; display: block; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.rh-skip-link { position: fixed; left: 12px; top: -80px; z-index: 9999; background: #fff; padding: 10px 16px; border-radius: 8px; box-shadow: var(--rh-shadow); }
.rh-skip-link:focus { top: 12px; }
.rh-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.rh-main { min-height: 65vh; }
.rh-section { padding: 100px 0; }

.rh-site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.92); border-bottom: 1px solid transparent; backdrop-filter: blur(18px); transition: box-shadow .25s ease, border-color .25s ease; }
.rh-site-header.is-scrolled { border-color: var(--rh-border); box-shadow: 0 10px 36px rgba(37,45,75,.08); }
.rh-header-inner { min-height: 82px; display: flex; align-items: center; gap: 28px; }
.rh-brand { flex: 0 0 auto; }
.rh-brand-link { display: inline-flex; align-items: center; gap: 11px; color: var(--rh-text); font-weight: 800; font-size: 1.25rem; letter-spacing: -.03em; }
.rh-brand-link:hover { color: var(--rh-text); transform: translateY(-1px); }
.rh-brand-mark { width: 40px; height: 40px; display: inline-grid; place-items: center; color: #fff; background: linear-gradient(135deg, var(--rh-primary), #7c3aed); border-radius: 13px 13px 13px 4px; box-shadow: 0 10px 22px rgba(79,70,229,.25); }
.custom-logo-link img { max-height: 52px; width: auto; }
.rh-main-nav { flex: 1; }
.rh-main-nav ul { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; justify-content: center; gap: 28px; }
.rh-main-nav a { color: #465066; font-weight: 650; font-size: .95rem; }
.rh-main-nav a:hover, .rh-main-nav .current-menu-item > a { color: var(--rh-primary); }
.rh-header-actions { display: flex; align-items: center; gap: 12px; }
.rh-login-link { color: var(--rh-text); font-weight: 700; padding: 10px; }
.rh-menu-toggle { display: none; width: 45px; height: 45px; border: 1px solid var(--rh-border); background: #fff; border-radius: 12px; padding: 11px; }
.rh-menu-toggle > span:not(.screen-reader-text) { display: block; height: 2px; background: var(--rh-text); margin: 4px 0; border-radius: 2px; }

.rh-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 10px 18px; border: 1px solid transparent; border-radius: 12px; font-weight: 750; line-height: 1.2; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.rh-btn:hover { transform: translateY(-2px); }
.rh-btn--primary { color: #fff; background: linear-gradient(135deg, var(--rh-primary), #6558f5); box-shadow: 0 12px 25px rgba(79,70,229,.22); }
.rh-btn--primary:hover { color: #fff; box-shadow: 0 16px 32px rgba(79,70,229,.3); }
.rh-btn--ghost { color: var(--rh-text); border-color: var(--rh-border); background: #fff; }
.rh-btn--ghost:hover { border-color: #cfd4e2; color: var(--rh-primary); }
.rh-btn--soft { color: var(--rh-primary-dark); background: var(--rh-primary-soft); }
.rh-btn--soft:hover { color: var(--rh-primary-dark); background: #e2e7ff; }
.rh-btn--white { background: #fff; color: var(--rh-primary-dark); box-shadow: 0 12px 30px rgba(24,25,67,.16); }
.rh-btn--large { min-height: 52px; padding: 14px 23px; border-radius: 14px; }
.rh-btn--block { width: 100%; }

.rh-hero { position: relative; overflow: hidden; padding: 80px 0 0; background: radial-gradient(circle at 20% 10%, #f0f4ff 0, transparent 34%), linear-gradient(180deg, #fff 0%, #fbfcff 100%); }
.rh-hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; min-height: 570px; }
.rh-hero-copy { position: relative; z-index: 3; }
.rh-kicker { display: inline-flex; align-items: center; gap: 8px; color: var(--rh-primary); font-size: .79rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.rh-kicker > span { width: 24px; height: 2px; background: var(--rh-accent); }
.rh-kicker--light { color: #dcd9ff; }
.rh-hero h1 { max-width: 720px; margin: 18px 0 22px; font-size: clamp(3rem, 6vw, 5.15rem); line-height: .99; letter-spacing: -.065em; }
.rh-hero-copy > p { max-width: 640px; margin: 0; color: var(--rh-muted); font-size: 1.14rem; }
.rh-hero-buttons { display: flex; gap: 14px; margin-top: 32px; }
.rh-trust-row { display: flex; gap: 34px; margin-top: 42px; padding-top: 26px; border-top: 1px solid var(--rh-border); }
.rh-trust-row div { display: grid; }
.rh-trust-row strong { font-size: 1.15rem; }
.rh-trust-row span { color: var(--rh-muted); font-size: .83rem; }
.rh-hero-visual { position: relative; min-height: 500px; }
.rh-house-illustration { position: absolute; inset: 20px 0 0 0; overflow: hidden; background: linear-gradient(165deg, #dff7f5, #f3f1ff 55%, #fff); border: 1px solid rgba(255,255,255,.9); border-radius: 48% 48% 32px 32px; box-shadow: var(--rh-shadow); }
.rh-house-sky span { position: absolute; width: 90px; height: 28px; background: rgba(255,255,255,.8); border-radius: 50px; filter: blur(.2px); }
.rh-house-sky span:nth-child(1) { top: 90px; left: 55px; }
.rh-house-sky span:nth-child(2) { top: 145px; right: 40px; width: 120px; }
.rh-house-sky span:nth-child(3) { top: 50px; right: 150px; width: 55px; }
.rh-house-shape { position: absolute; width: 300px; height: 280px; left: 50%; bottom: 42px; transform: translateX(-50%); }
.rh-roof { position: absolute; top: 0; left: 20px; width: 260px; height: 180px; background: linear-gradient(135deg, #6860ec, #4338ca); clip-path: polygon(50% 0,100% 70%,89% 70%,89% 100%,11% 100%,11% 70%,0 70%); filter: drop-shadow(0 18px 24px rgba(55,48,163,.2)); }
.rh-house-body { position: absolute; left: 48px; bottom: 0; width: 204px; height: 160px; background: #fff; border-radius: 2px 2px 18px 18px; box-shadow: 0 22px 40px rgba(52,61,96,.18); }
.rh-window { position: absolute; left: 34px; top: 42px; width: 50px; height: 50px; background: linear-gradient(135deg,#b8e8f2,#d8f8f4); border: 8px solid #edefff; border-radius: 8px; }
.rh-door { position: absolute; right: 36px; bottom: 0; width: 60px; height: 102px; background: linear-gradient(180deg,#f6b56d,#df8a4e); border-radius: 26px 26px 0 0; }
.rh-floating-card { position: absolute; z-index: 3; background: rgba(255,255,255,.92); border: 1px solid rgba(255,255,255,.92); border-radius: 18px; box-shadow: 0 20px 45px rgba(35,43,75,.15); backdrop-filter: blur(10px); }
.rh-floating-card--price { left: 20px; bottom: 70px; padding: 16px 22px; display: grid; }
.rh-floating-card--price span, .rh-floating-card--price small { color: var(--rh-muted); font-size: .72rem; }
.rh-floating-card--price strong { color: var(--rh-primary-dark); font-size: 1.55rem; line-height: 1.2; }
.rh-floating-card--rating { right: 20px; top: 90px; padding: 13px 18px; display: flex; align-items: center; gap: 9px; }
.rh-floating-card--rating span { color: #f2a900; letter-spacing: 1px; font-size: .8rem; }
.rh-hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .7; }
.rh-hero-orb--one { width: 340px; height: 340px; right: -140px; top: 100px; background: #eeeaff; }
.rh-hero-orb--two { width: 180px; height: 180px; left: -90px; bottom: 0; background: #dffff8; }
.rh-search-wrap { position: relative; z-index: 5; transform: translateY(46px); }
.rh-search-panel { display: grid; grid-template-columns: 1.2fr 1fr .9fr auto; align-items: end; gap: 14px; padding: 22px; background: #fff; border: 1px solid var(--rh-border); border-radius: 20px; box-shadow: 0 24px 60px rgba(39,47,80,.14); }
.rh-search-panel label { display: grid; gap: 6px; }
.rh-search-panel label > span { color: var(--rh-text); font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.rh-search-panel input, .rh-search-panel select { width: 100%; height: 48px; border: 1px solid var(--rh-border); border-radius: 11px; background: var(--rh-soft); padding: 0 13px; outline: none; }
.rh-search-panel input:focus, .rh-search-panel select:focus { border-color: var(--rh-primary); box-shadow: 0 0 0 3px rgba(79,70,229,.1); }
.rh-search-submit { height: 48px; }

.rh-featured-section { padding-top: 150px; }
.rh-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.rh-section-heading h2, .rh-centered-heading h2 { margin: 8px 0 0; font-size: clamp(2rem,4vw,3rem); line-height: 1.15; letter-spacing: -.045em; }
.rh-arrow-link { font-weight: 800; }
.rh-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.rh-rental-card { overflow: hidden; background: #fff; border: 1px solid var(--rh-border); border-radius: var(--rh-radius); transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
.rh-rental-card:hover { transform: translateY(-7px); box-shadow: var(--rh-shadow); border-color: transparent; }
.rh-card-image { position: relative; display: block; aspect-ratio: 1.45/1; overflow: hidden; background: #edf0f6; }
.rh-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.rh-rental-card:hover .rh-card-image img { transform: scale(1.045); }
.rh-image-placeholder { width: 100%; height: 100%; min-height: 220px; display: grid; place-items: center; background: linear-gradient(135deg,#edf1ff,#e2fbf6); color: var(--rh-primary); }
.rh-image-placeholder > span { display: grid; place-items: center; width: 70px; height: 70px; background: rgba(255,255,255,.8); border-radius: 24px; font-size: 2rem; }
.rh-card-type { position: absolute; left: 15px; top: 15px; color: var(--rh-primary-dark); background: rgba(255,255,255,.9); border-radius: 999px; padding: 6px 11px; font-size: .72rem; font-weight: 800; backdrop-filter: blur(8px); }
.rh-card-content { padding: 20px; }
.rh-card-price { color: var(--rh-primary); font-weight: 850; }
.rh-card-content h3 { margin: 7px 0 6px; font-size: 1.18rem; line-height: 1.35; }
.rh-card-content h3 a { color: var(--rh-text); }
.rh-card-location { margin: 0; color: var(--rh-muted); font-size: .9rem; }
.rh-card-meta { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--rh-border); color: var(--rh-muted); font-size: .75rem; }
.rh-card-meta strong { color: var(--rh-text); }

.rh-how-section { background: var(--rh-soft); }
.rh-centered-heading { max-width: 720px; margin: 0 auto 45px; text-align: center; }
.rh-centered-heading p { color: var(--rh-muted); }
.rh-steps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.rh-steps-grid article { position: relative; padding: 34px; background: #fff; border: 1px solid var(--rh-border); border-radius: var(--rh-radius); }
.rh-steps-grid article > span { position: absolute; top: 22px; right: 25px; color: #d7daea; font-size: 2rem; font-weight: 900; }
.rh-step-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 20px; background: var(--rh-primary-soft); color: var(--rh-primary); border-radius: 18px; font-size: 1.7rem; }
.rh-steps-grid h3 { margin: 0 0 8px; font-size: 1.25rem; }
.rh-steps-grid p { margin: 0; color: var(--rh-muted); }
.rh-owner-section { padding-top: 0; background: var(--rh-soft); }
.rh-owner-card { display: grid; grid-template-columns: 1.2fr .8fr; gap: 50px; align-items: center; padding: 65px; color: #fff; background: radial-gradient(circle at 80% 20%, rgba(255,255,255,.16), transparent 35%), linear-gradient(135deg,#3730a3,#6254ea 65%,#6d5ef2); border-radius: 30px; box-shadow: 0 30px 70px rgba(55,48,163,.24); }
.rh-owner-card h2 { margin: 10px 0 16px; font-size: clamp(2.2rem,4vw,3.6rem); line-height: 1.05; letter-spacing: -.05em; }
.rh-owner-card p { max-width: 650px; color: #e9e7ff; }
.rh-owner-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.rh-owner-stats div { min-height: 130px; display: grid; align-content: center; padding: 20px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18); border-radius: 18px; text-align: center; backdrop-filter: blur(8px); }
.rh-owner-stats strong { font-size: 2rem; }
.rh-owner-stats span { color: #dedbff; font-size: .78rem; }

.rh-page-hero { position: relative; overflow: hidden; background: linear-gradient(180deg,#f7f8ff,#fff); }
.rh-page-hero--compact { padding: 76px 0 68px; text-align: center; }
.rh-page-hero h1 { margin: 8px 0 10px; font-size: clamp(2.5rem,5vw,4.3rem); line-height: 1.05; letter-spacing: -.055em; }
.rh-page-hero p { max-width: 720px; margin: 0 auto; color: var(--rh-muted); }
.rh-archive-section { padding-top: 50px; }
.rh-filter-bar { display: grid; grid-template-columns: 1.1fr 1fr 1fr .75fr .75fr 1fr auto; gap: 10px; padding: 16px; margin-top: -88px; margin-bottom: 48px; background: #fff; border: 1px solid var(--rh-border); border-radius: 18px; box-shadow: var(--rh-shadow); }
.rh-filter-bar input, .rh-filter-bar select { min-width: 0; height: 46px; border: 1px solid var(--rh-border); background: var(--rh-soft); border-radius: 10px; padding: 0 11px; }
.rh-results-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; }
.rh-results-head h2 { margin: 0; font-size: 1.35rem; }
.rh-pagination { margin-top: 44px; }
.rh-pagination .nav-links { display: flex; justify-content: center; gap: 8px; }
.rh-pagination .page-numbers { min-width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--rh-border); border-radius: 10px; color: var(--rh-text); }
.rh-pagination .current { color: #fff; background: var(--rh-primary); border-color: var(--rh-primary); }
.rh-empty-state { padding: 65px 30px; border: 1px dashed #cfd5e4; background: var(--rh-soft); border-radius: var(--rh-radius); text-align: center; }
.rh-empty-state--wide { grid-column: 1/-1; }
.rh-empty-state h2, .rh-empty-state h3 { margin-top: 0; }
.rh-empty-state p { color: var(--rh-muted); }

.rh-listing-head { padding: 42px 0 28px; }
.rh-breadcrumbs { display: flex; gap: 9px; color: var(--rh-muted); font-size: .82rem; flex-wrap: wrap; }
.rh-breadcrumbs a { color: var(--rh-muted); }
.rh-listing-title-row { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-top: 30px; }
.rh-listing-title-row h1 { margin: 10px 0 8px; font-size: clamp(2.2rem,5vw,4rem); line-height: 1.05; letter-spacing: -.055em; }
.rh-chip { display: inline-block; color: var(--rh-primary-dark); background: var(--rh-primary-soft); border-radius: 999px; padding: 5px 11px; font-size: .75rem; font-weight: 850; }
.rh-listing-price { flex: 0 0 auto; color: var(--rh-primary); font-size: 1.65rem; font-weight: 900; }
.rh-listing-gallery { padding-bottom: 10px; }
.rh-gallery-grid { display: grid; grid-template-columns: 1.55fr .75fr; gap: 12px; height: 560px; }
.rh-gallery-main, .rh-gallery-side > * { overflow: hidden; border-radius: 20px; background: #edf0f5; }
.rh-gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.rh-gallery-side { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 12px; }
.rh-gallery-side img { width: 100%; height: 100%; object-fit: cover; }
.rh-gallery-placeholder { background: linear-gradient(135deg,#edf1ff,#e8fbf7); }
.rh-listing-layout { display: grid; grid-template-columns: minmax(0,1fr) 350px; gap: 42px; align-items: start; }
.rh-property-facts { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; margin-bottom: 22px; }
.rh-property-facts div { display: grid; grid-template-columns: auto 1fr; column-gap: 10px; align-items: center; padding: 18px; border: 1px solid var(--rh-border); border-radius: 16px; }
.rh-property-facts div > span { grid-row: 1/3; width: 40px; height: 40px; display: grid; place-items: center; background: var(--rh-primary-soft); color: var(--rh-primary); border-radius: 12px; }
.rh-property-facts strong { font-size: 1.05rem; }
.rh-property-facts small { color: var(--rh-muted); }
.rh-content-card { padding: 30px; margin-bottom: 22px; border: 1px solid var(--rh-border); border-radius: var(--rh-radius); }
.rh-content-card h2 { margin: 0 0 16px; font-size: 1.45rem; }
.rh-entry-content { color: #4d576c; }
.rh-entry-content > *:first-child { margin-top: 0; }
.rh-amenity-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 13px; }
.rh-amenity-grid span { display: flex; align-items: center; gap: 10px; color: #495267; }
.rh-amenity-grid b { width: 24px; height: 24px; display: grid; place-items: center; color: var(--rh-success); background: #eafaf4; border-radius: 50%; }
.rh-contact-card { position: sticky; top: 110px; padding: 28px; border: 1px solid var(--rh-border); border-radius: var(--rh-radius); box-shadow: 0 18px 50px rgba(37,45,75,.1); }
.rh-contact-label { display: block; margin-bottom: 20px; color: var(--rh-muted); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.rh-owner-avatar { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; }
.rh-owner-avatar img { border-radius: 18px; }
.rh-owner-avatar div { display: grid; }
.rh-owner-avatar small { color: var(--rh-muted); }
.rh-contact-card .rh-btn + .rh-btn { margin-top: 10px; }
.rh-safety-note { margin: 18px 0; padding: 14px; color: #705d1b; background: #fff9df; border-radius: 12px; font-size: .78rem; line-height: 1.55; }
.rh-listed-date { color: var(--rh-muted); font-size: .78rem; text-align: center; }

.rh-auth-section { min-height: calc(100vh - 82px); display: grid; place-items: center; padding: 65px 20px; background: radial-gradient(circle at 10% 10%,#e9fbf7,transparent 30%),radial-gradient(circle at 90% 80%,#eeeaff,transparent 34%),var(--rh-soft); }
.rh-auth-shell { width: min(1000px,100%); display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; background: #fff; border: 1px solid var(--rh-border); border-radius: 28px; box-shadow: var(--rh-shadow); }
.rh-auth-visual { position: relative; min-height: 620px; padding: 55px; color: #fff; overflow: hidden; background: linear-gradient(145deg,#3730a3,#6254ea); }
.rh-auth-visual:before, .rh-auth-visual:after { content: ""; position: absolute; border-radius: 50%; background: rgba(255,255,255,.1); }
.rh-auth-visual:before { width: 280px; height: 280px; right: -100px; top: -80px; }
.rh-auth-visual:after { width: 180px; height: 180px; left: -80px; bottom: -50px; }
.rh-auth-visual h1 { margin: 16px 0; font-size: 2.65rem; line-height: 1.05; letter-spacing: -.05em; }
.rh-auth-visual p { color: #e5e3ff; }
.rh-auth-visual ul { list-style: none; margin: 30px 0 0; padding: 0; display: grid; gap: 12px; color: #f2f1ff; }
.rh-auth-art { position: absolute; left: 50%; bottom: 65px; transform: translateX(-50%); width: 210px; height: 210px; display: grid; place-items: center; color: var(--rh-primary); background: rgba(255,255,255,.93); border-radius: 60px 60px 28px 28px; box-shadow: 0 20px 50px rgba(24,25,67,.2); font-size: 5rem; }
.rh-auth-form-wrap { padding: 55px; align-self: center; }
.rh-auth-form-wrap > h2 { margin: 0 0 6px; font-size: 2rem; letter-spacing: -.04em; }
.rh-auth-form-wrap > p { margin: 0 0 24px; color: var(--rh-muted); }
.rh-form { display: grid; gap: 17px; }
.rh-form label { display: grid; gap: 7px; color: #353f54; font-size: .88rem; font-weight: 700; }
.rh-form input:not([type="checkbox"]):not([type="file"]), .rh-form textarea, .rh-form select { width: 100%; min-height: 49px; padding: 11px 13px; color: var(--rh-text); background: #fff; border: 1px solid var(--rh-border); border-radius: 11px; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.rh-form textarea { resize: vertical; }
.rh-form input:focus, .rh-form textarea:focus, .rh-form select:focus { border-color: var(--rh-primary); box-shadow: 0 0 0 3px rgba(79,70,229,.1); }
.rh-check { display: flex !important; grid-template-columns: auto 1fr; align-items: flex-start; gap: 10px !important; font-weight: 550 !important; }
.rh-check input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--rh-primary); }
.rh-auth-links { display: flex; justify-content: space-between; gap: 15px; margin-top: 20px; color: var(--rh-muted); font-size: .87rem; }
.rh-form-grid { display: grid; gap: 14px; }
.rh-form-grid--two { grid-template-columns: repeat(2,minmax(0,1fr)); }
.rh-form-grid--three { grid-template-columns: repeat(3,minmax(0,1fr)); }
.rh-notice { padding: 13px 15px; margin-bottom: 15px; border-radius: 11px; font-size: .87rem; }
.rh-notice--success { color: #086746; background: #eafaf4; border: 1px solid #bdebdc; }
.rh-notice--error { color: #9c2b2b; background: #fff0f0; border: 1px solid #f3c3c3; }
.rh-notice--info { color: #3055a5; background: #edf4ff; border: 1px solid #cbdcff; }

.rh-form-section { padding-top: 50px; background: var(--rh-soft); }
.rh-submit-layout { display: grid; grid-template-columns: minmax(0,1fr) 310px; gap: 28px; align-items: start; }
.rh-property-form { gap: 22px; }
.rh-form-card { padding: 30px; background: #fff; border: 1px solid var(--rh-border); border-radius: var(--rh-radius); }
.rh-form-card-head { display: flex; gap: 14px; align-items: center; margin-bottom: 25px; }
.rh-form-card-head > span { flex: 0 0 42px; width: 42px; height: 42px; display: grid; place-items: center; color: var(--rh-primary); background: var(--rh-primary-soft); border-radius: 13px; font-weight: 900; }
.rh-form-card-head h2 { margin: 0; font-size: 1.3rem; }
.rh-form-card-head p { margin: 2px 0 0; color: var(--rh-muted); font-size: .82rem; }
.rh-form-card > label + label, .rh-form-card > label + .rh-form-grid, .rh-form-card > .rh-form-grid + label, .rh-form-card > .rh-form-grid + fieldset { margin-top: 17px; }
.rh-amenity-fieldset { margin: 20px 0 0; padding: 0; border: 0; }
.rh-amenity-fieldset legend { margin-bottom: 10px; color: #353f54; font-size: .88rem; font-weight: 700; }
.rh-checkbox-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }
.rh-check--box { padding: 12px; background: var(--rh-soft); border: 1px solid var(--rh-border); border-radius: 10px; }
.rh-file-field { min-height: 150px; align-content: center; justify-items: center; padding: 20px; border: 1px dashed #b9c1d4; background: var(--rh-soft); border-radius: 14px; text-align: center; }
.rh-file-field input { max-width: 100%; }
.rh-file-field small { color: var(--rh-muted); font-weight: 500; }
.rh-submit-actions { display: flex; justify-content: flex-end; gap: 12px; }
.rh-form-sidebar { position: sticky; top: 110px; display: grid; gap: 18px; }
.rh-tip-card { padding: 24px; background: #fff; border: 1px solid var(--rh-border); border-radius: 18px; }
.rh-tip-card h3 { margin: 0 0 12px; }
.rh-tip-card ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; color: var(--rh-muted); font-size: .86rem; }
.rh-tip-card--accent { color: #fff; background: linear-gradient(135deg,var(--rh-primary-dark),var(--rh-primary)); border: 0; }
.rh-tip-card--accent p { color: #e4e2ff; }

.rh-dashboard-head { padding: 70px 0 45px; background: linear-gradient(180deg,#f5f6ff,#fff); }
.rh-dashboard-title { display: flex; align-items: end; justify-content: space-between; gap: 25px; }
.rh-dashboard-title h1 { margin: 7px 0; font-size: clamp(2.4rem,5vw,4rem); line-height: 1.05; letter-spacing: -.05em; }
.rh-dashboard-title p { margin: 0; color: var(--rh-muted); }
.rh-dashboard-section { padding-top: 25px; background: var(--rh-soft); }
.rh-dashboard-stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; margin-bottom: 24px; }
.rh-dashboard-stats div { padding: 21px; background: #fff; border: 1px solid var(--rh-border); border-radius: 16px; }
.rh-dashboard-stats span { display: block; color: var(--rh-muted); font-size: .78rem; }
.rh-dashboard-stats strong { display: block; margin-top: 7px; font-size: 1.75rem; line-height: 1.2; }
.rh-dashboard-stats .rh-stat-email { overflow: hidden; font-size: .9rem; text-overflow: ellipsis; }
.rh-dashboard-panel { overflow: hidden; background: #fff; border: 1px solid var(--rh-border); border-radius: var(--rh-radius); }
.rh-panel-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 28px; border-bottom: 1px solid var(--rh-border); }
.rh-panel-head h2 { margin: 0; }
.rh-panel-head p { margin: 2px 0 0; color: var(--rh-muted); font-size: .82rem; }
.rh-dashboard-list { display: grid; }
.rh-dashboard-item { display: grid; grid-template-columns: 90px minmax(0,1fr) auto; align-items: center; gap: 18px; padding: 20px 28px; border-bottom: 1px solid var(--rh-border); }
.rh-dashboard-item:last-child { border-bottom: 0; }
.rh-dashboard-thumb { width: 90px; height: 70px; display: grid; place-items: center; overflow: hidden; color: var(--rh-primary); background: var(--rh-primary-soft); border-radius: 12px; font-size: 1.6rem; }
.rh-dashboard-thumb img { width: 100%; height: 100%; object-fit: cover; }
.rh-dashboard-info h3 { margin: 5px 0 2px; font-size: 1rem; }
.rh-dashboard-info p { margin: 0; color: var(--rh-muted); font-size: .82rem; }
.rh-status { display: inline-block; padding: 3px 8px; border-radius: 999px; font-size: .68rem; font-weight: 800; }
.rh-status--publish { color: #08744e; background: #eafaf4; }
.rh-status--pending { color: #8b6614; background: #fff8dc; }
.rh-status--draft { color: #536078; background: #edf0f5; }
.rh-dashboard-actions { display: flex; gap: 12px; font-size: .82rem; font-weight: 750; }
.rh-delete-link { color: var(--rh-danger); }

.rh-prose { max-width: 850px; }
.rh-prose article { padding: 24px 0; border-bottom: 1px solid var(--rh-border); }
.rh-error-page { min-height: 70vh; display: grid; place-items: center; padding: 80px 0; text-align: center; background: radial-gradient(circle at center,#f0efff,transparent 50%); }
.rh-error-page span { color: var(--rh-primary); font-size: clamp(5rem,15vw,10rem); font-weight: 950; letter-spacing: -.08em; opacity: .18; }
.rh-error-page h1 { margin: -30px 0 10px; font-size: 2.5rem; }
.rh-error-page p { color: var(--rh-muted); }

.rh-site-footer { padding: 70px 0 24px; color: #cdd2df; background: #172033; }
.rh-footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 60px; }
.rh-brand-link--footer { color: #fff; }
.rh-site-footer p { max-width: 440px; color: #9ea7ba; }
.rh-site-footer h2 { margin: 0 0 16px; color: #fff; font-size: 1rem; }
.rh-site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.rh-site-footer a { color: #bdc5d5; }
.rh-site-footer a:hover { color: #fff; }
.rh-footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #8791a6; font-size: .82rem; }

[data-rh-animate] { opacity: 0; transform: translateY(24px); }
[data-rh-animate="float-in"] { transform: translateX(30px); }
[data-rh-animate="zoom-soft"] { transform: scale(.96); }
[data-rh-animate].is-visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .rh-main-nav ul { gap: 17px; }
  .rh-header-actions .rh-btn--ghost { display: none; }
  .rh-hero-grid { gap: 34px; }
  .rh-filter-bar { grid-template-columns: repeat(3,1fr); }
  .rh-filter-bar .rh-btn { grid-column: span 3; }
  .rh-card-grid { grid-template-columns: repeat(2,1fr); }
  .rh-dashboard-stats { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 840px) {
  .rh-header-inner { min-height: 72px; }
  .rh-menu-toggle { display: block; order: 3; margin-left: auto; }
  .rh-main-nav { position: fixed; inset: 72px 0 auto 0; max-height: calc(100vh - 72px); overflow: auto; padding: 20px; background: #fff; border-top: 1px solid var(--rh-border); box-shadow: 0 24px 45px rgba(35,43,75,.15); transform: translateY(-120%); opacity: 0; pointer-events: none; transition: transform .28s ease, opacity .28s ease; }
  .rh-main-nav.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .rh-main-nav ul { display: grid; justify-content: stretch; gap: 0; }
  .rh-main-nav a { display: block; padding: 13px 5px; border-bottom: 1px solid var(--rh-border); }
  .rh-header-actions { display: none; }
  .rh-hero { padding-top: 45px; }
  .rh-hero-grid { grid-template-columns: 1fr; }
  .rh-hero h1 { font-size: clamp(3rem,11vw,4.5rem); }
  .rh-hero-visual { min-height: 430px; }
  .rh-search-panel { grid-template-columns: 1fr 1fr; }
  .rh-search-submit { grid-column: span 2; }
  .rh-owner-card { grid-template-columns: 1fr; padding: 45px; }
  .rh-listing-layout, .rh-submit-layout { grid-template-columns: 1fr; }
  .rh-contact-card, .rh-form-sidebar { position: static; }
  .rh-gallery-grid { height: auto; grid-template-columns: 1fr; }
  .rh-gallery-main { aspect-ratio: 1.5/1; }
  .rh-gallery-side { min-height: 280px; }
  .rh-auth-shell { grid-template-columns: 1fr; }
  .rh-auth-visual { min-height: 390px; }
  .rh-auth-art { width: 150px; height: 150px; bottom: 32px; }
  .rh-dashboard-item { grid-template-columns: 78px 1fr; }
  .rh-dashboard-actions { grid-column: 2; }
}

@media (max-width: 640px) {
  .rh-container { width: min(100% - 26px,1180px); }
  .rh-section { padding: 70px 0; }
  .rh-hero-grid { min-height: auto; }
  .rh-hero-copy { text-align: center; }
  .rh-kicker { justify-content: center; }
  .rh-hero-buttons, .rh-trust-row { justify-content: center; }
  .rh-trust-row { gap: 18px; }
  .rh-hero-visual { min-height: 360px; }
  .rh-house-illustration { inset: 10px 0 0; }
  .rh-house-shape { transform: translateX(-50%) scale(.8); transform-origin: bottom; }
  .rh-floating-card--rating { right: 10px; top: 60px; }
  .rh-floating-card--price { left: 10px; bottom: 34px; }
  .rh-search-wrap { transform: translateY(34px); }
  .rh-search-panel { grid-template-columns: 1fr; padding: 15px; }
  .rh-search-submit { grid-column: auto; }
  .rh-featured-section { padding-top: 120px; }
  .rh-section-heading, .rh-dashboard-title, .rh-listing-title-row { align-items: flex-start; flex-direction: column; }
  .rh-card-grid, .rh-steps-grid, .rh-footer-grid { grid-template-columns: 1fr; }
  .rh-owner-card { padding: 34px 24px; }
  .rh-owner-stats { grid-template-columns: 1fr; }
  .rh-owner-stats div { min-height: 90px; }
  .rh-filter-bar { grid-template-columns: 1fr; margin-top: -75px; }
  .rh-filter-bar .rh-btn { grid-column: auto; }
  .rh-results-head { align-items: flex-start; flex-direction: column; gap: 8px; }
  .rh-property-facts { grid-template-columns: repeat(2,1fr); }
  .rh-amenity-grid { grid-template-columns: 1fr; }
  .rh-gallery-side { min-height: 220px; }
  .rh-auth-section { padding: 25px 12px; }
  .rh-auth-visual, .rh-auth-form-wrap { padding: 34px 24px; }
  .rh-auth-visual { min-height: 340px; }
  .rh-auth-visual h1 { font-size: 2.2rem; }
  .rh-auth-links { flex-direction: column; }
  .rh-form-grid--two, .rh-form-grid--three, .rh-checkbox-grid { grid-template-columns: 1fr; }
  .rh-form-card { padding: 22px 18px; }
  .rh-submit-actions { flex-direction: column-reverse; }
  .rh-dashboard-stats { grid-template-columns: 1fr; }
  .rh-dashboard-item { grid-template-columns: 66px 1fr; padding: 17px; }
  .rh-dashboard-thumb { width: 66px; height: 60px; }
  .rh-dashboard-actions { flex-wrap: wrap; }
  .rh-footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-rh-animate] { opacity: 1; transform: none; }
}

/* Rentivoza 1.1 homepage redesign */
:root {
  --rh-primary: #1769f6;
  --rh-primary-dark: #0b4fc7;
  --rh-primary-soft: #edf4ff;
  --rh-accent: #08a68f;
  --rh-text: #111b35;
  --rh-muted: #667087;
  --rh-border: #e5eaf2;
  --rh-soft: #f7f9fc;
  --rh-shadow: 0 24px 65px rgba(27, 48, 91, .12);
}

.rh-site-header { background: rgba(255,255,255,.97); border-bottom-color: #eef1f6; }
.rh-header-inner { min-height: 76px; gap: 24px; }
.rh-brand-link { gap: 9px; }
.rh-brand-mark { width: 36px; height: 36px; border-radius: 10px 10px 10px 3px; background: linear-gradient(145deg,#1e75ff,#0756db); box-shadow: 0 8px 18px rgba(23,105,246,.25); }
.rh-brand-mark svg { width: 22px; height: 22px; fill: #fff; stroke: #fff; stroke-width: .3; }
.rh-brand-copy { display: grid; line-height: 1.05; }
.rh-brand-copy strong { font-size: 1.12rem; letter-spacing: -.035em; }
.rh-brand-copy small { margin-top: 4px; color: #778197; font-size: .58rem; font-weight: 600; letter-spacing: 0; }
.rh-main-nav ul { gap: 25px; }
.rh-main-nav a { color: #303a50; font-size: .86rem; font-weight: 700; }
.rh-header-actions { gap: 9px; }
.rh-header-actions .rh-btn { min-height: 40px; padding: 9px 15px; font-size: .82rem; border-radius: 9px; }
.rh-login-link { display: inline-flex; align-items: center; gap: 7px; padding: 8px; font-size: .82rem; }
.rh-login-link svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }

.rh-home-hero { position: relative; min-height: 610px; overflow: visible; background-image: var(--rh-hero-image); background-position: center; background-size: cover; border-bottom: 1px solid #edf1f6; }
.rh-home-hero__wash { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(250,253,255,.99) 0%,rgba(250,253,255,.96) 25%,rgba(250,253,255,.56) 52%,rgba(250,253,255,.04) 77%); }
.rh-home-hero__inner { position: relative; z-index: 2; min-height: 560px; display: flex; align-items: center; }
.rh-home-hero__copy { width: min(585px, 55%); padding: 45px 0 95px; }
.rh-home-pill { display: inline-flex; align-items: center; gap: 7px; padding: 7px 11px; color: var(--rh-primary-dark); background: #eaf2ff; border-radius: 999px; font-size: .7rem; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.rh-home-pill svg { width: 14px; height: 14px; fill: currentColor; }
.rh-home-hero h1 { max-width: 650px; margin: 20px 0 20px; font-size: clamp(3.2rem,5.9vw,5.1rem); line-height: 1.02; letter-spacing: -.062em; }
.rh-home-hero h1::after { content: ''; display: block; width: 98px; height: 5px; margin: 14px 0 0 48%; background: var(--rh-accent); border-radius: 99px; transform: rotate(-4deg); }
.rh-home-hero__copy > p { max-width: 510px; margin: 0; color: #59657b; font-size: 1.06rem; line-height: 1.65; }
.rh-home-hero__actions { display: flex; align-items: center; gap: 24px; margin-top: 28px; }
.rh-home-text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--rh-text); font-weight: 800; }
.rh-home-text-link:hover { color: var(--rh-primary); }

.rh-home-search-wrap { position: absolute; z-index: 5; left: 50%; bottom: -39px; transform: translateX(-50%); }
.rh-home-search { display: grid; grid-template-columns: 1.1fr 1fr 1fr .75fr auto; align-items: end; gap: 0; padding: 16px; background: #fff; border: 1px solid #e2e7ef; border-radius: 16px; box-shadow: 0 18px 45px rgba(24,49,90,.16); }
.rh-home-search > label { min-width: 0; padding: 0 15px; border-right: 1px solid #e9edf3; }
.rh-home-search > label > span:first-child { display: block; margin: 0 0 6px 4px; color: #3a4358; font-size: .68rem; font-weight: 850; }
.rh-home-field { display: flex; align-items: center; gap: 8px; }
.rh-home-field svg { flex: 0 0 auto; width: 17px; height: 17px; fill: none; stroke: #65728b; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.rh-home-field input, .rh-home-field select { min-width: 0; width: 100%; height: 35px; padding: 0 2px; color: #344057; background: transparent; border: 0; outline: 0; font-size: .8rem; }
.rh-home-field select { cursor: pointer; }
.rh-home-search__button { min-height: 55px; margin-left: 14px; padding: 13px 21px; white-space: nowrap; border-radius: 11px; font-size: .82rem; }
.rh-home-search__button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }

.rh-home-trust { padding: 69px 0 20px; background: #fff; }
.rh-home-trust__grid { display: grid; grid-template-columns: repeat(4,1fr); }
.rh-home-trust article { display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 60px; padding: 10px 24px; border-right: 1px solid #edf0f5; }
.rh-home-trust article:last-child { border-right: 0; }
.rh-home-trust article > div { display: grid; }
.rh-home-trust strong { color: #30394d; font-size: .78rem; }
.rh-home-trust small { color: #7b8497; font-size: .64rem; }
.rh-home-icon { width: 34px; height: 34px; display: inline-grid; place-items: center; flex: 0 0 auto; border-radius: 50%; font-size: .74rem; font-weight: 900; }
.rh-home-icon--green { color: #088f74; background: #ddf7f0; }
.rh-home-icon--blue { color: #1769f6; background: #e8f1ff; }
.rh-home-icon--violet { color: #7257ee; background: #eeeaff; }
.rh-home-icon--orange { color: #df741d; background: #fff0df; }

.rh-home-featured { padding-top: 75px; padding-bottom: 78px; }
.rh-home-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 28px; }
.rh-home-heading h2 { margin: 5px 0 0; font-size: clamp(1.8rem,3.2vw,2.55rem); line-height: 1.15; letter-spacing: -.045em; }
.rh-home-heading .rh-kicker { font-size: .66rem; letter-spacing: .11em; }
.rh-home-heading .rh-arrow-link { font-size: .75rem; }
.rh-home-heading--center { justify-content: center; text-align: center; }
.rh-home-featured-grid { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 17px; }
.rh-home-featured-grid .rh-rental-card { border-radius: 13px; }
.rh-home-featured-grid .rh-card-image { aspect-ratio: 1.35/1; }
.rh-home-featured-grid .rh-card-content { padding: 15px; }
.rh-home-featured-grid .rh-card-content h3 { margin: 6px 0 5px; font-size: .89rem; }
.rh-home-featured-grid .rh-card-price { font-size: .98rem; }
.rh-home-featured-grid .rh-card-location { margin-bottom: 12px; font-size: .68rem; }
.rh-home-featured-grid .rh-card-meta { gap: 7px; padding-top: 10px; font-size: .64rem; }
.rh-home-featured-grid .rh-card-type { top: 10px; left: 10px; font-size: .58rem; border-radius: 99px; }
.rh-home-featured-grid .rh-rental-card:hover { transform: translateY(-5px); }

.rh-home-cities { padding-top: 72px; padding-bottom: 78px; background: #f8fafe; border-block: 1px solid #edf1f6; }
.rh-home-city-grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 14px; }
.rh-home-city-card { overflow: hidden; color: var(--rh-text); background: #fff; border: 1px solid #e5eaf2; border-radius: 12px; }
.rh-home-city-card:hover { color: var(--rh-text); transform: translateY(-4px); box-shadow: 0 16px 30px rgba(33,52,89,.1); }
.rh-home-city-card__image { display: block; height: 90px; background-size: cover; background-position: center; }
.rh-home-city-card--1 .rh-home-city-card__image { background-image: linear-gradient(135deg,#73b8e9,#e0eef7),linear-gradient(#fff,#fff); }
.rh-home-city-card--2 .rh-home-city-card__image { background-image: linear-gradient(135deg,#8cc8b0,#edf4dd); }
.rh-home-city-card--3 .rh-home-city-card__image { background-image: linear-gradient(135deg,#7fa9e9,#f0e8d8); }
.rh-home-city-card--4 .rh-home-city-card__image { background-image: linear-gradient(135deg,#9fc1dd,#f1d9c0); }
.rh-home-city-card--5 .rh-home-city-card__image { background-image: linear-gradient(135deg,#6db5c4,#dcebed); }
.rh-home-city-card--6 .rh-home-city-card__image { background-image: linear-gradient(135deg,#9fb6d9,#e6e7ed); }
.rh-home-city-card__image::before { content: ''; display: block; width: 100%; height: 100%; background: linear-gradient(150deg,transparent 40%,rgba(19,40,64,.15)),linear-gradient(90deg,transparent 15%,rgba(255,255,255,.55) 15% 17%,transparent 17% 35%,rgba(255,255,255,.35) 35% 38%,transparent 38% 62%,rgba(255,255,255,.5) 62% 65%,transparent 65%); }
.rh-home-city-card__body { position: relative; display: grid; padding: 15px 12px 13px; }
.rh-home-city-card__icon { position: absolute; top: -17px; left: 12px; width: 32px; height: 32px; display: grid; place-items: center; color: var(--rh-accent); background: #fff; border: 1px solid #e4e9f1; border-radius: 50%; box-shadow: 0 5px 12px rgba(24,52,88,.08); font-weight: 900; }
.rh-home-city-card strong { margin-top: 6px; font-size: .77rem; }
.rh-home-city-card small { color: #7a8396; font-size: .62rem; }

.rh-home-advantage { padding: 78px 0 85px; }
.rh-home-benefit-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 17px; margin-top: 30px; }
.rh-home-benefit-grid article { padding: 24px 21px; background: #fff; border: 1px solid #e5eaf2; border-radius: 12px; transition: transform .25s ease, box-shadow .25s ease; }
.rh-home-benefit-grid article:hover { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(26,48,85,.09); }
.rh-benefit-icon { width: 47px; height: 47px; display: grid; place-items: center; margin-bottom: 17px; color: var(--rh-primary); background: #eaf2ff; border-radius: 50%; font-size: 1.15rem; font-weight: 900; }
.rh-home-benefit-grid article:nth-child(2) .rh-benefit-icon { color: #6d4ff0; background: #eeeaff; }
.rh-home-benefit-grid article:nth-child(3) .rh-benefit-icon { color: #09927c; background: #e2f7f1; }
.rh-home-benefit-grid article:nth-child(4) .rh-benefit-icon { color: #e2741c; background: #fff0e1; }
.rh-home-benefit-grid h3 { margin: 0 0 8px; font-size: .92rem; }
.rh-home-benefit-grid p { margin: 0; color: var(--rh-muted); font-size: .72rem; line-height: 1.55; }

.rh-home-nearby { padding: 85px 0; background: #f8fafe; }
.rh-home-nearby__layout { display: grid; grid-template-columns: 260px minmax(0,1fr); align-items: center; gap: 48px; }
.rh-home-nearby__copy h2 { margin: 7px 0 14px; font-size: 2.2rem; line-height: 1.08; letter-spacing: -.05em; }
.rh-home-nearby__copy p { margin: 0 0 22px; color: var(--rh-muted); font-size: .82rem; }
.rh-home-map { position: relative; min-height: 310px; overflow: hidden; background: #dfe9e9; border: 1px solid #d9e3e8; border-radius: 15px; box-shadow: 0 20px 45px rgba(28,52,84,.1); }
.rh-home-map::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(30deg,transparent 48%,rgba(255,255,255,.9) 49% 52%,transparent 53%),linear-gradient(-20deg,transparent 39%,rgba(255,255,255,.7) 40% 43%,transparent 44%),linear-gradient(85deg,transparent 58%,rgba(255,255,255,.75) 59% 62%,transparent 63%); background-size: 190px 130px,230px 155px,260px 180px; opacity: .85; }
.rh-map-road { position: absolute; z-index: 1; height: 15px; background: #fff; border: 1px solid #d6dfe4; border-radius: 99px; transform-origin: left; }
.rh-map-road--one { width: 690px; left: -80px; top: 102px; transform: rotate(16deg); }
.rh-map-road--two { width: 590px; left: 60px; top: 260px; transform: rotate(-22deg); }
.rh-map-road--three { width: 450px; left: 300px; top: 10px; transform: rotate(73deg); }
.rh-map-water { position: absolute; right: -40px; bottom: -80px; width: 390px; height: 240px; background: #b9e4ef; border-radius: 55% 0 0 0; transform: rotate(-8deg); }
.rh-map-pin { position: absolute; z-index: 4; width: 30px; height: 30px; display: grid; place-items: center; color: #fff; background: var(--rh-accent); border: 3px solid #fff; border-radius: 50% 50% 50% 10%; box-shadow: 0 5px 13px rgba(9,101,89,.24); transform: rotate(-45deg); font-size: .72rem; font-weight: 900; }
.rh-map-pin--1 { width: 46px; height: 46px; left: 35%; top: 45%; color: #fff; background: var(--rh-primary); }
.rh-map-pin--1::after { content: ''; position: absolute; inset: -15px; z-index: -1; background: rgba(23,105,246,.13); border-radius: 50%; }
.rh-map-pin--1, .rh-map-pin--2, .rh-map-pin--3, .rh-map-pin--4 { padding-bottom: 2px; }
.rh-map-pin--1 { transform: rotate(-45deg); }
.rh-map-pin--1::first-letter, .rh-map-pin--2::first-letter { transform: rotate(45deg); }
.rh-map-pin--2 { left: 15%; top: 25%; }
.rh-map-pin--3 { left: 57%; top: 18%; }
.rh-map-pin--4 { left: 54%; top: 72%; }
.rh-home-map__list { position: absolute; z-index: 6; top: 16px; right: 16px; width: 235px; overflow: hidden; background: rgba(255,255,255,.96); border: 1px solid #dfe6ee; border-radius: 11px; box-shadow: 0 12px 25px rgba(29,50,80,.12); }
.rh-home-map__list > a { display: grid; grid-template-columns: 61px 1fr; gap: 9px; align-items: center; min-height: 76px; padding: 7px; color: var(--rh-text); border-bottom: 1px solid #edf0f4; }
.rh-home-map__list > a:last-child { border-bottom: 0; }
.rh-home-map__list img, .rh-map-list-placeholder { width: 61px; height: 55px; object-fit: cover; display: grid; place-items: center; color: var(--rh-primary); background: #e9f1ff; border-radius: 7px; }
.rh-home-map__list a > span:last-child { min-width: 0; display: grid; line-height: 1.25; }
.rh-home-map__list strong { overflow: hidden; font-size: .68rem; text-overflow: ellipsis; white-space: nowrap; }
.rh-home-map__list small { overflow: hidden; color: #7a8495; font-size: .56rem; text-overflow: ellipsis; white-space: nowrap; }
.rh-home-map__list b { margin-top: 4px; color: #303a50; font-size: .59rem; }
.rh-home-map__empty { display: grid; gap: 4px; padding: 25px 18px; }
.rh-home-map__empty small { color: var(--rh-muted); }

.rh-home-process { padding: 78px 0; }
.rh-home-process__grid { position: relative; display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; max-width: 920px; margin: 34px auto 0; }
.rh-home-process__grid::before { content: ''; position: absolute; top: 29px; left: 16%; right: 16%; border-top: 1px dashed #b8c6da; }
.rh-home-process__grid article { position: relative; z-index: 2; text-align: center; }
.rh-home-process__grid article > span { width: 58px; height: 58px; display: grid; place-items: center; margin: 0 auto 15px; color: var(--rh-primary); background: #fff; border: 1px solid #dce5f1; border-radius: 50%; box-shadow: 0 9px 22px rgba(29,52,88,.1); font-size: .78rem; font-weight: 900; }
.rh-home-process__grid h3 { margin: 0 0 5px; font-size: .95rem; }
.rh-home-process__grid p { max-width: 230px; margin: 0 auto; color: var(--rh-muted); font-size: .72rem; }

.rh-home-owner { padding: 30px 0 85px; }
.rh-home-owner__card { position: relative; min-height: 300px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 55px; overflow: hidden; padding: 42px 70px; background: linear-gradient(115deg,#edf5ff,#f6f9ff 48%,#eaf2ff); border: 1px solid #dfe8f5; border-radius: 18px; }
.rh-home-owner__card::after { content: ''; position: absolute; width: 260px; height: 260px; right: -90px; top: -120px; background: rgba(23,105,246,.08); border-radius: 50%; }
.rh-home-owner__device { position: relative; min-height: 215px; }
.rh-device-window { position: absolute; left: 50%; top: 50%; width: 270px; height: 190px; padding: 13px; background: #fff; border: 8px solid #202b42; border-radius: 16px; box-shadow: 0 22px 38px rgba(21,46,78,.19); transform: translate(-50%,-50%) rotate(-5deg); }
.rh-device-window > span { display: inline-block; width: 7px; height: 7px; margin-right: 3px; background: #dfe5ed; border-radius: 50%; }
.rh-device-photo { height: 82px; margin-top: 7px; background: linear-gradient(145deg,#9dcce4,#e9dfc8); border-radius: 7px; }
.rh-device-lines { display: grid; gap: 8px; margin-top: 11px; }
.rh-device-lines i { display: block; height: 7px; background: #edf0f5; border-radius: 99px; }
.rh-device-lines i:nth-child(2) { width: 75%; }
.rh-device-lines i:nth-child(3) { width: 45%; background: #d8e7ff; }
.rh-home-owner__copy { position: relative; z-index: 2; }
.rh-home-owner__copy h2 { max-width: 620px; margin: 8px 0 14px; font-size: clamp(2rem,4vw,3rem); line-height: 1.08; letter-spacing: -.05em; }
.rh-home-owner__copy p { max-width: 650px; margin: 0; color: var(--rh-muted); font-size: .86rem; }
.rh-home-owner__actions { display: flex; gap: 12px; margin-top: 23px; }

.rh-site-footer { padding: 62px 0 20px; color: var(--rh-muted); background: #fff; border-top: 1px solid #e6ebf2; }
.rh-footer-grid--modern { grid-template-columns: 1.55fr repeat(3,1fr); gap: 55px; }
.rh-brand-link--footer { color: var(--rh-text); }
.rh-site-footer p { max-width: 340px; color: #747e91; font-size: .76rem; }
.rh-site-footer h2 { color: #30394c; font-size: .76rem; text-transform: uppercase; letter-spacing: .08em; }
.rh-site-footer a { color: #687286; font-size: .76rem; }
.rh-site-footer a:hover { color: var(--rh-primary); }
.rh-footer-note { display: inline-block; padding: 7px 10px; color: #467061; background: #eaf8f3; border-radius: 8px; font-size: .64rem; font-weight: 700; }
.rh-footer-bottom { color: #929bad; border-top-color: #e8ecf2; font-size: .7rem; }

@media (max-width: 1120px) {
  .rh-home-search { grid-template-columns: repeat(4,1fr); }
  .rh-home-search__button { grid-column: 1 / -1; margin: 13px 0 0; }
  .rh-home-featured-grid { grid-template-columns: repeat(2,1fr); }
  .rh-home-city-grid { grid-template-columns: repeat(3,1fr); }
  .rh-home-benefit-grid { grid-template-columns: repeat(2,1fr); }
  .rh-header-actions .rh-btn--ghost { display: none; }
}

@media (max-width: 840px) {
  .rh-home-hero { min-height: 610px; background-position: 66% center; }
  .rh-home-hero__wash { background: linear-gradient(90deg,rgba(255,255,255,.98),rgba(255,255,255,.82) 58%,rgba(255,255,255,.18)); }
  .rh-home-hero__copy { width: min(570px,78%); }
  .rh-home-search-wrap { bottom: -108px; }
  .rh-home-search { grid-template-columns: repeat(2,1fr); }
  .rh-home-search > label:nth-child(2) { border-right: 0; }
  .rh-home-trust { padding-top: 137px; }
  .rh-home-trust__grid { grid-template-columns: repeat(2,1fr); }
  .rh-home-trust article:nth-child(2) { border-right: 0; }
  .rh-home-trust article:nth-child(-n+2) { border-bottom: 1px solid #edf0f5; }
  .rh-home-nearby__layout { grid-template-columns: 1fr; }
  .rh-home-nearby__copy { max-width: 550px; }
  .rh-home-owner__card { grid-template-columns: 1fr; padding: 42px; }
  .rh-home-owner__device { min-height: 190px; }
  .rh-footer-grid--modern { grid-template-columns: 1.4fr repeat(2,1fr); }
  .rh-footer-grid--modern > div:last-child { grid-column: 2; }
}

@media (max-width: 640px) {
  .rh-home-hero { min-height: 690px; background-position: 70% center; }
  .rh-home-hero__wash { background: linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.9) 53%,rgba(255,255,255,.28) 100%); }
  .rh-home-hero__inner { min-height: 590px; align-items: flex-start; }
  .rh-home-hero__copy { width: 100%; padding: 55px 0 0; text-align: center; }
  .rh-home-hero h1 { font-size: clamp(2.85rem,13vw,4.2rem); }
  .rh-home-hero h1::after { margin-left: auto; margin-right: auto; }
  .rh-home-hero__copy > p { margin-inline: auto; }
  .rh-home-hero__actions { justify-content: center; flex-wrap: wrap; }
  .rh-home-search-wrap { bottom: -270px; }
  .rh-home-search { grid-template-columns: 1fr; padding: 13px; }
  .rh-home-search > label { padding: 9px 8px; border-right: 0; border-bottom: 1px solid #edf0f5; }
  .rh-home-search__button { grid-column: auto; }
  .rh-home-trust { padding-top: 300px; }
  .rh-home-trust__grid { grid-template-columns: 1fr; }
  .rh-home-trust article { justify-content: flex-start; border-right: 0; border-bottom: 1px solid #edf0f5; }
  .rh-home-trust article:last-child { border-bottom: 0; }
  .rh-home-featured-grid, .rh-home-benefit-grid, .rh-home-process__grid { grid-template-columns: 1fr; }
  .rh-home-city-grid { grid-template-columns: repeat(2,1fr); }
  .rh-home-heading { align-items: flex-start; flex-direction: column; }
  .rh-home-heading--center { align-items: center; }
  .rh-home-nearby__copy { text-align: center; }
  .rh-home-nearby__copy .rh-kicker { justify-content: center; }
  .rh-home-map { min-height: 440px; }
  .rh-home-map__list { left: 14px; right: 14px; top: auto; bottom: 14px; width: auto; }
  .rh-home-process__grid::before { display: none; }
  .rh-home-owner__card { padding: 32px 22px; text-align: center; }
  .rh-home-owner__copy .rh-kicker { justify-content: center; }
  .rh-home-owner__actions { justify-content: center; flex-direction: column; }
  .rh-footer-grid--modern { grid-template-columns: 1fr; }
  .rh-footer-grid--modern > div:last-child { grid-column: auto; }
}

/* Rentivoza 1.2 UI and real-image refinement */
:root {
  --rh-primary: #1267f2;
  --rh-primary-dark: #084dbd;
  --rh-accent: #08a98f;
  --rh-text: #101a33;
  --rh-muted: #657087;
  --rh-border: #e4e9f1;
  --rh-soft: #f7f9fc;
  --rh-shadow: 0 22px 60px rgba(23, 50, 92, .12);
}

body { overflow-x: hidden; }
:where(a, button, input, select, textarea):focus-visible { outline: 3px solid rgba(18, 103, 242, .28); outline-offset: 3px; }
.rh-mobile-actions { display: none; }
.admin-bar .rh-site-header { top: 32px; }
.rh-site-header { box-shadow: 0 1px 0 rgba(20, 35, 60, .04); }
.rh-site-header.is-scrolled { box-shadow: 0 12px 35px rgba(20, 39, 73, .09); }
.rh-main-nav a { position: relative; }
.rh-main-nav .current-menu-item > a::after,
.rh-main-nav a:hover::after { content: ""; position: absolute; left: 0; right: 0; bottom: -25px; height: 2px; background: var(--rh-primary); border-radius: 99px; }

.rh-home-hero {
  min-height: 650px;
  background-position: center right;
  background-repeat: no-repeat;
  background-color: #edf4fb;
  isolation: isolate;
}
.rh-home-hero::after { content: ""; position: absolute; inset: 0; z-index: 0; background: linear-gradient(180deg, transparent 70%, rgba(255,255,255,.18)); pointer-events: none; }
.rh-home-hero__wash { z-index: 1; background: linear-gradient(90deg, #fbfdff 0%, rgba(251,253,255,.98) 28%, rgba(251,253,255,.82) 46%, rgba(251,253,255,.12) 72%, rgba(251,253,255,0) 100%); }
.rh-home-hero__inner { min-height: 600px; }
.rh-home-hero__copy { width: min(620px, 55%); padding: 44px 0 92px; }
.rh-home-hero h1 { max-width: 620px; margin: 19px 0 18px; font-size: clamp(3.25rem, 5.35vw, 5rem); line-height: .99; letter-spacing: -.064em; text-wrap: balance; }
.rh-home-hero h1::after { display: none; }
.rh-hero-highlight { position: relative; color: var(--rh-primary); white-space: nowrap; }
.rh-hero-highlight::after { content: ""; position: absolute; left: 3%; right: -7%; bottom: -8px; height: 5px; background: var(--rh-accent); border-radius: 999px; transform: rotate(-3deg); }
.rh-home-hero__copy > p { max-width: 510px; color: #5c6880; font-size: 1.02rem; }
.rh-home-hero__stats { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 27px; }
.rh-home-hero__stats span { display: grid; color: #6d778c; font-size: .68rem; line-height: 1.35; }
.rh-home-hero__stats strong { color: #17213a; font-size: .93rem; }

.rh-home-search-wrap { bottom: -45px; }
.rh-home-search { grid-template-columns: 1.2fr 1fr 1fr .76fr auto; padding: 14px; border-radius: 18px; box-shadow: 0 22px 58px rgba(19, 46, 86, .17); }
.rh-home-search > label { min-height: 58px; display: grid; align-content: center; padding-inline: 16px; }
.rh-home-search > label > span:first-child { margin-bottom: 5px; color: #344057; font-size: .67rem; letter-spacing: .01em; }
.rh-home-field input, .rh-home-field select { height: 32px; font-size: .79rem; }
.rh-home-field input::placeholder { color: #8a94a6; }
.rh-home-search__button { min-height: 58px; padding-inline: 24px; }

.rh-home-trust { padding-top: 82px; }
.rh-home-trust article { min-width: 0; }
.rh-home-trust strong, .rh-home-trust small { overflow-wrap: anywhere; }

.rh-home-featured { padding-top: 82px; }
.rh-home-featured-grid { gap: 20px; }
.rh-home-featured-grid .rh-rental-card { border-radius: 16px; box-shadow: 0 8px 22px rgba(30, 49, 80, .04); }
.rh-home-featured-grid .rh-card-image { aspect-ratio: 1.42 / 1; }
.rh-home-featured-grid .rh-card-content { padding: 17px; }
.rh-home-featured-grid .rh-card-content h3 { min-height: 2.6em; margin: 7px 0 4px; font-size: .96rem; }
.rh-home-featured-grid .rh-card-price { display: flex; align-items: baseline; gap: 4px; font-size: 1rem; }
.rh-home-featured-grid .rh-card-price small { color: #727d91; font-size: .62rem; font-weight: 650; }
.rh-home-featured-grid .rh-card-location { min-height: 1.6em; margin-bottom: 12px; font-size: .7rem; }
.rh-home-featured-grid .rh-card-meta { grid-template-columns: repeat(3, minmax(0,1fr)); font-size: .65rem; }
.rh-home-featured-grid .rh-card-meta span { min-width: 0; white-space: nowrap; }
.rh-card-image img { background: #e9eef5; }
.rh-card-type { color: #087e6d; background: rgba(255,255,255,.94); box-shadow: 0 5px 15px rgba(22, 38, 63, .1); }
.rh-sample-disclaimer { margin: 16px 0 0; color: #7b8598; font-size: .72rem; text-align: right; }

.rh-home-cities { background: #f8fafc; }
.rh-home-city-grid { gap: 16px; }
.rh-home-city-card { border-radius: 14px; box-shadow: 0 6px 18px rgba(29, 52, 87, .035); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.rh-home-city-card__image { height: 105px; background-position: center; }
.rh-home-city-card__image::before { background: linear-gradient(180deg, transparent 60%, rgba(13, 28, 51, .18)); }
.rh-home-city-card__body { padding: 17px 13px 14px; }
.rh-home-city-card strong { font-size: .82rem; }
.rh-home-city-card small { font-size: .65rem; }

.rh-home-benefit-grid article { border-radius: 15px; }
.rh-home-benefit-grid h3 { font-size: .98rem; }
.rh-home-benefit-grid p { font-size: .76rem; }

.rh-home-nearby__layout { grid-template-columns: 290px minmax(0, 1fr); gap: 50px; }
.rh-home-map { min-height: 360px; background: #e7eef4 url('../images/map.jpg') center / cover no-repeat; border-radius: 18px; }
.rh-home-map::before, .rh-map-road, .rh-map-water { display: none; }
.rh-home-map::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.06), rgba(255,255,255,0)); pointer-events: none; }
.rh-map-pin { z-index: 5; }
.rh-map-pin--1 { left: 31%; top: 45%; }
.rh-map-pin--2 { left: 13%; top: 24%; }
.rh-map-pin--3 { left: 54%; top: 15%; }
.rh-map-pin--4 { left: 49%; top: 72%; }
.rh-home-map__list { top: 18px; right: 18px; width: 260px; border-radius: 13px; }
.rh-home-map__list > a { grid-template-columns: 66px minmax(0,1fr); min-height: 83px; padding: 8px; }
.rh-home-map__list img, .rh-map-list-placeholder { width: 66px; height: 61px; }
.rh-home-map__list strong { font-size: .72rem; }
.rh-home-map__list small { font-size: .59rem; }
.rh-home-map__list b { font-size: .62rem; }

.rh-home-owner__card { grid-template-columns: .86fr 1.14fr; border-radius: 22px; }
.rh-device-window { width: 310px; height: 220px; overflow: hidden; padding: 13px; }
.rh-device-window > img { width: 100%; height: 105px; margin-top: 7px; object-fit: cover; border-radius: 8px; }
.rh-device-photo { display: none; }
.rh-device-lines { margin-top: 12px; }

.rh-gallery-main > img, .rh-gallery-side > img { width: 100%; height: 100%; object-fit: cover; }
.rh-rental-card, .rh-content-card, .rh-contact-card, .rh-form-card, .rh-auth-shell { overflow-wrap: anywhere; }

@media (max-width: 1120px) {
  .rh-home-hero { min-height: 690px; background-position: 60% center; }
  .rh-home-hero__inner { min-height: 600px; }
  .rh-home-hero__copy { width: min(590px, 60%); }
  .rh-home-search-wrap { bottom: -104px; }
  .rh-home-search { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .rh-home-search > label:nth-child(4) { border-right: 0; }
  .rh-home-search__button { grid-column: 1 / -1; margin: 12px 0 0; }
  .rh-home-trust { padding-top: 145px; }
  .rh-home-nearby__layout { grid-template-columns: 250px minmax(0,1fr); gap: 32px; }
}

@media (max-width: 840px) {
  .admin-bar .rh-site-header { top: 46px; }
  .rh-main-nav .current-menu-item > a::after, .rh-main-nav a:hover::after { display: none; }
  .rh-mobile-actions { display: grid; gap: 10px; padding: 18px 0 4px; }
  .rh-mobile-actions > a:not(.rh-btn) { display: block; padding: 11px 5px; color: #273149; font-weight: 700; border-bottom: 1px solid var(--rh-border); }
  .rh-mobile-actions .rh-btn { width: 100%; }
  .rh-home-hero { min-height: 690px; background-position: 64% center; }
  .rh-home-hero__wash { background: linear-gradient(90deg, rgba(251,253,255,.99) 0%, rgba(251,253,255,.93) 49%, rgba(251,253,255,.35) 78%, rgba(251,253,255,.08)); }
  .rh-home-hero__copy { width: min(570px, 73%); }
  .rh-home-search-wrap { bottom: -130px; }
  .rh-home-search { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .rh-home-search > label:nth-child(2n) { border-right: 0; }
  .rh-home-search__button { grid-column: 1 / -1; }
  .rh-home-trust { padding-top: 170px; }
  .rh-home-nearby__layout { grid-template-columns: 1fr; }
  .rh-home-nearby__copy { max-width: 600px; }
  .rh-home-map { min-height: 390px; }
  .rh-home-owner__card { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .rh-home-hero { min-height: auto; background-position: 68% top; background-size: auto 390px; padding-bottom: 0; }
  .rh-home-hero__wash { background: linear-gradient(180deg, rgba(255,255,255,.2) 0%, rgba(255,255,255,.74) 32%, #fff 61%, #fff 100%); }
  .rh-home-hero__inner { min-height: 650px; align-items: flex-end; }
  .rh-home-hero__copy { width: 100%; padding: 310px 0 42px; text-align: center; }
  .rh-home-pill { font-size: .64rem; }
  .rh-home-hero h1 { margin-top: 16px; font-size: clamp(2.65rem, 13vw, 3.75rem); }
  .rh-home-hero__copy > p { margin-inline: auto; font-size: .94rem; }
  .rh-home-hero__actions, .rh-home-hero__stats { justify-content: center; }
  .rh-home-hero__stats { gap: 18px; }
  .rh-home-search-wrap { position: relative; left: auto; bottom: auto; transform: none; padding-bottom: 24px; }
  .rh-home-search { grid-template-columns: 1fr; padding: 12px; }
  .rh-home-search > label { min-height: 62px; border-right: 0; border-bottom: 1px solid #edf0f5; }
  .rh-home-search > label:nth-child(2n) { border-right: 0; }
  .rh-home-search__button { grid-column: auto; margin-top: 8px; }
  .rh-home-trust { padding-top: 16px; }
  .rh-home-featured { padding-top: 66px; }
  .rh-home-featured-grid { gap: 18px; }
  .rh-home-city-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
  .rh-home-city-card__image { height: 92px; }
  .rh-home-heading { gap: 12px; }
  .rh-home-heading .rh-arrow-link { font-size: .78rem; }
  .rh-sample-disclaimer { text-align: left; }
  .rh-home-map { min-height: 510px; background-position: 42% center; }
  .rh-home-map__list { left: 12px; right: 12px; bottom: 12px; top: auto; width: auto; }
  .rh-map-pin--3 { left: 68%; }
  .rh-home-owner__device { min-height: 205px; }
  .rh-device-window { width: min(300px, 90vw); }
  .rh-home-owner__actions .rh-btn { width: 100%; }
}

@media (max-width: 390px) {
  .rh-home-city-grid { grid-template-columns: 1fr; }
  .rh-home-hero__stats { display: grid; grid-template-columns: repeat(3,1fr); width: 100%; gap: 8px; }
}

/* Rentivoza 1.3 licensed photography and bundled SVG icon refinement */
.rh-svg-icon {
  width: 1em;
  height: 1em;
  display: inline-block;
  flex: 0 0 auto;
  overflow: visible;
  fill: currentColor;
  stroke: none;
  vertical-align: -.125em;
}

.rh-brand-mark .rh-svg-icon { width: 21px; height: 21px; color: #fff; }
.rh-login-link .rh-svg-icon { width: 15px; height: 15px; }
.rh-btn .rh-svg-icon { width: 14px; height: 14px; }
.rh-btn--large .rh-svg-icon { width: 16px; height: 16px; }
.rh-home-pill .rh-svg-icon { width: 13px; height: 13px; }
.rh-home-text-link .rh-svg-icon,
.rh-arrow-link .rh-svg-icon { width: 11px; height: 11px; transition: transform .2s ease; }
.rh-home-text-link:hover .rh-svg-icon,
.rh-arrow-link:hover .rh-svg-icon { transform: translateX(3px); }

.rh-home-field .rh-svg-icon {
  width: 15px;
  height: 15px;
  color: #748097;
  fill: currentColor;
  stroke: none;
}
.rh-home-search__button .rh-svg-icon { width: 15px; height: 15px; fill: currentColor; stroke: none; }

.rh-home-icon .rh-svg-icon { width: 14px; height: 14px; }
.rh-benefit-icon .rh-svg-icon { width: 19px; height: 19px; }
.rh-home-city-card__icon .rh-svg-icon { width: 13px; height: 13px; }

.rh-card-image { overflow: hidden; background: #e8edf4; }
.rh-card-image img { transition: transform .42s ease; }
.rh-rental-card:hover .rh-card-image img { transform: scale(1.035); }
.rh-card-location { display: flex; align-items: center; gap: 6px; min-width: 0; }
.rh-card-location .rh-svg-icon { width: 11px; height: 11px; color: #778398; }
.rh-card-meta span { min-width: 0; display: flex; align-items: center; gap: 4px; }
.rh-card-meta .rh-svg-icon { width: 11px; height: 11px; color: #758196; }
.rh-card-meta strong { margin-left: 1px; }

.rh-property-facts div > span .rh-svg-icon { width: 17px; height: 17px; }
.rh-amenity-grid b .rh-svg-icon { width: 10px; height: 10px; }

.rh-auth-art .rh-svg-icon { width: 88px; height: 88px; }
.rh-auth-visual ul li,
.rh-tip-card li { display: flex; align-items: flex-start; gap: 9px; }
.rh-auth-visual ul .rh-svg-icon { width: 14px; height: 14px; margin-top: 5px; color: #b9f4e9; }
.rh-tip-card li .rh-svg-icon { width: 11px; height: 11px; margin-top: 6px; color: var(--rh-success); }

.rh-dashboard-thumb .rh-svg-icon { width: 23px; height: 23px; }
.rh-dashboard-actions a { display: inline-flex; align-items: center; gap: 5px; }
.rh-dashboard-actions .rh-svg-icon { width: 11px; height: 11px; }

.rh-map-pin .rh-svg-icon {
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}
.rh-map-pin--1 .rh-svg-icon { width: 15px; height: 15px; }

.rh-home-hero {
  background-position: 68% center;
  background-color: #eef3f8;
}
.rh-home-hero__wash {
  background: linear-gradient(90deg, #fbfdff 0%, rgba(251,253,255,.985) 29%, rgba(251,253,255,.82) 47%, rgba(251,253,255,.13) 72%, rgba(251,253,255,0) 100%);
}
.rh-home-featured-grid .rh-card-image img,
.rh-home-city-card__image,
.rh-gallery-main > img,
.rh-gallery-side > img,
.rh-device-window > img,
.rh-home-map__list img { image-rendering: auto; }
.rh-home-city-card__image { background-color: #dfe7ef; }
.rh-home-map { background-color: #e8eef4; }

@media (max-width: 1120px) {
  .rh-header-inner { gap: 18px; }
  .rh-main-nav ul { gap: 18px; }
  .rh-header-actions { gap: 7px; }
}

@media (max-width: 840px) {
  .rh-home-hero { background-position: 62% center; }
  .rh-mobile-actions .rh-svg-icon { width: 13px; height: 13px; }
}

@media (max-width: 640px) {
  .rh-container { width: min(100% - 28px, 1180px); }
  .rh-home-hero { background-position: 62% top; }
  .rh-home-search > label { padding-inline: 12px; }
  .rh-home-featured-grid .rh-card-content h3 { min-height: 0; }
  .rh-card-meta span { white-space: normal; }
  .rh-home-city-card__body { min-height: 91px; }
}
.rh-login-link .rh-svg-icon { fill: currentColor; stroke: none; }

/* Rentivoza 1.4 advertising and membership system */
.rh-billing-hero {
  background:
    radial-gradient(circle at 14% 18%, rgba(79,70,229,.12), transparent 33%),
    radial-gradient(circle at 90% 8%, rgba(20,184,166,.12), transparent 32%),
    linear-gradient(180deg, #fbfcff 0%, #f6f8ff 100%);
}

.rh-pricing-section,
.rh-advertise-section,
.rh-home-monetization { background: #fff; }

.rh-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.rh-pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 34px;
  border: 1px solid var(--rh-border);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(35,43,75,.07);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.rh-pricing-card:hover { transform: translateY(-6px); box-shadow: var(--rh-shadow); }
.rh-pricing-card--popular {
  border-color: rgba(79,70,229,.45);
  box-shadow: 0 24px 60px rgba(79,70,229,.15);
}
.rh-pricing-card.is-current { outline: 3px solid rgba(20,184,166,.16); }
.rh-pricing-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--rh-primary), #7c3aed);
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.rh-pricing-icon,
.rh-ad-slot-card__icon,
.rh-billing-card__icon,
.rh-login-required-card__icon,
.rh-home-monetization-card__icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: var(--rh-primary);
  background: var(--rh-primary-soft);
}
.rh-pricing-icon .rh-svg-icon,
.rh-ad-slot-card__icon .rh-svg-icon,
.rh-billing-card__icon .rh-svg-icon,
.rh-login-required-card__icon .rh-svg-icon,
.rh-home-monetization-card__icon .rh-svg-icon { width: 21px; height: 21px; }
.rh-pricing-card h2 { margin: 22px 0 6px; font-size: 1.5rem; }
.rh-pricing-price { display: flex; align-items: baseline; gap: 7px; margin: 2px 0 24px; }
.rh-pricing-price strong { font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1; letter-spacing: -.06em; }
.rh-pricing-price span { color: var(--rh-muted); font-size: .87rem; }
.rh-pricing-card ul { list-style: none; display: grid; gap: 13px; padding: 0; margin: 0 0 28px; flex: 1; }
.rh-pricing-card li { display: flex; align-items: flex-start; gap: 10px; color: #4c566b; }
.rh-pricing-card li .rh-svg-icon { width: 15px; height: 15px; margin-top: 5px; color: var(--rh-success); }

.rh-checkout-panel {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: 38px;
  align-items: start;
  margin-top: 46px;
  padding: 38px;
  border: 1px solid var(--rh-border);
  border-radius: 28px;
  background: linear-gradient(135deg, #fbfcff, #fff);
  box-shadow: var(--rh-shadow);
  scroll-margin-top: 110px;
}
.rh-checkout-summary { position: sticky; top: 120px; }
.rh-checkout-summary h2 { margin: 10px 0 12px; font-size: clamp(1.8rem, 3vw, 2.5rem); line-height: 1.1; letter-spacing: -.04em; }
.rh-checkout-summary p { color: var(--rh-muted); }
.rh-checkout-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 24px;
  padding: 18px 20px;
  border: 1px solid #dfe3f1;
  border-radius: 16px;
  background: #fff;
}
.rh-checkout-total span { color: var(--rh-muted); font-weight: 700; }
.rh-checkout-total strong { color: var(--rh-primary-dark); font-size: 1.45rem; }
.rh-payment-form fieldset { min-width: 0; padding: 0; margin: 0; border: 0; }
.rh-payment-form legend { margin-bottom: 9px; color: #353f54; font-size: .88rem; font-weight: 750; }
.rh-payment-options { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
.rh-payment-option {
  position: relative;
  display: grid !important;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 12px !important;
  min-height: 86px;
  padding: 15px;
  border: 1px solid var(--rh-border);
  border-radius: 16px;
  background: #fff;
  cursor: pointer;
}
.rh-payment-option:has(input:checked) { border-color: var(--rh-primary); box-shadow: 0 0 0 3px rgba(79,70,229,.09); }
.rh-payment-option > input { position: absolute; opacity: 0; pointer-events: none; }
.rh-payment-option__icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; color: var(--rh-primary); background: var(--rh-primary-soft); }
.rh-payment-option__icon .rh-svg-icon { width: 17px; height: 17px; }
.rh-payment-option span:last-child { display: grid; gap: 3px; }
.rh-payment-option small { color: var(--rh-muted); font-weight: 500; line-height: 1.4; }
.rh-manual-payment-fields { display: grid; gap: 16px; }
.rh-manual-payment-fields[hidden] { display: none !important; }
.rh-payment-instructions { padding: 15px 17px; color: #5f541e; background: #fff9df; border: 1px solid #f4e9ad; border-radius: 14px; font-size: .86rem; }

.rh-ad-slot-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 18px;
}
.rh-ad-slot-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 26px;
  border: 1px solid var(--rh-border);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(35,43,75,.06);
}
.rh-ad-slot-card h2 { margin: 18px 0 8px; font-size: 1.18rem; }
.rh-ad-slot-card p { margin: 0 0 18px; color: var(--rh-muted); font-size: .9rem; flex: 1; }
.rh-ad-slot-card dl { display: grid; gap: 10px; margin: 0 0 22px; }
.rh-ad-slot-card dl div { display: flex; justify-content: space-between; gap: 12px; padding-top: 10px; border-top: 1px solid var(--rh-border); }
.rh-ad-slot-card dt { color: var(--rh-muted); font-size: .75rem; }
.rh-ad-slot-card dd { margin: 0; font-size: .78rem; font-weight: 800; text-align: right; }
.rh-ad-preview-strip {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  margin: 36px 0 0;
  padding: 22px 26px;
  border: 1px dashed #bbc4da;
  border-radius: 20px;
  background: linear-gradient(100deg,#f6f8ff,#effaf8);
}
.rh-ad-preview-strip > span:first-child { align-self: start; color: var(--rh-muted); font-size: .65rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.rh-ad-preview-strip div { display: grid; }
.rh-ad-preview-strip small { color: var(--rh-muted); }
.rh-checkout-panel--ad { margin-top: 38px; }
.rh-login-required-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  margin-top: 38px;
  padding: 30px;
  border: 1px solid var(--rh-border);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(35,43,75,.08);
}
.rh-login-required-card h2 { margin: 0 0 5px; }
.rh-login-required-card p { margin: 0; color: var(--rh-muted); }

.rh-ad-slot-wrap { padding-top: 28px; padding-bottom: 8px; }
.rh-paid-ad { position: relative; overflow: hidden; border: 1px solid var(--rh-border); border-radius: 18px; background: #f2f4f8; box-shadow: 0 14px 36px rgba(36,45,78,.08); }
.rh-paid-ad a { position: relative; display: block; color: inherit; }
.rh-paid-ad img { width: 100%; height: auto; aspect-ratio: 1400 / 220; object-fit: cover; transition: transform .35s ease; }
.rh-paid-ad:hover img { transform: scale(1.015); }
.rh-paid-ad a > span { position: absolute; top: 10px; right: 10px; padding: 5px 8px; color: #fff; background: rgba(20,28,45,.72); border-radius: 999px; font-size: .62rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; backdrop-filter: blur(8px); }
.rh-archive-section .rh-paid-ad { margin: 26px 0 6px; }

.rh-home-monetization { padding-top: 24px; padding-bottom: 24px; }
.rh-home-monetization__grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px; }
.rh-home-monetization-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: start;
  padding: 30px;
  border: 1px solid var(--rh-border);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(35,43,75,.07);
}
.rh-home-monetization-card--membership { background: linear-gradient(135deg,#fff,#f7f7ff); }
.rh-home-monetization-card--advertise { background: linear-gradient(135deg,#fff,#f3fbf9); }
.rh-home-monetization-card h2 { margin: 7px 0 8px; font-size: 1.45rem; line-height: 1.2; letter-spacing: -.03em; }
.rh-home-monetization-card p { margin: 0; color: var(--rh-muted); }
.rh-home-monetization-card .rh-btn { grid-column: 2; justify-self: start; }

.rh-billing-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; margin: 24px 0; }
.rh-billing-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: start;
  padding: 26px;
  border: 1px solid var(--rh-border);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(35,43,75,.06);
}
.rh-billing-card--plan { background: linear-gradient(135deg,#fff,#f7f7ff); }
.rh-billing-card h2 { margin: 6px 0 4px; font-size: 1.45rem; }
.rh-billing-card p { margin: 0; color: var(--rh-muted); }
.rh-billing-card__actions { grid-column: 2; display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.rh-text-danger { color: var(--rh-danger); font-size: .82rem; font-weight: 750; }
.rh-ad-orders-panel { margin-bottom: 24px; }
.rh-ad-orders-panel .rh-dashboard-actions span { color: var(--rh-text); font-weight: 850; }

.rh-card-member-badge {
  position: absolute;
  top: 13px;
  right: 13px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 7px 10px;
  color: #fff;
  border-radius: 999px;
  background: rgba(79,70,229,.94);
  box-shadow: 0 9px 20px rgba(37,36,100,.22);
  font-size: .68rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .04em;
  backdrop-filter: blur(8px);
}
.rh-card-member-badge--agency { background: rgba(15,159,110,.94); }
.rh-card-member-badge .rh-svg-icon { width: 11px; height: 11px; }

@media (max-width: 1100px) {
  .rh-ad-slot-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .rh-checkout-panel { grid-template-columns: 1fr; }
  .rh-checkout-summary { position: static; }
}

@media (max-width: 840px) {
  .rh-pricing-grid { grid-template-columns: 1fr; }
  .rh-home-monetization__grid,
  .rh-billing-grid { grid-template-columns: 1fr; }
  .rh-login-required-card { grid-template-columns: auto 1fr; }
  .rh-login-required-card .rh-btn { grid-column: 2; justify-self: start; }
}

@media (max-width: 640px) {
  .rh-pricing-card,
  .rh-checkout-panel,
  .rh-ad-slot-card,
  .rh-home-monetization-card,
  .rh-billing-card { padding: 22px; border-radius: 20px; }
  .rh-ad-slot-grid { grid-template-columns: 1fr; }
  .rh-payment-options { grid-template-columns: 1fr; }
  .rh-home-monetization-card,
  .rh-billing-card { grid-template-columns: 1fr; }
  .rh-home-monetization-card .rh-btn,
  .rh-billing-card__actions { grid-column: 1; }
  .rh-ad-preview-strip { grid-template-columns: 1fr; }
  .rh-ad-preview-strip .rh-btn { justify-self: start; }
  .rh-login-required-card { grid-template-columns: 1fr; }
  .rh-login-required-card .rh-btn { grid-column: 1; justify-self: stretch; }
  .rh-paid-ad img { min-height: 100px; }
}

/* ------------------------------------------------------------
   Rentivoza 1.5 — renter subscriptions and booking requests
------------------------------------------------------------- */
.rh-booking-policy-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
  margin: 0 0 30px;
  padding: 18px 22px;
  border: 1px solid #dbeafe;
  border-radius: 18px;
  background: linear-gradient(135deg, #eff6ff 0%, #ffffff 72%);
  box-shadow: 0 14px 36px rgba(15, 23, 42, .06);
}
.rh-booking-policy-note > span,
.rh-booking-icon {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: var(--rh-primary);
  border-radius: 14px;
  background: #dbeafe;
  flex: 0 0 auto;
}
.rh-booking-policy-note .rh-svg-icon,
.rh-booking-icon .rh-svg-icon { width: 20px; height: 20px; }
.rh-booking-policy-note strong { display: block; margin-bottom: 3px; color: var(--rh-text); }
.rh-booking-policy-note p { margin: 0; color: var(--rh-muted); }

.rh-booking-box {
  margin: 18px 0;
  padding: 18px;
  border: 1px solid #dbe5f1;
  border-radius: 18px;
  background: #f8fbff;
}
.rh-booking-box__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.rh-booking-box__head strong,
.rh-booking-box__head small { display: block; }
.rh-booking-box__head strong { color: var(--rh-text); font-size: .98rem; }
.rh-booking-box__head small { margin-top: 2px; color: var(--rh-muted); font-size: .73rem; line-height: 1.45; }
.rh-booking-box > p { margin: 0 0 14px; color: var(--rh-muted); font-size: .86rem; line-height: 1.6; }
.rh-booking-owner-note { padding: 11px 12px; border-radius: 12px; background: #fff; border: 1px solid var(--rh-border); }
.rh-booking-text-link { display: block; margin-top: 11px; color: var(--rh-primary); text-align: center; font-size: .82rem; font-weight: 750; }
.rh-booking-quota {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--rh-border);
  font-size: .74rem;
}
.rh-booking-quota span { color: var(--rh-muted); }
.rh-booking-quota strong { color: var(--rh-primary); text-align: right; }
.rh-booking-form { display: grid; gap: 12px; }
.rh-booking-form label { display: grid; gap: 6px; }
.rh-booking-form label > span { color: var(--rh-text); font-size: .75rem; font-weight: 750; }
.rh-booking-form input,
.rh-booking-form textarea {
  width: 100%;
  min-width: 0;
  padding: 11px 12px;
  color: var(--rh-text);
  border: 1px solid #d5deea;
  border-radius: 11px;
  outline: 0;
  background: #fff;
  font: inherit;
  font-size: .83rem;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.rh-booking-form textarea { resize: vertical; }
.rh-booking-form input:focus,
.rh-booking-form textarea:focus { border-color: var(--rh-primary); box-shadow: 0 0 0 3px rgba(37,99,235,.12); }
.rh-booking-form__grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }
.rh-direct-contact-divider { display: flex; align-items: center; gap: 10px; margin: 17px 0; color: var(--rh-muted); font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.rh-direct-contact-divider::before,
.rh-direct-contact-divider::after { content: ""; height: 1px; flex: 1; background: var(--rh-border); }

.rh-bookings-panel { margin-bottom: 24px; }
.rh-booking-tabs { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; padding-top: 6px; }
.rh-booking-tabs > section { min-width: 0; }
.rh-booking-section-title { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin: 0 0 12px; }
.rh-booking-section-title h3 { margin: 0; color: var(--rh-text); font-size: 1.05rem; }
.rh-booking-section-title span { display: inline-grid; place-items: center; min-width: 28px; height: 28px; padding: 0 8px; color: var(--rh-primary); border-radius: 999px; background: #eff6ff; font-size: .75rem; font-weight: 850; }
.rh-booking-list { display: grid; gap: 12px; }
.rh-booking-item {
  display: grid;
  grid-template-columns: 74px minmax(0,1fr);
  gap: 13px;
  padding: 13px;
  border: 1px solid var(--rh-border);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15,23,42,.04);
}
.rh-booking-item__image { width: 74px; height: 74px; overflow: hidden; border-radius: 12px; background: #eef2f7; }
.rh-booking-item__image img { width: 100%; height: 100%; object-fit: cover; }
.rh-booking-item__body { min-width: 0; }
.rh-booking-item__top { display: flex; justify-content: space-between; gap: 8px; align-items: center; }
.rh-booking-item__top small { color: var(--rh-muted); font-size: .68rem; white-space: nowrap; }
.rh-booking-item h3 { margin: 7px 0 3px; font-size: .96rem; line-height: 1.35; }
.rh-booking-item h3 a { color: var(--rh-text); }
.rh-booking-item p { margin: 0; color: var(--rh-muted); font-size: .75rem; line-height: 1.5; }
.rh-booking-item blockquote { margin: 9px 0 0; padding: 8px 10px; color: #475569; border-left: 3px solid #bfdbfe; border-radius: 0 9px 9px 0; background: #f8fafc; font-size: .75rem; line-height: 1.5; }
.rh-booking-item__actions { grid-column: 2; display: flex; flex-wrap: wrap; gap: 8px; }
.rh-booking-status { display: inline-flex; width: max-content; padding: 5px 8px; border-radius: 999px; background: #fff7ed; color: #c2410c; font-size: .64rem; font-weight: 850; }
.rh-booking-status--approved { background: #ecfdf5; color: #047857; }
.rh-booking-status--rejected,
.rh-booking-status--canceled { background: #fef2f2; color: #b91c1c; }
.rh-booking-status--completed { background: #eff6ff; color: #1d4ed8; }
.rh-btn--small { min-height: 34px; padding: 7px 11px; border-radius: 9px; font-size: .72rem; }
.rh-empty-state--compact { padding: 24px 16px; }
.rh-empty-state--compact p { margin: 0; }

@media (max-width: 1040px) {
  .rh-booking-tabs { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .rh-booking-policy-note { grid-template-columns: 1fr; padding: 18px; }
  .rh-booking-form__grid { grid-template-columns: 1fr; }
  .rh-booking-item { grid-template-columns: 60px minmax(0,1fr); padding: 11px; }
  .rh-booking-item__image { width: 60px; height: 60px; }
  .rh-booking-item__actions { grid-column: 1 / -1; }
  .rh-booking-item__top { align-items: flex-start; flex-direction: column; }
  .rh-booking-quota { flex-direction: column; }
  .rh-booking-quota strong { text-align: left; }
}

/* Rentivoza 1.6: responsive HTML advertisement support. */
.rh-paid-ad--html {
  min-height: 90px;
  overflow: hidden;
  background: #fff;
}
.rh-ad-html {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  text-align: center;
}
.rh-ad-html > * {
  max-width: 100%;
}
.rh-ad-html img,
.rh-ad-html video,
.rh-ad-html iframe,
.rh-ad-html embed,
.rh-ad-html object,
.rh-ad-html ins {
  max-width: 100% !important;
}
.rh-ad-html img,
.rh-ad-html video {
  height: auto;
}
.rh-ad-html iframe {
  display: block;
  width: 100%;
  border: 0;
}
.rh-paid-ad__label {
  position: absolute;
  z-index: 4;
  top: 10px;
  right: 10px;
  padding: 5px 8px;
  color: #fff;
  background: rgba(20,28,45,.72);
  border-radius: 999px;
  font-size: .62rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .07em;
  text-transform: uppercase;
  pointer-events: none;
  backdrop-filter: blur(8px);
}
.rh-paid-ad > a + .rh-paid-ad__label,
.rh-paid-ad > .rh-ad-html + .rh-paid-ad__label {
  display: inline-flex;
}
@media (max-width: 720px) {
  .rh-paid-ad--html { min-height: 60px; }
  .rh-paid-ad__label { top: 6px; right: 6px; padding: 4px 7px; }
}


/* Rentivoza 1.6.2: responsive advertisement system foundation. */
.rh-ad-slot-wrap {
  width: min(100% - 48px, 1180px);
  min-width: 0;
  margin-inline: auto;
}
.rh-paid-ad.rh-ad-responsive {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin-inline: auto;
  overflow: hidden;
  background: #fff;
  isolation: isolate;
}
.rh-ad-frame {
  position: relative;
  display: grid;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  place-items: center;
  overflow: hidden;
}
.rh-ad-image-link {
  display: flex !important;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
}
.rh-paid-ad--image .rh-ad-image-link img {
  display: block;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: none;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  transform: none;
}
.rh-paid-ad--image:hover .rh-ad-image-link img {
  transform: none;
}
.rh-paid-ad--html {
  min-height: 0;
}
.rh-ad-html {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 0;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  text-align: center;
}
.rh-ad-html > :not(script):not(style):not(link):not(meta):not(noscript) {
  max-width: 100%;
}
.rh-ad-html img,
.rh-ad-html video,
.rh-ad-html canvas,
.rh-ad-html svg {
  max-width: 100% !important;
  height: auto !important;
}
.rh-ad-html iframe,
.rh-ad-html embed,
.rh-ad-html object,
.rh-ad-html ins {
  display: block;
  max-width: 100%;
  border: 0;
}
.rh-ad-html:not(.is-rh-scaled) iframe:not([width]),
.rh-ad-html:not(.is-rh-scaled) iframe[width="100%"],
.rh-ad-html:not(.is-rh-scaled) ins.adsbygoogle {
  width: 100% !important;
}
.rh-ad-html.is-rh-scaled {
  display: block;
}
.rh-ad-scaled-creative {
  display: block !important;
  flex: none !important;
  max-width: none !important;
  will-change: transform;
}
.rh-paid-ad--home_top,
.rh-paid-ad--home_mid,
.rh-paid-ad--archive_top,
.rh-paid-ad--single_bottom {
  margin-block: 0;
}
.rh-archive-section .rh-paid-ad.rh-ad-responsive {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 960px) {
  .rh-ad-slot-wrap {
    width: min(100% - 36px, 1180px);
    padding-top: 22px;
  }
  .rh-paid-ad.rh-ad-responsive {
    border-radius: 15px;
  }
}

@media (max-width: 640px) {
  .rh-ad-slot-wrap {
    width: min(100% - 28px, 1180px);
    padding-top: 18px;
    padding-bottom: 4px;
  }
  .rh-paid-ad.rh-ad-responsive {
    border-radius: 12px;
    box-shadow: 0 10px 26px rgba(36,45,78,.08);
  }
  .rh-paid-ad__label {
    top: 5px;
    right: 5px;
    padding: 3px 6px;
    font-size: .54rem;
  }
  .rh-ad-html {
    min-height: 0;
  }
}


/* Rentivoza 1.6.2: preserve the complete HTML-banner artwork without cropping. */
.rh-paid-ad--html .rh-ad-frame,
.rh-paid-ad--html .rh-ad-html,
.rh-paid-ad--html .rh-ad-html * {
  box-sizing: border-box;
}
.rh-paid-ad--html .rh-ad-html > a,
.rh-paid-ad--html .rh-ad-html > picture,
.rh-paid-ad--html .rh-ad-html > figure {
  width: auto !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin-inline: auto !important;
}
.rh-paid-ad--html .rh-ad-html picture,
.rh-paid-ad--html .rh-ad-html figure {
  display: block;
}
.rh-paid-ad--html .rh-ad-html img,
.rh-paid-ad--html .rh-ad-html picture img,
.rh-paid-ad--html .rh-ad-html a img {
  display: block !important;
  width: auto !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  margin-inline: auto !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center center !important;
  transform: none !important;
}
.rh-paid-ad--html:hover .rh-ad-html img {
  transform: none !important;
}
.rh-paid-ad--html .rh-ad-html iframe,
.rh-paid-ad--html .rh-ad-html embed,
.rh-paid-ad--html .rh-ad-html object {
  min-width: 0 !important;
  transform-origin: top center !important;
}
.rh-paid-ad--html .rh-ad-html [style*="background-image"] {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
.rh-paid-ad--html .rh-ad-html.is-rh-fluid-media {
  display: flex;
  height: auto !important;
  align-items: center;
  justify-content: center;
}
@media (max-width: 640px) {
  .rh-paid-ad--html .rh-ad-html img,
  .rh-paid-ad--html .rh-ad-html picture img,
  .rh-paid-ad--html .rh-ad-html a img {
    min-height: 0 !important;
  }
}


/* Theme author credit */
.rh-theme-credit {
  color: inherit;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s ease, opacity .2s ease;
}
.rh-theme-credit:hover,
.rh-theme-credit:focus-visible {
  color: var(--rh-primary, #155eef);
  text-decoration: underline;
  text-underline-offset: 3px;
}
