/* ==============================================================
   Röpke Vendégház — Frontend CSS v3.0
   Modern Linear/Stripe style, Air Force Blue paletta, namespace: .rkw-wrap
   Hello Elementor / Astra / OceanWP kompatibilis
   ============================================================== */

.rkw-wrap {
  overflow-x: hidden;
  max-width: 100%;
  --rkw-blue: #5A8697;
  --rkw-blue-dark: #466A78;
  --rkw-parchment: #F7F4ED;
  --rkw-parchment-soft: #E8E2D0;
  --rkw-bg-warm: #FAF7F1;
  --rkw-bg-white: #FFFFFF;
  --rkw-oak: #D8BFA7;
  --rkw-ink: #2A2520;
  --rkw-muted: #6B6258;
  --rkw-line: rgba(42, 37, 32, 0.1);
  --rkw-line-soft: rgba(42, 37, 32, 0.06);
  font-family: 'Open Sans', -apple-system, sans-serif;
  color: var(--rkw-ink);
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  background: var(--rkw-bg-white);
}

/* === RESET — felülírja a téma alapstílusait === */
.rkw-wrap, .rkw-wrap * {
  box-sizing: border-box;
}
.rkw-wrap *::before, .rkw-wrap *::after {
  box-sizing: border-box;
}
.rkw-wrap img {
  display: block;
  max-width: 100%;
  height: auto;
}
.rkw-wrap a {
  color: inherit;
  text-decoration: none;
  background: transparent;
}
.rkw-wrap a:hover, .rkw-wrap a:focus {
  text-decoration: none;
}
.rkw-wrap ul,
.rkw-wrap ol {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.rkw-wrap li {
  list-style: none !important;
  padding: 0;
  margin: 0;
  background: transparent;
}
.rkw-wrap li::before,
.rkw-wrap li::marker {
  display: none !important;
  content: none !important;
}
.rkw-wrap p {
  margin: 0;
  padding: 0;
}
.rkw-wrap h1, .rkw-wrap h2, .rkw-wrap h3, .rkw-wrap h4 {
  font-family: 'Cinzel', 'Libre Baskerville', Georgia, serif;
  font-weight: 500;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  color: var(--rkw-ink);
}
.rkw-wrap em.rkw-s {
  font-family: 'Libre Baskerville', Georgia, serif;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}
.rkw-wrap button {
  font-family: inherit;
  cursor: pointer;
}
.rkw-wrap svg {
  display: inline-block;
  vertical-align: middle;
}

/* TOPBAR */
.rkw-wrap .rkw-topbar { background: var(--rkw-ink); color: var(--rkw-parchment); padding: 11px 16px; font-size: 12.5px; text-align: center; letter-spacing: 0.01em; max-width: 100%; box-sizing: border-box; overflow: hidden; }
.rkw-wrap .rkw-topbar .rkw-sep { margin: 0 10px; opacity: 0.35; }
.rkw-wrap .rkw-topbar a { border-bottom: 1px solid currentColor; padding-bottom: 1px; }
.rkw-wrap .rkw-topbar strong { font-weight: 500; color: var(--rkw-blue); }
.rkw-wrap .rkw-topbar .rkw-mute { opacity: 0.65; }

/* CONTAINER */
.rkw-wrap .rkw-container { max-width: 1400px; margin: 0 auto; padding: 0 56px; width: 100%; box-sizing: border-box; }

/* SECTION */
.rkw-wrap .rkw-section { padding: 96px 0; background: var(--rkw-bg-white); overflow: hidden; }
.rkw-wrap .rkw-section.rkw-warm { background: var(--rkw-bg-warm); }
.rkw-wrap .rkw-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 48px; }
.rkw-wrap .rkw-section-eyebrow { font-size: 13px; color: var(--rkw-blue); font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 14px; }
.rkw-wrap .rkw-section-title { font-size: 40px; letter-spacing: 0.02em; line-height: 1.2; max-width: 700px; text-transform: uppercase; }
.rkw-wrap .rkw-section-intro { font-size: 14.5px; color: var(--rkw-muted); max-width: 320px; line-height: 1.55; flex-shrink: 0; }

/* BUTTONS */
.rkw-wrap .rkw-btn { padding: 11px 20px !important; border-radius: 8px !important; font-size: 13.5px !important; font-weight: 500 !important; display: inline-flex !important; align-items: center !important; gap: 6px !important; transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease; cursor: pointer; border: none !important; font-family: inherit !important; text-decoration: none !important; white-space: nowrap !important; line-height: 1.2 !important; }
.rkw-wrap .rkw-btn-primary { background: var(--rkw-ink) !important; color: var(--rkw-parchment) !important; }
.rkw-wrap .rkw-btn-primary:hover { transform: translateY(-1px); box-shadow: 0 8px 24px -6px rgba(42, 37, 32, 0.3); color: var(--rkw-parchment) !important; background: var(--rkw-ink) !important; }
.rkw-wrap .rkw-btn-ghost { background: transparent !important; color: var(--rkw-ink) !important; border: 1px solid var(--rkw-line) !important; }
.rkw-wrap .rkw-btn-ghost:hover { background: rgba(42, 37, 32, 0.05) !important; color: var(--rkw-ink) !important; border-color: var(--rkw-blue) !important; }
.rkw-wrap .rkw-btn-lg { padding: 14px 26px !important; font-size: 14px !important; }

/* HERO */
.rkw-wrap .rkw-hero { padding: 72px 0 96px; }
.rkw-wrap .rkw-hero-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 72px; align-items: center; }
.rkw-wrap .rkw-tag-pill { display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px; background: rgba(90, 134, 151, 0.1); border-radius: 100px; margin-bottom: 32px; }
.rkw-wrap .rkw-tag-pill .rkw-dot { width: 6px; height: 6px; background: var(--rkw-blue); border-radius: 50%; animation: rkw-pulse 2s ease-in-out infinite; }
@keyframes rkw-pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.6; transform: scale(0.85); } }
.rkw-wrap .rkw-tag-pill span:last-child { font-size: 12px; font-weight: 500; color: var(--rkw-blue); letter-spacing: 0.02em; }
.rkw-wrap .rkw-hero h1 { font-size: 60px; line-height: 1.1; letter-spacing: 0.01em; text-transform: uppercase; margin-bottom: 28px; color: var(--rkw-ink); }
.rkw-wrap .rkw-hero .rkw-lead { font-size: 17px; line-height: 1.55; color: var(--rkw-muted); max-width: 480px; margin-bottom: 40px; }
.rkw-wrap .rkw-hero-ctas { display: flex; gap: 14px; align-items: center; margin-bottom: 56px; flex-wrap: wrap; }
.rkw-wrap .rkw-hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; padding-top: 32px; border-top: 1px solid var(--rkw-line); }
.rkw-wrap .rkw-stat-value { font-family: 'Libre Baskerville', Georgia, serif; font-size: 30px; font-weight: 500; letter-spacing: -0.02em; margin-bottom: 2px; }
.rkw-wrap .rkw-stat-label { font-size: 11.5px; color: var(--rkw-muted); text-transform: uppercase; letter-spacing: 0.08em; font-weight: 500; }

/* MOSAIC */
.rkw-wrap .rkw-hero-mosaic { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; height: 580px; }
.rkw-wrap .rkw-mosaic-card { border-radius: 16px; position: relative; overflow: hidden; background-size: cover; background-position: center; background-color: var(--rkw-parchment-soft); }
.rkw-wrap .rkw-mosaic-card.rkw-tall { grid-row: span 2; }
.rkw-wrap .rkw-mosaic-card.rkw-tall:not([style*="background-image"]) { background: linear-gradient(135deg, var(--rkw-blue) 0%, var(--rkw-blue-dark) 100%); }
.rkw-wrap .rkw-mosaic-card.rkw-olive:not([style*="background-image"]) { background: var(--rkw-oak); }
.rkw-wrap .rkw-mosaic-card.rkw-light:not([style*="background-image"]) { background: var(--rkw-parchment-soft); border: 1px solid var(--rkw-line-soft); }
.rkw-wrap .rkw-mosaic-badge { position: absolute; top: 20px; right: 20px; background: rgba(247, 244, 237, 0.95); padding: 7px 13px; border-radius: 100px; display: flex; align-items: center; gap: 6px; font-size: 11.5px; font-weight: 500; color: var(--rkw-ink); z-index: 2; }
.rkw-wrap .rkw-mosaic-badge .rkw-dot { width: 6px; height: 6px; background: var(--rkw-oak); border-radius: 50%; }
.rkw-wrap .rkw-mosaic-label { position: absolute; bottom: 24px; left: 24px; z-index: 2; }
.rkw-wrap .rkw-mosaic-card.rkw-tall .rkw-mosaic-label, .rkw-wrap .rkw-mosaic-card.rkw-olive .rkw-mosaic-label { color: var(--rkw-parchment); }
.rkw-wrap .rkw-mosaic-card.rkw-light .rkw-mosaic-label { color: var(--rkw-ink); }
.rkw-wrap .rkw-mosaic-label-eyebrow { font-size: 10.5px; opacity: 0.85; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 6px; font-weight: 500; }
.rkw-wrap .rkw-mosaic-label-title { font-family: 'Libre Baskerville', Georgia, serif; font-size: 20px; font-style: italic; }

/* ABOUT */
.rkw-wrap .rkw-about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.rkw-wrap .rkw-about-image { background: linear-gradient(135deg, var(--rkw-oak) 0%, #C5A98B 100%); background-size: cover; background-position: center; aspect-ratio: 4/5; border-radius: 16px; position: relative; overflow: hidden; }
.rkw-wrap .rkw-about-image-label { position: absolute; bottom: 28px; left: 28px; color: var(--rkw-parchment); z-index: 2; }
.rkw-wrap .rkw-about-text p { font-size: 15.5px; line-height: 1.7; color: var(--rkw-muted); margin: 0 0 18px; }
.rkw-wrap .rkw-about-features { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 40px; padding-top: 40px; border-top: 1px solid var(--rkw-line); }
.rkw-wrap .rkw-feature { display: flex; gap: 14px; align-items: flex-start; }
.rkw-wrap .rkw-feature-icon { width: 36px; height: 36px; background: rgba(90, 134, 151, 0.1); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: var(--rkw-blue); flex-shrink: 0; }
.rkw-wrap .rkw-feature-text strong { display: block; font-size: 14.5px; font-weight: 500; margin-bottom: 4px; font-family: 'Open Sans', sans-serif; }
.rkw-wrap .rkw-feature-text span { font-size: 13px; color: var(--rkw-muted); line-height: 1.5; }

/* PRICES */
.rkw-wrap .rkw-prices { background: var(--rkw-ink); color: var(--rkw-parchment); padding: 96px 56px; border-radius: 32px; }
.rkw-wrap .rkw-prices .rkw-section-eyebrow { color: var(--rkw-blue); }
.rkw-wrap .rkw-prices .rkw-section-title { color: var(--rkw-parchment); }
.rkw-wrap .rkw-prices .rkw-section-intro { color: rgba(247, 244, 237, 0.6); }
.rkw-wrap .rkw-price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.rkw-wrap .rkw-price-card { padding: 36px 32px; background: rgba(247, 244, 237, 0.04); border: 1px solid rgba(247, 244, 237, 0.1); border-radius: 18px; position: relative; transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), background 0.3s ease; }
.rkw-wrap .rkw-price-card:hover { transform: translateY(-6px); background: rgba(247, 244, 237, 0.07); }
.rkw-wrap .rkw-price-card.rkw-featured { background: var(--rkw-blue); border-color: var(--rkw-blue); }
.rkw-wrap .rkw-price-occupancy { font-size: 12px; text-transform: uppercase; letter-spacing: 0.1em; font-weight: 500; opacity: 0.7; margin-bottom: 28px; }
.rkw-wrap .rkw-price-card.rkw-featured .rkw-price-occupancy { opacity: 1; }
.rkw-wrap .rkw-price-badge { position: absolute; top: 16px; right: 16px; background: var(--rkw-parchment); color: var(--rkw-ink); padding: 5px 11px; border-radius: 100px; font-size: 10.5px; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; }
.rkw-wrap .rkw-price-amount { font-family: 'Libre Baskerville', Georgia, serif; font-size: 48px; font-weight: 500; letter-spacing: -0.03em; line-height: 1; margin-bottom: 6px; }
.rkw-wrap .rkw-price-unit { font-size: 13px; opacity: 0.6; margin-bottom: 28px; }
.rkw-wrap .rkw-price-card.rkw-featured .rkw-price-unit { opacity: 0.8; }
.rkw-wrap .rkw-price-desc { font-size: 13.5px; line-height: 1.65; opacity: 0.7; padding-top: 24px; border-top: 1px solid rgba(247, 244, 237, 0.12); }
.rkw-wrap .rkw-price-extras { margin-top: 48px; padding-top: 40px; border-top: 1px solid rgba(247, 244, 237, 0.1); display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.rkw-wrap .rkw-extra-item { display: flex; align-items: center; gap: 14px; }
.rkw-wrap .rkw-extra-icon { width: 40px; height: 40px; background: rgba(247, 244, 237, 0.08); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.rkw-wrap .rkw-extra-info-label { font-size: 11px; opacity: 0.6; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 500; margin-bottom: 2px; }
.rkw-wrap .rkw-extra-info-value { font-size: 15px; font-weight: 500; }
.rkw-wrap .rkw-price-notes { margin-top: 40px; padding-top: 32px; border-top: 1px solid rgba(247, 244, 237, 0.12); display: flex; flex-wrap: wrap; gap: 32px; }
.rkw-wrap .rkw-price-note { flex: 1; min-width: 240px; }
.rkw-wrap .rkw-price-note .rkw-pn-label { font-size: 11px; opacity: 0.6; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 500; margin-bottom: 8px; }
.rkw-wrap .rkw-price-note .rkw-pn-text { font-size: 13.5px; line-height: 1.65; opacity: 0.85; }

/* SERVICES */
.rkw-wrap .rkw-services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.rkw-wrap .rkw-service { padding: 32px 28px; border: 1px solid var(--rkw-line); border-radius: 14px; background: var(--rkw-bg-white); transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease, box-shadow 0.3s ease; }
.rkw-wrap .rkw-service:hover { transform: translateY(-4px); border-color: var(--rkw-blue); box-shadow: 0 12px 32px -8px rgba(42, 37, 32, 0.08); }
.rkw-wrap .rkw-service-icon { width: 44px; height: 44px; background: rgba(90, 134, 151, 0.1); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--rkw-blue); margin-bottom: 20px; transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1); }
.rkw-wrap .rkw-service:hover .rkw-service-icon { transform: scale(1.1) rotate(-4deg); }
.rkw-wrap .rkw-service h3 { font-family: 'Open Sans', sans-serif; font-size: 16px; font-weight: 500; margin-bottom: 8px; }
.rkw-wrap .rkw-service p { font-size: 13.5px; color: var(--rkw-muted); line-height: 1.6; }

/* GALLERY */
.rkw-wrap .rkw-gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(2, 220px); gap: 12px; }
.rkw-wrap .rkw-gallery-item { border-radius: 12px; overflow: hidden; background-size: cover; background-position: center; background-color: var(--rkw-blue); position: relative; cursor: pointer; transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1); }
.rkw-wrap .rkw-gallery-item:nth-child(1) { grid-column: span 2; grid-row: span 2; }
.rkw-wrap .rkw-gallery-item:hover { transform: scale(1.02); }

