/* =========================================================================
   Finjan / Ramallah Hub — premium page (audience = west_bank)
   Harmony GREEN + champagne GOLD · glassmorphism · scroll parallax + 3D tilt.
   Scoped under .rml-root. Booking reuses the #fr- engine (finjan.js).
   ========================================================================= */

.rml-root {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  --bg: #05140f;          /* deep emerald-black */
  --bg-2: #07201a;
  --green: #0e9c66;       /* Harmony green (bright) */
  --green-deep: #016D47;  /* Harmony primary */
  --green-soft: #34b888;
  --gold: #D4AF37;        /* champagne gold (second colour) */
  --gold-2: #f0d588;
  --gold-deep: #9e7b25;
  --white: #ffffff;
  --cream: #eef5ef;
  --silver: #a7bcae;      /* sage-muted body text */
  --silver-dim: #6f8579;
  --line: rgba(212, 175, 55, 0.18);
  --line-green: rgba(14, 156, 102, 0.28);
  --glass: rgba(255, 255, 255, 0.045);
  --glass-2: rgba(255, 255, 255, 0.07);
  --glass-brd: rgba(255, 255, 255, 0.09);
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.5);

  direction: rtl;
  font-family: 'Tajawal', 'Cairo', system-ui, sans-serif;
  color: var(--silver);
  line-height: 1.9;
  -webkit-font-smoothing: antialiased;
  background:
    radial-gradient(1100px 650px at 84% -8%, rgba(212,175,55,0.10), transparent 55%),
    radial-gradient(960px 600px at 6% 14%, rgba(14,156,102,0.16), transparent 55%),
    radial-gradient(900px 560px at 0% 102%, rgba(1,109,71,0.18), transparent 55%),
    var(--bg);
}
body.finjan-canvas { margin: 0; padding: 0; background: var(--bg); }
body.finjan-canvas .rml-root { width: 100%; margin: 0; }
html:has(body.finjan-canvas) { overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 84px; }

.rml-root *, .rml-root *::before, .rml-root *::after { box-sizing: border-box; }
.rml-root img { max-width: 100%; display: block; }
.rml-wrap { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.rml-narrow { max-width: 780px; }
.rml-center { text-align: center; }

/* scroll progress bar */
.rml-progress { position: fixed; top: 0; inset-inline: 0; height: 3px; z-index: 99999;
  background: linear-gradient(90deg, var(--green), var(--gold)); transform-origin: right; transform: scaleX(0); }

/* ---------- buttons ---------- */
.rml-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 34px; border-radius: 999px; border: 1px solid transparent; cursor: pointer;
  font-family: inherit; font-weight: 700; font-size: 1rem; text-decoration: none;
  transition: transform .25s cubic-bezier(.2,.7,.2,1), box-shadow .3s, filter .25s, background .3s; }
