:root{
  --ruh-ink:#102033;
  --ruh-ink-2:#20344f;
  --ruh-muted:#64748b;
  --ruh-bg:#f5efe3;
  --ruh-panel:#ffffff;
  --ruh-jade:#10b981;
  --ruh-jade-2:#059669;
  --ruh-azure:#38bdf8;
  --ruh-azure-2:#0ea5e9;
  --ruh-gold:#f4c542;
  --ruh-gold-soft:#fff3bf;
  --ruh-line:rgba(16,32,51,.1);
  --ruh-shadow:0 12px 34px rgba(16,32,51,.08);
  --ruh-radius:18px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--ruh-bg);color:var(--ruh-ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.6}
a{color:inherit}
img{max-width:100%;height:auto}
.ruh-site{min-height:100vh;background:linear-gradient(180deg,#faf6ed 0,#f5efe3 100%)}
.ruh-topbar{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:12px clamp(16px,3vw,42px);background:rgba(255,255,255,.92);border-bottom:1px solid var(--ruh-line);backdrop-filter:blur(14px)}
.ruh-brand{display:flex;align-items:center;gap:12px;text-decoration:none}
.ruh-brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:var(--ruh-ink);color:#fff;font-weight:900}
.ruh-brand strong{display:block;font-size:16px;line-height:1.1}.ruh-brand small{display:block;color:var(--ruh-muted);font-weight:750}
.ruh-nav{display:flex;align-items:center;gap:6px;overflow:auto}.ruh-nav a{white-space:nowrap;text-decoration:none;color:var(--ruh-muted);font-weight:850;font-size:14px;padding:9px 12px;border-radius:12px}.ruh-nav a:hover{background:var(--ruh-gold-soft);color:var(--ruh-ink)}
.ruh-menu-toggle{display:none;border:0;background:var(--ruh-ink);color:#fff;border-radius:12px;padding:10px 12px;font-weight:850}
.ruh-main{min-height:70vh}
.ruh-hero{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:24px;align-items:center;min-height:520px;padding:64px clamp(18px,calc((100vw - 1180px)/2),80px);background:#f5efe3}
.ruh-kicker{margin:0 0 10px;color:var(--ruh-jade);font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:950}
.ruh-hero h1,.ruh-page-header h1,.ruh-single-header h1{margin:0;color:var(--ruh-ink);font-size:clamp(38px,5vw,64px);line-height:1.02;letter-spacing:-.02em;max-width:820px}
.ruh-hero-copy>p:not(.ruh-kicker){max-width:680px;color:#526174;font-size:20px;margin:22px 0 0}
.ruh-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.ruh-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:12px 18px;border-radius:14px;background:var(--ruh-ink);color:#fff;text-decoration:none;font-weight:900;border:1px solid transparent;box-shadow:0 14px 34px rgba(11,19,36,.18)}
.ruh-button:hover{background:var(--ruh-jade)}
.ruh-button-soft{background:rgba(255,255,255,.72);color:var(--ruh-ink);border-color:var(--ruh-line);box-shadow:none}
.ruh-orbit-card{background:#fff;color:var(--ruh-ink);border:1px solid var(--ruh-line);border-radius:18px;padding:22px;box-shadow:var(--ruh-shadow)}
.ruh-orbit-card span{font-weight:950;color:var(--ruh-gold)}.ruh-orbit-card ol{display:grid;gap:9px;margin:16px 0 0;padding-left:22px}
.ruh-section,.ruh-page-header,.ruh-post-grid,.ruh-card-grid,.ruh-single{max-width:1180px;margin:0 auto;padding:56px 20px}
.ruh-section-head{margin-bottom:22px}.ruh-section h2,.ruh-section-head h2{font-size:clamp(30px,4vw,54px);line-height:1.04;margin:0;color:var(--ruh-ink)}
.ruh-feature-grid,.ruh-card-grid,.ruh-post-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.ruh-feature-grid article,.ruh-library-card,.ruh-post-card,.ruh-single-content,.ruh-single-side,.ruh-locked,.ruh-steps,.ruh-veil-detail article{background:rgba(255,255,255,.9);border:1px solid var(--ruh-line);border-radius:var(--ruh-radius);padding:22px;box-shadow:var(--ruh-shadow)}
.ruh-feature-grid span{display:inline-flex;color:var(--ruh-jade);font-weight:950}.ruh-feature-grid h3,.ruh-library-card h2,.ruh-post-card h2{margin:10px 0 8px;line-height:1.15}.ruh-feature-grid p,.ruh-library-card p,.ruh-post-card p,.ruh-page-header p,.ruh-single-header p{color:var(--ruh-muted)}
.ruh-shortcode-section{max-width:none;padding-left:0;padding-right:0}
.ruh-page-platform{padding:0}.ruh-page-platform>.ruh-content{padding:0}
.ruh-page-header{padding-top:76px}.ruh-page-header h1{font-size:clamp(38px,5vw,68px)}.ruh-page-header p{max-width:720px;font-size:18px}
.ruh-library-card{position:relative;min-height:250px}.ruh-library-card:before{content:"";display:block;height:90px;margin:-22px -22px 18px;border-radius:24px 24px 0 0;background:linear-gradient(135deg,rgba(15,118,110,.9),rgba(11,19,36,.94)),var(--ruh-bg-image);background-size:cover;background-position:center}.ruh-library-card a{text-decoration:none}
.ruh-pill{display:inline-flex;width:max-content;border-radius:999px;background:var(--ruh-gold-soft);color:var(--ruh-ink);font-size:12px;font-weight:950;padding:6px 10px;border:1px solid rgba(215,166,66,.28)}
.ruh-link{font-weight:950;color:var(--ruh-jade)}
.ruh-single-header{padding:76px 0 24px}.ruh-single-header h1{font-size:clamp(38px,5vw,68px);margin-bottom:18px}
.ruh-single-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:22px}.ruh-single-content{font-size:18px}.ruh-single-side{position:sticky;top:86px;align-self:start;display:grid;gap:10px}.ruh-single-side a{display:block;padding:10px 12px;border-radius:12px;background:#f4f0e8;text-decoration:none;font-weight:850;color:var(--ruh-ink)}
.ruh-steps{margin-top:22px}.ruh-steps h2{margin-top:0}.ruh-steps ul{display:grid;gap:10px;margin:0;padding:0;list-style:none}.ruh-steps li{display:flex;gap:10px;align-items:flex-start;padding:11px;border-radius:14px;background:#f7f3eb}.ruh-steps li span{width:18px;height:18px;border-radius:6px;border:2px solid var(--ruh-jade);margin-top:4px;flex:0 0 auto}
.ruh-veil-detail{display:grid;gap:14px;margin-top:22px}.ruh-veil-detail h2{font-size:18px;margin:0 0 8px}
.ruh-footer{display:flex;justify-content:space-between;gap:22px;padding:34px clamp(18px,3vw,42px);background:var(--ruh-ink);color:#fff}.ruh-footer p{max-width:520px;color:#cbd5e1}.ruh-footer nav{display:flex;gap:10px;flex-wrap:wrap}.ruh-footer a{color:#fff;text-decoration:none;font-weight:800}
body.ruh-platform-context .dsc-platform-nav{display:none}
body.ruh-platform-context .dsc-app{max-width:1440px;margin:0 auto;padding:28px;background:transparent}
body.ruh-platform-context .dsc-section-head,body.ruh-platform-context .dsc-grid,body.ruh-platform-context .dsc-feed,body.ruh-platform-context .dsc-events,body.ruh-platform-context .dsc-action-list,body.ruh-platform-context .dsc-members,body.ruh-platform-context .dsc-composer{max-width:1180px}
body.ruh-platform-context .dsc-sidebar{top:86px}
@media (max-width:980px){
  .ruh-topbar{align-items:flex-start}.ruh-menu-toggle{display:inline-flex}.ruh-nav{display:none;position:absolute;left:14px;right:14px;top:68px;flex-direction:column;align-items:stretch;padding:12px;background:#fff;border:1px solid var(--ruh-line);border-radius:18px;box-shadow:var(--ruh-shadow)}.ruh-nav.is-open{display:flex}.ruh-nav a{white-space:normal}
  .ruh-hero{grid-template-columns:1fr;min-height:auto;padding-top:64px}.ruh-orbit-card{max-width:520px}.ruh-feature-grid,.ruh-card-grid,.ruh-post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ruh-single-layout{grid-template-columns:1fr}.ruh-single-side{position:static}.ruh-footer{display:block}
}
@media (max-width:640px){
  .ruh-brand small{display:none}.ruh-hero{padding:44px 16px;background-image:linear-gradient(180deg,rgba(247,241,230,.96),rgba(247,241,230,.84)),var(--ruh-bg-image)}.ruh-hero h1{font-size:38px}.ruh-hero-copy>p:not(.ruh-kicker){font-size:17px}.ruh-feature-grid,.ruh-card-grid,.ruh-post-grid{grid-template-columns:1fr}.ruh-section,.ruh-page-header,.ruh-post-grid,.ruh-card-grid,.ruh-single{padding-left:16px;padding-right:16px}.ruh-footer{padding:28px 16px}
}

/* Skool-like product shell */
body.ruh-platform-context .ruh-site{background:#f5efe3}
body.ruh-platform-context .dsc-app{max-width:1320px;grid-template-columns:248px minmax(0,1fr);gap:24px;padding:24px;background:#f5efe3}
body.ruh-platform-context .dsc-sidebar{top:76px;background:#fff;color:var(--ruh-ink);border:1px solid var(--ruh-line);border-radius:18px;padding:18px;box-shadow:var(--ruh-shadow)}
body.ruh-platform-context .dsc-brand{align-items:center;margin-bottom:22px}
body.ruh-platform-context .dsc-brand strong{font-size:18px;line-height:1.2;color:var(--ruh-ink)}
body.ruh-platform-context .dsc-logo{background:var(--ruh-ink);color:#fff;border-radius:12px}
body.ruh-platform-context .dsc-tab{color:#475569;border-radius:12px;margin:0 0 6px;padding:11px 13px;font-size:15px;font-weight:850}
body.ruh-platform-context .dsc-tab:hover,body.ruh-platform-context .dsc-tab.is-active{background:var(--ruh-gold-soft);color:var(--ruh-ink)}
body.ruh-platform-context .dsc-tab-link{margin-top:14px;color:var(--ruh-ink)!important;font-size:17px!important}
body.ruh-platform-context .dsc-section-head{max-width:100%;margin:0 0 18px}
body.ruh-platform-context .dsc-section-head h2{font-size:clamp(34px,4vw,52px);font-weight:900;line-height:1.05;color:var(--ruh-ink);letter-spacing:-.02em!important}
body.ruh-platform-context .dsc-eyebrow{color:#58708e;font-size:12px;font-weight:950;letter-spacing:.08em!important;text-transform:uppercase!important}
body.ruh-platform-context .dsc-main{min-width:0}
body.ruh-platform-context .dsc-grid{max-width:100%;grid-template-columns:repeat(3,minmax(240px,1fr));gap:18px}
body.ruh-platform-context .dsc-course{min-height:330px;background:#fff;border:1px solid var(--ruh-line);border-radius:18px;box-shadow:var(--ruh-shadow);overflow:hidden}
body.ruh-platform-context .dsc-course:before{height:84px;background:linear-gradient(135deg,var(--ruh-azure),var(--ruh-jade))}
body.ruh-platform-context .dsc-course:nth-child(3n+2):before{background:linear-gradient(135deg,var(--ruh-gold),var(--ruh-azure))}
body.ruh-platform-context .dsc-course:nth-child(3n+3):before{background:linear-gradient(135deg,var(--ruh-jade),#34d399)}
body.ruh-platform-context .dsc-course-body{padding:18px}
body.ruh-platform-context .dsc-course h3{font-size:21px!important;line-height:1.18!important;font-weight:900!important;color:var(--ruh-ink)!important;margin:6px 0 10px!important}
body.ruh-platform-context .dsc-course-body p{font-size:15px;line-height:1.65;color:#64748b}
body.ruh-platform-context .dsc-button,body.ruh-platform-context .dsc-composer button,body.ruh-platform-context .dsc-veil-card button{background:var(--ruh-ink)!important;color:#fff!important;border-radius:999px!important;min-height:42px;padding:10px 17px!important;box-shadow:none}
body.ruh-platform-context .dsc-button:hover,body.ruh-platform-context .dsc-composer button:hover{background:var(--ruh-jade)!important}
body.ruh-platform-context .dsc-level{background:var(--ruh-gold-soft);border-color:rgba(244,197,66,.42);color:var(--ruh-ink);border-radius:999px}
body.ruh-platform-context .dsc-post,body.ruh-platform-context .dsc-event,body.ruh-platform-context .dsc-action-card,body.ruh-platform-context .dsc-member,body.ruh-platform-context .dsc-composer,body.ruh-platform-context .dsc-price-card,body.ruh-platform-context .dsc-veil-card,body.ruh-platform-context .dsc-diagnostic-result,body.ruh-platform-context .dsc-guardrail,body.ruh-platform-context .dsc-benefits div{background:#fff;border:1px solid var(--ruh-line);border-radius:18px;box-shadow:var(--ruh-shadow)}
body.ruh-platform-context .dsc-register-wrap{display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:26px;max-width:1080px;margin:0 auto;padding:70px 20px}
body.ruh-platform-context .dsc-register-copy h1{font-size:clamp(38px,5vw,62px);line-height:1.02;margin:0 0 14px;color:var(--ruh-ink)}
body.ruh-platform-context .dsc-register-copy p{font-size:18px;color:#64748b}
body.ruh-platform-context .dsc-register-form{display:grid;gap:14px;background:#fff;border:1px solid var(--ruh-line);border-radius:18px;padding:22px;box-shadow:var(--ruh-shadow)}
body.ruh-platform-context .dsc-register-form label{display:grid;gap:6px;font-weight:850;color:var(--ruh-ink)}
body.ruh-platform-context .dsc-register-form input{width:100%;border:1px solid #dbe3ef;border-radius:12px;padding:12px 13px;font:inherit}
body.ruh-platform-context .dsc-form-error{background:#fff1f2;color:#be123c;border:1px solid #fecdd3;border-radius:12px;padding:10px 12px;font-weight:800}
body.ruh-platform-context .dsc-progress{height:12px;max-width:420px;background:#e7dccb;border-radius:999px;overflow:hidden;margin:16px 0 6px}
body.ruh-platform-context .dsc-progress span{display:block;height:100%;background:linear-gradient(90deg,var(--ruh-azure),var(--ruh-jade));border-radius:999px}
body.ruh-platform-context .dsc-checks input:checked + span{text-decoration:line-through;color:#64748b}
@media (max-width:980px){body.ruh-platform-context .dsc-app{grid-template-columns:1fr;padding:16px}body.ruh-platform-context .dsc-sidebar{position:static;display:flex;gap:8px;overflow:auto}body.ruh-platform-context .dsc-brand{min-width:190px;margin:0}body.ruh-platform-context .dsc-grid{grid-template-columns:repeat(2,minmax(0,1fr))}body.ruh-platform-context .dsc-register-wrap{grid-template-columns:1fr}}
@media (max-width:640px){body.ruh-platform-context .dsc-grid{grid-template-columns:1fr}body.ruh-platform-context .dsc-sidebar{border-radius:14px}body.ruh-platform-context .dsc-brand{display:none}body.ruh-platform-context .dsc-register-wrap{padding:42px 16px}}

/* Pricing redesign v1.2: cleaner Skool/SaaS cards */
body.ruh-platform-context .dsc-pricing{
  max-width:1220px;
  padding:36px 22px 54px;
}
body.ruh-platform-context .dsc-pricing .dsc-section-head{
  display:block;
  margin:0 0 22px;
}
body.ruh-platform-context .dsc-pricing .dsc-section-head h2{
  max-width:760px;
  font-size:clamp(34px,4vw,54px)!important;
  line-height:1!important;
  letter-spacing:-.035em!important;
}
body.ruh-platform-context .dsc-price-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  align-items:stretch;
}
body.ruh-platform-context .dsc-price-card{
  min-height:0;
  padding:0;
  overflow:hidden;
  border-radius:22px;
  background:#fff;
  border:1px solid rgba(16,32,51,.1);
  box-shadow:0 14px 34px rgba(16,32,51,.08);
}
body.ruh-platform-context .dsc-price-card:before{
  content:"";
  display:block;
  height:8px;
  background:linear-gradient(90deg,var(--ruh-gold),var(--ruh-azure),var(--ruh-jade));
}
body.ruh-platform-context .dsc-price-card.is-featured{
  border:2px solid var(--ruh-ink);
  transform:translateY(-3px);
  box-shadow:0 20px 44px rgba(16,32,51,.14);
}
body.ruh-platform-context .dsc-price-card .dsc-level{
  margin:18px 18px 4px;
  max-width:calc(100% - 36px);
  white-space:normal;
}
body.ruh-platform-context .dsc-price-card h3{
  margin:16px 18px 6px!important;
  font-size:22px!important;
  line-height:1.12!important;
  font-weight:950!important;
  color:var(--ruh-ink)!important;
}
body.ruh-platform-context .dsc-price{
  margin:0 18px;
  font-size:38px;
  line-height:1;
  color:#04756f;
  font-weight:950;
  letter-spacing:-.025em!important;
}
body.ruh-platform-context .dsc-price-card>p{
  margin:18px 18px 0;
  min-height:54px;
  color:#40546f!important;
  font-size:15px;
  line-height:1.55;
}
body.ruh-platform-context .dsc-price-body{
  margin:12px 18px 20px;
  color:#64748b!important;
  font-size:14px;
  line-height:1.55;
}
body.ruh-platform-context .dsc-price-body p{
  margin:0;
}
body.ruh-platform-context .dsc-price-card .dsc-button,
body.ruh-platform-context .dsc-price-card .dsc-checkout-form{
  margin:0 18px 18px!important;
}
body.ruh-platform-context .dsc-price-card .dsc-button{
  width:calc(100% - 36px);
  background:linear-gradient(90deg,#0ea5e9,#10b981)!important;
  color:#fff!important;
  border-radius:14px!important;
  font-size:15px;
  min-height:46px;
}
body.ruh-platform-context .dsc-price-card.is-featured .dsc-button{
  background:var(--ruh-ink)!important;
}
body.ruh-platform-context .dsc-featured{
  position:absolute;
  top:18px;
  right:18px;
  background:#0f766e;
  color:#fff;
  border-radius:999px;
  font-size:11px;
  padding:7px 10px;
}
body.ruh-platform-context .dsc-page-hero{
  max-width:1220px;
  padding:46px 22px 10px;
}
body.ruh-platform-context .dsc-page-hero h1{
  font-size:clamp(36px,4.5vw,58px)!important;
  letter-spacing:-.035em!important;
}
body.ruh-platform-context .dsc-page-hero p{
  max-width:680px;
  color:#64748b;
}
@media (max-width:980px){
  body.ruh-platform-context .dsc-price-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:640px){
  body.ruh-platform-context .dsc-price-grid{grid-template-columns:1fr}
  body.ruh-platform-context .dsc-price-card.is-featured{transform:none}
  body.ruh-platform-context .dsc-featured{position:static;width:max-content;margin:10px 18px 0}
}