/* PROGRAMS */
.rkw-wrap .rkw-programs-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.rkw-wrap .rkw-program { display: flex; gap: 24px; padding: 28px; border: 1px solid var(--rkw-line); border-radius: 14px; background: var(--rkw-bg-white); transition: transform 0.4s ease, border-color 0.3s ease, box-shadow 0.3s ease; }
.rkw-wrap .rkw-program:hover { border-color: var(--rkw-blue); transform: translateX(4px); box-shadow: 0 12px 32px -8px rgba(42, 37, 32, 0.08); }
.rkw-wrap .rkw-program-number { font-family: 'Libre Baskerville', Georgia, serif; font-style: italic; font-size: 26px; font-weight: 500; color: var(--rkw-blue); flex-shrink: 0; letter-spacing: -0.01em; width: 32px; }
.rkw-wrap .rkw-program-content h4 { font-family: 'Open Sans', sans-serif; font-size: 16px; font-weight: 500; margin-bottom: 6px; }
.rkw-wrap .rkw-program-content p { font-size: 13.5px; color: var(--rkw-muted); line-height: 1.55; margin: 0; }
.rkw-wrap .rkw-program-distance { display: inline-block; margin-top: 8px; padding: 3px 8px; background: rgba(216, 191, 167, 0.1); color: var(--rkw-oak); font-size: 11px; border-radius: 100px; font-weight: 500; letter-spacing: 0.02em; }

/* FAQ */
.rkw-wrap .rkw-faq-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 80px; }
.rkw-wrap .rkw-faq-side h2 { font-size: 36px; letter-spacing: 0.02em; line-height: 1.2; text-transform: uppercase; margin-bottom: 16px; }
.rkw-wrap .rkw-faq-side p { font-size: 14.5px; color: var(--rkw-muted); line-height: 1.6; }
.rkw-wrap .rkw-faq-list { list-style: none; padding: 0; margin: 0; }
.rkw-wrap .rkw-faq-item { border-top: 1px solid var(--rkw-line); padding: 24px 0; }
.rkw-wrap .rkw-faq-item:last-child { border-bottom: 1px solid var(--rkw-line); }
.rkw-wrap .rkw-faq-q { display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-size: 16px; font-weight: 500; font-family: 'Open Sans', sans-serif; }
.rkw-wrap .rkw-faq-plus { width: 28px; height: 28px; border-radius: 50%; background: rgba(90, 134, 151, 0.1); color: var(--rkw-blue); display: flex; align-items: center; justify-content: center; font-size: 18px; transition: transform 0.3s ease; flex-shrink: 0; }
.rkw-wrap .rkw-faq-item.rkw-open .rkw-faq-plus { transform: rotate(45deg); }
.rkw-wrap .rkw-faq-a { font-size: 14.5px; color: var(--rkw-muted); line-height: 1.65; padding-top: 12px; display: none; }
.rkw-wrap .rkw-faq-item.rkw-open .rkw-faq-a { display: block; }

/* LOCATION */
.rkw-wrap .rkw-location-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 48px; }
.rkw-wrap .rkw-location-text h2 { font-size: 38px; letter-spacing: 0.02em; line-height: 1.2; text-transform: uppercase; margin-bottom: 20px; }
.rkw-wrap .rkw-location-address { font-family: 'Libre Baskerville', Georgia, serif; font-style: italic; font-size: 20px; color: var(--rkw-blue); margin-bottom: 32px; }
.rkw-wrap .rkw-location-info { display: flex; flex-direction: column; }
.rkw-wrap .rkw-location-row { display: flex; align-items: flex-start; gap: 14px; padding: 16px 0; border-top: 1px solid var(--rkw-line); }
.rkw-wrap .rkw-location-row:last-child { border-bottom: 1px solid var(--rkw-line); }
.rkw-wrap .rkw-location-row-icon { width: 32px; height: 32px; background: rgba(90, 134, 151, 0.1); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: var(--rkw-blue); flex-shrink: 0; }
.rkw-wrap .rkw-location-row-text strong { display: block; font-size: 14.5px; font-weight: 500; margin-bottom: 2px; }
.rkw-wrap .rkw-location-row-text span { font-size: 13.5px; color: var(--rkw-muted); }
.rkw-wrap .rkw-map-placeholder { background: linear-gradient(135deg, #8FA37F 0%, var(--rkw-oak) 100%); border-radius: 16px; min-height: 480px; position: relative; overflow: hidden; display: block; }
.rkw-wrap .rkw-map-placeholder iframe { width: 100%; height: 100%; min-height: 480px; border: 0; display: block; border-radius: 16px; }
.rkw-wrap .rkw-map-pin { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 48px; height: 48px; background: var(--rkw-blue); border-radius: 50%; border: 3px solid var(--rkw-parchment); box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2); display: flex; align-items: center; justify-content: center; z-index: 2; }
.rkw-wrap .rkw-map-pin::after { content: ""; position: absolute; inset: -8px; border-radius: 50%; border: 2px solid var(--rkw-parchment); opacity: 0.5; animation: rkw-ping 2s ease-out infinite; }
@keyframes rkw-ping { 0% { transform: scale(0.8); opacity: 0.5; } 100% { transform: scale(2); opacity: 0; } }

/* CTA */
.rkw-wrap .rkw-cta { padding: 120px 56px; background: linear-gradient(135deg, var(--rkw-blue) 0%, var(--rkw-blue-dark) 100%); color: var(--rkw-parchment); text-align: center; position: relative; overflow: hidden; border-radius: 32px; }
.rkw-wrap .rkw-cta::before { content: ""; position: absolute; top: -50%; right: -10%; width: 800px; height: 800px; background: radial-gradient(circle, rgba(247, 244, 237, 0.15) 0%, transparent 60%); border-radius: 50%; }
.rkw-wrap .rkw-cta-content { position: relative; z-index: 2; max-width: 720px; margin: 0 auto; }
.rkw-wrap .rkw-cta h2 { font-size: 46px; letter-spacing: 0.02em; line-height: 1.15; text-transform: uppercase; margin-bottom: 20px; color: var(--rkw-parchment); }
.rkw-wrap .rkw-cta p { font-size: 17px; opacity: 0.85; margin-bottom: 36px; max-width: 480px; margin-left: auto; margin-right: auto; line-height: 1.55; }
.rkw-wrap .rkw-cta .rkw-btn { background: var(--rkw-parchment); color: var(--rkw-ink); font-size: 15px; padding: 16px 32px; }
.rkw-wrap .rkw-cta .rkw-btn:hover { transform: translateY(-2px); color: var(--rkw-ink); }

/* LEGAL */
.rkw-wrap .rkw-legal { max-width: 800px; margin: 0 auto; padding: 56px 0; }
.rkw-wrap .rkw-legal h2 { font-size: 32px; margin: 32px 0 16px; letter-spacing: -0.02em; }
.rkw-wrap .rkw-legal h3 { font-size: 22px; margin: 24px 0 12px; font-weight: 500; }
.rkw-wrap .rkw-legal p, .rkw-wrap .rkw-legal li { font-size: 15px; line-height: 1.7; color: var(--rkw-muted); margin-bottom: 12px; }
.rkw-wrap .rkw-legal ul, .rkw-wrap .rkw-legal ol { padding-left: 20px; margin-bottom: 16px; }
.rkw-wrap .rkw-legal strong { color: var(--rkw-ink); }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .rkw-wrap .rkw-container { padding: 0 40px; }

  /* Nav - hamburger mód már 1024 alatt — BIZTOS elrejtés body specificity-vel */
  body .rkw-wrap .rkw-nav .rkw-nav-links,
  body .rkw-wrap .rkw-nav-inner .rkw-nav-links,
  html body .rkw-wrap header.rkw-nav .rkw-nav-links { display: none !important; visibility: hidden !important; }
  body .rkw-wrap .rkw-nav .rkw-nav-cta,
  body .rkw-wrap .rkw-nav-inner .rkw-nav-cta,
  html body .rkw-wrap header.rkw-nav .rkw-nav-cta { display: none !important; visibility: hidden !important; }
  body .rkw-wrap .rkw-nav .rkw-nav-toggle,
  body .rkw-wrap .rkw-nav-inner .rkw-nav-toggle,
  html body .rkw-wrap header.rkw-nav .rkw-nav-toggle { display: inline-flex !important; visibility: visible !important; }

  .rkw-wrap .rkw-hero { padding: 56px 0 72px; }
  .rkw-wrap .rkw-hero-grid { grid-template-columns: 1fr; gap: 56px; }
  .rkw-wrap .rkw-hero h1 { font-size: 48px; }
  .rkw-wrap .rkw-hero-mosaic { height: 480px; }
  .rkw-wrap .rkw-section { padding: 80px 0; }
  .rkw-wrap .rkw-section-title, .rkw-wrap .rkw-faq-side h2, .rkw-wrap .rkw-location-text h2 { font-size: 28px; }
  .rkw-wrap .rkw-section-head { flex-direction: column; align-items: flex-start; gap: 16px; }
  .rkw-wrap .rkw-section-intro { max-width: 100%; }
  .rkw-wrap .rkw-about-grid { grid-template-columns: 1fr; gap: 48px; }
  .rkw-wrap .rkw-about-image { aspect-ratio: 16/10; max-height: 460px; }
  .rkw-wrap .rkw-prices { padding: 80px 40px; border-radius: 28px; }
  .rkw-wrap .rkw-price-grid { grid-template-columns: 1fr 1fr; }
  .rkw-wrap .rkw-price-card.rkw-featured { grid-column: span 2; }
  .rkw-wrap .rkw-services-grid { grid-template-columns: 1fr 1fr; }
  .rkw-wrap .rkw-programs-grid { grid-template-columns: 1fr; }
  .rkw-wrap .rkw-gallery-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(3, 200px); }
  .rkw-wrap .rkw-gallery-item:nth-child(1) { grid-column: span 2; }
  .rkw-wrap .rkw-faq-grid { grid-template-columns: 1fr; gap: 40px; }
  .rkw-wrap .rkw-location-grid { grid-template-columns: 1fr; gap: 40px; }
  .rkw-wrap .rkw-map-placeholder { min-height: 360px; }
  .rkw-wrap .rkw-cta { padding: 80px 40px; border-radius: 28px; }
  .rkw-wrap .rkw-cta h2 { font-size: 44px; }
}
@media (max-width: 768px) {
  .rkw-wrap .rkw-container { padding: 0 20px; }

  /* Topbar - kisebb font, jól tördelt */
  .rkw-wrap .rkw-topbar { font-size: 11.5px; padding: 10px 14px; line-height: 1.6; word-wrap: break-word; }
  .rkw-wrap .rkw-topbar a { display: inline-block; }

  /* Nav - hamburger mód (megerősítés) */
  body .rkw-wrap .rkw-nav .rkw-nav-links,
  html body .rkw-wrap header.rkw-nav .rkw-nav-links { display: none !important; visibility: hidden !important; }
  body .rkw-wrap .rkw-nav .rkw-nav-cta,
  html body .rkw-wrap header.rkw-nav .rkw-nav-cta { display: none !important; visibility: hidden !important; }
  body .rkw-wrap .rkw-nav .rkw-nav-toggle,
  html body .rkw-wrap header.rkw-nav .rkw-nav-toggle { display: inline-flex !important; visibility: visible !important; }

  .rkw-wrap .rkw-nav { padding: 16px 0 !important; }
  .rkw-wrap .rkw-logo-icon { width: 32px !important; height: 32px !important; }
  .rkw-wrap .rkw-logo-text { font-size: 20px !important; white-space: nowrap !important; }
  .rkw-wrap .rkw-nav-links { display: none !important; }
  .rkw-wrap .rkw-nav-cta { display: none !important; }
  .rkw-wrap .rkw-nav-toggle { display: inline-flex !important; }

  /* Hero - kisebb */
  .rkw-wrap .rkw-hero { padding: 32px 0 48px; }
  .rkw-wrap .rkw-hero h1 { font-size: 38px !important; letter-spacing: -0.02em !important; line-height: 1.1 !important; }
  .rkw-wrap .rkw-hero .rkw-lead { font-size: 15.5px; margin-bottom: 28px; }
  .rkw-wrap .rkw-hero-ctas { flex-wrap: wrap; gap: 10px; }
  .rkw-wrap .rkw-hero-ctas .rkw-btn { flex: 1; justify-content: center; min-width: 140px; }
  .rkw-wrap .rkw-hero-stats { gap: 16px; padding-top: 24px; }
  .rkw-wrap .rkw-stat-value { font-size: 26px; }
  .rkw-wrap .rkw-hero-mosaic { height: auto; grid-template-columns: 1fr; gap: 12px; }
  .rkw-wrap .rkw-mosaic-card.rkw-tall { grid-row: span 1; aspect-ratio: 4/3; }
  .rkw-wrap .rkw-mosaic-card.rkw-olive, .rkw-wrap .rkw-mosaic-card.rkw-light { aspect-ratio: 16/9; }

  /* Section paddingek */
  .rkw-wrap .rkw-section { padding: 56px 0; }
  .rkw-wrap .rkw-section-title, .rkw-wrap .rkw-faq-side h2, .rkw-wrap .rkw-location-text h2 { font-size: 30px; }
  .rkw-wrap .rkw-section-head { flex-direction: column; align-items: flex-start; gap: 16px; }
  .rkw-wrap .rkw-section-intro { max-width: none; }

  /* About */
  .rkw-wrap .rkw-about-grid { grid-template-columns: 1fr; gap: 40px; }
  .rkw-wrap .rkw-about-features { grid-template-columns: 1fr; gap: 16px; }

  /* Árak */
  .rkw-wrap .rkw-prices { padding: 48px 24px; border-radius: 20px; }
  .rkw-wrap .rkw-price-grid { grid-template-columns: 1fr !important; gap: 12px; }
  .rkw-wrap .rkw-price-card.rkw-featured { grid-column: span 1; transform: none; }
  .rkw-wrap .rkw-price-card { padding: 28px 24px; }
  .rkw-wrap .rkw-price-amount { font-size: 42px !important; }
  .rkw-wrap .rkw-price-occupancy { font-size: 13px; }
  .rkw-wrap .rkw-price-extras { grid-template-columns: 1fr; gap: 12px; }
  .rkw-wrap .rkw-price-notes { grid-template-columns: 1fr; gap: 16px; }

  /* Reggeli kosár - egy oszlop mobilon, hogy az árak ne törjenek */
  .rkw-wrap .rkw-services-grid { grid-template-columns: 1fr !important; gap: 14px !important; }
  .rkw-wrap .rkw-service-card { padding: 28px 22px !important; }
  .rkw-wrap .rkw-service-head { flex-direction: row !important; align-items: center !important; gap: 16px !important; flex-wrap: wrap !important; }
  .rkw-wrap .rkw-service-occupancy { font-size: 16px !important; flex: 1 !important; }
  .rkw-wrap .rkw-service-price { font-size: 30px !important; white-space: nowrap !important; }
  .rkw-wrap .rkw-service-price-unit { font-size: 13px !important; white-space: nowrap !important; }

  /* Galéria */
  .rkw-wrap .rkw-gallery-grid { grid-template-columns: 1fr; grid-template-rows: repeat(5, 220px); }
  .rkw-wrap .rkw-gallery-item:nth-child(1) { grid-column: span 1; grid-row: span 1; }

  /* Programok */
  .rkw-wrap .rkw-programs-grid { grid-template-columns: 1fr; gap: 12px; }
  .rkw-wrap .rkw-program { padding: 22px 20px; gap: 16px; }
  .rkw-wrap .rkw-program-number { font-size: 24px; width: 28px; }

  /* GYIK */
  .rkw-wrap .rkw-faq-grid { grid-template-columns: 1fr; gap: 32px; }

  /* Location */
  .rkw-wrap .rkw-location-grid { grid-template-columns: 1fr; gap: 32px; }
  .rkw-wrap .rkw-map-frame { height: 320px; }

  /* CTA */
  .rkw-wrap .rkw-cta { padding: 56px 24px; border-radius: 20px; }
  .rkw-wrap .rkw-cta h2 { font-size: 32px !important; }

  /* Foglalás info */
  .rkw-wrap .rkw-booking-info { grid-template-columns: 1fr; gap: 12px; }

  /* Footer - 2 oszlop mobilon, jobban olvasható */
  .rkw-wrap .rkw-footer { padding: 56px 0 24px !important; }
  .rkw-wrap .rkw-footer-grid { grid-template-columns: 1fr 1fr !important; gap: 32px !important; margin-bottom: 32px !important; }
  .rkw-wrap .rkw-footer-brand { grid-column: 1 / -1 !important; }
  .rkw-wrap .rkw-footer-brand p { max-width: none !important; }
  .rkw-wrap .rkw-footer-col li { word-break: break-word !important; }
  .rkw-wrap .rkw-footer-col a { word-break: break-word !important; }
  .rkw-wrap .rkw-footer-bottom { flex-direction: column; gap: 12px; align-items: flex-start; }
  .rkw-wrap .rkw-footer-bottom-links { flex-wrap: wrap; gap: 16px; }
}
@media (max-width: 480px) {
  .rkw-wrap .rkw-container { padding: 0 16px; }
  .rkw-wrap .rkw-hero h1 { font-size: 32px !important; }
  .rkw-wrap .rkw-section-title, .rkw-wrap .rkw-faq-side h2, .rkw-wrap .rkw-location-text h2 { font-size: 26px; }
  .rkw-wrap .rkw-cta h2 { font-size: 26px !important; }
  .rkw-wrap .rkw-price-amount { font-size: 36px !important; }
  .rkw-wrap .rkw-prices { padding: 40px 18px; border-radius: 16px; }
  .rkw-wrap .rkw-cta { padding: 48px 20px; border-radius: 16px; }
  .rkw-wrap .rkw-stat-value { font-size: 22px; }
  .rkw-wrap .rkw-service-price { font-size: 26px !important; }

  /* Footer - 1 oszlop a legkisebb képernyőn */
  .rkw-wrap .rkw-footer-grid { grid-template-columns: 1fr !important; gap: 28px !important; }
  .rkw-wrap .rkw-footer-brand { grid-column: auto !important; }
}