.rml-btn-gold { background: linear-gradient(135deg, var(--gold-2), var(--gold) 55%, var(--gold-deep)); color: #15120a; box-shadow: 0 14px 40px rgba(212,175,55,0.26); }
.rml-btn-gold:hover { transform: translateY(-3px); filter: brightness(1.06); box-shadow: 0 20px 52px rgba(212,175,55,0.4); }
.rml-btn-green { background: linear-gradient(135deg, var(--green-soft), var(--green) 55%, var(--green-deep)); color: #04140d; box-shadow: 0 14px 40px rgba(14,156,102,0.28); }
.rml-btn-green:hover { transform: translateY(-3px); filter: brightness(1.06); }
.rml-btn-ghost { background: var(--glass); color: var(--white); border-color: var(--glass-brd); backdrop-filter: blur(10px); }
.rml-btn-ghost:hover { border-color: var(--gold); transform: translateY(-3px); }

/* ---------- eyebrow / headings ---------- */
.rml-eyebrow { display: inline-block; color: var(--gold-2); letter-spacing: 3px; font-size: .8rem; font-weight: 600;
  text-transform: uppercase; padding: 7px 16px; border: 1px solid var(--line); border-radius: 999px;
  background: rgba(212,175,55,0.06); backdrop-filter: blur(8px); margin-bottom: 22px; }
.rml-eyebrow.green { color: var(--green-soft); border-color: var(--line-green); background: rgba(14,156,102,0.07); }
.rml-h2 { font-family: 'Cairo', sans-serif; color: var(--white); font-weight: 900; font-size: clamp(1.9rem, 4.2vw, 3.2rem);
  line-height: 1.22; margin: 0 0 18px; letter-spacing: -.5px; }
.rml-h2 .rml-grad { background: linear-gradient(110deg, var(--green-soft), var(--gold-2)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.rml-lead { color: var(--cream); font-size: clamp(1.06rem, 1.6vw, 1.22rem); max-width: 760px; }
.rml-p { color: var(--silver); margin: 0 0 16px; font-size: 1.07rem; }
.rml-p strong, .rml-root strong { color: var(--gold-2); font-weight: 700; }

.rml-section { padding: clamp(40px, 5.5vw, 74px) 0; position: relative; }

/* glass card */
.rml-glass { background: var(--glass); border: 1px solid var(--glass-brd); border-radius: 22px; backdrop-filter: blur(16px); box-shadow: var(--shadow); }

/* section with a parallax photo backdrop */
.rml-bgsection { position: relative; overflow: hidden; }
.rml-bgsection > .rml-bgphoto { position: absolute; inset: -12% 0; z-index: 0; will-change: transform; }
.rml-bgsection > .rml-bgphoto img { width: 100%; height: 100%; object-fit: cover; opacity: .22; }
.rml-bgsection > .rml-bgveil { position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, var(--bg) 0%, rgba(7,32,26,.86) 50%, var(--bg) 100%); }
.rml-bgsection > .rml-wrap { position: relative; z-index: 2; }

/* =============================== NAVBAR =============================== */
.rml-nav { position: sticky; top: 0; z-index: 9995; transition: background .35s, border-color .35s; background: transparent; border-bottom: 1px solid transparent; }
.rml-nav.is-scrolled { background: rgba(5,20,15,0.78); border-bottom-color: var(--line); backdrop-filter: blur(16px); }
.rml-nav-inner { max-width: 1220px; margin: 0 auto; padding: 16px 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.rml-brand { display: inline-flex; align-items: center; gap: 12px; color: var(--white); text-decoration: none; font-family: 'Cairo'; font-weight: 800; }
.rml-brand img { height: 26px; width: auto; }
.rml-brand .rml-brand-x { color: var(--gold-2); }
.rml-nav-links { display: flex; align-items: center; gap: 24px; }
.rml-nav-links a { color: var(--silver); text-decoration: none; font-size: .94rem; transition: color .2s; white-space: nowrap; }
.rml-nav-links a:hover { color: var(--white); }
.rml-nav-cta { padding: 9px 20px; border-radius: 999px; background: linear-gradient(135deg, var(--green-soft), var(--green-deep)); color: #04140d !important; font-weight: 800; }
.rml-nav-toggle { display: none; background: none; border: 1px solid var(--line); color: var(--white); width: 44px; height: 40px; border-radius: 12px; font-size: 18px; cursor: pointer; }

/* =============================== HERO =============================== */
.rml-hero { position: relative; min-height: 100vh; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; padding: 120px 24px 90px; }
.rml-hero-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.rml-hero-grid { position: absolute; inset: 0; opacity: .3;
  background-image: linear-gradient(rgba(14,156,102,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(14,156,102,.06) 1px, transparent 1px);
  background-size: 62px 62px; -webkit-mask-image: radial-gradient(circle at 50% 28%, #000 0%, transparent 72%); mask-image: radial-gradient(circle at 50% 28%, #000 0%, transparent 72%); }
.rml-hero-glow { position: absolute; border-radius: 50%; filter: blur(95px); }
.rml-hero-glow-1 { width: 580px; height: 580px; top: -170px; right: -90px; background: radial-gradient(circle, rgba(212,175,55,.20), transparent 65%); }
.rml-hero-glow-2 { width: 560px; height: 560px; bottom: -190px; left: -120px; background: radial-gradient(circle, rgba(14,156,102,.30), transparent 65%); }
.rml-hero-photo { position: absolute; inset: -8% 0; width: 100%; height: 116%; object-fit: cover; opacity: .32; z-index: 0; will-change: transform;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, transparent 88%); mask-image: linear-gradient(180deg, #000 0%, transparent 88%); }
.rml-hero-inner { position: relative; z-index: 2; max-width: 960px; will-change: transform, opacity; }
.rml-hero h1 { font-family: 'Cairo'; color: var(--white); font-weight: 900; letter-spacing: -1px; font-size: clamp(2.4rem, 6.4vw, 4.8rem); line-height: 1.12; margin: 8px 0 22px; }
.rml-hero h1 .rml-grad { background: linear-gradient(120deg, #fff 0%, var(--green-soft) 55%, var(--gold-2) 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.rml-hero-sub { color: var(--cream); font-size: clamp(1.05rem, 2vw, 1.35rem); max-width: 780px; margin: 0 auto 30px; line-height: 1.85; }
.rml-hero-meta { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-bottom: 34px; }
.rml-hero-meta span { background: var(--glass); border: 1px solid var(--line); padding: 8px 16px; border-radius: 999px; font-size: .9rem; color: var(--cream); backdrop-filter: blur(8px); }
.rml-hero-cta { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.rml-scroll-cue { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); color: var(--gold-2); font-size: 28px; text-decoration: none; opacity: .7; z-index: 2; animation: rml-bob 2s ease-in-out infinite; }
@keyframes rml-bob { 0%,100%{transform:translate(-50%,0)} 50%{transform:translate(-50%,9px)} }

/* =============================== WHO WE ARE ===============================*/
.rml-split { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(28px, 5vw, 64px); align-items: start; }
@media (max-width: 900px){ .rml-split { grid-template-columns: 1fr; } }
.rml-split-head h2 { position: sticky; top: 100px; }
.rml-quote { margin: 36px 0 0; padding: 30px 34px; border-radius: 22px; position: relative;
  background: linear-gradient(135deg, rgba(14,156,102,.12), rgba(212,175,55,.06)); border: 1px solid var(--line); border-inline-start: 3px solid var(--gold); box-shadow: var(--shadow); }
.rml-quote::before { content: '“'; position: absolute; top: -8px; inset-inline-start: 18px; font-family: Georgia, serif; font-size: 80px; color: rgba(212,175,55,.35); line-height: 1; }
.rml-quote p { color: var(--cream); font-size: clamp(1.15rem, 2vw, 1.5rem); font-weight: 700; line-height: 1.7; margin: 0; font-family: 'Cairo'; }

/* mini stat row */
.rml-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 44px; }
@media (max-width: 640px){ .rml-stats { grid-template-columns: repeat(2,1fr); } }
.rml-stat { text-align: center; padding: 24px 12px; border-radius: 18px; background: var(--glass); border: 1px solid var(--glass-brd); }
.rml-stat b { display: block; font-family: 'Cairo'; font-size: clamp(1.7rem,4vw,2.5rem); font-weight: 900; color: var(--gold-2); }
.rml-stat span { font-size: .9rem; color: var(--silver); }

/* =============================== CALLOUT =============================== */
.rml-callout { padding: clamp(34px, 5vw, 56px); border-radius: 26px; position: relative; overflow: hidden;
  background: linear-gradient(135deg, rgba(14,156,102,.14), rgba(212,175,55,.07)); border: 1px solid var(--line); box-shadow: var(--shadow); }
.rml-callout::after { content: ''; position: absolute; top: -120px; inset-inline-start: -80px; width: 360px; height: 360px; background: radial-gradient(circle, rgba(14,156,102,.22), transparent 65%); filter: blur(20px); }
.rml-callout .rml-callout-body { position: relative; z-index: 1; }
.rml-callout p { color: var(--cream); font-size: clamp(1.05rem, 1.8vw, 1.25rem); margin: 0; }

/* =============================== BENTO =============================== */
.rml-bento { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }
@media (max-width: 860px){ .rml-bento { grid-template-columns: 1fr; } }
.rml-feature { padding: 34px 30px; border-radius: 22px; background: var(--glass); border: 1px solid var(--glass-brd); backdrop-filter: blur(14px);
  transition: transform .3s, border-color .3s, box-shadow .3s; transform-style: preserve-3d; }
.rml-feature:hover { transform: translateY(-8px); border-color: var(--green); box-shadow: 0 26px 60px rgba(14,156,102,.18); }
.rml-feature-ic { width: 60px; height: 60px; border-radius: 18px; display: grid; place-items: center; margin-bottom: 22px;
  background: linear-gradient(135deg, rgba(14,156,102,.24), rgba(212,175,55,.10)); border: 1px solid var(--line); color: var(--gold-2); }
.rml-feature-ic svg { width: 28px; height: 28px; }
.rml-feature h3 { font-family: 'Cairo'; color: var(--white); font-size: 1.4rem; font-weight: 800; margin: 0 0 12px; }
.rml-feature p { color: var(--silver); margin: 0; font-size: 1rem; }

/* =============================== SECTORS (audience) =============================== */
.rml-sectors { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 38px; }
@media (max-width: 820px){ .rml-sectors { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px){
  .rml-sectors { grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .rml-sector { flex-direction: column; text-align: center; gap: 8px; padding: 13px 6px; }
  .rml-sector b { font-size: .72rem; line-height: 1.25; font-weight: 700; }
}
.rml-sector { display: flex; align-items: center; gap: 14px; padding: 18px 20px; border-radius: 16px; background: var(--glass); border: 1px solid var(--glass-brd); transition: transform .25s, border-color .25s; }
.rml-sector:hover { transform: translateY(-4px); border-color: var(--gold); }
.rml-sector .rml-sec-ic { flex: 0 0 auto; width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: linear-gradient(135deg, var(--green), var(--green-deep)); color: #04140d; }
.rml-sector .rml-sec-ic svg { width: 20px; height: 20px; }
.rml-sector b { color: var(--cream); font-weight: 700; display: block; }
.rml-sector small { color: var(--silver); }

/* =============================== PROGRAM (DAYS + TIMELINE) =============================== */
.rml-days { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 44px; }
@media (max-width: 860px){ .rml-days { grid-template-columns: 1fr; } }
.rml-day { padding: 28px; border-radius: 22px; background: var(--glass); border: 1px solid var(--glass-brd); backdrop-filter: blur(14px); }
.rml-day-head { display: flex; align-items: baseline; gap: 12px; padding-bottom: 16px; margin-bottom: 12px; border-bottom: 1px solid var(--line); }
.rml-day-head b { font-family: 'Cairo'; font-size: 1.5rem; color: var(--white); font-weight: 900; }
.rml-day-head span { color: var(--gold-2); font-weight: 700; }
.rml-block { padding: 16px 0; border-bottom: 1px dashed rgba(212,175,55,.12); }
.rml-block:last-child { border-bottom: none; }
.rml-block .rml-bt { display: inline-block; color: var(--green-soft); font-weight: 800; font-size: .9rem; direction: ltr; margin-bottom: 6px; }
.rml-block h4 { font-family: 'Cairo'; color: var(--white); font-size: 1.18rem; font-weight: 800; margin: 0 0 8px; }
.rml-block p { color: var(--silver); margin: 0 0 8px; font-size: .98rem; }
.rml-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 8px; }
.rml-tags span { background: rgba(14,156,102,.12); border: 1px solid var(--line-green); color: var(--cream); padding: 5px 12px; border-radius: 999px; font-size: .82rem; }

/* =============================== OUTCOMES =============================== */
.rml-outcomes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 40px; }
@media (max-width: 760px){ .rml-outcomes { grid-template-columns: 1fr; } }
.rml-outcome { display: flex; gap: 16px; padding: 22px 24px; border-radius: 18px; background: var(--glass); border: 1px solid var(--glass-brd); }
.rml-outcome .rml-onum { flex: 0 0 auto; width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; font-family: 'Cairo'; font-weight: 900; background: linear-gradient(135deg, var(--gold-2), var(--gold-deep)); color: #15120a; }
.rml-outcome p { margin: 0; color: var(--cream); }

/* =============================== VENUE GALLERY =============================== */
.rml-venue-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; grid-template-rows: 210px 210px; gap: 16px; margin: 44px 0 28px; }
.rml-venue-ph { margin: 0; border-radius: 20px; overflow: hidden; border: 1px solid var(--glass-brd); box-shadow: var(--shadow); }
.rml-venue-ph img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .7s ease; }
.rml-venue-ph:hover img { transform: scale(1.06); }
.rml-venue-1 { grid-column: 1; grid-row: 1 / 3; }
.rml-venue-2 { grid-column: 2 / 4; grid-row: 1; }
.rml-venue-3 { grid-column: 2; grid-row: 2; }
.rml-venue-4 { grid-column: 3; grid-row: 2; }
.rml-venue-chips { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.rml-chip { background: var(--glass); border: 1px solid var(--line); padding: 9px 18px; border-radius: 999px; color: var(--cream); font-size: .92rem; }
@media (max-width: 760px) {
  .rml-venue-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .rml-venue-1, .rml-venue-2, .rml-venue-3, .rml-venue-4 { grid-column: auto; grid-row: auto; height: 170px; }
  .rml-venue-2 { grid-column: 1 / 3; }
}

/* =============================== MOMENTS (real Finjan photos) =============================== */
.rml-moments-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-auto-rows: 230px; gap: 16px; margin-top: 42px; }
.rml-moment { margin: 0; border-radius: 20px; overflow: hidden; border: 1px solid var(--glass-brd); box-shadow: var(--shadow); position: relative; }
.rml-moment img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .7s ease; }
.rml-moment:hover img { transform: scale(1.07); }
.rml-moment-1 { grid-column: 1; grid-row: 1 / 3; }
.rml-moment-2 { grid-column: 2 / 4; grid-row: 1; }
.rml-moment-3 { grid-column: 2; grid-row: 2; }
.rml-moment-4 { grid-column: 3; grid-row: 2; }
@media (max-width: 760px) {
  .rml-moments-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 160px; }
  .rml-moment-1, .rml-moment-2, .rml-moment-3, .rml-moment-4 { grid-column: auto; grid-row: auto; }
  .rml-moment-2 { grid-column: 1 / 3; }
}

/* =============================== VISION CTA =============================== */
.rml-vision { position: relative; overflow: hidden; border-radius: 30px; padding: clamp(48px, 7vw, 92px) clamp(28px, 5vw, 60px); text-align: center;
  background: linear-gradient(135deg, rgba(14,156,102,.20), rgba(212,175,55,.10) 60%, rgba(255,255,255,.02)); border: 1px solid var(--line); box-shadow: var(--shadow); }
.rml-vision::before, .rml-vision::after { content: ''; position: absolute; width: 440px; height: 440px; border-radius: 50%; filter: blur(95px); }
.rml-vision::before { top: -170px; right: -110px; background: rgba(14,156,102,.34); }
.rml-vision::after { bottom: -190px; left: -120px; background: rgba(212,175,55,.24); }
.rml-vision-body { position: relative; z-index: 1; max-width: 780px; margin: 0 auto; }
.rml-vision h2 { color: #fff; }
.rml-vision p { color: var(--cream); font-size: clamp(1.05rem, 1.8vw, 1.25rem); }

/* =============================== PARTNERS =============================== */
.rml-partners { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px,1fr)); gap: 14px; margin-top: 36px; }
.rml-partner { padding: 22px; border-radius: 18px; background: var(--glass); border: 1px solid var(--glass-brd); }
.rml-partner b { display: block; font-family: 'Cairo'; color: var(--gold-2); font-weight: 800; margin-bottom: 6px; }
.rml-partner span { color: var(--silver); font-size: .92rem; }

/* =============================== REGISTRATION (#fr- engine) =============================== */
.rml-reg-card { margin-top: 40px; padding: 30px; border-radius: 24px; background: var(--glass-2); border: 1px solid var(--glass-brd); backdrop-filter: blur(16px); box-shadow: var(--shadow); max-width: 720px; margin-inline: auto; }
.rml-root .fr-tier-picker { display: none; }
.rml-root .fr-tier-summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; background: rgba(14,156,102,.12); border: 1px solid var(--green); border-radius: 16px; padding: 14px 18px; margin-bottom: 20px; }
.rml-root .fr-sum-label { display: block; font-size: .78rem; color: var(--silver); }
.rml-root .fr-sum-name { color: var(--gold-2); font-size: 1.05rem; }
.rml-root .fr-sum-right { text-align: end; }
.rml-root .fr-sum-price { display: block; font-weight: 800; color: #fff; }
.rml-root .fr-link { background: none; border: none; color: var(--gold-2); cursor: pointer; font-family: inherit; font-size: .85rem; text-decoration: underline; }
.rml-root .fr-step { margin-top: 20px; }
.rml-root .fr-label { display: block; font-weight: 700; font-size: .92rem; margin-bottom: 7px; color: var(--cream); }
.rml-root .fr-input { width: 100%; border-radius: 13px; padding: 14px 16px; border: 1px solid var(--glass-brd); background: rgba(0,0,0,.28); color: #fff; font-family: inherit; font-size: 1rem; outline: none; transition: border-color .2s, box-shadow .2s; }
.rml-root .fr-input:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(14,156,102,.2); }
.rml-root .fr-input::placeholder { color: var(--silver-dim); }
.rml-root .fr-grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
.rml-root .fr-phone-row { display: grid; grid-template-columns: 1fr auto; gap: 12px; }
.rml-root .fr-greeting { font-family: 'Cairo'; font-weight: 800; font-size: 1.2rem; margin-bottom: 16px; color: var(--gold-2); }
.rml-root .fr-hint, .rml-root .fr-secure { font-size: .85rem; color: var(--silver); margin-top: 10px; text-align: center; }
.rml-root .fr-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 15px 30px; border-radius: 14px; border: none; cursor: pointer; font-family: inherit; font-weight: 800; font-size: 1rem; transition: transform .2s, filter .2s; }
.rml-root .fr-btn-gold { background: linear-gradient(135deg, var(--green-soft), var(--green) 55%, var(--green-deep)); color: #04140d; }
.rml-root .fr-btn-gold:hover { transform: translateY(-2px); filter: brightness(1.05); }
.rml-root .fr-btn-block { width: 100%; }
.rml-root .fr-notice { padding: 13px 16px; border-radius: 13px; font-size: .95rem; margin-bottom: 6px; }
.rml-root .fr-notice-error { background: rgba(180,50,50,.18); border: 1px solid rgba(220,80,80,.5); color: #ffd7d7; }
.rml-root .fr-notice-success { background: rgba(40,160,100,.18); border: 1px solid rgba(70,200,130,.5); color: #d6f5df; }
.rml-root .fr-pay-frame { background: #fff; border-radius: 14px; overflow: hidden; }
.rml-root #fr-iframe { width: 100%; height: 540px; border: 0; display: block; }
.rml-root #fr-pay-fallback .fr-fallback { text-align: center; padding: 16px; margin-top: 12px; background: rgba(14,156,102,.1); border: 1px solid var(--line-green); border-radius: 14px; }
.rml-root .fr-success { text-align: center; padding: 16px 6px; }
.rml-root .fr-success-ic { font-size: 50px; }
.rml-root .fr-success-title { font-family: 'Cairo'; color: var(--green-soft); font-size: 1.5rem; margin: 8px 0 6px; }
.rml-root .fr-success-sub { color: var(--silver); }

/* =============================== FOOTER =============================== */
.rml-footer { position: relative; padding: clamp(70px, 10vw, 130px) 0 48px; border-top: 1px solid var(--line); overflow: hidden; text-align: center; }
.rml-watermark { font-family: 'Cairo'; font-weight: 900; letter-spacing: 6px; color: rgba(240,213,136,.05); -webkit-text-stroke: 1.5px rgba(240,213,136,.55); font-size: clamp(3rem, 16vw, 12rem); line-height: .9; margin: 0 0 18px; user-select: none; }
.rml-footer p { color: var(--silver); max-width: 640px; margin: 0 auto 14px; }
.rml-footer .rml-contact { color: var(--cream); margin-top: 18px; }
.rml-footer .rml-contact a { color: var(--gold-2); text-decoration: none; }
.rml-footer .rml-copy { color: var(--silver-dim); font-size: .85rem; margin-top: 24px; }

/* sticky mobile CTA */
.rml-sticky { position: fixed; inset-inline: 16px; bottom: 16px; z-index: 9990; display: none; text-align: center; padding: 15px; border-radius: 16px; text-decoration: none; font-weight: 800;
  background: linear-gradient(135deg, var(--green-soft), var(--green) 55%, var(--green-deep)); color: #04140d; box-shadow: 0 12px 30px rgba(0,0,0,.5); }

/* media split (what is finjan) */
.rml-media-split { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(28px,5vw,56px); align-items: center; margin-bottom: 26px; }
@media (max-width: 880px){ .rml-media-split { grid-template-columns: 1fr; } }
.rml-media-img { margin: 0; border-radius: 24px; overflow: hidden; border: 1px solid var(--glass-brd); box-shadow: var(--shadow); }
.rml-media-img img { width: 100%; height: 100%; object-fit: cover; display: block; min-height: 300px; transition: transform .7s ease; }
.rml-media-img:hover img { transform: scale(1.05); }

/* evening timeline */
.rml-tlx { max-width: 800px; margin-inline: auto; display: flex; flex-direction: column; gap: 12px; }
.rml-tlx .rml-tl { display: grid; grid-template-columns: 118px 1fr; gap: 16px; align-items: stretch; }
.rml-tlx .rml-tl-time { display: flex; align-items: center; justify-content: center; text-align: center; direction: ltr;
  background: linear-gradient(135deg, rgba(212,175,55,.20), rgba(14,156,102,.14)); border: 1px solid var(--line); color: var(--gold-2);
  font-weight: 800; font-size: .92rem; border-radius: 14px; padding: 10px 8px; letter-spacing: .3px; }
.rml-tlx .rml-tl-card { padding: 16px 22px; border-radius: 14px; background: var(--glass); border: 1px solid var(--glass-brd);
  border-inline-start: 3px solid var(--green); display: flex; align-items: center; transition: transform .25s, border-color .25s; }
.rml-tlx .rml-tl-card:hover { transform: translateY(-3px); border-inline-start-color: var(--gold); }
.rml-tlx .rml-tl-card p { margin: 0; color: var(--cream); }
@media (max-width: 600px){ .rml-tlx .rml-tl { grid-template-columns: 1fr; gap: 8px; } .rml-tlx .rml-tl-time { justify-content: flex-start; padding: 8px 14px; } }

/* guest speakers */
.rml-guests { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 40px; max-width: 860px; margin-inline: auto; }
@media (max-width: 680px){ .rml-guests { grid-template-columns: 1fr; } }
.rml-guest { text-align: center; padding: 30px 26px; border-radius: 22px; background: var(--glass); border: 1px solid var(--glass-brd); transition: transform .25s, border-color .25s; }
.rml-guest:hover { transform: translateY(-5px); border-color: var(--gold); }
.rml-guest-ph { width: 112px; height: 112px; margin: 0 auto 16px; border-radius: 50%; overflow: hidden; border: 2px solid var(--gold); display: grid; place-items: center; background: radial-gradient(circle, rgba(212,175,55,.2), rgba(7,32,26,.6)); }
.rml-guest-ph img { width: 100%; height: 100%; object-fit: cover; }
.rml-guest-ph span { font-family: 'Cairo'; font-size: 42px; font-weight: 900; color: var(--gold-2); }
.rml-guest h3 { font-family: 'Cairo'; color: var(--white); font-size: 1.3rem; font-weight: 800; margin: 0 0 8px; }
.rml-guest p { color: var(--silver); margin: 0; font-size: .98rem; }

/* reels */
.rml-reels-grid { display: flex; gap: 16px; margin-top: 40px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.rml-reels-grid::-webkit-scrollbar { display: none; }
.rml-reels-grid .rml-reel { flex: 0 0 clamp(210px, 70vw, 250px); scroll-snap-align: center; }
.rml-reel { margin: 0; position: relative; border-radius: 18px; overflow: hidden; border: 1px solid var(--glass-brd); box-shadow: var(--shadow); aspect-ratio: 9 / 16; background: #0a0a0a; }
.rml-reel video { width: 100%; height: 100%; object-fit: cover; display: block; }
.rml-reel figcaption { position: absolute; inset-inline: 0; bottom: 0; padding: 26px 12px 12px; font-size: .85rem; color: #fff; background: linear-gradient(0deg, rgba(0,0,0,.65), transparent); }

/* floating CTA */
.rml-float-cta { position: fixed; bottom: 22px; inset-inline-start: 22px; z-index: 9991; display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 26px; border-radius: 999px; text-decoration: none; font-family: 'Cairo'; font-weight: 800; color: #04140d;
  background: linear-gradient(135deg, var(--gold-2), var(--gold) 50%, var(--green-soft)); box-shadow: 0 14px 36px rgba(0,0,0,.45), inset 0 0 0 1px rgba(255,255,255,.14);
  animation: rml-floatpulse 2.6s ease-in-out infinite; transition: transform .25s; }
.rml-float-cta:hover { transform: translateY(-3px) scale(1.03); }
@keyframes rml-floatpulse { 0%,100% { box-shadow: 0 14px 36px rgba(0,0,0,.45), 0 0 0 0 rgba(212,175,55,.45); } 50% { box-shadow: 0 14px 36px rgba(0,0,0,.45), 0 0 0 13px rgba(212,175,55,0); } }
@media (max-width: 600px){ .rml-float-cta { inset-inline: 16px; justify-content: center; bottom: 16px; } }

/* reveal + tilt */
.fr-anim, .rml-reveal { opacity: 0; transform: translateY(30px); }
.fr-anim.fr-in, .rml-reveal.fr-in { opacity: 1; transform: none; transition: opacity .85s cubic-bezier(.2,.7,.2,1), transform .85s cubic-bezier(.2,.7,.2,1); }
.rml-tilt { transition: transform .15s ease-out; transform-style: preserve-3d; }

/* responsive */
@media (max-width: 860px) {
  .rml-nav-toggle { display: block; }
  .rml-nav-links { position: absolute; top: 100%; inset-inline: 0; flex-direction: column; align-items: stretch; gap: 0; background: rgba(5,20,15,0.98); border-bottom: 1px solid var(--line); padding: 8px 18px 16px; display: none; }
  .rml-nav.is-open .rml-nav-links { display: flex; }
  .rml-nav-links a { padding: 13px 4px; border-bottom: 1px solid rgba(14,156,102,.12); }
  .rml-nav-cta { text-align: center; margin-top: 10px; }
  .rml-root .fr-grid2 { grid-template-columns: 1fr; }
  .rml-root .fr-phone-row { grid-template-columns: 1fr; }
  .rml-sticky { display: block; }
}
@media (prefers-reduced-motion: reduce) {
  .rml-scroll-cue, .rml-float-cta { animation: none; }
  .fr-anim, .rml-reveal { opacity: 1; transform: none; }
  .rml-hero-photo, .rml-bgphoto, .rml-hero-inner { transform: none !important; }
}

/* perf: WebP <picture> wrappers must not alter layout (img keeps its own rules) */
.rml-root picture { display: contents; }
/* reels: brand backdrop shown while the lazy video is still loading */
.rml-reel { background: linear-gradient(135deg, #0a2018, #05140f); }

/* ===== Harmony worldwide — communities journey ===== */
.rml-journey { display: flex; flex-wrap: wrap; align-items: stretch; justify-content: center; gap: 12px; max-width: 980px; margin: 10px auto 0; }
.rml-jstop { flex: 1 1 165px; max-width: 230px; text-align: center; padding: 24px 16px; border-radius: 18px; background: var(--glass); border: 1px solid var(--glass-brd); transition: transform .3s, border-color .3s; }
.rml-jstop:hover { transform: translateY(-5px); border-color: var(--green); }
.rml-jflag { width: 50px; height: 50px; margin: 0 auto; border-radius: 50%; overflow: hidden; display: block; border: 1px solid var(--glass-brd); box-shadow: 0 4px 14px rgba(0,0,0,.35); }
.rml-jflag svg { width: 100%; height: 100%; display: block; }
.rml-jcity { display: block; margin-top: 11px; font-weight: 800; color: var(--cream); font-size: 1.06rem; }
.rml-jtag { display: inline-block; margin-top: 10px; font-size: .72rem; font-weight: 700; letter-spacing: .4px; padding: 3px 11px; border-radius: 999px; color: var(--green-soft); background: rgba(14,156,102,.13); border: 1px solid var(--line-green); }
.rml-jstop.is-now { border-color: rgba(212,175,55,.40); }
.rml-jstop.is-now .rml-jcity { color: #fff; }
.rml-jstop.is-now .rml-jtag { color: #14120a; background: var(--gold); border-color: var(--gold); }
.rml-jarrow { align-self: center; flex: 0 0 auto; color: var(--gold); font-size: 1.5rem; font-weight: 700; opacity: .85; }
@media (max-width: 860px) {
  /* all four cities fit in one row; scrolling lights them up حيفا → رام الله */
  .rml-journey { flex-wrap: nowrap; justify-content: center; gap: 5px; max-width: none; }
  .rml-jstop { flex: 1 1 0; min-width: 0; max-width: none; padding: 13px 5px; }
  .rml-jflag { width: 36px; height: 36px; }
  .rml-jcity { font-size: .7rem; margin-top: 7px; }
  .rml-jtag { font-size: .58rem; padding: 2px 7px; margin-top: 6px; }
  .rml-jarrow { font-size: .9rem; }
}

/* ===== Meet the members ===== */
.rml-mtrack { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 8px 4px 16px; margin-top: 10px; -webkit-overflow-scrolling: touch; scrollbar-width: thin; scrollbar-color: rgba(14,156,102,.5) transparent; }
.rml-mtrack::-webkit-scrollbar { height: 7px; }
.rml-mtrack::-webkit-scrollbar-track { background: transparent; }
.rml-mtrack::-webkit-scrollbar-thumb { background: rgba(14,156,102,.45); border-radius: 999px; }
.rml-mcard { scroll-snap-align: start; flex: 0 0 clamp(218px, 72vw, 248px); background: var(--glass); border: 1px solid var(--glass-brd); border-radius: 18px; padding: 15px; display: flex; flex-direction: column; transition: transform .3s, border-color .3s; }
.rml-mcard:hover { transform: translateY(-6px); border-color: var(--gold); }
.rml-mphoto { width: 100%; aspect-ratio: 1 / 1; border-radius: 14px; overflow: hidden; background: linear-gradient(135deg, #0a2018, #05140f); border: 1px solid var(--glass-brd); display: flex; align-items: center; justify-content: center; }
.rml-mphoto img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.rml-mph-ic { width: 46px; height: 46px; color: rgba(52,184,136,.55); }
.rml-mph-ic svg { width: 100%; height: 100%; }
.rml-mbody { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; margin-top: 14px; flex-grow: 1; }
.rml-mname { margin: 0; font-size: 1.05rem; font-weight: 800; color: #fff; line-height: 1.25; }
.rml-mnet { font-size: .72rem; font-weight: 700; color: var(--gold-2); background: rgba(212,175,55,.12); border: 1px solid var(--line); padding: 3px 10px; border-radius: 999px; }
.rml-mrole { margin: 3px 0 0; font-size: .9rem; font-weight: 600; color: var(--cream); }
.rml-mco { margin: 0; font-size: .82rem; font-style: italic; color: rgba(238,245,239,.6); }
.rml-msocial { display: flex; gap: 8px; margin-top: 13px; }
.rml-msocial a { width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: rgba(255,255,255,.05); border: 1px solid var(--glass-brd); color: var(--cream); transition: transform .25s, background .25s, border-color .25s; }
.rml-msocial a:hover { background: var(--green); border-color: var(--green); color: #fff; transform: translateY(-2px); }
.rml-msocial svg { width: 15px; height: 15px; }
.rml-mhint { margin-top: 6px; font-size: .82rem; color: rgba(238,245,239,.45); }

/* ===== Nav — main-site (external) button ===== */
.rml-nav-ext { border: 1px solid var(--glass-brd); padding: 7px 15px; border-radius: 999px; font-weight: 700; transition: border-color .25s, color .25s; }
.rml-nav-ext:hover { border-color: var(--gold); color: var(--gold-2); }

/* ===== Reels → Instagram (whole reel is a link) ===== */
.rml-reel-link { position: absolute; inset: 0; display: block; }
.rml-reel-ig { position: absolute; top: 10px; inset-inline-end: 10px; width: 30px; height: 30px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: rgba(0,0,0,.45); border: 1px solid rgba(255,255,255,.28); color: #fff; z-index: 2; transition: background .25s, transform .25s, border-color .25s; }
.rml-reel-link:hover .rml-reel-ig { background: linear-gradient(45deg, #f09433, #dc2743 55%, #bc1888); border-color: transparent; transform: scale(1.08); }
.rml-reel-ig svg { width: 16px; height: 16px; }

/* ===== Footer social icons (Instagram + LinkedIn) ===== */
.rml-social { display: flex; gap: 12px; justify-content: center; margin: 8px 0 6px; }
.rml-social a { width: 46px; height: 46px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--glass); border: 1px solid var(--glass-brd); color: var(--cream); transition: transform .25s, background .25s, border-color .25s, color .25s; }
.rml-social a:hover { transform: translateY(-3px); color: #fff; border-color: var(--gold); }
.rml-social a.ig:hover { background: linear-gradient(45deg, #f09433, #dc2743 55%, #bc1888); border-color: transparent; }
.rml-social a.li:hover { background: #0a66c2; border-color: transparent; }
.rml-social svg { width: 20px; height: 20px; }

/* ===== Mobile compaction (shorter scroll on phones) ===== */
@media (max-width: 600px){
  .rml-section { padding: 34px 0; }
  .rml-stat { padding: 18px 10px; }
}
/* journey: scroll-driven progression — cities light up حيفا → رام الله as you scroll down */
.rml-jstop { transition: opacity .45s ease, transform .35s ease, border-color .35s ease, box-shadow .35s ease; }
.rml-jstop.is-dim { opacity: .42; }
.rml-jstop.is-active { border-color: var(--gold); transform: translateY(-5px) scale(1.03); box-shadow: 0 0 0 2px rgba(212,175,55,.45), 0 22px 48px -20px rgba(212,175,55,.55); }
.rml-jstop.is-active .rml-jflag { box-shadow: 0 0 0 2px rgba(212,175,55,.6), 0 8px 20px rgba(212,175,55,.45); }
@media (prefers-reduced-motion: reduce){ .rml-jstop, .rml-jstop.is-active { transform: none !important; } .rml-jstop.is-dim { opacity: 1; } }

/* registration — friendly "it's quick" micro-note */
.rml-quicknote { display: inline-flex; align-items: center; gap: 8px; margin: 14px auto 0; padding: 8px 18px; border-radius: 999px; font-size: .9rem; font-weight: 700; color: var(--gold-2); background: rgba(212,175,55,.10); border: 1px solid var(--line); }
.rml-quicknote .rml-qn-ic { font-size: 1rem; animation: rml-qn-pulse 1.8s ease-in-out infinite; }
@keyframes rml-qn-pulse { 0%,100%{ transform: scale(1); opacity:.9; } 50%{ transform: scale(1.18); opacity:1; } }
@media (prefers-reduced-motion: reduce){ .rml-quicknote .rml-qn-ic { animation: none; } }

/* registration — "not final, we'll confirm" note near the ticket */
.rml-pay-note { margin: 4px 0 14px; padding: 10px 14px; border-radius: 12px; font-size: .85rem; line-height: 1.55; color: var(--cream); background: rgba(14,156,102,.09); border: 1px solid var(--line-green); }

/* member cards become a link to the members directory */
.rml-mtrack[data-href] .rml-mcard { cursor: pointer; }

/* adaptive loading: on slow / data-saver connections, drop the heavy background photos
   (the gradients/glows remain, so it still looks complete) */
.rml-root.rml-lite .rml-hero-photo,
.rml-root.rml-lite .rml-bgsection > .rml-bgphoto { display: none; }

/* ===== post-event after-party (Barley's) — a playful "stay till the end" reward ===== */
.rml-party { position: relative; overflow: hidden; max-width: 720px; margin: 0 auto; text-align: center;
  padding: clamp(34px, 5vw, 56px) clamp(22px, 4vw, 46px); border-radius: 26px;
  background:
    radial-gradient(130% 92% at 50% 0%, rgba(212,175,55,.13), transparent 62%),
    linear-gradient(180deg, var(--glass-2), var(--glass));
  border: 1px solid var(--gold-deep);
  box-shadow: 0 36px 90px -46px rgba(0,0,0,.75), inset 0 1px 0 rgba(255,255,255,.05); }
.rml-party-glow { position: absolute; left: 18%; right: 18%; top: -45%; height: 75%; z-index: 0; pointer-events: none;
  background: radial-gradient(closest-side, rgba(14,156,102,.32), transparent 72%); filter: blur(34px); }
.rml-party > * { position: relative; z-index: 1; }
.rml-party-badge { display: inline-block; font-size: .82rem; font-weight: 800; letter-spacing: .4px; color: var(--gold-2);
  background: rgba(212,175,55,.10); border: 1px solid var(--line); padding: 7px 16px; border-radius: 999px; }
.rml-party-icon { font-size: 2.5rem; line-height: 1; margin: 16px 0 6px; animation: rml-party-bob 2.6s ease-in-out infinite; }
@keyframes rml-party-bob { 0%,100% { transform: translateY(0) rotate(-7deg); } 50% { transform: translateY(-9px) rotate(7deg); } }
.rml-party-h2 { font-size: clamp(1.45rem, 3.4vw, 2.15rem); font-weight: 900; color: var(--white); margin: 0 0 14px; line-height: 1.35; }
.rml-party-lead { font-size: clamp(1rem, 2.2vw, 1.12rem); line-height: 1.95; color: var(--cream); margin: 0 auto 24px; max-width: 560px; }
.rml-party-lead strong { color: var(--gold-2); font-weight: 800; }
.rml-party-points { list-style: none; margin: 0 auto 22px; padding: 0; max-width: 500px; text-align: start; display: grid; gap: 11px; }
.rml-party-points li { display: flex; gap: 13px; align-items: flex-start; font-size: 1rem; line-height: 1.65; color: var(--cream);
  background: rgba(255,255,255,.03); border: 1px solid var(--line-green); border-radius: 14px; padding: 12px 16px; }
.rml-party-points .rml-pp-ic { font-size: 1.2rem; line-height: 1.4; flex: 0 0 auto; }
.rml-party-points strong { color: var(--white); }
.rml-party-fine { font-size: .95rem; color: var(--gold-2); font-weight: 700; margin: 0; }
@media (max-width: 600px) { .rml-party { padding: 30px 20px; border-radius: 20px; } .rml-party-points li { font-size: .94rem; } }
@media (prefers-reduced-motion: reduce) { .rml-party-icon { animation: none; } }

/* =========================================================================
   RETREAT 1 · رام الله  (templates/landing-retreat.php)
   Reuses the obsidian-green system; adds: 2-day program, hotel stay,
   transport, packages, FAQ, urgency. Scoped under .rml-root / .rml-retreat.
   ========================================================================= */

/* hero extras */
.rml-hero-ed { font-size: .4em; font-weight: 800; color: var(--gold-2); vertical-align: middle; letter-spacing: 1px; opacity: .9; }
.rml-hero-urg { display: inline-flex; align-items: center; gap: 8px; margin: 22px auto 0; padding: 9px 20px; border-radius: 999px; font-size: .9rem; font-weight: 800; color: var(--gold-2); background: rgba(212,175,55,.12); border: 1px solid var(--line); }
.rml-hero-urg .rml-qn-ic { animation: rml-qn-pulse 1.8s ease-in-out infinite; }

/* two-day program */
.rml-days { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 1000px; margin: 14px auto 0; align-items: start; }
.rml-day { background: var(--glass); border: 1px solid var(--glass-brd); border-radius: 22px; padding: 22px 20px; }
.rml-day-head { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; padding: 2px 4px 14px; margin-bottom: 14px; border-bottom: 1px solid var(--line); }
.rml-day-no { font-weight: 900; font-size: 1.18rem; color: var(--white); }
.rml-day-date { font-weight: 700; font-size: .9rem; color: var(--gold-2); }
.rml-days .rml-tlx { margin: 0; }
.rml-tl-card h4 { margin: 0 0 4px; font-size: 1rem; font-weight: 800; color: var(--cream); }
@media (max-width: 760px) { .rml-days { grid-template-columns: 1fr; gap: 18px; } }

/* the stay — hotel gallery */
.rml-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 8px auto 0; max-width: 1040px; }
.rml-gphoto { position: relative; margin: 0; border-radius: 16px; overflow: hidden; border: 1px solid var(--glass-brd); aspect-ratio: 4/3; background: linear-gradient(135deg, #0a2018, #05140f); }
.rml-gphoto img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.2,.7,.2,1); }
.rml-gphoto:hover img { transform: scale(1.06); }
.rml-gphoto-lg { grid-column: span 2; grid-row: span 2; aspect-ratio: auto; }
.rml-gphoto figcaption { position: absolute; inset-inline: 0; bottom: 0; padding: 20px 14px 11px; font-size: .82rem; font-weight: 700; color: #fff; background: linear-gradient(0deg, rgba(0,0,0,.62), transparent); }
@media (max-width: 760px) { .rml-gallery { grid-template-columns: 1fr 1fr; } .rml-gphoto-lg { grid-column: span 2; grid-row: auto; aspect-ratio: 16/10; } .rml-gallery .rml-gphoto:last-child:nth-child(odd) { grid-column: 1 / -1; aspect-ratio: 16/9; } }

/* the stay — amenities + venue note */
.rml-amenities { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin: 24px auto 0; max-width: 840px; }
.rml-amenity { display: inline-flex; align-items: center; gap: 9px; padding: 10px 16px; border-radius: 999px; font-size: .9rem; font-weight: 600; color: var(--cream); background: var(--glass); border: 1px solid var(--line-green); }
.rml-amenity-ic { width: 18px; height: 18px; color: var(--green-soft); display: inline-flex; }
.rml-amenity-ic svg { width: 100%; height: 100%; }
.rml-venue-note { display: flex; align-items: center; gap: 16px; max-width: 720px; margin: 26px auto 0; padding: 18px 22px; border-radius: 18px; background: rgba(212,175,55,.07); border: 1px solid var(--line); }
.rml-vn-ic { font-size: 1.8rem; line-height: 1; flex: 0 0 auto; }
.rml-venue-note p { margin: 0; font-size: .96rem; line-height: 1.8; color: var(--cream); }
.rml-venue-note strong { color: var(--gold-2); }

/* transportation (trempi) */
.rml-transport { display: flex; align-items: center; gap: 26px; max-width: 900px; margin: 0 auto; padding: clamp(24px,4vw,40px); border-radius: 24px; background: linear-gradient(135deg, rgba(14,156,102,.10), var(--glass)); border: 1px solid var(--line-green); }
.rml-transport-ic { flex: 0 0 auto; width: 72px; height: 72px; border-radius: 18px; display: grid; place-items: center; background: rgba(14,156,102,.14); border: 1px solid var(--line-green); color: var(--green-soft); }
.rml-transport-ic svg { width: 38px; height: 38px; }
.rml-transport-body h3 { margin: 8px 0; font-size: 1.3rem; font-weight: 800; color: var(--white); }
.rml-transport-body p { margin: 0 0 16px; color: var(--cream); line-height: 1.85; }
.rml-transport-body strong { color: var(--gold-2); }
@media (max-width: 620px) { .rml-transport { flex-direction: column; text-align: center; } }

/* trempi — single elegant line (both pages) */
.rml-trempi-line { display: flex; align-items: center; gap: 14px; max-width: 720px; margin: 0 auto; padding: 15px 20px; border-radius: 16px; background: linear-gradient(135deg, rgba(14,156,102,.10), var(--glass)); border: 1px solid var(--line-green); color: var(--cream); text-decoration: none; font-size: 1.02rem; font-weight: 600; transition: transform .25s, border-color .25s; }
.rml-trempi-line:hover { transform: translateY(-2px); border-color: var(--green); }
.rml-trempi-line strong { color: var(--gold-2); }
.rml-trempi-ic { width: 42px; height: 42px; flex: 0 0 auto; border-radius: 12px; display: grid; place-items: center; background: rgba(14,156,102,.14); color: var(--green-soft); }
.rml-trempi-ic svg { width: 22px; height: 22px; }
.rml-trempi-txt { flex: 1; }
.rml-trempi-go { color: var(--gold-2); font-weight: 800; white-space: nowrap; }
@media (max-width: 520px){ .rml-trempi-line { flex-wrap: wrap; font-size: .92rem; padding: 14px 16px; gap: 10px; } .rml-trempi-ic { width: 36px; height: 36px; } .rml-trempi-ic svg { width: 19px; height: 19px; } .rml-trempi-txt { flex: 1 1 auto; } .rml-trempi-go { flex: 1 1 100%; text-align: center; padding-top: 10px; border-top: 1px solid var(--line-green); } }

/* footer — mission statement + gold "هارموني" */
.rml-gold { color: var(--gold-2); font-weight: 800; }
.rml-mission { max-width: 720px; margin: 0 auto 6px; line-height: 1.9; }
.rml-mission strong { color: var(--cream); }

/* registration success recap (what they registered for) + selection note */
.fr-recap { margin: 4px auto 14px; max-width: 440px; border: 1px solid var(--line-green); border-radius: 12px; overflow: hidden; text-align: start; }
.fr-recap-row { display: flex; justify-content: space-between; gap: 12px; padding: 10px 14px; font-size: .92rem; }
.fr-recap-row + .fr-recap-row { border-top: 1px solid var(--line-green); }
.fr-recap-row span { color: var(--silver); }
.fr-recap-row strong { color: var(--gold-2); }
.rml-root .fr-balance-note { margin: 8px auto 0; max-width: 480px; padding: 12px 16px; border-radius: 12px; background: rgba(212,175,55,.10); border: 1px solid var(--line); color: var(--cream); font-size: .9rem; line-height: 1.7; text-align: start; }

/* audience routing note at registration (cross-link to the other page) */
.rml-aud-note { max-width: 640px; margin: 6px auto 20px; padding: 12px 18px; border-radius: 14px; text-align: center; font-size: .95rem; line-height: 1.7; color: var(--cream); background: rgba(14,156,102,.10); border: 1px solid var(--line-green); }
.rml-aud-note strong { color: var(--gold-2); }
.rml-aud-note a { color: var(--green-soft); font-weight: 800; white-space: nowrap; }

/* retreat: collapse the empty booking card until a package is chosen (no bare box) */
.rml-retreat .rml-reg-card:not(:has(.fr-step:not([hidden]))):not(:has(.fr-tier-summary:not([hidden]))):not(:has(.fr-notice:not([hidden]))) { border-color: transparent; background: none; padding: 0; }
/* mobile: keep the footer copyright clear of the floating CTA (also hidden via JS near booking) */
@media (max-width: 600px) { .rml-footer { padding-bottom: 56px; } }
.rml-float-cta { transition: opacity .3s ease, transform .25s; }

/* packages */
.rml-pkgs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 1040px; margin: 18px auto 0; align-items: stretch; }
.rml-pkg { position: relative; display: flex; flex-direction: column; padding: 32px 24px 26px; border-radius: 22px; background: var(--glass); border: 1px solid var(--glass-brd); transition: transform .3s, border-color .3s, box-shadow .3s; }
.rml-pkg:hover { transform: translateY(-6px); border-color: var(--line-green); }
.rml-pkg.is-feat { border-color: var(--gold-deep); background: linear-gradient(180deg, rgba(212,175,55,.09), var(--glass)); box-shadow: 0 30px 70px -40px rgba(212,175,55,.5); }
.rml-pkg-badge { position: absolute; top: -12px; inset-inline-start: 24px; padding: 5px 14px; border-radius: 999px; font-size: .74rem; font-weight: 800; color: #15120a; background: linear-gradient(135deg, var(--gold-2), var(--gold)); box-shadow: 0 8px 20px rgba(212,175,55,.35); }
.rml-pkg-title { margin: 6px 0 4px; font-size: 1.35rem; font-weight: 900; color: var(--white); }
.rml-pkg-aud { margin: 0 0 16px; font-size: .86rem; color: var(--silver); }
.rml-pkg-price { display: flex; align-items: baseline; gap: 6px; margin-bottom: 18px; }
.rml-pkg-price b { font-size: 2.7rem; font-weight: 900; color: var(--gold-2); line-height: 1; }
.rml-pkg-price span { font-size: 1.1rem; font-weight: 700; color: var(--gold-2); }
.rml-pkg-pay { margin: -8px 0 16px; font-size: .82rem; line-height: 1.55; color: var(--silver); }
.rml-pkg-pay strong { color: var(--gold-2); }
.rml-pkg-list { list-style: none; margin: 0 0 24px; padding: 0; display: grid; gap: 10px; }
.rml-pkg-list li { display: flex; gap: 10px; font-size: .92rem; line-height: 1.6; color: var(--cream); }
.rml-pkg-tick { color: var(--gold); flex: 0 0 auto; font-size: .85rem; }
.rml-pkg .rml-btn { margin-top: auto; }
@media (max-width: 860px) { .rml-pkgs { grid-template-columns: 1fr; max-width: 460px; } }

/* registration — multi-package picker row.
   The Finjan page auto-selects its single tier (picker hidden, summary shown).
   The retreat has 3 packages to choose from, so the picker must be visible and
   the summary must respect its [hidden] state (toggled by JS on selection). */
.rml-retreat .fr-tier-picker:not([hidden]) { display: block; }
.rml-retreat .fr-tier-summary[hidden] { display: none; }
.rml-root .fr-picker-hint { display: block; font-size: .85rem; font-weight: 700; color: var(--silver); margin-bottom: 12px; }
.rml-root .fr-picker-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
@media (max-width: 560px) { .rml-root .fr-picker-row { grid-template-columns: 1fr; } }

/* FAQ */
.rml-faq { display: grid; gap: 12px; margin-top: 12px; }
.rml-faq-item { border: 1px solid var(--glass-brd); border-radius: 14px; background: var(--glass); overflow: hidden; }
.rml-faq-item summary { cursor: pointer; list-style: none; padding: 16px 20px; font-weight: 800; color: var(--cream); font-size: 1rem; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.rml-faq-item summary::-webkit-details-marker { display: none; }
.rml-faq-item summary::after { content: '+'; color: var(--gold-2); font-size: 1.35rem; font-weight: 700; transition: transform .3s; flex: 0 0 auto; }
.rml-faq-item[open] summary::after { transform: rotate(45deg); }
.rml-faq-a { padding: 0 20px 18px; color: var(--silver); line-height: 1.8; font-size: .95rem; }
.rml-faq-a a { color: var(--gold-2); }

/* float CTA urgency badge (retreat + Finjan pages) */
.rml-float-urg { display: inline-block; margin-inline-start: 8px; padding: 3px 10px; border-radius: 999px; font-size: .7rem; font-weight: 800; background: rgba(0,0,0,.2); color: inherit; }

/* "sells out fast" scarcity pill (warm accent, distinct from the gold quicknote) */
.rml-quicknote.rml-urg { color: #f3b9a4; background: rgba(228,49,43,.12); border-color: rgba(228,49,43,.32); }

/* smaller "share" button beside the main CTA (both pages) */
.rml-btn-share { padding: 11px 22px; font-size: .88rem; background: transparent; color: var(--gold-2); border: 1px solid var(--line); cursor: pointer; }
.rml-btn-share:hover { border-color: var(--gold); color: #fff; transform: translateY(-3px); }

/* program polish: stack title over description in each day card */
.rml-days .rml-tlx .rml-tl-card { flex-direction: column; align-items: flex-start; justify-content: center; gap: 3px; }
.rml-days .rml-tl-card p { font-size: .92rem; line-height: 1.6; }
/* highlight the marquee moments (الفنجان · الأمسية الموسيقية · المفاجآت) in gold */
.rml-tlx .rml-tl.is-hl .rml-tl-time { background: linear-gradient(135deg, var(--gold-2), var(--gold) 60%, var(--gold-deep)); color: #15120a; border-color: var(--gold); font-size: 1.05rem; }
.rml-tlx .rml-tl.is-hl .rml-tl-card { border-inline-start-color: var(--gold); background: linear-gradient(180deg, rgba(212,175,55,.10), var(--glass)); }
.rml-tlx .rml-tl.is-hl .rml-tl-card h4 { color: var(--gold-2); }

@media (prefers-reduced-motion: reduce) { .rml-hero-urg .rml-qn-ic { animation: none; } }

/* ===================== Surprise teaser (after program) ===================== */
.rml-surprise { display:flex; align-items:center; gap:12px; justify-content:center; max-width:640px; margin:30px auto 0; padding:16px 22px; text-align:center;
  background:linear-gradient(135deg, rgba(212,175,55,.14), rgba(14,156,102,.08)); border:1px solid var(--line);
  border-radius:18px; color:var(--cream); text-decoration:none; font-size:1.02rem; transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.rml-surprise:hover { transform:translateY(-3px); border-color:var(--gold); box-shadow:0 16px 40px rgba(212,175,55,.18); }
.rml-surprise strong { color:var(--gold-2); }
.rml-surprise-spark { font-size:1.3rem; }
.rml-surprise-arrow { color:var(--gold); font-weight:800; animation:rmlBob 1.6s ease-in-out infinite; }
@keyframes rmlBob { 0%,100%{ transform:translateY(0); } 50%{ transform:translateY(4px); } }

/* ===================== Sponsor / partner ===================== */
.rml-sponsor { position:relative; text-align:center; padding:40px 26px; border-radius:24px; overflow:hidden;
  background:linear-gradient(180deg, var(--glass-2), var(--glass)); border:1px solid var(--line); box-shadow:var(--shadow); }
.rml-sponsor-badge { display:inline-block; padding:6px 16px; border-radius:999px; font-size:.85rem; font-weight:700;
  color:var(--gold-2); background:rgba(212,175,55,.12); border:1px solid var(--line); margin-bottom:14px; }
.rml-sponsor-h2 { font-size:clamp(1.5rem,3.4vw,2.1rem); color:var(--white); margin:0 0 12px; font-weight:800; }
.rml-sponsor-lead { color:var(--silver); max-width:560px; margin:0 auto 22px; }
.rml-sponsor-panel { max-width:540px; margin:24px auto 0; text-align:start; }
.rml-sponsor-panel textarea.fr-input { resize:vertical; min-height:80px; font-family:inherit; }
.fr-sponsor-done { padding:22px; border-radius:16px; background:rgba(14,156,102,.12); border:1px solid var(--line-green);
  color:var(--cream); font-size:1.05rem; line-height:1.8; text-align:center; }

/* ===================== Success extras (greeting + share CTA) ===================== */
.fr-success-hi { color:var(--gold-2); font-weight:700; font-size:1.05rem; margin:6px 0 14px; line-height:1.8; }
.fr-share-cta { margin-top:18px; padding:16px; border-radius:16px; text-align:center;
  background:linear-gradient(135deg, rgba(212,175,55,.12), rgba(14,156,102,.08)); border:1px solid var(--line); }
.fr-share-cta p { margin:0 0 12px; color:var(--cream); font-size:.98rem; }

/* ===================== Ramallah location-based pricing ===================== */
.rml-price-note { margin:8px 0 2px; }
.rml-price-line { display:flex; align-items:center; justify-content:space-between; gap:12px; padding:9px 13px; margin:7px 0;
  background:var(--glass); border:1px solid var(--line); border-radius:11px; color:var(--cream); }
.rml-price-line strong { color:var(--gold-2); font-size:1.08rem; white-space:nowrap; }
.rml-price-incl { margin:9px 2px 4px; color:var(--cream); font-size:.95rem; }
.fr-price-hint { margin:9px 0 0; font-size:.93rem; color:var(--gold-2); background:rgba(212,175,55,.10);
  border:1px solid var(--line); border-radius:10px; padding:9px 12px; }
.fr-price-hint strong { color:#fff; font-size:1.05rem; }

/* ===================== Speakers / guests ===================== */
.rml-speakers-grid { display:grid; grid-template-columns:1fr 1fr; gap:20px; margin-top:34px; }
.rml-speaker { display:flex; gap:18px; padding:18px; border-radius:20px; background:linear-gradient(180deg,var(--glass-2),var(--glass)); border:1px solid var(--line); box-shadow:var(--shadow); align-items:flex-start; }
.rml-speaker-photo { flex:0 0 132px; width:132px; height:168px; border-radius:14px; overflow:hidden; background:rgba(255,255,255,.05); border:1px solid var(--line); display:flex; align-items:center; justify-content:center; }
.rml-speaker-photo img { width:100%; height:100%; object-fit:cover; display:block; }
.rml-speaker-mono { font-size:2.6rem; opacity:.45; }
.rml-speaker-body { flex:1; min-width:0; }
.rml-speaker-name { color:var(--white); font-size:1.2rem; font-weight:800; margin:2px 0 5px; }
.rml-speaker-role { color:var(--gold-2); font-size:.95rem; font-weight:700; margin:0 0 11px; }
.rml-speaker-bio { color:var(--silver); font-size:.92rem; line-height:1.85; margin:0; }
.rml-speaker.is-reveal .rml-speaker-photo { filter:blur(7px); }
.rml-speaker.is-reveal .rml-speaker-name { color:var(--gold-2); }
@media (max-width:860px){ .rml-speakers-grid { grid-template-columns:1fr; } }
@media (max-width:480px){ .rml-speaker { flex-direction:column; align-items:center; text-align:center; } .rml-speaker-photo{ width:150px; height:185px; } }

/* ===================== Speaker "read more" + profile modal ===================== */
.rml-sp-more { margin-top:13px; background:none; border:1px solid var(--gold); color:var(--gold-2); border-radius:999px; padding:6px 16px; font-size:.9rem; font-weight:700; cursor:pointer; font-family:inherit; transition:background .2s, color .2s; }
.rml-sp-more:hover { background:var(--gold); color:#15120a; }
.rml-sp-modal { position:fixed; inset:0; z-index:99999; display:none; }
.rml-sp-modal.open { display:flex; align-items:center; justify-content:center; padding:20px; }
.rml-sp-ov { position:absolute; inset:0; background:rgba(3,12,9,.72); }
.rml-sp-card { position:relative; background:linear-gradient(180deg,#0c2118,#07160f); border:1px solid var(--line); border-radius:22px; max-width:560px; width:100%; max-height:88vh; overflow:auto; padding:30px 26px 26px; box-shadow:var(--shadow); text-align:center; animation:frrPop .2s ease; }
@keyframes frrPop { from{ opacity:0; transform:translateY(12px) scale(.98);} to{ opacity:1; transform:none; } }
.rml-sp-x { position:absolute; inset-inline-end:14px; top:10px; background:none; border:0; color:var(--silver); font-size:1.5rem; cursor:pointer; line-height:1; }
.rml-sp-x:hover { color:#fff; }
.rml-sp-modal-photo { width:132px; height:165px; border-radius:16px; overflow:hidden; margin:0 auto 16px; border:1px solid var(--line); background:rgba(255,255,255,.05); }
.rml-sp-modal-photo img { width:100%; height:100%; object-fit:cover; display:block; }
.rml-sp-modal-name { color:#fff; font-size:1.5rem; font-weight:800; margin:0 0 6px; }
.rml-sp-modal-role { color:var(--gold-2); font-weight:700; margin:0 0 16px; }
.rml-sp-modal-bio { color:var(--silver); font-size:1rem; line-height:2; text-align:start; }

/* ===================== Sold out card ===================== */
.rml-soldout { text-align:center; max-width:600px; margin:10px auto 0; padding:42px 28px; border-radius:24px;
  background:linear-gradient(180deg, rgba(214,54,56,.10), var(--glass)); border:1px solid var(--line); box-shadow:var(--shadow); }
.rml-soldout-badge { display:inline-block; background:#d63638; color:#fff; font-weight:800; letter-spacing:1.5px; font-size:.82rem; padding:6px 18px; border-radius:999px; margin-bottom:16px; }
.rml-soldout-h { color:var(--white); font-size:clamp(1.5rem,4vw,2.1rem); font-weight:800; margin:0 0 12px; }
.rml-soldout-p { color:var(--silver); font-size:1.05rem; line-height:1.9; max-width:470px; margin:0 auto 24px; }
.rml-soldout-cta { font-size:1.05rem; }
