/* ============================================================
   runem :: runem-home.css  ,  site theme v2 (navy / lime / white)
   Palette discipline: white canvas, navy structure + text,
   lime is a hi-vis ACCENT only. Never lime text/elements on white,
   never white text on lime. Navy text on lime is fine.
   Header + footer are shared partials, styled here once.
   ============================================================ */
:root{
  --navy:#0f142e; --navy-2:#19204a; --navy-line:#171f40; --navy-soft:#f4f5fb;
  --lime:#bfff22; --lime-deep:#a9e80c; --lime-ink:#0a0e1e;
  --ink:#0f142e; --body:#4a5066; --muted:#7a8096; --line:#e7e9f2;
  --white:#ffffff; --soft:#f6f7fc;
  --display:'Bricolage Grotesque',-apple-system,BlinkMacSystemFont,sans-serif;
  --font:'Hanken Grotesk',-apple-system,Arial,sans-serif;
  --wrap:1320px; --radius:16px;
}
*,*::before,*::after{ box-sizing:border-box; }
body.rhome{ margin:0; background:var(--white); color:var(--body); font-family:var(--font); font-size:16px; line-height:1.6; -webkit-font-smoothing:antialiased; }
.rhome img{ max-width:100%; display:block; }
.rhome a{ color:inherit; text-decoration:none; }
.rh-wrap{ width:100%; max-width:var(--wrap); margin:0 auto; padding:0 clamp(20px,4vw,56px); }