/* === NAV (sticky glass) === */
.rkw-wrap .rkw-nav {
  padding: 20px 0 !important;
  border-bottom: 1px solid var(--rkw-line-soft) !important;
  position: sticky !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  top: 0 !important;
  background: rgba(255, 255, 255, 0.85) !important;
  backdrop-filter: blur(12px) saturate(180%);
  -webkit-backdrop-filter: blur(12px) saturate(180%);
  z-index: 100 !important;
  display: block !important;
}
.rkw-wrap .rkw-nav-inner {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 24px !important;
  flex-wrap: nowrap !important;
}
.rkw-wrap .rkw-logo {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  flex-shrink: 0 !important;
}
.rkw-wrap .rkw-logo-icon {
  width: 36px !important;
  height: 36px !important;
  background: var(--rkw-blue) !important;
  border-radius: 6px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.rkw-wrap .rkw-logo:hover .rkw-logo-icon { transform: rotate(-6deg) scale(1.05); }
.rkw-wrap .rkw-logo-text {
  font-family: 'Cinzel', serif !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: var(--rkw-ink) !important;
  line-height: 1 !important;
}
.rkw-wrap .rkw-nav-links {
  display: flex;
  gap: 32px;
  align-items: center;
  flex-direction: row;
  list-style: none;
  padding: 0;
  margin: 0;
}
.rkw-wrap .rkw-nav-links a {
  font-size: 14px;
  color: var(--rkw-ink);
  opacity: 0.7;
  transition: opacity 0.2s ease;
  text-decoration: none;
  padding: 0;
}
.rkw-wrap .rkw-nav-links a:hover { opacity: 1; }
.rkw-wrap .rkw-nav-toggle {
  display: none;
  background: transparent;
  border: none;
  color: var(--rkw-ink);
  cursor: pointer;
  padding: 8px;
  border-radius: 6px;
}
.rkw-wrap .rkw-nav-toggle:hover { background: rgba(42, 37, 32, 0.05) !important; }
.rkw-wrap .rkw-mobile-menu {
  display: none;
  flex-direction: column;
  padding: 16px 24px 20px;
  border-top: 1px solid var(--rkw-line-soft);
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(12px);
}
.rkw-wrap .rkw-mobile-menu a {
  padding: 12px 0 !important;
  font-size: 15px !important;
  border-bottom: 1px solid var(--rkw-line-soft) !important;
  color: var(--rkw-ink) !important;
  text-decoration: none !important;
}
.rkw-wrap .rkw-mobile-menu a:last-child { border-bottom: none !important; }
.rkw-wrap .rkw-mobile-menu.rkw-open { display: flex !important; }

/* === FOOTER === */
.rkw-wrap .rkw-footer {
  background: var(--rkw-ink) !important;
  color: rgba(247, 244, 237, 0.7) !important;
  padding: 80px 0 32px !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  font-size: 13.5px !important;
  display: block !important;
}
.rkw-wrap .rkw-footer .rkw-logo-text {
  color: var(--rkw-parchment) !important;
}
.rkw-wrap .rkw-footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 56px;
}
.rkw-wrap .rkw-footer-brand p {
  font-size: 13.5px !important;
  color: rgba(247, 244, 237, 0.6) !important;
  line-height: 1.65 !important;
  max-width: 280px;
  margin-top: 18px !important;
}
.rkw-wrap .rkw-footer-col h4 {
  font-family: 'Cinzel', serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  color: var(--rkw-parchment) !important;
  margin-bottom: 20px !important;
}
.rkw-wrap .rkw-footer-col ul {
  list-style: none !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 11px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.rkw-wrap .rkw-footer-col li {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  color: rgba(247, 244, 237, 0.65) !important;
  font-size: 13.5px !important;
}
.rkw-wrap .rkw-footer-col li::before,
.rkw-wrap .rkw-footer-col li::marker {
  display: none !important;
  content: none !important;
}
.rkw-wrap .rkw-footer-col a {
  color: rgba(247, 244, 237, 0.65) !important;
  transition: color 0.2s ease;
  font-size: 13.5px !important;
  text-decoration: none !important;
}
.rkw-wrap .rkw-footer-col a:hover {
  color: var(--rkw-parchment) !important;
}
.rkw-wrap .rkw-footer-bottom {
  padding-top: 32px !important;
  border-top: 1px solid rgba(247, 244, 237, 0.12) !important;
  display: flex !important;
  justify-content: space-between !important;
  font-size: 12.5px !important;
  color: rgba(247, 244, 237, 0.5) !important;
}
.rkw-wrap .rkw-footer-bottom a {
  color: rgba(247, 244, 237, 0.65) !important;
  transition: color 0.2s ease;
  text-decoration: none !important;
}
.rkw-wrap .rkw-footer-bottom a:hover {
  color: var(--rkw-parchment) !important;
}
.rkw-wrap .rkw-footer-bottom-links {
  display: flex !important;
  gap: 24px !important;
}

/* === BOOKING (WPBS-beágyazás kerete) === */
.rkw-wrap .rkw-booking-card {
  background: var(--rkw-bg-white);
  border: 1px solid var(--rkw-line);
  border-radius: 18px;
  padding: 40px;
  box-shadow: 0 4px 32px -16px rgba(42, 37, 32, 0.08);
}

.rkw-wrap .rkw-booking-empty {
  text-align: center;
  padding: 48px 24px;
  color: var(--rkw-muted);
}
.rkw-wrap .rkw-booking-empty svg {
  color: var(--rkw-blue);
  opacity: 0.5;
  margin: 0 auto 20px;
}
.rkw-wrap .rkw-booking-empty h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: var(--rkw-ink);
  margin-bottom: 8px;
}
.rkw-wrap .rkw-booking-empty p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 8px;
}
.rkw-wrap .rkw-booking-empty code {
  background: rgba(90, 134, 151, 0.1);
  color: var(--rkw-blue);
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
}

.rkw-wrap .rkw-booking-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 32px;
}
.rkw-wrap .rkw-booking-info-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px 20px;
  background: var(--rkw-bg-white);
  border: 1px solid var(--rkw-line);
  border-radius: 12px;
}
.rkw-wrap .rkw-booking-info-icon {
  width: 36px;
  height: 36px;
  background: rgba(90, 134, 151, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--rkw-blue);
  flex-shrink: 0;
}
.rkw-wrap .rkw-booking-info-item strong {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 13.5px;
  font-weight: 500;
  margin-bottom: 2px;
  color: var(--rkw-ink);
}
.rkw-wrap .rkw-booking-info-item span {
  font-size: 12.5px;
  color: var(--rkw-muted);
  line-height: 1.5;
}

/* === WPBS OVERRIDE — valódi class-nevek alapján === */

/* WPBS wrapper — háttér és spacing */
.rkw-wrap .rkw-booking-card .wpbs-main-wrapper {
  background: transparent !important;
}
.rkw-wrap .rkw-booking-card .wpbs-container {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 0 24px 0 !important;
}

/* === NAPTÁR === */

/* Naptár wrapper */
.rkw-wrap .rkw-booking-card .wpbs-calendars-wrapper {
  max-width: none !important;
  display: flex !important;
  gap: 32px !important;
  align-items: flex-start !important;
  flex-wrap: wrap !important;
}
.rkw-wrap .rkw-booking-card .wpbs-calendars {
  flex: 1 !important;
  min-width: 280px !important;
}

/* Legend (Elérhető / Foglalt) */
.rkw-wrap .rkw-booking-card .wpbs-legend {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  padding: 16px !important;
  background: var(--rkw-bg-warm) !important;
  border-radius: 10px !important;
  min-width: 140px !important;
}
.rkw-wrap .rkw-booking-card .wpbs-legend-item {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  font-family: 'Open Sans', sans-serif !important;
}
.rkw-wrap .rkw-booking-card .wpbs-legend-item-name {
  font-size: 13px !important;
  color: var(--rkw-ink) !important;
  font-weight: 500 !important;
}

/* SVG ikon a legend-ben */
.rkw-wrap .rkw-booking-card .wpbs-legend .wpbs-legend-item-icon {
  width: 18px !important;
  height: 18px !important;
  border-radius: 4px !important;
  overflow: hidden !important;
}

/* SVG ikon felülírás — saját colors: elérhető = cinnamon-soft, foglalt = ink */
.rkw-wrap .rkw-booking-card .wpbs-container.wpbs-calendar-1 .wpbs-legend-item-icon-1 div:first-of-type,
.rkw-wrap .rkw-booking-card .wpbs-container .wpbs-legend-item-icon-1 div:first-of-type {
  background-color: rgba(90, 134, 151, 0.15) !important;
}
.rkw-wrap .rkw-booking-card .wpbs-container.wpbs-calendar-1 .wpbs-legend-item-icon-1 div:first-of-type svg,
.rkw-wrap .rkw-booking-card .wpbs-container .wpbs-legend-item-icon-1 div:first-of-type svg {
  fill: rgba(90, 134, 151, 0.15) !important;
}
.rkw-wrap .rkw-booking-card .wpbs-container.wpbs-calendar-1 .wpbs-legend-item-icon-2 div:first-of-type,
.rkw-wrap .rkw-booking-card .wpbs-container .wpbs-legend-item-icon-2 div:first-of-type {
  background-color: var(--rkw-ink) !important;
}
.rkw-wrap .rkw-booking-card .wpbs-container.wpbs-calendar-1 .wpbs-legend-item-icon-2 div:first-of-type svg,
.rkw-wrap .rkw-booking-card .wpbs-container .wpbs-legend-item-icon-2 div:first-of-type svg {
  fill: var(--rkw-ink) !important;
}
.rkw-wrap .rkw-booking-card .wpbs-container.wpbs-calendar-1 .wpbs-legend-item-icon-3 div:first-of-type,
.rkw-wrap .rkw-booking-card .wpbs-container.wpbs-calendar-1 .wpbs-legend-item-icon-4 div:first-of-type {
  background-color: var(--rkw-ink) !important;
}
.rkw-wrap .rkw-booking-card .wpbs-container.wpbs-calendar-1 .wpbs-legend-item-icon-3 div:nth-of-type(2),
.rkw-wrap .rkw-booking-card .wpbs-container.wpbs-calendar-1 .wpbs-legend-item-icon-4 div:nth-of-type(2) {
  background-color: rgba(90, 134, 151, 0.15) !important;
}
.rkw-wrap .rkw-booking-card .wpbs-container.wpbs-calendar-1 .wpbs-legend-item-icon-3 div:first-of-type svg,
.rkw-wrap .rkw-booking-card .wpbs-container.wpbs-calendar-1 .wpbs-legend-item-icon-4 div:first-of-type svg {
  fill: var(--rkw-ink) !important;
}
.rkw-wrap .rkw-booking-card .wpbs-container.wpbs-calendar-1 .wpbs-legend-item-icon-3 div:nth-of-type(2) svg,
.rkw-wrap .rkw-booking-card .wpbs-container.wpbs-calendar-1 .wpbs-legend-item-icon-4 div:nth-of-type(2) svg {
  fill: rgba(90, 134, 151, 0.15) !important;
}

/* Naptár header (hónap navigáció) */
.rkw-wrap .rkw-booking-card .wpbs-calendar-header {
  margin-bottom: 16px !important;
  padding: 0 !important;
  background: transparent !important;
}
.rkw-wrap .rkw-booking-card .wpbs-calendar-header-navigation {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 8px !important;
}

/* Előző / Következő nyíl gombok */
.rkw-wrap .rkw-booking-card .wpbs-prev,
.rkw-wrap .rkw-booking-card .wpbs-next {
  background: rgba(90, 134, 151, 0.1) !important;
  border: none !important;
  border-radius: 8px !important;
  width: 36px !important;
  height: 36px !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  transition: background 0.2s ease !important;
  position: relative !important;
}
.rkw-wrap .rkw-booking-card .wpbs-prev:hover,
.rkw-wrap .rkw-booking-card .wpbs-next:hover {
  background: rgba(90, 134, 151, 0.2) !important;
}

/* Régi nyíl span elrejtése */
.rkw-wrap .rkw-booking-card .wpbs-prev .wpbs-arrow,
.rkw-wrap .rkw-booking-card .wpbs-next .wpbs-arrow {
  display: none !important;
}

/* Új chevron nyilak CSS-szel */
.rkw-wrap .rkw-booking-card .wpbs-prev::before,
.rkw-wrap .rkw-booking-card .wpbs-next::before {
  content: "" !important;
  display: block !important;
  width: 10px !important;
  height: 10px !important;
  border-top: 2px solid var(--rkw-blue) !important;
  border-right: 2px solid var(--rkw-blue) !important;
}
.rkw-wrap .rkw-booking-card .wpbs-prev::before {
  transform: rotate(-135deg) !important;
  margin-left: 4px !important;
}
.rkw-wrap .rkw-booking-card .wpbs-next::before {
  transform: rotate(45deg) !important;
  margin-right: 4px !important;
}

/* Hónap selector dropdown */
.rkw-wrap .rkw-booking-card .wpbs-select-container {
  flex: 1 !important;
}
.rkw-wrap .rkw-booking-card .wpbs-select-container select {
  width: 100% !important;
  padding: 10px 14px !important;
  border: 1px solid var(--rkw-line) !important;
  border-radius: 8px !important;
  background: var(--rkw-bg-white) !important;
  font-family: 'Cinzel', serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: var(--rkw-ink) !important;
  cursor: pointer !important;
  text-align: center !important;
  text-align-last: center !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}
.rkw-wrap .rkw-booking-card .wpbs-select-container select:focus {
  outline: none !important;
  border-color: var(--rkw-blue) !important;
  box-shadow: 0 0 0 3px rgba(90, 134, 151, 0.12) !important;
}

/* Naptár táblázat */
.rkw-wrap .rkw-booking-card .wpbs-calendar-wrapper {
  background: transparent !important;
}
.rkw-wrap .rkw-booking-card .wpbs-calendar-wrapper table {
  width: 100% !important;
  border-collapse: separate !important;
  border-spacing: 4px !important;
  margin: 0 !important;
}
.rkw-wrap .rkw-booking-card .wpbs-calendar-wrapper thead th {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  color: var(--rkw-muted) !important;
  padding: 8px 0 !important;
  text-align: center !important;
  background: transparent !important;
  border: none !important;
}
.rkw-wrap .rkw-booking-card .wpbs-calendar-wrapper td {
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
}

/* Naptár cella (egy nap) */
.rkw-wrap .rkw-booking-card .wpbs-date {
  position: relative !important;
  border-radius: 6px !important;
  overflow: hidden !important;
  transition: transform 0.15s ease !important;
}
.rkw-wrap .rkw-booking-card .wpbs-date-inner {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 13.5px !important;
  font-weight: 500 !important;
  text-align: center !important;
  position: relative !important;
  z-index: 2 !important;
}
.rkw-wrap .rkw-booking-card .wpbs-date-number {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 13.5px !important;
  font-weight: 500 !important;
}

/* Gap (üres napok) */
.rkw-wrap .rkw-booking-card .wpbs-date.wpbs-gap {
  background: transparent !important;
}

/* Foglalható nap hover */
.rkw-wrap .rkw-booking-card .wpbs-date.wpbs-is-bookable {
  cursor: pointer !important;
}
.rkw-wrap .rkw-booking-card .wpbs-date.wpbs-is-bookable:hover {
  transform: scale(1.05) !important;
}

/* Elérhető nap (legend-item-1) szövegszíne */
.rkw-wrap .rkw-booking-card .wpbs-container.wpbs-calendar-1 .wpbs-legend-item-1 .wpbs-date-number {
  color: var(--rkw-ink) !important;
}
/* Foglalt nap (legend-item-2) szövegszíne */
.rkw-wrap .rkw-booking-card .wpbs-container.wpbs-calendar-1 .wpbs-legend-item-2 .wpbs-date-number {
  color: var(--rkw-parchment) !important;
}

/* === FORM === */
.rkw-wrap .rkw-booking-card .wpbs-form-container {
  margin-top: 32px !important;
  padding-top: 32px !important;
  border-top: 1px solid var(--rkw-line) !important;
  background: transparent !important;
}
.rkw-wrap .rkw-booking-card .wpbs-form-fields {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 18px !important;
}

/* Form mező — alapból teljes szélesség */
.rkw-wrap .rkw-booking-card .wpbs-form-field {
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}

/* Bizonyos mezők teljes szélességet kapnak */
.rkw-wrap .rkw-booking-card .wpbs-form-field-product_checkbox,
.rkw-wrap .rkw-booking-card .wpbs-form-field-payment_method,
.rkw-wrap .rkw-booking-card .wpbs-form-field-coupon,
.rkw-wrap .rkw-booking-card .wpbs-form-field-total,
.rkw-wrap .rkw-booking-card .wpbs-form-submit-button {
  grid-column: 1 / -1 !important;
}

/* Label */
.rkw-wrap .rkw-booking-card .wpbs-form-field-label label,
.rkw-wrap .rkw-booking-card .wpbs-form-field-label span {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: var(--rkw-ink) !important;
  display: block !important;
  margin-bottom: 6px !important;
}

/* Required csillag */
.rkw-wrap .rkw-booking-card .wpbs-field-required-asterisk {
  color: var(--rkw-blue) !important;
  margin-left: 2px !important;
}

/* Form inputok */
.rkw-wrap .rkw-booking-card .wpbs-form-field-input input[type="text"],
.rkw-wrap .rkw-booking-card .wpbs-form-field-input input[type="email"],
.rkw-wrap .rkw-booking-card .wpbs-form-field-input input[type="tel"],
.rkw-wrap .rkw-booking-card .wpbs-form-field-input input[type="number"],
.rkw-wrap .rkw-booking-card .wpbs-form-field-input select,
.rkw-wrap .rkw-booking-card .wpbs-form-field-input textarea {
  width: 100% !important;
  padding: 11px 14px !important;
  border: 1px solid var(--rkw-line) !important;
  border-radius: 8px !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px !important;
  color: var(--rkw-ink) !important;
  background: var(--rkw-bg-white) !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
  box-shadow: none !important;
  appearance: auto !important;
}
.rkw-wrap .rkw-booking-card .wpbs-form-field-input input:focus,
.rkw-wrap .rkw-booking-card .wpbs-form-field-input select:focus,
.rkw-wrap .rkw-booking-card .wpbs-form-field-input textarea:focus {
  outline: none !important;
  border-color: var(--rkw-blue) !important;
  box-shadow: 0 0 0 3px rgba(90, 134, 151, 0.12) !important;
}

/* Checkbox csoport (Dézsafürdő, Reggeli) */
.rkw-wrap .rkw-booking-card .wpbs-form-field-product_checkbox .wpbs-form-field-input {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
}
.rkw-wrap .rkw-booking-card .wpbs-form-field-product_checkbox label {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 10px 16px !important;
  border: 1px solid var(--rkw-line) !important;
  border-radius: 8px !important;
  cursor: pointer !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 13.5px !important;
  font-weight: 400 !important;
  color: var(--rkw-ink) !important;
  transition: all 0.2s ease !important;
  margin: 0 !important;
  background: var(--rkw-bg-white) !important;
}
.rkw-wrap .rkw-booking-card .wpbs-form-field-product_checkbox label:hover {
  border-color: var(--rkw-blue) !important;
  background: rgba(90, 134, 151, 0.04) !important;
}
.rkw-wrap .rkw-booking-card .wpbs-form-field-product_checkbox input[type="checkbox"] {
  accent-color: var(--rkw-blue) !important;
  margin: 0 !important;
}

/* Kuponkód */
.rkw-wrap .rkw-booking-card .wpbs-coupon-code {
  display: flex !important;
  gap: 10px !important;
}
.rkw-wrap .rkw-booking-card .wpbs-coupon-code input[type="text"] {
  flex: 1 !important;
}
.rkw-wrap .rkw-booking-card .wpbs-coupon-code-button {
  background: var(--rkw-bg-warm) !important;
  color: var(--rkw-ink) !important;
  border: 1px solid var(--rkw-line) !important;
  padding: 11px 18px !important;
  border-radius: 8px !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  white-space: nowrap !important;
}
.rkw-wrap .rkw-booking-card .wpbs-coupon-code-button:hover {
  background: var(--rkw-parchment) !important;
  border-color: var(--rkw-blue) !important;
}

/* Végösszeg */
.rkw-wrap .rkw-booking-card .wpbs-form-field-total {
  padding: 20px 24px !important;
  background: var(--rkw-bg-warm) !important;
  border-radius: 12px !important;
  border: 1px solid var(--rkw-line) !important;
}
.rkw-wrap .rkw-booking-card .wpbs-form-field-total .wpbs-form-field-label span {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  color: var(--rkw-muted) !important;
  margin-bottom: 8px !important;
}
.rkw-wrap .rkw-booking-card .wpbs-total-price {
  font-family: 'Cinzel', serif !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  color: var(--rkw-ink) !important;
  letter-spacing: -0.015em !important;
}

/* Fizetési mód (radio) */
.rkw-wrap .rkw-booking-card .wpbs-payment-method-label {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  padding: 14px 18px !important;
  border: 1px solid var(--rkw-line) !important;
  border-radius: 10px !important;
  cursor: pointer !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 13.5px !important;
  color: var(--rkw-ink) !important;
  background: var(--rkw-bg-white) !important;
  transition: all 0.2s ease !important;
  line-height: 1.5 !important;
}
.rkw-wrap .rkw-booking-card .wpbs-payment-method-label:hover {
  border-color: var(--rkw-blue) !important;
  background: rgba(90, 134, 151, 0.03) !important;
}
.rkw-wrap .rkw-booking-card .wpbs-payment-method-label input[type="radio"] {
  accent-color: var(--rkw-blue) !important;
  margin-top: 3px !important;
}
.rkw-wrap .rkw-booking-card .wpbs-payment-method-description {
  font-size: 12px !important;
  color: var(--rkw-muted) !important;
  margin: 8px 0 0 0 !important;
  padding: 0 !important;
  font-style: italic !important;
}

/* Submit gomb */
.rkw-wrap .rkw-booking-card .wpbs-form-submit-button {
  margin-top: 8px !important;
}
.rkw-wrap .rkw-booking-card .wpbs-form-submit-button button,
.rkw-wrap .rkw-booking-card button[type="submit"]#wpbs-form-submit-1,
.rkw-wrap .rkw-booking-card #wpbs-form-submit-1 {
  width: 100% !important;
  background: var(--rkw-ink) !important;
  color: var(--rkw-parchment) !important;
  border: none !important;
  padding: 16px 24px !important;
  border-radius: 10px !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14.5px !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
  letter-spacing: 0.02em !important;
  text-transform: none !important;
  box-shadow: none !important;
}
.rkw-wrap .rkw-booking-card .wpbs-form-submit-button button:hover,
.rkw-wrap .rkw-booking-card #wpbs-form-submit-1:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 12px 32px -8px rgba(42, 37, 32, 0.35) !important;
  background: var(--rkw-ink) !important;
  color: var(--rkw-parchment) !important;
}

/* Skip link rejtve maradjon */
.rkw-wrap .rkw-booking-card .wpbs-visually-hidden,
.rkw-wrap .rkw-booking-card .wpbs-skip-to-content-link {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
}

/* Foglalt nap szövege ne legyen áthúzva */
.rkw-wrap .rkw-booking-card .wpbs-date {
  text-decoration: none !important;
}

/* Booking responsive */
@media (max-width: 1024px) {
  .rkw-wrap .rkw-booking-card { padding: 28px; }
  .csi-wrap .csi-booking-info { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .rkw-wrap .rkw-booking-card { padding: 20px; border-radius: 14px; }
  .csi-wrap .csi-booking-info { grid-template-columns: 1fr; gap: 12px; }
  .rkw-wrap .rkw-booking-card .wpbs-calendars-wrapper { flex-direction: column; gap: 16px !important; }
  .rkw-wrap .rkw-booking-card .wpbs-legend { flex-direction: row !important; flex-wrap: wrap !important; min-width: auto !important; }
  .rkw-wrap .rkw-booking-card .wpbs-form-fields { grid-template-columns: 1fr !important; }
}

/* CTA / Árak háttérkép esetén — gradient kikapcsolva, kép overlay-jel */
.rkw-wrap .rkw-cta.rkw-cta-image { background: var(--rkw-ink) !important; }
.rkw-wrap .rkw-cta.rkw-cta-image::before { display: none !important; }
.rkw-wrap .rkw-prices.rkw-prices-image { background-color: var(--rkw-ink) !important; }

/* ==============================================================
   ANIMÁCIÓK (v3.1) — scroll-reveal + stagger + hover
   ============================================================== */

/* Scroll-reveal alap állapot */
.rkw-wrap .rkw-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}
.rkw-wrap .rkw-reveal.rkw-is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger */
.rkw-wrap .rkw-stagger > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.rkw-wrap .rkw-stagger.rkw-is-visible > *:nth-child(1) { opacity: 1; transform: translateY(0); transition-delay: 0ms; }
.rkw-wrap .rkw-stagger.rkw-is-visible > *:nth-child(2) { opacity: 1; transform: translateY(0); transition-delay: 80ms; }
.rkw-wrap .rkw-stagger.rkw-is-visible > *:nth-child(3) { opacity: 1; transform: translateY(0); transition-delay: 160ms; }
.rkw-wrap .rkw-stagger.rkw-is-visible > *:nth-child(4) { opacity: 1; transform: translateY(0); transition-delay: 240ms; }
.rkw-wrap .rkw-stagger.rkw-is-visible > *:nth-child(5) { opacity: 1; transform: translateY(0); transition-delay: 320ms; }
.rkw-wrap .rkw-stagger.rkw-is-visible > *:nth-child(6) { opacity: 1; transform: translateY(0); transition-delay: 400ms; }

/* Hover - galéria képek */
.rkw-wrap .rkw-gallery-item {
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
}
.rkw-wrap .rkw-gallery-item:hover {
  transform: scale(1.03);
  box-shadow: 0 20px 60px -20px rgba(42, 37, 32, 0.25);
}

/* Hover - mosaic kártyák */
.rkw-wrap .rkw-mosaic-card {
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.rkw-wrap .rkw-mosaic-card:hover {
  transform: translateY(-4px);
}

/* Hover - program kártyák */
.rkw-wrap .rkw-program {
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease, border-color 0.3s ease;
}
.rkw-wrap .rkw-program:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px -12px rgba(42, 37, 32, 0.15);
  border-color: var(--rkw-blue);
}

/* Hover - reggeli kosár kártyák */
.rkw-wrap .rkw-service-card {
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
}
.rkw-wrap .rkw-service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px -16px rgba(42, 37, 32, 0.18);
}