/* buttons , lime always carries dark text, never white */
.rh-btn{ display:inline-flex; align-items:center; justify-content:center; gap:8px; padding:12px 22px; border-radius:10px; font-family:var(--font); font-weight:700; font-size:15px; cursor:pointer; border:2px solid transparent; transition:transform .12s,background .15s,border-color .15s,color .15s; white-space:nowrap; }
.rh-btn:hover{ transform:translateY(-1px); }
.rh-btn-lime,.rh-btn-lime:visited{ background:var(--lime); color:var(--lime-ink) !important; border-color:var(--lime); }
.rh-btn-lime:hover{ background:var(--lime-deep); border-color:var(--lime-deep); color:var(--lime-ink); }
.rh-btn-navy{ background:var(--navy); color:#fff; border-color:var(--navy); }
.rh-btn-navy:hover{ background:var(--navy-2); }
.rh-btn-ghost{ background:transparent; color:#fff; border-color:rgba(255,255,255,.6); }
.rh-btn-ghost:hover{ border-color:#fff; color:#fff; background:rgba(255,255,255,.08); }
.rh-btn-limeline{ background:var(--navy); color:var(--lime); border-color:var(--lime); }
.rh-btn-limeline:hover{ background:var(--lime); color:var(--navy); border-color:var(--lime); }
.rh-btn-ghost-navy{ background:transparent; color:var(--navy); border-color:var(--line); }
.rh-btn-ghost-navy:hover{ border-color:var(--navy); }
.rh-btn-lg{ padding:14px 26px; font-size:16px; }

/* ---- shared header ---- */
.rh-header{ background:var(--navy); position:sticky; top:0; z-index:50; border-bottom:1px solid var(--navy-line); }
.rh-header .rh-wrap{ display:flex; align-items:center; gap:18px; min-height:76px; position:relative; }
.rh-brand{ display:flex; align-items:center; }
.rh-brand img{ height:40px; width:auto; }
.rh-nav{ display:flex; align-items:center; gap:28px; margin-left:0; flex:1 1 auto; justify-content:center; }
.rh-nav > a{ color:#e8eaf6; font-weight:600; font-size:15px; }
.rh-nav > a:hover,.rh-nav > a[aria-current=page]{ color:#fff; }
.rh-nav-cta{ position:absolute; right:0; top:50%; transform:translateY(-50%); display:flex; align-items:center; gap:12px; }
.rh-nav-cta .rh-nav-signin{ background:transparent; color:var(--lime) !important; border:2px solid var(--lime); padding:8px 16px; border-radius:10px; font-weight:700; font-size:14px; }
.rh-nav-cta .rh-nav-signin:hover{ background:var(--lime); color:var(--navy) !important; }
.rh-nav-cta .rh-btn{ padding:8px 16px; font-size:14px; }
.rh-burger{ display:none; background:none; border:0; cursor:pointer; padding:6px; margin-left:auto; }
.rh-burger span,.rh-burger span::before,.rh-burger span::after{ content:""; display:block; width:24px; height:2px; background:#fff; border-radius:2px; }
.rh-burger span{ position:relative; }
.rh-burger span::before{ position:absolute; top:-7px; } .rh-burger span::after{ position:absolute; top:7px; }
.rh-nav-toggle{ position:absolute; opacity:0; pointer-events:none; }

/* ---- hero ---- */
.rh-hero{ position:relative; background:linear-gradient(165deg,#10162f 0%, #141b39 58%, #171e40 100%); color:#fff; padding:74px 0 94px; overflow:hidden; }
.rh-hero::before{ content:""; position:absolute; top:-25%; right:-8%; width:680px; height:680px; background:radial-gradient(circle, rgba(191,255,34,.09) 0%, rgba(191,255,34,0) 62%); pointer-events:none; }
.rh-hero > .rh-wrap{ position:relative; z-index:1; }
.rh-hero-grid{ display:grid; grid-template-columns:1.05fr .95fr; gap:54px; align-items:center; }
.rh-eyebrow{ display:inline-flex; align-items:center; gap:8px; color:#9aa0bd; font-weight:700; font-size:13px; letter-spacing:.08em; text-transform:uppercase; margin-bottom:18px; }
.rh-hero h1{ font-family:var(--display); font-weight:800; font-size:clamp(30px,5.2vw,58px); line-height:1.05; letter-spacing:-.025em; margin:0 0 20px; color:#fff; }
.rh-hero h1 .hl{ color:var(--lime); }
.rh-hero p{ color:#c2c7de; font-size:18px; max-width:46ch; margin:0 0 30px; }
.rh-hero.full h1{ max-width:none; }
.rh-hero.full p{ max-width:none; font-size:19px; }
.rh-hero-cta{ display:flex; gap:14px; flex-wrap:wrap; }
.rh-hero-note{ margin-top:22px; color:#9aa0bd; font-size:14px; display:flex; gap:18px; flex-wrap:wrap; }
.rh-hero-note span{ display:inline-flex; align-items:center; gap:7px; }
.rh-tick{ color:var(--lime); font-weight:800; font-style:normal; }

/* hero mock app card */
.rh-mock{ background:var(--white); border-radius:18px; box-shadow:0 30px 60px rgba(0,0,0,.35); padding:18px; color:var(--ink); }
.rh-mock-bar{ display:flex; align-items:center; gap:6px; padding:0 4px 14px; }
.rh-mock-bar i{ width:10px; height:10px; border-radius:50%; background:#e2e4ee; display:block; }
.rh-mock-bar .t{ margin-left:10px; font-size:12px; color:var(--muted); font-weight:600; }
.rh-mock-tiles{ display:grid; grid-template-columns:repeat(2,1fr); gap:10px; margin-bottom:12px; }
.rh-tile{ background:var(--soft); border:1px solid var(--line); border-radius:12px; padding:12px; }
.rh-tile .n{ font-family:var(--display); font-weight:800; font-size:20px; color:var(--navy); line-height:1.1; }
.rh-tile .l{ font-size:11px; text-transform:uppercase; letter-spacing:.03em; color:var(--muted); margin-top:3px; }
.rh-tile.navy{ background:var(--navy); border-color:var(--navy); }
.rh-tile.navy .n{ color:var(--lime); } .rh-tile.navy .l{ color:#aeb4d0; }
.rh-row{ display:flex; align-items:center; gap:10px; padding:10px 6px; border-top:1px solid var(--line); }
.rh-av{ width:30px; height:30px; border-radius:50%; background:var(--navy-soft); color:var(--navy); font-weight:700; font-size:13px; display:flex; align-items:center; justify-content:center; }
.rh-row .nm{ font-weight:600; color:var(--ink); font-size:14px; }
.rh-row .pill{ margin-left:auto; background:var(--lime); color:var(--lime-ink); font-weight:700; font-size:11px; padding:3px 9px; border-radius:999px; }

/* ---- props strip ---- */
.rh-props{ background:var(--white); border-bottom:1px solid var(--line); }
.rh-props .rh-wrap{ display:grid; grid-template-columns:repeat(4,1fr); gap:18px; padding-top:26px; padding-bottom:26px; }
.rh-prop{ display:flex; gap:10px; align-items:center; justify-content:center; text-align:center; font-weight:600; color:var(--ink); font-size:15px; }
.rh-prop .c{ color:var(--lime); background:var(--navy); width:22px; height:22px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:13px; font-weight:800; flex:0 0 22px; }

/* ---- section scaffold ---- */
.rh-sec{ padding:74px 0; }
.rh-sec.soft{ background:var(--soft); }
.rh-sec.navy{ background:var(--navy); color:#fff; }
.rh-sec.navy h2,.rh-sec.navy .rh-kicker{ color:#fff; }
.rh-sec.navy .rh-lede{ color:#c2c7de; }
.rh-sec-head{ margin:0 0 40px; }
.rh-sec-head.center{ max-width:880px; margin-left:auto; margin-right:auto; text-align:center; }
.rh-kicker{ color:var(--navy); font-weight:700; font-size:13px; letter-spacing:.08em; text-transform:uppercase; margin-bottom:12px; }
.rh-sec h2{ font-family:var(--display); font-weight:800; font-size:clamp(28px,4vw,42px); line-height:1.07; letter-spacing:-.025em; color:var(--ink); margin:0 0 12px; }
.rh-sec h2 .hl{ color:var(--lime-ink); background:var(--lime); padding:0 .1em; border-radius:5px; }
.rh-sec .rh-lede{ color:var(--muted); font-size:18px; margin:0; }

/* features grid */
.rh-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.rh-card{ background:var(--white); border:1px solid var(--line); border-radius:var(--radius); padding:24px; transition:transform .14s,box-shadow .14s,border-color .14s; display:grid; grid-template-columns:auto 1fr; column-gap:14px; row-gap:8px; align-content:start; }
.rh-card:hover{ transform:translateY(-3px); box-shadow:0 16px 36px rgba(15,20,46,.10); border-color:transparent; }
.rh-ico{ grid-column:1; grid-row:1; align-self:center; width:46px; height:46px; border-radius:12px; background:var(--navy-soft); display:flex; align-items:center; justify-content:center; }
.rh-ico svg{ width:24px; height:24px; stroke:var(--navy); fill:none; }
.rh-card h3{ grid-column:2; grid-row:1; align-self:center; font-family:var(--display); font-weight:700; font-size:19px; color:var(--ink); margin:0; line-height:1.2; }
.rh-card p{ grid-column:1 / -1; grid-row:2; margin:0; color:var(--body); font-size:15.5px; }

/* steps , solid lime badge, dark numerals (navy on lime) */
.rh-steps{ display:grid; grid-template-columns:repeat(3,1fr); gap:28px; }
.rh-step{ display:grid; grid-template-columns:auto 1fr; column-gap:14px; row-gap:8px; align-content:start; }
.rh-step .num{ grid-column:1; grid-row:1; align-self:center; width:46px; height:46px; border-radius:12px; background:var(--lime); color:var(--lime-ink); display:inline-flex; align-items:center; justify-content:center; font-family:var(--display); font-weight:800; font-size:22px; }
.rh-step h3{ grid-column:2; grid-row:1; align-self:center; font-family:var(--display); font-weight:700; font-size:19px; color:var(--ink); margin:0; line-height:1.2; }
.rh-step p{ grid-column:1 / -1; grid-row:2; margin:0; color:var(--body); font-size:15.5px; }

/* simple prose (about / legal style) */
.rh-prose{ max-width:680px; }
.rh-prose p{ color:var(--body); font-size:17px; margin:0 0 18px; }
.rh-prose h2{ font-family:var(--display); font-weight:800; font-size:26px; color:var(--ink); margin:34px 0 12px; letter-spacing:-.02em; }
.rh-prose ul{ list-style:none; padding:0; margin:0 0 18px; display:grid; gap:10px; }
.rh-prose ul li{ display:flex; gap:10px; align-items:flex-start; color:var(--body); }
.rh-prose ul li::before{ content:"\2713"; color:var(--navy); background:var(--navy-soft); width:22px; height:22px; border-radius:50%; display:inline-flex; align-items:center; justify-content:center; font-size:12px; font-weight:800; flex:0 0 22px; }

/* pricing cards */
.rh-prices{ display:grid; grid-template-columns:repeat(auto-fit,minmax(240px,1fr)); gap:22px; align-items:stretch; }
.rh-price{ background:var(--white); border:1px solid var(--line); border-radius:var(--radius); padding:28px; display:flex; flex-direction:column; }
.rh-price.feature{ border:2px solid var(--navy); position:relative; }
.rh-price .tag{ font-size:13px; font-weight:700; text-transform:uppercase; letter-spacing:.05em; color:var(--muted); margin-bottom:10px; }
.rh-price .big{ font-family:var(--display); font-weight:800; font-size:40px; color:var(--ink); line-height:1; }
.rh-price .big small{ font-size:15px; font-weight:600; color:var(--muted); }
.rh-price .desc{ color:var(--body); font-size:15px; margin:14px 0 18px; }
.rh-price ul{ list-style:none; padding:0; margin:0 0 22px; display:grid; gap:9px; }
.rh-price li{ display:flex; gap:9px; color:var(--body); font-size:15px; }
.rh-price li::before{ content:"\2713"; color:var(--navy); font-weight:800; }
.rh-price .rh-btn{ margin-top:auto; }
.rh-price .badge{ position:absolute; top:-12px; right:20px; background:var(--lime); color:var(--lime-ink); font-size:12px; font-weight:800; padding:4px 12px; border-radius:999px; }

/* faq accordion */
.rh-faq{ max-width:760px; }
.rh-faq details{ border-bottom:1px solid var(--line); padding:6px 0; }
.rh-faq summary{ cursor:pointer; list-style:none; padding:18px 36px 18px 0; font-family:var(--display); font-weight:700; font-size:18px; color:var(--ink); position:relative; }
.rh-faq summary::-webkit-details-marker{ display:none; }
.rh-faq summary::after{ content:"+"; position:absolute; right:6px; top:16px; font-size:24px; color:var(--navy); font-weight:400; }
.rh-faq details[open] summary::after{ content:"\2212"; }
.rh-faq .a{ padding:0 4px 22px; color:var(--body); font-size:16.5px; }

/* contact form */
.rh-contact{ display:grid; grid-template-columns:1.15fr .85fr; gap:48px; align-items:start; }
.rh-form .f{ margin-bottom:16px; }
.rh-form label{ display:block; font-size:14px; font-weight:600; color:var(--ink); margin-bottom:6px; }
.rh-form input,.rh-form textarea{ width:100%; padding:12px 14px; border:1px solid #d4d8e2; border-radius:10px; font:inherit; color:var(--ink); }
.rh-form input:focus,.rh-form textarea:focus{ outline:none; border-color:var(--navy); box-shadow:0 0 0 3px rgba(15,20,46,.10); }
.rh-form textarea{ min-height:140px; resize:vertical; }
.rh-aside p{ color:var(--body); font-size:16.5px; }
.rh-aside .lead{ font-family:var(--display); font-weight:700; font-size:22px; color:var(--ink); letter-spacing:-.02em; margin:0 0 10px; }
.rh-alert{ background:#ecfdf3; border:1px solid var(--lime-deep); color:var(--ink); border-radius:10px; padding:13px 16px; margin-bottom:18px; }

/* CTA band */
.rh-band{ background:var(--navy); color:#fff; text-align:center; padding:72px 0; }
.rh-band h2{ font-family:var(--display); font-weight:800; font-size:clamp(28px,4.4vw,44px); letter-spacing:-.025em; margin:0 0 14px; color:#fff; }
.rh-band h2 .hl{ color:var(--lime); }
.rh-band p{ color:#c2c7de; font-size:18px; max-width:48ch; margin:0 auto 28px; }
.rh-band-grid{ display:grid; grid-template-columns:0.9fr 1.1fr; gap:48px; align-items:center; text-align:left; margin-top:34px; }
.rh-band-copy p{ color:#c2c7de; font-size:18px; line-height:1.6; margin:0 0 18px; max-width:46ch; }
.rh-band-card-wrap{ display:flex; justify-content:center; }
/* Membership card, matching the member-profile .mcard design */
.rh-band .mcard{ position:relative; width:100%; max-width:460px; border-radius:18px; padding:24px 24px 20px; background:linear-gradient(155deg,#2a3470,#1b2350); color:#fff; box-shadow:0 24px 60px rgba(0,0,0,.45); border:1px solid #3a4798; overflow:hidden; }
.rh-band .mcard::after{ content:""; position:absolute; right:-44px; top:-44px; width:170px; height:170px; border-radius:50%; background:rgba(255,255,255,.08); }
.rh-band .mcard-top{ position:relative; z-index:1; display:flex; align-items:center; gap:12px; margin-bottom:22px; }
.rh-band .mcard-club{ font-family:var(--display); font-weight:800; font-size:17px; letter-spacing:-.01em; }
.rh-band .mcard-status{ margin-left:auto; font-size:11px; font-weight:800; text-transform:uppercase; letter-spacing:.05em; padding:5px 11px; border-radius:20px; background:rgba(255,255,255,.20); white-space:nowrap; }
.rh-band .mcard-name{ position:relative; z-index:1; font-family:var(--display); font-weight:800; font-size:26px; letter-spacing:-.02em; line-height:1.1; margin:0 0 20px; }
.rh-band .mcard-meta{ position:relative; z-index:1; display:flex; gap:28px; flex-wrap:wrap; }
.rh-band .mcard-meta .l{ display:block; font-size:11px; text-transform:uppercase; letter-spacing:.05em; opacity:.72; margin-bottom:3px; }
.rh-band .mcard-meta .v{ display:block; font-weight:700; font-size:15px; }
.rh-band .mcard-foot{ position:relative; z-index:1; display:flex; justify-content:space-between; align-items:center; margin-top:22px; padding-top:14px; border-top:1px solid rgba(255,255,255,.20); font-size:12px; opacity:.9; }
.rh-band .mcard-rn{ font-weight:800; letter-spacing:.5px; }
@media (max-width:760px){
  .rh-band-grid{ grid-template-columns:1fr; gap:30px; text-align:center; }
  .rh-band-copy p{ max-width:none; margin-left:auto; margin-right:auto; }
  .rh-band .mcard{ max-width:420px; margin:0 auto; }
}

/* ---- shared footer ---- */
.rh-footer{ background:var(--navy); color:#aeb4d0; padding:54px 0 30px; border-top:1px solid var(--navy-line); }
.rh-foot-grid{ display:grid; grid-template-columns:1.8fr 1fr 1fr 1fr; gap:30px; margin-bottom:36px; }
.rh-foot-brand img{ height:34px; margin-bottom:14px; }
.rh-foot-brand p{ margin:0 0 18px; font-size:14px; color:#8b91ad; }
.rh-foot-col h4{ color:#fff; font-size:13px; text-transform:uppercase; letter-spacing:.05em; margin:0 0 14px; }
.rh-foot-col a{ display:block; color:#aeb4d0; font-size:14px; padding:5px 0; }
.rh-foot-col a:hover{ color:var(--lime); }
.rh-foot-bottom{ border-top:1px solid rgba(255,255,255,.10); padding-top:22px; display:flex; gap:14px; flex-wrap:wrap; align-items:center; font-size:13px; color:#8b91ad; }
.rh-foot-bottom a{ color:#aeb4d0; } .rh-foot-bottom a:hover{ color:var(--lime); }
.rh-foot-bottom .sp{ margin-left:auto; }

/* ---- responsive ---- */
@media (max-width:920px){
  .rh-hero-grid{ grid-template-columns:1fr; gap:40px; }
  .rh-hero-visual{ display:none; }
  .rh-grid,.rh-steps{ grid-template-columns:1fr 1fr; }
  .rh-props .rh-wrap{ grid-template-columns:1fr 1fr; }
  .rh-contact{ grid-template-columns:1fr; gap:32px; }
  .rh-foot-grid{ grid-template-columns:1.4fr 1fr 1fr; }
  .rh-foot-brand{ grid-column:1 / -1; }
}
@media (max-width:860px){
  .rh-nav{ display:none; }
  .rh-burger{ display:block; }
  .rh-nav-toggle:checked ~ .rh-wrap .rh-nav{
    display:flex; position:absolute; top:76px; left:0; right:0; flex-direction:column; align-items:stretch; gap:0; margin:0;
    background:var(--navy-2); padding:10px 20px 18px; border-top:1px solid var(--navy-line); box-shadow:0 18px 40px rgba(0,0,0,.32);
  }
  .rh-nav-toggle:checked ~ .rh-wrap .rh-nav > a{ padding:14px 2px; border-bottom:1px solid rgba(255,255,255,.08); color:#fff; }
  .rh-nav-cta{ position:static; transform:none; margin:14px 0 0; flex-direction:column; gap:10px; }
  .rh-nav-cta .rh-btn{ width:100%; }
}
@media (max-width:640px){
  .rh-grid,.rh-steps,.rh-props .rh-wrap{ grid-template-columns:1fr; }
  .rh-foot-grid{ grid-template-columns:1fr; text-align:center; gap:28px; }
  .rh-foot-brand{ display:flex; flex-direction:column; align-items:center; }
  .rh-foot-bottom{ justify-content:center; }
  .rh-foot-bottom .sp{ display:none; }
  .rh-sec{ padding:54px 0; }
  .rh-hero{ padding:48px 0 64px; }
  .rh-hero-cta .rh-btn{ flex:1 1 auto; }
  .rh-brand img{ height:34px; }
}

/* ============================================================
   Content-page components (how-it-works / pricing / about / contact)
   ============================================================ */
.rh-sec-label{ color:var(--navy); font-weight:700; font-size:12.5px; letter-spacing:.08em; text-transform:uppercase; margin-bottom:12px; }
.rh-ul{ list-style:none; padding:0; margin:0; display:grid; gap:11px; }
.rh-ul li{ display:flex; gap:10px; align-items:flex-start; color:var(--body); font-size:15.5px; }
.rh-ul li::before{ content:"\2713"; color:var(--navy); background:var(--navy-soft); width:22px; height:22px; border-radius:50%; display:inline-flex; align-items:center; justify-content:center; font-size:12px; font-weight:800; flex:0 0 22px; }
.rh-ul li a{ color:var(--navy); font-weight:600; text-decoration:underline; }

/* split: copy + visual */
.rh-split .rh-wrap{ display:grid; grid-template-columns:1fr 1fr; gap:54px; align-items:center; }
.rh-split.flip .rh-copy{ order:2; }
.rh-split .rh-copy h2{ font-family:var(--display); font-weight:800; font-size:clamp(26px,3.6vw,38px); letter-spacing:-.025em; color:var(--ink); margin:0 0 14px; line-height:1.12; }
.rh-split .rh-copy h2 em,.rh-prices h2 em{ font-style:normal; background:linear-gradient(transparent 60%, var(--lime) 60%); padding:0 .04em; }
.rh-split .rh-copy > p{ color:var(--body); font-size:16.5px; margin:0 0 18px; }

/* mini mock cards */
.rh-feat-mock{ background:var(--white); border:1px solid var(--line); border-radius:16px; box-shadow:0 18px 44px rgba(15,20,46,.10); padding:22px; }
.rh-feat-mock .mh{ font-family:var(--display); font-weight:700; color:var(--ink); font-size:16px; margin-bottom:14px; }
.rh-feat-mock .ln{ height:13px; border-radius:7px; background:var(--soft); margin:11px 0; }
.rh-feat-mock .ln.s{ width:58%; }
.rh-feat-mock .mrow{ display:flex; justify-content:space-between; align-items:center; gap:12px; padding:11px 0; border-top:1px solid var(--line); font-size:14px; color:var(--muted); }
.rh-feat-mock .mrow .v{ color:var(--ink); font-weight:600; }
.rh-feat-mock .mrow .ok{ color:var(--lime-ink); background:var(--lime); font-weight:700; font-size:12px; padding:2px 10px; border-radius:999px; }
.rh-feat-mock .mbtn{ margin-top:16px; background:var(--lime); color:var(--lime-ink); text-align:center; font-weight:700; padding:12px; border-radius:10px; }
.rh-feat-mock .mbtn.ghost{ background:var(--white); border:1px solid var(--line); color:var(--ink); }
.rh-feat-mock .mnote{ margin-top:12px; font-size:13px; color:var(--muted); }

/* pricing waterfall */
.rh-flow{ display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }
.rh-flow .node{ background:var(--white); border:1px solid var(--line); border-radius:14px; padding:20px 16px; text-align:center; }
.rh-flow .node .lab{ font-size:12px; text-transform:uppercase; letter-spacing:.03em; color:var(--muted); }
.rh-flow .node .val{ font-family:var(--display); font-weight:800; font-size:28px; color:var(--ink); margin:6px 0 4px; }
.rh-flow .node .sub{ font-size:12.5px; color:var(--muted); }
.rh-flow .node.keep{ background:var(--navy); border-color:var(--navy); }
.rh-flow .node.keep .val{ color:var(--lime); } .rh-flow .node.keep .lab,.rh-flow .node.keep .sub{ color:#aeb4d0; }
.rh-flow-note{ color:var(--muted); font-size:15px; margin:22px 0 0; }
.rh-flow-note strong{ color:var(--ink); }

/* website add-on */
.rh-upsell-card{ background:var(--navy); color:#fff; border-radius:var(--radius); padding:36px; display:grid; grid-template-columns:1.6fr 1fr; gap:32px; align-items:center; }
.rh-upsell-card h2{ color:#fff; font-family:var(--display); font-weight:800; font-size:27px; margin:0 0 12px; letter-spacing:-.02em; }
.rh-upsell-card p{ color:#c2c7de; margin:0 0 10px; font-size:16px; }
.rh-upsell-card .op{ color:#9aa0bd; font-size:14px; }
.rh-upsell-right{ text-align:left; }
.rh-upsell-right .price{ font-family:var(--display); font-weight:800; font-size:34px; color:var(--lime); }
.rh-upsell-right .price-sub{ color:#aeb4d0; font-size:14px; margin:6px 0 18px; }

@media (max-width:920px){
  .rh-split .rh-wrap{ grid-template-columns:1fr; gap:34px; }
  .rh-split.flip .rh-copy{ order:0; }
  .rh-flow{ grid-template-columns:1fr 1fr; }
  .rh-upsell-card{ grid-template-columns:1fr; gap:22px; }
}
@media (max-width:640px){
  .rh-flow{ grid-template-columns:1fr; }
}


/* ============================================================
   Auth pages (/login member , /dash/login club admin)
   ============================================================ */
.rh-auth{ min-height:calc(100vh - 84px); display:flex; align-items:flex-start; justify-content:center; background:var(--soft); padding:56px 20px 72px; }
.rh-auth-card{ width:100%; max-width:440px; background:var(--white); border:1px solid var(--line); border-radius:18px; box-shadow:0 24px 60px rgba(15,20,46,.10); padding:36px; }
.rh-auth-card.wide{ max-width:520px; }
.rh-auth h1{ font-family:var(--display); font-weight:800; font-size:30px; letter-spacing:-.02em; color:var(--ink); margin:0 0 6px; }
.rh-auth .sub{ color:var(--muted); font-size:15px; margin:0 0 22px; }
.rh-auth label{ display:block; font-size:14px; font-weight:600; color:var(--ink); margin:14px 0 6px; }
.rh-auth input[type=email],.rh-auth input[type=password],.rh-auth input[type=text]{ width:100%; padding:12px 14px; border:1px solid #d4d8e2; border-radius:10px; font:inherit; color:var(--ink); }
.rh-auth input:focus{ outline:none; border-color:var(--navy); box-shadow:0 0 0 3px rgba(15,20,46,.10); }
.rh-auth button[type=submit]{ width:100%; margin-top:20px; background:var(--lime); color:var(--lime-ink); border:0; border-radius:10px; padding:14px; font:700 16px var(--font); cursor:pointer; transition:background .15s; }
.rh-auth button[type=submit]:hover{ background:var(--lime-deep); }
.rh-auth .intro{ color:var(--body); font-size:15px; margin:0 0 8px; }
.rh-auth .tasks{ list-style:none; padding:0; margin:0 0 8px; display:grid; gap:9px; }
.rh-auth .tasks li{ display:flex; gap:10px; align-items:flex-start; color:var(--body); font-size:15px; }
.rh-auth .tasks li::before{ content:"\2713"; color:var(--navy); background:var(--navy-soft); width:22px; height:22px; border-radius:50%; display:inline-flex; align-items:center; justify-content:center; font-size:12px; font-weight:800; flex:0 0 22px; }
.rh-auth .sent{ background:#ecfdf3; border:1px solid var(--lime-deep); color:var(--ink); border-radius:10px; padding:13px 15px; margin-bottom:18px; font-size:14.5px; }
.rh-auth .err{ background:#fdecec; border:1px solid #f3c2c2; color:#a12626; border-radius:10px; padding:12px 15px; margin-bottom:16px; font-size:14.5px; }
.rh-auth .note{ margin-top:18px; color:var(--muted); font-size:13.5px; line-height:1.5; }
.rh-auth .alt{ margin-top:22px; padding-top:18px; border-top:1px solid var(--line); font-size:14.5px; color:var(--body); }
.rh-auth .alt a{ color:var(--navy); font-weight:700; text-decoration:underline; }
.rh-auth .signup{ margin-top:22px; padding:20px; background:var(--navy-soft); border-radius:12px; }
.rh-auth .signup h2{ font-family:var(--display); font-weight:700; font-size:17px; color:var(--ink); margin:0 0 6px; }
.rh-auth .signup p{ color:var(--body); font-size:14px; margin:0 0 12px; }
.rh-auth .signup a{ display:inline-flex; background:var(--lime); color:var(--lime-ink); font-weight:700; font-size:14px; padding:9px 16px; border-radius:9px; }
.rh-hp{ position:absolute; left:-9999px; }

/* contact aside , navy info card */
.rh-aside-card{ background:var(--navy); color:#fff; border-radius:var(--radius); padding:30px; }
.rh-aside-card h2{ font-family:var(--display); font-weight:800; font-size:21px; color:#fff; margin:0 0 16px; letter-spacing:-.01em; }
.rh-aside-steps{ list-style:none; padding:0; margin:0 0 22px; display:grid; gap:12px; }
.rh-aside-steps li{ display:flex; gap:11px; align-items:flex-start; color:#d4d8ea; font-size:15px; }
.rh-aside-steps li b{ color:#fff; font-weight:600; }
.rh-aside-steps li .c{ color:var(--lime-ink); background:var(--lime); width:22px; height:22px; border-radius:50%; display:inline-flex; align-items:center; justify-content:center; font-size:12px; font-weight:800; flex:0 0 22px; margin-top:1px; }
.rh-aside-div{ border:0; border-top:1px solid var(--navy-line); margin:22px 0; }
.rh-aside-card .lbl{ font-size:12px; text-transform:uppercase; letter-spacing:.06em; color:#9aa0bd; margin-bottom:10px; }
.rh-aside-logins{ display:flex; gap:10px; flex-wrap:wrap; }
.rh-aside-logins a{ flex:1 1 auto; text-align:center; border:1px solid rgba(255,255,255,.25); color:#fff; font-weight:600; font-size:14px; padding:10px 14px; border-radius:9px; }
.rh-aside-logins a:hover{ border-color:var(--lime); color:var(--lime); }
.rh-aside-from{ margin-top:20px; font-size:13px; color:#9aa0bd; }


/* About , wide two-rail prose so it fills large screens (heading rail + readable body) */
.rh-prose-rows{ display:grid; gap:0; }
.rh-prose-row{ display:grid; grid-template-columns:300px minmax(0,1fr); gap:54px; padding:30px 0; border-top:1px solid var(--line); }
.rh-prose-row:first-child{ border-top:0; padding-top:0; }
.rh-prose-row h2{ font-family:var(--display); font-weight:800; font-size:25px; color:var(--ink); margin:0; letter-spacing:-.02em; position:sticky; top:96px; align-self:start; }
.rh-prose-b p{ color:var(--body); font-size:17px; line-height:1.7; margin:0 0 16px; }
.rh-prose-b p:last-child{ margin-bottom:0; }
.rh-prose-b a{ color:var(--navy); font-weight:600; text-decoration:underline; }
.rh-prose-b ul{ list-style:none; padding:0; margin:6px 0 0; display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.rh-prose-b ul li{ display:flex; gap:11px; align-items:flex-start; color:var(--body); font-size:15.5px; }
.rh-prose-b ul li::before{ content:"\2713"; color:var(--navy); background:var(--navy-soft); width:22px; height:22px; border-radius:50%; display:inline-flex; align-items:center; justify-content:center; font-size:12px; font-weight:800; flex:0 0 22px; margin-top:2px; }
@media (max-width:820px){
  .rh-prose-row{ grid-template-columns:1fr; gap:14px; padding:24px 0; }
  .rh-prose-row h2{ position:static; }
  .rh-prose-b ul{ grid-template-columns:1fr; }
}


/* ============================================================
   FAQ accordion (faq.php) , navy/lime theme
   ============================================================ */
.rh-faq-grid{ display:grid; grid-template-columns:300px 1fr; gap:54px; align-items:start; }
.rh-faq-aside{ position:sticky; top:100px; }
.rh-faq-aside h2{ font-family:var(--display); font-weight:800; font-size:24px; letter-spacing:-.02em; margin:0 0 12px; color:var(--ink); }
.rh-faq-aside p{ color:var(--body); font-size:15px; line-height:1.6; margin:0 0 20px; }
.rh-faq-list{ max-width:none; margin:0; }
@media(max-width:820px){ .rh-faq-grid{ grid-template-columns:1fr; gap:26px; } .rh-faq-aside{ position:static; } }
/* pricing calculator */
.rh-calc{ display:grid; grid-template-columns:1fr 1fr; gap:24px; max-width:920px; margin:0 auto; align-items:start; }
.rh-calc-inputs{ background:#fff; border:1px solid var(--line); border-radius:14px; padding:24px; }
.rh-calc-inputs label{ display:block; font-weight:600; color:var(--ink); font-size:14px; margin:0 0 18px; }
.rh-calc-inputs label:last-child{ margin-bottom:0; }
.rh-calc-inputs input{ display:block; width:100%; box-sizing:border-box; margin-top:8px; padding:12px 14px; border:1px solid var(--line); border-radius:10px; font-size:16px; font-family:var(--font); color:var(--ink); }
.rh-calc-inputs input:focus{ outline:none; border-color:var(--navy); box-shadow:0 0 0 3px rgba(15,20,46,.08); }
.rh-calc-out{ background:var(--navy); color:#fff; border-radius:14px; padding:22px 24px; }
.rh-calc-out .row{ display:flex; justify-content:space-between; gap:14px; padding:11px 0; border-bottom:1px solid var(--navy-line); font-size:14px; color:#c2c7de; }
.rh-calc-out .row strong{ color:#fff; font-variant-numeric:tabular-nums; font-weight:700; }
.rh-calc-out .row.keep{ border-bottom:none; border-top:2px solid var(--lime); margin-top:6px; padding-top:15px; }
.rh-calc-out .row.keep span{ color:#fff; font-weight:700; font-size:16px; }
.rh-calc-out .row.keep strong{ color:var(--lime); font-size:22px; }
@media(max-width:640px){ .rh-calc{ grid-template-columns:1fr; } }
.rh-faq{ border:1px solid var(--line); border-radius:12px; margin:0 0 12px; background:#fff; overflow:hidden; }
.rh-faq summary{ list-style:none; cursor:pointer; padding:18px 22px; font-family:var(--display); font-weight:700; font-size:17px; line-height:1.35; color:var(--ink); display:flex; justify-content:space-between; align-items:center; gap:16px; }
.rh-faq summary::-webkit-details-marker{ display:none; }
.rh-faq summary::after{ content:"+"; font-size:24px; line-height:1; color:var(--muted); font-weight:400; flex:0 0 auto; }
.rh-faq[open] summary{ color:var(--navy); }
.rh-faq[open] summary::after{ content:"\2212"; }
.rh-faq .rh-faq-a{ padding:0 22px 20px; color:var(--body); font-size:15px; line-height:1.65; }
.rh-faq .rh-faq-a a{ color:var(--navy); font-weight:600; }
.rh-faq .rh-faq-a p{ margin:0 0 10px; }

.rh-nav-cta a{ color:#e8eaf6; font-weight:600; font-size:15px; text-decoration:none; }
.rh-nav-cta a:hover{ color:#fff; }
@media (max-width:860px){ .rh-nav-toggle:checked ~ .rh-wrap .rh-nav-cta a{ color:#fff; padding:14px 2px; display:block; } }

/* Pricing: horizontal feature list + calculator mode toggle */
.rh-feature-list{ list-style:none; padding:0; margin:34px 0 0; display:grid; grid-template-columns:repeat(3,1fr); gap:14px 30px; }
.rh-feature-list li{ position:relative; padding-left:30px; color:var(--body); font-size:15.5px; line-height:1.45; }
.rh-feature-list li::before{ content:""; position:absolute; left:0; top:1px; width:20px; height:20px; border-radius:50%; background:var(--navy-soft); }
.rh-feature-list li::after{ content:""; position:absolute; left:6.5px; top:7px; width:7px; height:4px; border-left:2px solid var(--navy); border-bottom:2px solid var(--navy); transform:rotate(-45deg); }
.rh-feature-cta{ text-align:center; margin-top:32px; }
.rh-calc-mode{ display:inline-flex; background:var(--navy-soft); border-radius:10px; padding:4px; gap:4px; margin-bottom:4px; align-self:flex-start; }
.rh-calc-mode button{ border:none; background:transparent; color:var(--navy); font-weight:700; font-size:14px; padding:7px 16px; border-radius:7px; cursor:pointer; font-family:inherit; }
.rh-calc-mode button.on{ background:var(--navy); color:#fff; }
@media (max-width:860px){ .rh-feature-list{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:560px){ .rh-feature-list{ grid-template-columns:1fr; } }
.rh-calc-note{ margin:18px auto 0; color:var(--muted); font-size:14px; line-height:1.55; max-width:760px; }