/* Hover - ár kártyák */
.rkw-wrap .rkw-price-card:not(.rkw-featured) {
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.rkw-wrap .rkw-price-card:not(.rkw-featured):hover {
  transform: translateY(-4px);
}

/* Tisztelet a prefers-reduced-motion-nek */
@media (prefers-reduced-motion: reduce) {
  .rkw-wrap .rkw-reveal,
  .rkw-wrap .rkw-stagger > *,
  .rkw-wrap .rkw-gallery-item,
  .rkw-wrap .rkw-mosaic-card,
  .rkw-wrap .rkw-program,
  .rkw-wrap .rkw-service-card,
  .rkw-wrap .rkw-price-card {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}
/* ==============================================================
   VENDÉGVÉLEMÉNYEK (v3.2.2) — PROGRAMOK kártya stílusban
   ============================================================== */

.rkw-wrap .rkw-velemenyek-section {
  background: var(--rkw-bg-white);
}

.rkw-wrap .rkw-velemenyek-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 48px;
}

.rkw-wrap .rkw-velemeny-card {
  display: flex;
  gap: 24px;
  padding: 28px;
  border: 1px solid var(--rkw-line);
  border-radius: 14px;
  background: var(--rkw-bg-white);
  transition: transform 0.4s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.rkw-wrap .rkw-velemeny-card:hover {
  border-color: var(--rkw-blue);
  transform: translateX(4px);
  box-shadow: 0 12px 32px -8px rgba(42, 37, 32, 0.08);
}

.rkw-wrap .rkw-velemeny-card::before { content: none; } /* régi quote ikon törlése */

.rkw-wrap .rkw-velemeny-rating-pill {
  font-family: 'Libre Baskerville', Georgia, serif;
  font-style: italic;
  font-size: 28px;
  font-weight: 500;
  color: var(--rkw-blue);
  flex-shrink: 0;
  letter-spacing: -0.01em;
  width: 56px;
  line-height: 1.1;
}

.rkw-wrap .rkw-velemeny-rating-pill-num {
  display: block;
}

.rkw-wrap .rkw-velemeny-rating-pill-max {
  display: block;
  font-size: 13px;
  color: var(--rkw-muted);
  font-style: normal;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin-top: -2px;
}

.rkw-wrap .rkw-velemeny-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.rkw-wrap .rkw-velemeny-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.rkw-wrap .rkw-velemeny-name {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: var(--rkw-ink);
  margin: 0;
}

.rkw-wrap .rkw-velemeny-date {
  display: inline-block;
  padding: 3px 8px;
  background: rgba(90, 134, 151, 0.1);
  color: var(--rkw-blue);
  font-size: 11px;
  border-radius: 100px;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-family: 'Open Sans', sans-serif;
  white-space: nowrap;
  flex-shrink: 0;
}

.rkw-wrap .rkw-velemeny-quote {
  font-family: 'Open Sans', sans-serif;
  font-size: 13.5px;
  color: var(--rkw-muted);
  line-height: 1.55;
  margin: 0;
  font-style: normal;
  font-weight: 400;
}

.rkw-wrap .rkw-velemenyek-empty {
  text-align: center;
  padding: 60px 24px;
  margin-top: 48px;
  background: var(--rkw-bg-warm);
  border: 1px dashed var(--rkw-line);
  border-radius: 14px;
  color: var(--rkw-muted);
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}

.rkw-wrap .rkw-velemenyek-empty strong {
  color: var(--rkw-ink);
}

/* === Beküldési űrlap === */
.rkw-wrap .rkw-velemeny-write-wrap {
  margin-top: 48px;
}

.rkw-wrap .rkw-velemeny-message {
  padding: 18px 22px;
  border-radius: 12px;
  margin-bottom: 24px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.rkw-wrap .rkw-velemeny-success {
  background: rgba(102, 126, 85, 0.1);
  border: 1px solid rgba(102, 126, 85, 0.3);
  color: var(--rkw-blue);
}

.rkw-wrap .rkw-velemeny-error {
  background: rgba(196, 69, 54, 0.08);
  border: 1px solid rgba(196, 69, 54, 0.25);
  color: #8B2F23;
}

.rkw-wrap .rkw-velemeny-error ul {
  margin: 8px 0 0 20px;
  padding: 0;
}

.rkw-wrap .rkw-velemeny-form-details {
  background: var(--rkw-bg-white);
  border: 1px solid var(--rkw-line);
  border-radius: 16px;
  overflow: hidden;
}

.rkw-wrap .rkw-velemeny-form-toggle {
  list-style: none;
  cursor: pointer;
  padding: 22px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: var(--rkw-ink);
  transition: background 0.2s ease;
}

.rkw-wrap .rkw-velemeny-form-toggle:hover {
  background: var(--rkw-bg-warm);
}

.rkw-wrap .rkw-velemeny-form-toggle::-webkit-details-marker { display: none; }
.rkw-wrap .rkw-velemeny-form-toggle::marker { display: none; }

.rkw-wrap .rkw-velemeny-form-toggle-icon {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  font-weight: 300;
  color: var(--rkw-blue);
  transition: transform 0.3s ease;
}

.rkw-wrap .rkw-velemeny-form-details[open] .rkw-velemeny-form-toggle-icon {
  transform: rotate(45deg);
}

.rkw-wrap .rkw-velemeny-form {
  padding: 8px 28px 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.rkw-wrap .rkw-velemeny-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.rkw-wrap .rkw-velemeny-form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.rkw-wrap .rkw-velemeny-form-field label {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: var(--rkw-ink);
}

.rkw-wrap .rkw-required {
  color: var(--rkw-blue);
}

.rkw-wrap .rkw-velemeny-form-field small {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: var(--rkw-muted);
}

.rkw-wrap .rkw-velemeny-form input[type="text"],
.rkw-wrap .rkw-velemeny-form input[type="email"],
.rkw-wrap .rkw-velemeny-form textarea {
  width: 100%;
  padding: 11px 14px;
  border: 1px solid var(--rkw-line);
  border-radius: 8px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: var(--rkw-ink);
  background: var(--rkw-bg-white);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
}

.rkw-wrap .rkw-velemeny-form input:focus,
.rkw-wrap .rkw-velemeny-form textarea:focus {
  outline: none;
  border-color: var(--rkw-blue);
  box-shadow: 0 0 0 3px rgba(90, 134, 151, 0.12);
}

.rkw-wrap .rkw-velemeny-form textarea {
  resize: vertical;
  min-height: 100px;
  font-family: 'Open Sans', sans-serif;
}

/* Csillag input */
.rkw-wrap .rkw-velemeny-stars-input {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.rkw-wrap .rkw-star-input-label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--rkw-line);
  border-radius: 8px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: var(--rkw-muted);
  transition: all 0.15s ease;
  background: var(--rkw-bg-white);
}

.rkw-wrap .rkw-star-input-label:hover {
  border-color: var(--rkw-blue);
  background: rgba(90, 134, 151, 0.05);
}

.rkw-wrap .rkw-star-input-label input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.rkw-wrap .rkw-star-input-label input[type="radio"]:checked + .rkw-star-input-num {
  color: var(--rkw-parchment);
}

.rkw-wrap .rkw-star-input-label:has(input:checked) {
  background: var(--rkw-blue);
  border-color: var(--rkw-blue);
  color: var(--rkw-parchment);
}

/* Confirm checkbox */
.rkw-wrap .rkw-velemeny-form-confirm {
  margin-top: 4px;
}

.rkw-wrap .rkw-checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-size: 13.5px;
  font-weight: 400;
  color: var(--rkw-muted);
  line-height: 1.5;
}

.rkw-wrap .rkw-checkbox-label input[type="checkbox"] {
  margin-top: 3px;
  accent-color: var(--rkw-blue);
  flex-shrink: 0;
}

/* Honey pot - vizuálisan rejtve, accessibility-vel kompatibilis */
.rkw-wrap .rkw-velemeny-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Submit */
.rkw-wrap .rkw-velemeny-form-submit {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-top: 8px;
}

.rkw-wrap .rkw-velemeny-form-submit small {
  color: var(--rkw-muted);
  font-size: 12px;
}


/* Mobil */
@media (max-width: 1024px) {
  .rkw-wrap .rkw-velemenyek-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .rkw-wrap .rkw-velemenyek-grid { gap: 10px; margin-top: 32px; }
  .rkw-wrap .rkw-velemeny-card { padding: 22px 20px; gap: 16px; }
  .rkw-wrap .rkw-velemeny-rating-pill { font-size: 24px; width: 48px; }
  .rkw-wrap .rkw-velemeny-name { font-size: 15px; }
  .rkw-wrap .rkw-velemeny-form-grid { grid-template-columns: 1fr; }
  .rkw-wrap .rkw-velemeny-form-toggle { padding: 18px 22px; font-size: 14px; }
  .rkw-wrap .rkw-velemeny-form { padding: 8px 22px 22px; }
  .rkw-wrap .rkw-star-input-label { width: 32px; height: 32px; font-size: 12.5px; }
}

/* ==============================================================
   LIGHTBOX (v3.3) — saját implementáció
   ============================================================== */

/* Galéria item button-ként */
.rkw-wrap .rkw-gallery-item {
  position: relative;
  cursor: pointer;
  border: none;
  padding: 0;
  background-color: var(--rkw-bg-warm);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  border-radius: 10px;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
}

.rkw-wrap .rkw-gallery-item.rkw-gallery-item-empty {
  cursor: default;
  background-color: rgba(42, 37, 32, 0.04);
}

.rkw-wrap .rkw-gallery-item:not(.rkw-gallery-item-empty):hover {
  transform: scale(1.02);
  box-shadow: 0 20px 60px -20px rgba(42, 37, 32, 0.3);
}

/* Nagyítás ikon hover-en */
.rkw-wrap .rkw-gallery-item-zoom {
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  background: rgba(247, 244, 237, 0.95);
  color: var(--rkw-ink);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.25s ease, transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
  box-shadow: 0 4px 12px rgba(42, 37, 32, 0.2);
}

.rkw-wrap .rkw-gallery-item:hover .rkw-gallery-item-zoom {
  opacity: 1;
  transform: scale(1);
}

/* === LIGHTBOX OVERLAY === */
body.rkw-lightbox-open {
  overflow: hidden;
}

.rkw-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.rkw-lightbox.is-active {
  display: flex;
  opacity: 1;
}

.rkw-lightbox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(42, 37, 32, 0.95);
  cursor: pointer;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.rkw-lightbox-content {
  position: relative;
  max-width: 92vw;
  max-height: 85vh;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rkw-lightbox-img {
  max-width: 92vw;
  max-height: 85vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 30px 80px -20px rgba(0, 0, 0, 0.5);
  transition: opacity 0.2s ease;
}

.rkw-lightbox-img.is-loading {
  opacity: 0.3;
}

/* Close gomb */
body .rkw-lightbox-close,
body button.rkw-lightbox-close {
  position: absolute !important;
  top: 24px !important;
  right: 24px !important;
  width: 48px !important;
  height: 48px !important;
  background: rgba(247, 244, 237, 0.08) !important;
  border: 1px solid rgba(247, 244, 237, 0.25) !important;
  color: #F7F4ED !important;
  border-radius: 50% !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 3 !important;
  transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease !important;
  padding: 0 !important;
  font-family: inherit !important;
  box-shadow: none !important;
  text-decoration: none !important;
  line-height: 1 !important;
  outline: none !important;
}

body .rkw-lightbox-close:hover,
body button.rkw-lightbox-close:hover {
  background: rgba(247, 244, 237, 0.18) !important;
  border-color: rgba(247, 244, 237, 0.4) !important;
  transform: rotate(90deg) !important;
  color: #F7F4ED !important;
}

body .rkw-lightbox-close:focus,
body .rkw-lightbox-close:active {
  outline: none !important;
  background: rgba(247, 244, 237, 0.15) !important;
}

body .rkw-lightbox-close svg {
  stroke: #F7F4ED !important;
  width: 24px !important;
  height: 24px !important;
}

/* Prev / Next gombok */
body .rkw-lightbox-prev,
body .rkw-lightbox-next,
body button.rkw-lightbox-prev,
body button.rkw-lightbox-next {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 56px !important;
  height: 56px !important;
  background: rgba(247, 244, 237, 0.08) !important;
  border: 1px solid rgba(247, 244, 237, 0.25) !important;
  color: #F7F4ED !important;
  border-radius: 50% !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 3 !important;
  transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease !important;
  padding: 0 !important;
  font-family: inherit !important;
  box-shadow: none !important;
  text-decoration: none !important;
  line-height: 1 !important;
  outline: none !important;
}

body .rkw-lightbox-prev { left: 24px !important; }
body .rkw-lightbox-next { right: 24px !important; }

body .rkw-lightbox-prev:hover,
body .rkw-lightbox-next:hover {
  background: rgba(247, 244, 237, 0.18) !important;
  border-color: rgba(247, 244, 237, 0.4) !important;
  color: #F7F4ED !important;
}

body .rkw-lightbox-prev:hover { transform: translateY(-50%) translateX(-2px) !important; }
body .rkw-lightbox-next:hover { transform: translateY(-50%) translateX(2px) !important; }

body .rkw-lightbox-prev:focus,
body .rkw-lightbox-next:focus,
body .rkw-lightbox-prev:active,
body .rkw-lightbox-next:active {
  outline: none !important;
}

body .rkw-lightbox-prev svg,
body .rkw-lightbox-next svg {
  stroke: #F7F4ED !important;
  width: 28px !important;
  height: 28px !important;
}

/* Counter */
body .rkw-lightbox-counter {
  position: absolute !important;
  bottom: 32px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  color: #F7F4ED !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.05em !important;
  padding: 8px 16px !important;
  background: rgba(247, 244, 237, 0.08) !important;
  border: 1px solid rgba(247, 244, 237, 0.25) !important;
  border-radius: 100px !important;
  z-index: 3 !important;
}

/* Mobil */
@media (max-width: 768px) {
  .rkw-lightbox-close {
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
  }
  .rkw-lightbox-prev,
  .rkw-lightbox-next {
    width: 44px;
    height: 44px;
  }
  .rkw-lightbox-prev { left: 12px; }
  .rkw-lightbox-next { right: 12px; }
  .rkw-lightbox-img {
    max-width: 100vw;
    max-height: 78vh;
  }
  .rkw-lightbox-counter {
    bottom: 20px;
    font-size: 12px;
    padding: 6px 14px;
  }
  .rkw-wrap .rkw-gallery-item-zoom {
    opacity: 1; /* Mobilon mindig látszik */
    transform: scale(1);
    width: 32px;
    height: 32px;
    bottom: 8px;
    right: 8px;
  }
}
/* ==============================================================
   IDŐJÁRÁS WIDGET (v3.4)
   ============================================================== */

.rkw-wrap .rkw-weather-card {
  margin-top: 32px;
  padding: 24px;
  background: var(--rkw-bg-warm);
  border: 1px solid var(--rkw-line);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.rkw-wrap .rkw-weather-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rkw-wrap .rkw-weather-location {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: 'Open Sans', sans-serif;
  font-size: 11.5px;
  font-weight: 500;
  color: var(--rkw-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.rkw-wrap .rkw-weather-location svg {
  color: var(--rkw-blue);
  flex-shrink: 0;
}

.rkw-wrap .rkw-weather-current {
  display: flex;
  align-items: center;
  gap: 18px;
}

.rkw-wrap .rkw-weather-icon-lg {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  color: var(--rkw-blue);
}

.rkw-wrap .rkw-weather-icon-lg svg {
  width: 100%;
  height: 100%;
}

.rkw-wrap .rkw-weather-current-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.rkw-wrap .rkw-weather-temp {
  font-family: 'Libre Baskerville', Georgia, serif;
  font-size: 44px;
  font-weight: 500;
  color: var(--rkw-ink);
  line-height: 1;
  letter-spacing: -0.02em;
}

.rkw-wrap .rkw-weather-deg {
  font-size: 22px;
  color: var(--rkw-muted);
  font-weight: 400;
  margin-left: 2px;
}

.rkw-wrap .rkw-weather-label {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: var(--rkw-ink);
  margin-top: 4px;
}

.rkw-wrap .rkw-weather-meta-row {
  display: flex;
  gap: 16px;
  padding-top: 4px;
  border-top: 1px solid var(--rkw-line-soft);
  padding-top: 16px;
}

.rkw-wrap .rkw-weather-meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12.5px;
  color: var(--rkw-muted);
}

.rkw-wrap .rkw-weather-meta-item svg {
  color: var(--rkw-blue);
  opacity: 0.7;
  flex-shrink: 0;
}

/* 3 napos előrejelzés */
.rkw-wrap .rkw-weather-forecast {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding-top: 16px;
  border-top: 1px solid var(--rkw-line-soft);
}

.rkw-wrap .rkw-weather-forecast-day {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
  padding: 12px 8px;
  border-radius: 10px;
  transition: background 0.2s ease;
}

.rkw-wrap .rkw-weather-forecast-day:hover {
  background: rgba(90, 134, 151, 0.06);
}

.rkw-wrap .rkw-weather-forecast-name {
  font-family: 'Open Sans', sans-serif;
  font-size: 11.5px;
  color: var(--rkw-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.rkw-wrap .rkw-weather-forecast-icon {
  width: 32px;
  height: 32px;
  color: var(--rkw-blue);
}

.rkw-wrap .rkw-weather-forecast-icon svg {
  width: 100%;
  height: 100%;
}

.rkw-wrap .rkw-weather-forecast-temps {
  display: flex;
  align-items: baseline;
  gap: 6px;
  font-family: 'Open Sans', sans-serif;
}

.rkw-wrap .rkw-weather-temp-max {
  font-size: 15px;
  font-weight: 500;
  color: var(--rkw-ink);
}

.rkw-wrap .rkw-weather-temp-min {
  font-size: 12.5px;
  color: var(--rkw-muted);
}

.rkw-wrap .rkw-weather-footer {
  font-family: 'Open Sans', sans-serif;
  font-size: 10.5px;
  color: var(--rkw-muted);
  opacity: 0.6;
  text-align: right;
  letter-spacing: 0.02em;
}

/* Mobile */
@media (max-width: 768px) {
  .rkw-wrap .rkw-weather-card { padding: 20px; }
  .rkw-wrap .rkw-weather-temp { font-size: 36px; }
  .rkw-wrap .rkw-weather-icon-lg { width: 56px; height: 56px; }
  .rkw-wrap .rkw-weather-forecast { gap: 6px; }
  .rkw-wrap .rkw-weather-forecast-day { padding: 10px 4px; }
  .rkw-wrap .rkw-weather-forecast-icon { width: 28px; height: 28px; }
  .rkw-wrap .rkw-weather-temp-max { font-size: 14px; }
}
/* ==============================================================
   AJÁNDÉKUTALVÁNY (v3.5)
   ============================================================== */

.rkw-wrap .rkw-utalvany-section {
  background: var(--rkw-bg-warm);
}

.rkw-wrap .rkw-utalvany-message {
  padding: 18px 22px;
  border-radius: 12px;
  margin-bottom: 24px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.rkw-wrap .rkw-utalvany-success {
  background: rgba(90, 134, 151, 0.1);
  border: 1px solid rgba(90, 134, 151, 0.3);
  color: var(--rkw-blue);
}

.rkw-wrap .rkw-utalvany-error {
  background: rgba(196, 69, 54, 0.08);
  border: 1px solid rgba(196, 69, 54, 0.25);
  color: #8B2F23;
}

.rkw-wrap .rkw-utalvany-error ul {
  margin: 8px 0 0 20px;
  padding: 0;
}

.rkw-wrap .rkw-utalvany-card {
  background: var(--rkw-bg-white);
  border: 1px solid var(--rkw-line);
  border-radius: 18px;
  padding: 48px;
  box-shadow: 0 4px 32px -16px rgba(42, 37, 32, 0.08);
  margin-top: 32px;
}

.rkw-wrap .rkw-utalvany-form {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* Lépések */
.rkw-wrap .rkw-utalvany-step {
  display: flex;
  gap: 24px;
}

.rkw-wrap .rkw-utalvany-step-num {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--rkw-blue);
  color: var(--rkw-parchment);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.rkw-wrap .rkw-utalvany-step-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 4px;
}

.rkw-wrap .rkw-utalvany-step-content h3 {
  font-family: 'Libre Baskerville', Georgia, serif;
  font-size: 22px;
  font-weight: 500;
  color: var(--rkw-ink);
  margin: 0;
  line-height: 1.2;
}

.rkw-wrap .rkw-utalvany-help {
  font-family: 'Open Sans', sans-serif;
  font-size: 13.5px;
  color: var(--rkw-muted);
  margin: -8px 0 0 0;
}

/* Érték választó */
.rkw-wrap .rkw-utalvany-amounts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.rkw-wrap .rkw-utalvany-amount-btn {
  position: relative;
  cursor: pointer;
}

.rkw-wrap .rkw-utalvany-amount-btn input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.rkw-wrap .rkw-utalvany-amount-label {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  padding: 18px 12px;
  background: var(--rkw-bg-warm);
  border: 1px solid var(--rkw-line);
  border-radius: 10px;
  font-family: 'Libre Baskerville', Georgia, serif;
  font-size: 20px;
  font-weight: 500;
  color: var(--rkw-ink);
  transition: all 0.2s ease;
  text-align: center;
}

.rkw-wrap .rkw-utalvany-amount-label span {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: var(--rkw-muted);
  font-weight: 400;
}

.rkw-wrap .rkw-utalvany-amount-btn:hover .rkw-utalvany-amount-label {
  border-color: var(--rkw-blue);
  background: rgba(90, 134, 151, 0.05);
}

.rkw-wrap .rkw-utalvany-amount-btn input[type="radio"]:checked + .rkw-utalvany-amount-label {
  background: var(--rkw-blue);
  border-color: var(--rkw-blue);
  color: var(--rkw-parchment);
}

.rkw-wrap .rkw-utalvany-amount-btn input[type="radio"]:checked + .rkw-utalvany-amount-label span {
  color: var(--rkw-parchment);
  opacity: 0.85;
}

/* Egyedi összeg */
.rkw-wrap .rkw-utalvany-custom {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
  padding-top: 20px;
  border-top: 1px dashed var(--rkw-line);
}

.rkw-wrap .rkw-utalvany-custom label {
  font-family: 'Open Sans', sans-serif;
  font-size: 13.5px;
  font-weight: 500;
  color: var(--rkw-ink);
}

.rkw-wrap .rkw-utalvany-custom-input {
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 280px;
}

.rkw-wrap .rkw-utalvany-custom-input input {
  flex: 1;
  padding: 12px 14px;
  border: 1px solid var(--rkw-line);
  border-radius: 8px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: var(--rkw-ink);
  background: var(--rkw-bg-white);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.rkw-wrap .rkw-utalvany-custom-input input:focus {
  outline: none;
  border-color: var(--rkw-blue);
  box-shadow: 0 0 0 3px rgba(90, 134, 151, 0.12);
}

.rkw-wrap .rkw-utalvany-custom-suffix {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: var(--rkw-muted);
}

.rkw-wrap .rkw-utalvany-custom small {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: var(--rkw-muted);
}

/* Form grid */
.rkw-wrap .rkw-utalvany-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.rkw-wrap .rkw-utalvany-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.rkw-wrap .rkw-utalvany-field-full {
  grid-column: 1 / -1;
}

.rkw-wrap .rkw-utalvany-field label {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: var(--rkw-ink);
}

.rkw-wrap .rkw-utalvany-field small {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: var(--rkw-muted);
}

.rkw-wrap .rkw-utalvany-field input,
.rkw-wrap .rkw-utalvany-field select,
.rkw-wrap .rkw-utalvany-field textarea {
  width: 100%;
  padding: 11px 14px;
  border: 1px solid var(--rkw-line);
  border-radius: 8px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: var(--rkw-ink);
  background: var(--rkw-bg-white);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
}

.rkw-wrap .rkw-utalvany-field input:focus,
.rkw-wrap .rkw-utalvany-field select:focus,
.rkw-wrap .rkw-utalvany-field textarea:focus {
  outline: none;
  border-color: var(--rkw-blue);
  box-shadow: 0 0 0 3px rgba(90, 134, 151, 0.12);
}

.rkw-wrap .rkw-utalvany-field textarea {
  resize: vertical;
  min-height: 80px;
}

/* Submit */
.rkw-wrap .rkw-utalvany-submit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding-top: 24px;
  border-top: 1px solid var(--rkw-line-soft);
}

.rkw-wrap .rkw-utalvany-submit small {
  color: var(--rkw-muted);
  font-size: 12.5px;
  text-align: center;
  max-width: 500px;
}

.rkw-wrap .rkw-utalvany-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* === BEVÁLTÁS === */
.rkw-wrap .rkw-container-narrow {
  max-width: 720px;
}

.rkw-wrap .rkw-bevaltas-card {
  background: var(--rkw-bg-white);
  border: 1px solid var(--rkw-line);
  border-radius: 18px;
  padding: 48px;
  text-align: center;
  box-shadow: 0 4px 32px -16px rgba(42, 37, 32, 0.08);
}

.rkw-wrap .rkw-bevaltas-title {
  font-family: 'Libre Baskerville', Georgia, serif;
  font-size: 32px;
  font-weight: 500;
  color: var(--rkw-ink);
  margin: 0 0 12px 0;
  letter-spacing: -0.015em;
}

.rkw-wrap .rkw-bevaltas-desc {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: var(--rkw-muted);
  margin: 0 0 32px 0;
}

.rkw-wrap .rkw-bevaltas-form {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
}

.rkw-wrap .rkw-bevaltas-input-wrap {
  display: flex;
  gap: 10px;
  width: 100%;
  max-width: 480px;
}

.rkw-wrap .rkw-bevaltas-input-wrap input {
  flex: 1;
  padding: 14px 18px;
  border: 1px solid var(--rkw-line);
  border-radius: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: var(--rkw-ink);
  background: var(--rkw-bg-white);
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.rkw-wrap .rkw-bevaltas-input-wrap input:focus {
  outline: none;
  border-color: var(--rkw-blue);
  box-shadow: 0 0 0 3px rgba(90, 134, 151, 0.12);
}

.rkw-wrap .rkw-bevaltas-form small {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: var(--rkw-muted);
}

/* Eredmény */
.rkw-wrap .rkw-bevaltas-result {
  margin-top: 32px;
  padding: 24px;
  border-radius: 14px;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}

.rkw-wrap .rkw-bevaltas-result-loading {
  background: var(--rkw-bg-warm);
  color: var(--rkw-muted);
  text-align: center;
}

.rkw-wrap .rkw-bevaltas-result-valid {
  background: rgba(90, 134, 151, 0.08);
  border: 1px solid rgba(90, 134, 151, 0.25);
  color: var(--rkw-blue);
}

.rkw-wrap .rkw-bevaltas-result-invalid {
  background: rgba(196, 69, 54, 0.08);
  border: 1px solid rgba(196, 69, 54, 0.25);
  color: #8B2F23;
}

.rkw-wrap .rkw-bevaltas-result-header {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Libre Baskerville', Georgia, serif;
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 16px;
}

.rkw-wrap .rkw-bevaltas-result-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 16px 0;
  border-top: 1px solid rgba(90, 134, 151, 0.2);
  border-bottom: 1px solid rgba(90, 134, 151, 0.2);
  margin-bottom: 16px;
}

.rkw-wrap .rkw-bevaltas-result-details > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.rkw-wrap .rkw-bevaltas-result-details span {
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 0.7;
  font-weight: 500;
}

.rkw-wrap .rkw-bevaltas-result-details strong {
  font-family: 'Libre Baskerville', Georgia, serif;
  font-size: 18px;
  font-weight: 500;
  color: var(--rkw-ink);
}

.rkw-wrap .rkw-bevaltas-result-note {
  font-family: 'Open Sans', sans-serif;
  font-size: 13.5px;
  color: var(--rkw-muted);
  margin: 0;
  text-align: center;
}

/* Mobil */
@media (max-width: 768px) {
  .rkw-wrap .rkw-utalvany-card { padding: 28px 22px; }
  .rkw-wrap .rkw-utalvany-form { gap: 32px; }
  .rkw-wrap .rkw-utalvany-step { gap: 14px; }
  .rkw-wrap .rkw-utalvany-step-num { width: 30px; height: 30px; font-size: 13px; }
  .rkw-wrap .rkw-utalvany-step-content h3 { font-size: 19px; }
  .rkw-wrap .rkw-utalvany-amounts { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .rkw-wrap .rkw-utalvany-amount-label { padding: 14px 8px; font-size: 17px; }
  .rkw-wrap .rkw-utalvany-grid { grid-template-columns: 1fr; }

  .rkw-wrap .rkw-bevaltas-card { padding: 28px 22px; }
  .rkw-wrap .rkw-bevaltas-title { font-size: 24px; }
  .rkw-wrap .rkw-bevaltas-input-wrap { flex-direction: column; }
  .rkw-wrap .rkw-bevaltas-input-wrap input { font-size: 16px; }
  .rkw-wrap .rkw-bevaltas-result-details { grid-template-columns: 1fr; gap: 12px; }
  .rkw-wrap .rkw-bevaltas-result-details strong { font-size: 16px; }
}
/* ==============================================================
   PROGRAMOK INTERAKTÍV TÉRKÉP (v3.6)
   ============================================================== */

.rkw-wrap .rkw-programs-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
  margin-top: 48px;
}

.rkw-wrap .rkw-programs-layout .rkw-programs-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 0;
}

.rkw-wrap .rkw-program-clickable {
  cursor: pointer;
}

.rkw-wrap .rkw-programs-map-wrap {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.rkw-wrap .rkw-programs-map {
  height: 540px;
  border-radius: 14px;
  overflow: hidden;
  background: var(--rkw-bg-warm);
  border: 1px solid var(--rkw-line);
  z-index: 0;
}

.rkw-wrap .rkw-programs-map-legend {
  display: flex;
  gap: 16px;
  font-family: 'Open Sans', sans-serif;
  font-size: 11.5px;
  color: var(--rkw-muted);
  padding: 2px 4px;
}

.rkw-wrap .rkw-programs-map-legend-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.rkw-wrap .rkw-programs-map-legend-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.rkw-wrap .rkw-programs-map-legend-dot-house {
  background: var(--rkw-blue);
}

.rkw-wrap .rkw-programs-map-legend-dot-program {
  background: var(--rkw-blue-dark);
}

/* Leaflet custom markerek */
.rkw-map-marker {
  background: none !important;
  border: none !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}

.rkw-map-marker-house {
  color: var(--rkw-parchment);
  background: var(--rkw-blue) !important;
  border: 2px solid var(--rkw-parchment) !important;
  border-radius: 50% !important;
  box-shadow: 0 4px 16px rgba(42, 37, 32, 0.3);
}

.rkw-map-marker-program {
  width: 36px;
  height: 36px;
  background: var(--rkw-blue-dark) !important;
  border: 2px solid var(--rkw-parchment) !important;
  border-radius: 50% !important;
  color: var(--rkw-parchment);
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(70, 106, 120, 0.4);
}

.rkw-map-marker-active {
  transform: scale(1.25);
  z-index: 1000 !important;
}

.rkw-map-marker-program span {
  letter-spacing: -0.01em;
}

/* Leaflet popup styling — illeszkedjen a designhoz */
.leaflet-popup-content-wrapper {
  border-radius: 12px !important;
  background: var(--rkw-bg-white) !important;
  border: 1px solid var(--rkw-line);
  box-shadow: 0 8px 32px -8px rgba(42, 37, 32, 0.2) !important;
}

.leaflet-popup-content {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  color: var(--rkw-ink) !important;
  margin: 14px 16px !important;
}

.leaflet-popup-content strong {
  font-family: 'Libre Baskerville', Georgia, serif;
  font-size: 16px;
  font-weight: 500;
  color: var(--rkw-ink);
  display: block;
  margin-bottom: 4px;
}

.leaflet-popup-tip {
  background: var(--rkw-bg-white) !important;
}

.leaflet-container a.leaflet-popup-close-button {
  color: var(--rkw-muted) !important;
  font-size: 18px !important;
  padding: 6px 8px 0 0 !important;
}

/* Mobil */
@media (max-width: 1024px) {
  .rkw-wrap .rkw-programs-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .rkw-wrap .rkw-programs-map-wrap {
    position: static;
  }
  .rkw-wrap .rkw-programs-map {
    height: 400px;
  }
}

@media (max-width: 768px) {
  .rkw-wrap .rkw-programs-map {
    height: 320px;
  }
}

/* ==============================================================
   FOGLALTSÁG INDIKÁTOR (v3.6)
   ============================================================== */

.rkw-wrap .rkw-foglaltsag-banner {
  margin: 32px 0;
  padding: 18px 22px;
  border-radius: 14px;
  background: var(--rkw-bg-warm);
  border: 1px solid var(--rkw-line);
  transition: all 0.3s ease;
}

.rkw-wrap .rkw-foglaltsag-content {
  display: flex;
  align-items: center;
  gap: 16px;
}

.rkw-wrap .rkw-foglaltsag-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rkw-wrap .rkw-foglaltsag-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: var(--rkw-ink);
}

.rkw-wrap .rkw-foglaltsag-text strong {
  font-weight: 500;
  font-size: 15px;
}

.rkw-wrap .rkw-foglaltsag-number {
  font-family: 'Libre Baskerville', Georgia, serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 500;
  vertical-align: middle;
  margin-right: 2px;
}

.rkw-wrap .rkw-foglaltsag-next {
  font-size: 12.5px;
  color: var(--rkw-muted);
}

.rkw-wrap .rkw-foglaltsag-cta {
  flex-shrink: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.6);
  white-space: nowrap;
}

.rkw-wrap .rkw-foglaltsag-bar {
  margin-top: 12px;
  height: 4px;
  background: rgba(42, 37, 32, 0.08);
  border-radius: 100px;
  overflow: hidden;
}

.rkw-wrap .rkw-foglaltsag-bar-fill {
  height: 100%;
  border-radius: 100px;
  transition: width 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Sürgősségi színkódok */
.rkw-wrap .rkw-foglaltsag-urgent {
  background: rgba(196, 69, 54, 0.06);
  border-color: rgba(196, 69, 54, 0.25);
}
.rkw-wrap .rkw-foglaltsag-urgent .rkw-foglaltsag-icon { background: #C44536; color: #fff; }
.rkw-wrap .rkw-foglaltsag-urgent .rkw-foglaltsag-number { color: #C44536; }
.rkw-wrap .rkw-foglaltsag-urgent .rkw-foglaltsag-bar-fill { background: #C44536; }

.rkw-wrap .rkw-foglaltsag-medium {
  background: rgba(90, 134, 151, 0.06);
  border-color: rgba(90, 134, 151, 0.25);
}
.rkw-wrap .rkw-foglaltsag-medium .rkw-foglaltsag-icon { background: var(--rkw-blue); color: var(--rkw-parchment); }
.rkw-wrap .rkw-foglaltsag-medium .rkw-foglaltsag-number { color: var(--rkw-blue); }
.rkw-wrap .rkw-foglaltsag-medium .rkw-foglaltsag-bar-fill { background: var(--rkw-blue); }

.rkw-wrap .rkw-foglaltsag-good {
  background: rgba(70, 106, 120, 0.06);
  border-color: rgba(70, 106, 120, 0.25);
}
.rkw-wrap .rkw-foglaltsag-good .rkw-foglaltsag-icon { background: var(--rkw-blue-dark); color: var(--rkw-parchment); }
.rkw-wrap .rkw-foglaltsag-good .rkw-foglaltsag-number { color: var(--rkw-blue-dark); }
.rkw-wrap .rkw-foglaltsag-good .rkw-foglaltsag-bar-fill { background: var(--rkw-blue-dark); }

.rkw-wrap .rkw-foglaltsag-full {
  background: rgba(42, 37, 32, 0.04);
  border-color: rgba(42, 37, 32, 0.15);
}
.rkw-wrap .rkw-foglaltsag-full .rkw-foglaltsag-icon { background: var(--rkw-ink); color: var(--rkw-parchment); }

@media (max-width: 768px) {
  .rkw-wrap .rkw-foglaltsag-content {
    flex-wrap: wrap;
    gap: 12px;
  }
  .rkw-wrap .rkw-foglaltsag-cta {
    width: 100%;
    text-align: center;
  }
}

/* CTA háttérkép v3.9 */
.rkw-wrap .rkw-cta-bg { 
  position: absolute; 
  inset: 0; 
  width: 100%; 
  height: 100%; 
  object-fit: cover; 
  z-index: 0; 
  display: block;
}
.rkw-wrap .rkw-cta-overlay { 
  position: absolute; 
  inset: 0; 
  background: linear-gradient(135deg, rgba(90, 134, 151, 0.85) 0%, rgba(42, 37, 32, 0.8) 100%); 
  z-index: 1;
}
.rkw-wrap .rkw-cta.rkw-cta-image { background: var(--rkw-ink); }
.rkw-wrap .rkw-cta.rkw-cta-image::before { z-index: 1; }

/* Utalvány CTA v3.9 */
.rkw-wrap .rkw-utalvany-cta-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 32px;
  align-items: center;
  padding: 40px 48px;
  background: linear-gradient(135deg, var(--rkw-warm) 0%, #F2EBDF 100%);
  border: 1px solid rgba(90, 134, 151, 0.18);
  border-radius: 24px;
  box-shadow: 0 8px 32px rgba(42, 37, 32, 0.06);
  position: relative;
  overflow: hidden;
}
.rkw-wrap .rkw-utalvany-cta-card::before {
  content: "";
  position: absolute;
  top: -40%;
  right: -10%;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(90, 134, 151, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.rkw-wrap .rkw-utalvany-cta-icon {
  width: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--rkw-blue);
  color: var(--rkw-parchment);
  border-radius: 20px;
  flex-shrink: 0;
  box-shadow: 0 6px 20px rgba(90, 134, 151, 0.3);
  position: relative;
  z-index: 1;
}
.rkw-wrap .rkw-utalvany-cta-text { position: relative; z-index: 1; }
.rkw-wrap .rkw-utalvany-cta-title {
  font-size: 32px;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 8px 0 12px;
  color: var(--rkw-ink);
}
.rkw-wrap .rkw-utalvany-cta-desc {
  font-size: 15.5px;
  color: var(--rkw-muted);
  line-height: 1.55;
  max-width: 540px;
  margin: 0;
}
.rkw-wrap .rkw-utalvany-cta-action { position: relative; z-index: 1; flex-shrink: 0; }

@media (max-width: 900px) {
  .rkw-wrap .rkw-utalvany-cta-card { grid-template-columns: auto 1fr; padding: 32px; }
  .rkw-wrap .rkw-utalvany-cta-action { grid-column: 1 / -1; }
  .rkw-wrap .rkw-utalvany-cta-action .rkw-btn { width: 100%; justify-content: center; }
}

@media (max-width: 600px) {
  .rkw-wrap .rkw-utalvany-cta-card { 
    grid-template-columns: 1fr; 
    text-align: center;
    padding: 28px 22px;
    gap: 20px;
  }
  .rkw-wrap .rkw-utalvany-cta-icon { margin: 0 auto; width: 72px; height: 72px; border-radius: 16px; }
  .rkw-wrap .rkw-utalvany-cta-title { font-size: 26px; }
  .rkw-wrap .rkw-utalvany-cta-desc { font-size: 14.5px; margin-left: auto; margin-right: auto; }
}

/* Logó kép v3.9 */
.rkw-wrap .ropke-logo-img { 
  max-height: 40px; 
  width: auto; 
  display: block; 
  object-fit: contain;
}

/* ==============================================================
   SPLASH oldal v3.9.2 — diagonál vágás, fehér felirat a képeken
   ============================================================== */
.rkw-splash-wrap { padding: 0 !important; max-width: none !important; }
.rkw-wrap .rkw-splash {
  position: relative;
  width: 100vw;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  background: #0e0e0e;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.rkw-wrap .rkw-splash-panel {
  position: absolute;
  top: 0;
  bottom: 0;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
  background: #1a1a1a;
}

/* Diagonál vágás */
.rkw-wrap .rkw-splash-left {
  left: 0; right: 0;
  clip-path: polygon(0 0, 56% 0, 44% 100%, 0 100%);
  z-index: 1;
}
.rkw-wrap .rkw-splash-right {
  left: 0; right: 0;
  clip-path: polygon(56% 0, 100% 0, 100% 100%, 44% 100%);
  z-index: 2;
}

.rkw-wrap .rkw-splash-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), filter 0.5s ease;
  filter: brightness(0.7) saturate(1.05);
}
.rkw-wrap .rkw-splash-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  transition: all 0.5s ease;
  background: linear-gradient(180deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.15) 22%, transparent 45%, rgba(0,0,0,0.5) 82%, rgba(0,0,0,0.75) 100%);
}

.rkw-wrap .rkw-splash-content {
  position: absolute;
  bottom: 72px;
  z-index: 3;
  max-width: 420px;
}
.rkw-wrap .rkw-splash-left .rkw-splash-content { left: 56px; text-align: left; }
.rkw-wrap .rkw-splash-right .rkw-splash-content { right: 56px; text-align: right; }

.rkw-wrap .rkw-splash-tag {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  padding: 7px 16px;
  border: 1px solid rgba(255,255,255,0.4);
  border-radius: 99px;
  margin-bottom: 22px;
  backdrop-filter: blur(12px);
  background: rgba(255,255,255,0.08);
  font-weight: 500;
}
.rkw-wrap .rkw-splash-brand {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 92px;
  letter-spacing: -0.03em;
  line-height: 0.95;
  color: #fff;
  margin: 0 0 16px;
  font-weight: 400;
  text-shadow: 0 4px 30px rgba(0,0,0,0.5);
}
.rkw-wrap .rkw-splash-desc {
  font-size: 16px;
  color: rgba(255,255,255,0.85);
  margin: 0 0 28px;
  line-height: 1.55;
  font-weight: 300;
  text-shadow: 0 2px 12px rgba(0,0,0,0.5);
}
.rkw-wrap .rkw-splash-cta {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  padding: 16px 32px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: 99px;
  transition: all 0.35s ease;
  backdrop-filter: blur(16px);
}
.rkw-wrap .rkw-splash-arrow {
  transition: transform 0.35s ease;
  font-size: 18px;
}

/* Felső fejléc — közvetlenül a képeken, fehér felirat, nincs háttér */
.rkw-wrap .rkw-splash-hero {
  position: absolute;
  top: 64px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 10;
  pointer-events: none;
  width: calc(100% - 40px);
  max-width: 800px;
}
.rkw-wrap .rkw-splash-eyebrow {
  display: inline-block;
  font-size: 11.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.92);
  margin-bottom: 22px;
  font-weight: 600;
  position: relative;
  padding: 0 22px;
  text-shadow: 0 1px 3px rgba(0,0,0,0.85), 0 2px 16px rgba(0,0,0,0.65), 0 0 30px rgba(0,0,0,0.4);
}
.rkw-wrap .rkw-splash-eyebrow::before,
.rkw-wrap .rkw-splash-eyebrow::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 36px;
  height: 1px;
  background: rgba(255,255,255,0.7);
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
}
.rkw-wrap .rkw-splash-eyebrow::before { right: 100%; }
.rkw-wrap .rkw-splash-eyebrow::after { left: 100%; }
.rkw-wrap .rkw-splash-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 54px;
  letter-spacing: -0.025em;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 14px;
  font-weight: 500;
  text-shadow: 0 2px 8px rgba(0,0,0,0.7), 0 4px 24px rgba(0,0,0,0.55), 0 0 48px rgba(0,0,0,0.35);
}
.rkw-wrap .rkw-splash-title em { font-style: italic; font-weight: 400; color: #fff; }
.rkw-wrap .rkw-splash-subtitle {
  font-size: 15.5px;
  color: rgba(255,255,255,0.92);
  margin: 0;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-shadow: 0 1px 4px rgba(0,0,0,0.75), 0 2px 16px rgba(0,0,0,0.55);
}

.rkw-wrap .rkw-splash-divider {
  position: absolute;
  top: 0; bottom: 0; left: 0; right: 0;
  pointer-events: none;
  z-index: 5;
}
.rkw-wrap .rkw-splash-divider svg { width: 100%; height: 100%; display: block; }

/* HOVER */
.rkw-wrap .rkw-splash-panel:hover { z-index: 4 !important; }
.rkw-wrap .rkw-splash-panel:hover .rkw-splash-bg {
  transform: scale(1.06);
  filter: brightness(0.85) saturate(1.15);
}
.rkw-wrap .rkw-splash-panel:hover .rkw-splash-cta {
  background: #fff;
  color: var(--rkw-ink);
  border-color: #fff;
}
.rkw-wrap .rkw-splash-left:hover .rkw-splash-arrow { transform: translateX(7px); }
.rkw-wrap .rkw-splash-right .rkw-splash-arrow { display: inline-block; transform: scaleX(-1); }
.rkw-wrap .rkw-splash-right:hover .rkw-splash-arrow { transform: scaleX(-1) translateX(7px); }

.rkw-wrap .rkw-splash-left:hover .rkw-splash-overlay {
  background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(191, 114, 75, 0.18) 30%, transparent 55%, rgba(43, 36, 25, 0.68) 90%);
}
.rkw-wrap .rkw-splash-right:hover .rkw-splash-overlay {
  background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(90, 134, 151, 0.18) 30%, transparent 55%, rgba(42, 37, 32, 0.68) 90%);
}

/* TABLET */
@media (max-width: 1100px) {
  .rkw-wrap .rkw-splash-hero { top: 48px; }
  .rkw-wrap .rkw-splash-title { font-size: 42px; }
  .rkw-wrap .rkw-splash-brand { font-size: 72px; }
  .rkw-wrap .rkw-splash-desc { font-size: 15px; }
  .rkw-wrap .rkw-splash-left .rkw-splash-content { left: 40px; }
  .rkw-wrap .rkw-splash-right .rkw-splash-content { right: 40px; }
  .rkw-wrap .rkw-splash-content { bottom: 56px; max-width: 340px; }
}

/* MOBILE & TABLET */
@media (max-width: 900px) {
  .rkw-wrap .rkw-splash {
    height: auto !important;
    min-height: auto !important;
    display: block !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    background: #1a1a1a !important;
  }
  
  /* A panel-ek egymás alatt — clip-path KI, fix magassággal */
  .rkw-wrap .rkw-splash-left,
  .rkw-wrap .rkw-splash-right {
    position: relative !important;
    width: 100% !important;
    height: 420px !important;
    min-height: 420px !important;
    max-height: 420px !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    clip-path: none !important;
    -webkit-clip-path: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    overflow: hidden !important;
  }
  
  /* Fallback gradient háttér ha nincs kép */
  .rkw-wrap .rkw-splash-left {
    background: linear-gradient(135deg, #5A8697 0%, #2A2520 100%) !important;
  }
  .rkw-wrap .rkw-splash-right {
    background: linear-gradient(135deg, #466A78 0%, #1a1a1a 100%) !important;
  }
  
  /* Vékony fehér csík a két panel között */
  .rkw-wrap .rkw-splash-right::before {
    content: "";
    position: absolute;
    top: 0;
    left: 12%;
    right: 12%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.45), transparent);
    z-index: 6;
    pointer-events: none;
  }
  
  /* Háttérkép is teljes panel */
  .rkw-wrap .rkw-splash-bg {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
  
  /* Overlay */
  .rkw-wrap .rkw-splash-overlay {
    position: absolute !important;
    inset: 0 !important;
  }
  
  /* Tartalom az aljához ragad */
  .rkw-wrap .rkw-splash-content {
    position: absolute !important;
    bottom: 32px !important;
    left: 28px !important;
    right: 28px !important;
    top: auto !important;
    padding: 0 !important;
    text-align: left !important;
    max-width: none !important;
    width: auto !important;
    z-index: 3;
  }
  
  /* Header — fix top */
  .rkw-wrap .rkw-splash-hero {
    position: absolute !important;
    top: 24px !important;
    left: 16px !important;
    right: 16px !important;
    width: auto !important;
    max-width: none !important;
    transform: none !important;
    z-index: 10;
  }
  .rkw-wrap .rkw-splash-title { font-size: 26px; line-height: 1.15; }
  .rkw-wrap .rkw-splash-subtitle { font-size: 13.5px; }
  .rkw-wrap .rkw-splash-eyebrow { font-size: 10.5px; margin-bottom: 14px; }
  
  .rkw-wrap .rkw-splash-brand { font-size: 52px; }
  .rkw-wrap .rkw-splash-desc { font-size: 14.5px; margin-bottom: 18px; }
  .rkw-wrap .rkw-splash-cta { padding: 12px 24px; font-size: 14px; }
  .rkw-wrap .rkw-splash-right .rkw-splash-arrow { transform: none !important; }
  .rkw-wrap .rkw-splash-right:hover .rkw-splash-arrow { transform: translateX(7px) !important; }
  
  .rkw-wrap .rkw-splash-divider { display: none !important; }
}

/* === SZOLGÁLTATÁSOK (Reggeli) reszponzív v3.9.9 === */
.rkw-wrap .rkw-service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.rkw-wrap .rkw-service-head { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; flex-wrap: wrap; margin-bottom: 10px; }
.rkw-wrap .rkw-service-people { font-family: 'Cinzel', 'Playfair Display', serif; font-size: 17px; font-weight: 600; color: var(--rkw-ink); }
.rkw-wrap .rkw-service-price { font-family: 'Libre Baskerville', serif; font-size: 20px; color: var(--rkw-blue); font-weight: 500; white-space: nowrap; }
.rkw-wrap .rkw-service-note { margin-top: 32px; padding: 20px 24px; background: rgba(90,134,151,0.08); border-radius: 12px; border-left: 3px solid var(--rkw-blue); font-size: 14px; color: var(--rkw-muted); line-height: 1.6; }
.rkw-wrap .rkw-service-note strong { color: var(--rkw-ink); font-weight: 600; }
.rkw-wrap .rkw-price-grid-2 { grid-template-columns: 1fr 1fr; }
@media (max-width: 768px) {
  .rkw-wrap .rkw-service-grid { grid-template-columns: 1fr; gap: 14px; }
  .rkw-wrap .rkw-service-head { flex-direction: column; align-items: flex-start; gap: 4px; }
  .rkw-wrap .rkw-service-price { font-size: 22px; }
  .rkw-wrap .rkw-price-grid-2 { grid-template-columns: 1fr !important; gap: 12px; }
  .rkw-wrap .rkw-foglaltsag-banner { padding: 20px 18px; }
  .rkw-wrap .rkw-foglaltsag-content { flex-wrap: wrap; gap: 14px; align-items: flex-start; }
  .rkw-wrap .rkw-foglaltsag-text { flex: 1 1 calc(100% - 60px); min-width: 0; }
  .rkw-wrap .rkw-foglaltsag-text strong { display: block; line-height: 1.4; }
  .rkw-wrap .rkw-foglaltsag-number { font-size: 24px; }
  .rkw-wrap .rkw-foglaltsag-cta { width: 100%; text-align: center; box-sizing: border-box; }
}
/* Hamburger → X v3.9.9 */
.rkw-wrap .rkw-nav-toggle { position: relative; }
.rkw-wrap .rkw-nav-toggle.rkw-toggle-active svg { opacity: 0; }
.rkw-wrap .rkw-nav-toggle.rkw-toggle-active::before,
.rkw-wrap .rkw-nav-toggle.rkw-toggle-active::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 22px; height: 2px; background: var(--rkw-ink); border-radius: 2px;
}
.rkw-wrap .rkw-nav-toggle.rkw-toggle-active::before { transform: translate(-50%,-50%) rotate(45deg); }
.rkw-wrap .rkw-nav-toggle.rkw-toggle-active::after { transform: translate(-50%,-50%) rotate(-45deg); }

/* ==============================================================
   SAJÁT FOGLALÓ v4.0.0 — naptár + űrlap
   ============================================================== */
.rkw-wrap .rkw-booking-layout {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 32px;
  align-items: start;
}

/* --- Naptár --- */
.rkw-wrap .rkw-bcal {
  background: #fff;
  border: 1px solid var(--rkw-line, #E2D9C8);
  border-radius: 20px;
  padding: 24px;
}
.rkw-wrap .rkw-bcal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.rkw-wrap .rkw-bcal-title {
  font-family: 'Libre Baskerville', serif;
  font-size: 17px;
  color: var(--rkw-ink);
  text-align: center;
  flex: 1;
}
.rkw-wrap .rkw-bcal-nav {
  width: 38px; height: 38px;
  border-radius: 50%;
  border: 1px solid var(--rkw-line, #E2D9C8);
  background: transparent;
  color: var(--rkw-ink);
  font-size: 20px;
  cursor: pointer;
  transition: all 0.25s ease;
  display: inline-flex; align-items: center; justify-content: center;
  line-height: 1;
}
.rkw-wrap .rkw-bcal-nav:hover { background: var(--rkw-blue); color: var(--rkw-parchment); border-color: var(--rkw-blue); }
.rkw-wrap .rkw-bcal-months {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.rkw-wrap .rkw-bcal-month-name {
  font-size: 13px;
  font-weight: 600;
  color: var(--rkw-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 10px;
}
.rkw-wrap .rkw-bcal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 3px;
}
.rkw-wrap .rkw-bcal-dayname {
  font-size: 10.5px;
  color: var(--rkw-muted);
  text-align: center;
  padding: 4px 0;
  font-weight: 600;
  text-transform: uppercase;
}
.rkw-wrap .rkw-bcal-cell {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13.5px;
  border-radius: 9px;
  color: var(--rkw-ink);
  user-select: none;
  position: relative;
}
.rkw-wrap .rkw-bcal-empty { visibility: hidden; }
.rkw-wrap .rkw-bcal-free { cursor: pointer; background: rgba(70, 106, 120, 0.07); }
.rkw-wrap .rkw-bcal-free:hover { background: var(--rkw-blue-dark); color: #fff; }
.rkw-wrap .rkw-bcal-past { color: #C9C0B0; }
.rkw-wrap .rkw-bcal-booked {
  color: #B9AC97;
  background: repeating-linear-gradient(135deg, rgba(42,37,32,0.05), rgba(42,37,32,0.05) 3px, transparent 3px, transparent 7px);
  text-decoration: line-through;
  cursor: not-allowed;
}
.rkw-wrap .rkw-bcal-selected {
  background: var(--rkw-blue) !important;
  color: var(--rkw-parchment) !important;
  font-weight: 600;
}
.rkw-wrap .rkw-bcal-inrange {
  background: rgba(90, 134, 151, 0.18) !important;
  color: var(--rkw-ink);
}
.rkw-wrap .rkw-bcal-legend {
  display: flex;
  gap: 18px;
  margin-top: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.rkw-wrap .rkw-bcal-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  color: var(--rkw-muted);
}
.rkw-wrap .rkw-bcal-dot { width: 12px; height: 12px; border-radius: 4px; display: inline-block; }
.rkw-wrap .rkw-bcal-dot-free { background: rgba(70, 106, 120, 0.25); }
.rkw-wrap .rkw-bcal-dot-booked { background: repeating-linear-gradient(135deg, rgba(42,37,32,0.15), rgba(42,37,32,0.15) 2px, transparent 2px, transparent 5px); border: 1px solid rgba(42,37,32,0.1); }
.rkw-wrap .rkw-bcal-dot-selected { background: var(--rkw-blue); }
.rkw-wrap .rkw-bcal-loading {
  grid-column: 1 / -1;
  text-align: center;
  padding: 40px 0;
  color: var(--rkw-muted);
  font-size: 14px;
}

/* --- Foglalási kártya --- */
.rkw-wrap .rkw-booking-card {
  background: #fff;
  border: 1px solid var(--rkw-line, #E2D9C8);
  border-radius: 20px;
  padding: 26px;
}
.rkw-wrap .rkw-booking-summary { margin-bottom: 20px; }
.rkw-wrap .rkw-booking-summary-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 26px 16px;
  border: 1.5px dashed var(--rkw-line, #E2D9C8);
  border-radius: 14px;
  color: var(--rkw-muted);
  text-align: center;
}
.rkw-wrap .rkw-booking-summary-empty svg { opacity: 0.4; }
.rkw-wrap .rkw-booking-summary-empty p { margin: 0; font-size: 13.5px; }
.rkw-wrap .rkw-bs-dates {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  background: var(--rkw-bg-warm, #FAF7F1);
  border-radius: 14px;
}
.rkw-wrap .rkw-bs-date { flex: 1; display: flex; flex-direction: column; gap: 2px; }
.rkw-wrap .rkw-bs-label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--rkw-muted); font-weight: 600; }
.rkw-wrap .rkw-bs-value { font-size: 14.5px; color: var(--rkw-ink); font-weight: 500; }
.rkw-wrap .rkw-bs-arrow { color: var(--rkw-blue); font-size: 18px; }
.rkw-wrap .rkw-bs-nights {
  text-align: center;
  margin-top: 8px;
  font-size: 13px;
  color: var(--rkw-blue);
  font-weight: 600;
}

/* --- Űrlap --- */
.rkw-wrap .rkw-booking-form { display: flex; flex-direction: column; gap: 14px; }
.rkw-wrap .rkw-bf-row { display: block; }
.rkw-wrap .rkw-bf-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.rkw-wrap .rkw-bf-field { display: flex; flex-direction: column; gap: 6px; }
.rkw-wrap .rkw-bf-field label { font-size: 12.5px; font-weight: 600; color: var(--rkw-ink); }
.rkw-wrap .rkw-bf-field input,
.rkw-wrap .rkw-bf-field select,
.rkw-wrap .rkw-bf-field textarea {
  padding: 11px 14px;
  border: 1px solid var(--rkw-line, #E2D9C8);
  border-radius: 10px;
  font-size: 14px;
  font-family: inherit;
  color: var(--rkw-ink);
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  transition: border-color 0.2s ease;
}
.rkw-wrap .rkw-bf-field input:focus,
.rkw-wrap .rkw-bf-field select:focus,
.rkw-wrap .rkw-bf-field textarea:focus {
  outline: none;
  border-color: var(--rkw-blue);
}
.rkw-wrap .rkw-bf-checkbox-field { justify-content: flex-end; }
.rkw-wrap .rkw-bf-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 13.5px;
  color: var(--rkw-ink);
  cursor: pointer;
  line-height: 1.5;
}
.rkw-wrap .rkw-bf-checkbox input { width: 17px; height: 17px; margin-top: 2px; accent-color: var(--rkw-blue); flex-shrink: 0; }
.rkw-wrap .rkw-bf-privacy a { color: var(--rkw-blue); }

/* Ár box */
.rkw-wrap .rkw-bf-price {
  padding: 16px 18px;
  background: var(--rkw-bg-warm, #FAF7F1);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.rkw-wrap .rkw-bf-price-row {
  display: flex;
  justify-content: space-between;
  font-size: 13.5px;
  color: var(--rkw-muted);
}
.rkw-wrap .rkw-bf-price-total {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 600;
  color: var(--rkw-ink);
  padding-top: 8px;
  border-top: 1px solid var(--rkw-line, #E2D9C8);
}
.rkw-wrap .rkw-bf-price-note { font-size: 11.5px; color: var(--rkw-muted); opacity: 0.85; }

.rkw-wrap .rkw-bf-submit { width: 100%; justify-content: center; margin-top: 4px; }
.rkw-wrap .rkw-bf-submit:disabled { opacity: 0.45; cursor: not-allowed; }
.rkw-wrap .rkw-bf-hint { font-size: 11.5px; color: var(--rkw-muted); text-align: center; margin: 2px 0 0; line-height: 1.5; }

.rkw-wrap .rkw-bf-feedback {
  padding: 12px 16px;
  border-radius: 10px;
  font-size: 13.5px;
  line-height: 1.5;
}
.rkw-wrap .rkw-bf-feedback-error { background: rgba(196, 69, 54, 0.08); color: #A33327; border: 1px solid rgba(196, 69, 54, 0.25); }

/* Siker */
.rkw-wrap .rkw-booking-success { text-align: center; padding: 24px 12px; }
.rkw-wrap .rkw-bsuccess-icon { color: var(--rkw-blue-dark); margin-bottom: 14px; }
.rkw-wrap .rkw-booking-success h3 { font-family: 'Libre Baskerville', serif; font-size: 21px; margin: 0 0 10px; color: var(--rkw-ink); }
.rkw-wrap .rkw-booking-success p { font-size: 14px; color: var(--rkw-muted); margin: 0 0 8px; line-height: 1.6; }
.rkw-wrap .rkw-bsuccess-code { font-family: monospace; font-size: 14px; color: var(--rkw-blue) !important; font-weight: 600; }

/* Mini ártábla */
.rkw-wrap .rkw-booking-prices-mini {
  margin-top: 16px;
  padding: 16px 20px;
  background: rgba(90, 134, 151, 0.06);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.rkw-wrap .rkw-bpm-row {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: var(--rkw-muted);
}
.rkw-wrap .rkw-bpm-row strong { color: var(--rkw-ink); font-weight: 600; }

/* MOBIL */
@media (max-width: 900px) {
  .rkw-wrap .rkw-booking-layout { grid-template-columns: 1fr; gap: 20px; }
  .rkw-wrap .rkw-bcal-months { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .rkw-wrap .rkw-bcal { padding: 16px; }
  .rkw-wrap .rkw-booking-card { padding: 18px; }
  .rkw-wrap .rkw-bf-row-2 { grid-template-columns: 1fr; }
  .rkw-wrap .rkw-bcal-cell { font-size: 13px; border-radius: 7px; }
  .rkw-wrap .rkw-bs-dates { flex-direction: column; gap: 8px; align-items: stretch; }
  .rkw-wrap .rkw-bs-arrow { display: none; }
}

/* Kupon mező v4.1.0 */
.rkw-wrap .rkw-bf-coupon { display: flex; gap: 8px; }
.rkw-wrap .rkw-bf-coupon input {
  flex: 1;
  padding: 10px 14px;
  border: 1px dashed var(--rkw-line, #E2D9C8);
  border-radius: 10px;
  font-size: 13.5px;
  font-family: inherit;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: #fff;
  color: var(--rkw-ink);
}
.rkw-wrap .rkw-bf-coupon input:focus { outline: none; border-color: var(--rkw-blue); border-style: solid; }
.rkw-wrap .rkw-bf-coupon-btn {
  padding: 10px 18px;
  border: 1px solid var(--rkw-blue);
  background: transparent;
  color: var(--rkw-blue);
  border-radius: 10px;
  font-size: 13.5px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
  white-space: nowrap;
}
.rkw-wrap .rkw-bf-coupon-btn:hover { background: var(--rkw-blue); color: var(--rkw-parchment); }
.rkw-wrap .rkw-bf-coupon-btn:disabled { opacity: 0.5; cursor: wait; }
.rkw-wrap .rkw-bf-coupon-msg { font-size: 13px; padding: 8px 12px; border-radius: 8px; line-height: 1.5; }
.rkw-wrap .rkw-bf-coupon-ok { background: rgba(70, 106, 120, 0.1); color: #4C6140; }
.rkw-wrap .rkw-bf-coupon-err { background: rgba(196, 69, 54, 0.08); color: #A33327; }
.rkw-wrap .rkw-bf-price-discount span:last-child { color: #4C6140; font-weight: 600; }

/* Reggeli nap-választó v4.3.0 */
.rkw-wrap .rkw-bf-breakfast-days { margin-top: 12px; padding: 14px 16px; background: var(--rkw-bg-warm, #FAF7F1); border-radius: 12px; }
.rkw-wrap .rkw-bf-bd-hint { margin: 0 0 10px; font-size: 12.5px; color: var(--rkw-muted); }
.rkw-wrap .rkw-bf-bd-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.rkw-wrap .rkw-bf-bd-chip {
  padding: 7px 13px;
  border: 1px solid var(--rkw-line, #E2D9C8);
  background: #fff;
  color: var(--rkw-muted);
  border-radius: 99px;
  font-size: 12.5px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: inherit;
}
.rkw-wrap .rkw-bf-bd-chip:hover { border-color: var(--rkw-blue); color: var(--rkw-blue); }
.rkw-wrap .rkw-bf-bd-chip.rkw-bf-bd-on {
  background: var(--rkw-blue);
  border-color: var(--rkw-blue);
  color: var(--rkw-parchment);
  font-weight: 600;
}

/* Vendég-bontás: felnőtt / gyermek / csecsemő v4.7.0 */
.rkw-wrap .rkw-bf-guests-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
  margin-bottom: 8px;
}
.rkw-wrap .rkw-bf-guests-grid .rkw-bf-field { margin: 0; }
.rkw-wrap .rkw-bf-guests-grid label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px;
  color: var(--rkw-ink, #2A2520);
}
.rkw-wrap .rkw-bf-guests-grid label small {
  font-weight: 400;
  color: var(--rkw-muted, #6B6258);
  font-size: 11.5px;
}
.rkw-wrap .rkw-bf-guests-grid select {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid var(--rkw-line, #E2D9C8);
  border-radius: 10px;
  font-size: 15px;
  font-family: inherit;
  background: #fff;
}
.rkw-wrap .rkw-bf-guests-hint {
  font-size: 12px;
  color: var(--rkw-muted, #6B6258);
  margin: 0 0 16px;
  line-height: 1.5;
}
.rkw-wrap .rkw-bf-price-ifa { color: var(--rkw-muted, #6B6258); }
@media (max-width: 480px) {
  .rkw-wrap .rkw-bf-guests-grid { gap: 8px; }
  .rkw-wrap .rkw-bf-guests-grid select { padding: 10px 8px; font-size: 14px; }
  .rkw-wrap .rkw-bf-guests-grid label { font-size: 12px; }
  .rkw-wrap .rkw-bf-guests-grid label small { display: block; }
}
