:root{
  --rh-bg:#f8fafc;
  --rh-surface:#ffffff;
  --rh-surface-2:#f1f5f9;
  --rh-border:#e2e8f0;
  --rh-text:#0f172a;
  --rh-muted:#64748b;
  --rh-primary:#2563eb;
  --rh-primary-d:#1e3a8a;
  --rh-primary-100:#dbeafe;
  --rh-success:#16a34a;
  --rh-success-bg:#dcfce7;
  --rh-radius:14px;
  --rh-radius-sm:10px;
  --rh-shadow:0 1px 2px rgba(15,23,42,.04), 0 8px 24px rgba(15,23,42,.06);
  --rh-shadow-lg:0 18px 50px rgba(15,23,42,.12);
  --rh-ring:0 0 0 4px rgba(37,99,235,.15);
  --rh-maxw:1180px;
  --rh-font:'Inter',-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  --rh-display:'Plus Jakarta Sans',var(--rh-font);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:var(--rh-font);background:var(--rh-bg);color:var(--rh-text);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
img{max-width:100%;display:block}
a{color:var(--rh-primary);text-decoration:none}
h1,h2,h3,h4{font-family:var(--rh-display);color:var(--rh-text);line-height:1.15;margin:0 0 .5em;font-weight:800;letter-spacing:-.02em}
p{margin:0 0 1em}
.rh-container{max-width:var(--rh-maxw);margin:0 auto;padding:0 24px}
.rh-icon{width:20px;height:20px;stroke-width:2}
.muted{color:var(--rh-muted)}

.rh-btn{display:inline-flex;align-items:center;gap:9px;font-family:var(--rh-display);font-weight:700;font-size:15px;padding:13px 24px;border-radius:var(--rh-radius-sm);border:1px solid transparent;cursor:pointer;transition:.18s;white-space:nowrap;line-height:1}
.rh-btn svg{width:18px;height:18px}
.rh-btn-primary{background:var(--rh-primary);color:#fff;box-shadow:0 6px 16px rgba(37,99,235,.28)}
.rh-btn-primary:hover{background:#1d4ed8;transform:translateY(-1px);color:#fff}
.rh-btn-ghost{background:#fff;color:var(--rh-text);border-color:var(--rh-border)}
.rh-btn-ghost:hover{border-color:var(--rh-primary);color:var(--rh-primary)}
.rh-btn-light{background:rgba(255,255,255,.12);color:#fff;border-color:rgba(255,255,255,.3)}
.rh-btn-light:hover{background:rgba(255,255,255,.22);color:#fff}
.rh-btn-lg{padding:16px 30px;font-size:16px}
.rh-btn-block{width:100%;justify-content:center}

.rh-nav{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.85);backdrop-filter:saturate(180%) blur(10px);border-bottom:1px solid var(--rh-border)}
.rh-nav-inner{display:flex;align-items:center;justify-content:space-between;height:72px}

.rh-logo{display:inline-flex;align-items:center;gap:10px;text-decoration:none}
.rh-logo .rh-shield{width:34px;height:34px;flex-shrink:0}
.rh-logo .rh-shield .fill{fill:var(--rh-primary-100)}
.rh-wm{font-family:'Sora',var(--rh-display);font-weight:800;font-size:22px;letter-spacing:-.02em;line-height:1;white-space:nowrap}
.rh-wm .a{color:var(--rh-text)}
.rh-wm .b{color:var(--rh-primary)}

.rh-on-dark .rh-shield{stroke:#60a5fa}
.rh-on-dark .rh-shield .fill{fill:rgba(96,165,250,.22)}
.rh-on-dark .rh-wm .a{color:#fff}
.rh-on-dark .rh-wm .b{color:#60a5fa}
.rh-nav-links{display:flex;align-items:center;gap:30px;list-style:none;margin:0;padding:0}
.rh-nav-links a{color:#334155;font-weight:600;font-size:15px}
.rh-nav-links a:hover{color:var(--rh-primary)}
.rh-nav-cta{display:flex;align-items:center;gap:12px}
.rh-burger{display:none;background:none;border:0;cursor:pointer;color:var(--rh-text)}
.rh-burger svg{width:26px;height:26px}
.rh-nav-login-ico{display:none;align-items:center;justify-content:center;width:42px;height:42px;border-radius:11px;border:1px solid var(--rh-border);color:var(--rh-primary)}
.rh-nav-login-ico svg{width:24px;height:24px}

.rh-hero{position:relative;overflow:hidden;background:
   radial-gradient(1100px 480px at 88% -10%, #eef4ff 0%, rgba(238,244,255,0) 60%),
   linear-gradient(180deg,#ffffff 0%, var(--rh-bg) 100%)}
.rh-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(var(--rh-border) 1px,transparent 1px),linear-gradient(90deg,var(--rh-border) 1px,transparent 1px);background-size:46px 46px;opacity:.35;mask-image:radial-gradient(700px 380px at 78% 18%,#000,transparent 75%)}
.rh-hero-grid{position:relative;display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center;padding:84px 0 92px}
.rh-eyebrow{display:inline-flex;align-items:center;gap:8px;background:var(--rh-primary-100);color:var(--rh-primary-d);font-weight:700;font-size:13px;padding:7px 14px;border-radius:999px;margin-bottom:20px}
.rh-hero h1{font-size:50px;margin-bottom:18px}
.rh-hero h1 .hl{color:var(--rh-primary)}
.rh-hero .lead{font-size:19px;color:var(--rh-muted);max-width:540px;margin-bottom:28px}
.rh-hero-cta{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:30px}
.rh-trust{display:flex;gap:28px;flex-wrap:wrap}
.rh-trust-item{display:flex;flex-direction:column}
.rh-trust-item .n{font-family:var(--rh-display);font-size:24px;font-weight:800;color:var(--rh-primary-d)}
.rh-trust-item .l{font-size:13px;color:var(--rh-muted)}

.rh-mockup{background:#fff;border:1px solid var(--rh-border);border-radius:16px;box-shadow:var(--rh-shadow-lg);overflow:hidden}
.rh-mockup-bar{display:flex;align-items:center;gap:7px;padding:13px 16px;background:var(--rh-surface-2);border-bottom:1px solid var(--rh-border)}
.rh-dot{width:11px;height:11px;border-radius:50%;background:#cbd5e1}
.rh-mockup-body{padding:20px}
.rh-mini-row{display:flex;justify-content:space-between;align-items:center;padding:13px 14px;border:1px solid var(--rh-border);border-radius:10px;margin-bottom:10px}
.rh-mini-row .left{display:flex;align-items:center;gap:11px;font-weight:600;font-size:14px}
.rh-mini-ico{width:34px;height:34px;border-radius:9px;background:var(--rh-primary-100);color:var(--rh-primary);display:flex;align-items:center;justify-content:center}

.rh-mk-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px;font-family:var(--rh-display);font-weight:700;font-size:15px}
.rh-mk-head small{color:var(--rh-muted);font-weight:500;font-size:12px}
.rh-mk-balance{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(120deg,var(--rh-primary-d),var(--rh-primary));color:#fff;border-radius:12px;padding:16px 18px;margin-bottom:12px}
.rh-mk-balance .lbl{font-size:12px;opacity:.85;margin-bottom:3px}
.rh-mk-balance .amt{font-family:var(--rh-display);font-weight:800;font-size:23px;line-height:1}
.rh-mk-balance .ico{width:42px;height:42px;border-radius:11px;background:rgba(255,255,255,.16);display:flex;align-items:center;justify-content:center}
.rh-mk-stats{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:12px}
.rh-mk-tile{border:1px solid var(--rh-border);border-radius:10px;padding:12px 14px;display:flex;align-items:center;gap:11px}
.rh-mk-tile .ti{width:34px;height:34px;border-radius:9px;background:var(--rh-primary-100);color:var(--rh-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.rh-mk-tile .n{font-family:var(--rh-display);font-weight:800;font-size:18px;color:var(--rh-text);line-height:1}
.rh-mk-tile .l{font-size:11.5px;color:var(--rh-muted)}
.rh-mk-chart{display:flex;align-items:flex-end;gap:6px;height:56px;padding:8px;border:1px solid var(--rh-border);border-radius:10px;margin-bottom:12px}
.rh-mk-chart i{flex:1;background:var(--rh-primary-100);border-radius:4px 4px 0 0;display:block}
.rh-mk-chart i.hi{background:var(--rh-primary)}

.rh-section{padding:84px 0}
.rh-section.alt{background:var(--rh-surface)}
.rh-head{text-align:center;max-width:680px;margin:0 auto 52px}
.rh-head .kick{color:var(--rh-primary);font-weight:700;font-size:14px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px}
.rh-head h2{font-size:36px}
.rh-head p{color:var(--rh-muted);font-size:18px;margin:0}

.rh-legal-hero{background:var(--rh-primary-d);color:#fff;padding:64px 0 56px}
.rh-legal-hero .rh-container{max-width:880px}
.rh-legal-hero .kick{display:inline-flex;align-items:center;gap:8px;color:#bfdbfe;font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:14px}
.rh-legal-hero .kick svg{width:16px;height:16px}
.rh-legal-hero h1{color:#fff;font-size:40px;margin:0 0 12px}
.rh-legal-hero p{color:#cbd5e1;font-size:16px;margin:0}
.rh-legal-wrap{padding:64px 0 84px}
.rh-legal{max-width:880px;margin:0 auto}
.rh-legal>section{background:var(--rh-surface);border:1px solid var(--rh-border);border-radius:var(--rh-radius);box-shadow:var(--rh-shadow);padding:30px 34px;margin-bottom:18px}
.rh-legal h2{font-size:21px;margin:0 0 8px;display:flex;align-items:flex-start;gap:11px}
.rh-legal h2 .n{flex-shrink:0;width:30px;height:30px;border-radius:9px;background:var(--rh-primary-100);color:var(--rh-primary);font-size:14px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;font-family:var(--rh-font)}
.rh-legal h3{font-size:16px;margin:18px 0 6px;color:var(--rh-text)}
.rh-legal p{color:#475569;font-size:15px;margin:0 0 12px}
.rh-legal p:last-child{margin-bottom:0}
.rh-legal ul{margin:0 0 12px;padding-left:20px;color:#475569;font-size:15px}
.rh-legal li{margin:0 0 7px}
.rh-legal li:last-child{margin-bottom:0}
.rh-legal strong{color:var(--rh-text);font-weight:700}
.rh-legal a{font-weight:600}
.rh-legal-note{display:flex;gap:13px;align-items:flex-start;background:#fff7ed;border:1px solid #fed7aa;border-radius:var(--rh-radius);padding:18px 20px;margin-bottom:18px}
.rh-legal-note svg{width:22px;height:22px;color:#ea580c;flex-shrink:0;margin-top:1px}
.rh-legal-note p{margin:0;color:#9a3412;font-size:14.5px}
.rh-legal-note strong{color:#7c2d12}
.rh-legal-meta{color:var(--rh-muted);font-size:13.5px;text-align:center;margin-top:8px}
@media(max-width:640px){.rh-legal-hero h1{font-size:30px}.rh-legal>section{padding:24px 22px}}

.rh-strip{background:var(--rh-primary-d);color:#fff}
.rh-strip-inner{display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap;padding:22px 0}
.rh-strip-item{display:flex;align-items:center;gap:12px;font-weight:600;font-size:15px}
.rh-strip-item .ic{width:42px;height:42px;position:relative;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin:3px}
.rh-strip-item .ic:before{content:"";position:absolute;inset:0;transform:rotate(45deg);border-radius:12px;border:1.6px solid rgba(255,255,255,.45)}
.rh-strip-item .ic svg{position:relative;z-index:1;width:20px;height:20px;color:#bfdbfe}

.rh-seccard{background:var(--rh-surface);border:1px solid var(--rh-border);border-radius:18px;box-shadow:var(--rh-shadow-lg);padding:30px}
.rh-seccard-top{display:flex;align-items:center;gap:14px;padding-bottom:20px;border-bottom:1px solid var(--rh-border);margin-bottom:8px}
.rh-seccard-shield{width:54px;height:54px;position:relative;color:var(--rh-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin:4px}
.rh-seccard-shield:before{content:"";position:absolute;inset:0;transform:rotate(45deg);border-radius:14px;border:1.6px solid var(--rh-primary)}
.rh-seccard-shield svg{position:relative;z-index:1;width:26px;height:26px}
.rh-seccard-top h3{font-size:19px;margin:0 0 2px}
.rh-seccard-top p{margin:0;color:var(--rh-muted);font-size:14px}
.rh-seclist{list-style:none;margin:0;padding:0}
.rh-seclist li{display:flex;align-items:center;gap:14px;padding:15px 4px;border-bottom:1px solid var(--rh-border)}
.rh-seclist li:last-child{border-bottom:0}
.rh-seclist .ic{width:44px;height:44px;position:relative;color:var(--rh-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin:3px}
.rh-seclist .ic:before{content:"";position:absolute;inset:0;transform:rotate(45deg);border-radius:12px;border:1.6px solid var(--rh-primary)}
.rh-seclist .ic svg{position:relative;z-index:1;width:20px;height:20px}
.rh-seclist .t{font-family:var(--rh-display);font-weight:700;font-size:15px}
.rh-seclist .d{font-size:13px;color:var(--rh-muted)}
.rh-seclist .chk{margin-left:auto;color:var(--rh-success)}

.rh-dd{position:relative}
.rh-dd-toggle{display:inline-flex;align-items:center;gap:8px;cursor:pointer}
.rh-dd-toggle svg.cw{width:16px;height:16px;transition:.2s}
.rh-dd:hover .rh-dd-toggle svg.cw{transform:rotate(180deg)}
.rh-dd-menu{position:absolute;top:calc(100% + 10px);right:0;min-width:220px;background:#fff;border:1px solid var(--rh-border);border-radius:14px;box-shadow:var(--rh-shadow-lg);padding:8px;display:none;z-index:60}
.rh-dd-menu:before{content:"";position:absolute;top:-12px;left:0;right:0;height:12px}
.rh-dd:hover .rh-dd-menu,.rh-dd.open .rh-dd-menu{display:block}
.rh-dd-menu a,.rh-dd-menu button{display:flex;align-items:center;gap:11px;width:100%;padding:10px 12px;border-radius:9px;color:var(--rh-text);font-weight:600;font-size:14px;background:none;border:0;cursor:pointer;font-family:var(--rh-font);text-align:left}
.rh-dd-menu a:hover,.rh-dd-menu button:hover{background:var(--rh-surface-2);color:var(--rh-primary)}
.rh-dd-menu svg{width:18px;height:18px;color:var(--rh-muted)}
.rh-dd-menu a:hover svg,.rh-dd-menu button:hover svg{color:var(--rh-primary)}
.rh-dd-sep{height:1px;background:var(--rh-border);margin:6px 4px}
.rh-dd-menu a.rh-dd-admin{color:#dc2626;font-weight:700}
.rh-dd-menu a.rh-dd-admin svg{color:#dc2626}
.rh-dd-menu a.rh-dd-admin:hover{background:#fee2e2;color:#dc2626}
.rh-dd-menu a.rh-dd-admin:hover svg{color:#dc2626}

.rh-cat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.rh-card{background:var(--rh-surface);border:1px solid var(--rh-border);border-radius:var(--rh-radius);padding:24px;box-shadow:var(--rh-shadow);transition:.2s;display:block;color:inherit}
.rh-card:hover{transform:translateY(-4px);box-shadow:var(--rh-shadow-lg);border-color:#cbd5e1}
.rh-cat-row{display:flex;align-items:center;text-align:center}
.rh-cat-cell{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;padding:6px 4px;min-height:84px}
.rh-cat-cell + .rh-cat-cell{border-left:1px solid var(--rh-border)}
.rh-cat-k{font-family:var(--rh-display);font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--rh-muted);line-height:1}
.rh-cat-v{font-family:var(--rh-display);font-weight:800;font-size:19px;color:var(--rh-primary-d)}
.rh-cat-dia{width:50px;height:50px;position:relative;margin:4px;display:flex;align-items:center;justify-content:center}
.rh-cat-dia:before{content:"";position:absolute;inset:0;transform:rotate(45deg);border-radius:13px;border:1.6px solid var(--rh-primary)}
.rh-cat-dia svg{position:relative;z-index:1;width:22px;height:22px;color:var(--rh-primary)}
.rh-cat-dia img{position:relative;z-index:1;width:26px;height:26px;object-fit:contain}
.rh-cat-div{height:1px;background:var(--rh-border);margin:6px -24px 18px}
.rh-cat-title{font-family:var(--rh-display);font-weight:700;font-size:15px;color:var(--rh-text);text-align:center;line-height:1.45}
.rh-stok{display:inline-flex;align-items:center;gap:6px;font-family:var(--rh-display);font-weight:800;font-size:21px;color:var(--rh-success)}
.rh-stok.zero{color:#b91c1c;font-size:16px}
.rh-stok svg{width:17px;height:17px;stroke-width:2.6}
.rh-badge{display:inline-flex;align-items:center;gap:6px;background:var(--rh-success-bg);color:var(--rh-success);font-weight:700;font-size:13px;padding:5px 11px;border-radius:999px}
.rh-badge.zero{background:#fee2e2;color:#b91c1c}

.rh-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.rh-step{background:var(--rh-surface);border:1px solid var(--rh-border);border-radius:var(--rh-radius);padding:26px;position:relative}
.rh-step .num{position:absolute;top:18px;right:20px;font-family:var(--rh-display);font-weight:800;font-size:30px;color:var(--rh-surface-2)}
.rh-step .ico{width:50px;height:50px;position:relative;display:flex;align-items:center;justify-content:center;margin:6px 0 24px 6px}
.rh-step .ico:before{content:"";position:absolute;inset:0;transform:rotate(45deg);border-radius:13px;background:transparent;border:1.6px solid var(--rh-primary)}
.rh-step .ico svg{position:relative;z-index:1;color:var(--rh-primary);width:22px;height:22px}
.rh-step h3{font-size:18px;margin-bottom:6px}
.rh-step p{color:var(--rh-muted);font-size:14px;margin:0}

.rh-feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.rh-feat{display:flex;gap:15px;padding:22px;background:var(--rh-surface);border:1px solid var(--rh-border);border-radius:var(--rh-radius)}
.rh-feat .ico{width:48px;height:48px;flex-shrink:0;position:relative;display:flex;align-items:center;justify-content:center;margin:4px}
.rh-feat .ico:before{content:"";position:absolute;inset:0;transform:rotate(45deg);border-radius:12px;background:transparent;border:1.6px solid var(--rh-primary)}
.rh-feat .ico svg{position:relative;z-index:1;color:var(--rh-primary);width:21px;height:21px}
.rh-feat h3{font-size:16px;margin-bottom:4px}
.rh-feat p{color:var(--rh-muted);font-size:14px;margin:0}

.rh-faq{max-width:820px;margin:0 auto}
.rh-faq details{background:var(--rh-surface);border:1px solid var(--rh-border);border-radius:var(--rh-radius-sm);margin-bottom:12px;overflow:hidden}
.rh-faq summary{list-style:none;cursor:pointer;padding:18px 22px;font-family:var(--rh-display);font-weight:700;font-size:16px;display:flex;justify-content:space-between;align-items:center;gap:14px}
.rh-faq summary::-webkit-details-marker{display:none}
.rh-faq summary .chev{transition:.2s;color:var(--rh-muted);flex-shrink:0}
.rh-faq details[open] summary .chev{transform:rotate(180deg)}
.rh-faq .ans{padding:0 22px 20px;color:var(--rh-muted)}

.rh-cta{background:linear-gradient(120deg,var(--rh-primary-d),var(--rh-primary));border-radius:22px;padding:54px;text-align:center;color:#fff;box-shadow:var(--rh-shadow-lg)}
.rh-cta h2{color:#fff;font-size:34px}
.rh-cta p{color:#dbeafe;font-size:18px;max-width:560px;margin:0 auto 26px}

.rh-footer{background:#0b1220;color:#94a3b8;padding:64px 0 28px}
.rh-footer h4{color:#fff;font-size:15px;text-transform:uppercase;letter-spacing:.06em;margin-bottom:18px}
.rh-foot-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:36px;margin-bottom:40px}
.rh-footer a{color:#94a3b8;display:block;padding:5px 0}
.rh-footer a:hover{color:#fff}
.rh-foot-brand .rh-logo{margin-bottom:14px;filter:brightness(0) invert(1)}
.rh-foot-bottom{border-top:1px solid #1e293b;padding-top:22px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;font-size:13px}
.rh-pay{display:flex;gap:10px;align-items:center}
.rh-pay span{background:#1e293b;color:#cbd5e1;border-radius:7px;padding:5px 10px;font-size:12px;font-weight:600}

.rh-auth{min-height:100vh;display:grid;grid-template-columns:1fr 1fr}
.rh-auth-brand{background:linear-gradient(160deg,#13224a,#0b1220);color:#fff;padding:56px;display:flex;flex-direction:column;justify-content:space-between}
.rh-auth-brand h2{color:#fff;font-size:32px;margin-top:auto}
.rh-auth-vp{list-style:none;padding:0;margin:24px 0 0}
.rh-auth-vp li{display:flex;gap:12px;align-items:flex-start;margin-bottom:16px;color:#cbd5e1}
.rh-auth-vp svg{width:22px;height:22px;color:#60a5fa;flex-shrink:0;margin-top:2px}
.rh-auth-form-wrap{display:flex;align-items:center;justify-content:center;padding:48px}
.rh-auth-card{width:100%;max-width:400px}
.rh-auth-card h1{font-size:28px;margin-bottom:6px}
.rh-auth-card .sub{color:var(--rh-muted);margin-bottom:28px}
.rh-field{margin-bottom:18px}
.rh-field label{display:block;font-weight:600;font-size:14px;margin-bottom:7px}
.rh-input{width:100%;padding:13px 15px;border:1px solid var(--rh-border);border-radius:var(--rh-radius-sm);font-size:15px;font-family:var(--rh-font);transition:.15s;background:#fff}
.rh-input:focus{outline:none;border-color:var(--rh-primary);box-shadow:var(--rh-ring)}
.rh-err{color:#b91c1c;font-size:13px;margin-top:6px;display:block}
.rh-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;font-size:14px}
.rh-alert{border-radius:var(--rh-radius-sm);padding:12px 15px;font-size:14px;margin-bottom:18px}
.rh-alert.ok{background:var(--rh-success-bg);color:#15803d}
.rh-alert.err{background:#fee2e2;color:#b91c1c}

@media (max-width:980px){
  .rh-hero-grid{grid-template-columns:1fr;gap:36px;padding:54px 0 64px}
  .rh-hero h1{font-size:38px}
  .rh-cat-grid,.rh-feat-grid{grid-template-columns:repeat(2,1fr)}
  .rh-steps{grid-template-columns:repeat(2,1fr)}
  .rh-foot-grid{grid-template-columns:1fr 1fr}
  .rh-auth{grid-template-columns:1fr}
  .rh-auth-brand{display:none}
}
@media (max-width:640px){
  .rh-nav-links{display:none}
  .rh-burger{display:inline-flex}
  .rh-nav-cta>.rh-btn{display:none}
.rh-nav-login-ico{display:inline-flex}
  .rh-dd-label{display:none}
  .rh-dd-toggle .cw{display:none}
  .rh-dd-toggle{padding:11px 13px}
  .rh-balance.rh-nav-balance .ic{display:none}
  .rh-balance.rh-nav-balance{margin-left:8px}
  .rh-cat-grid,.rh-feat-grid,.rh-steps{grid-template-columns:1fr}
  .rh-foot-grid{grid-template-columns:1fr}
  .rh-section{padding:54px 0}
  .rh-hero h1{font-size:32px}
  .rh-cta{padding:36px 22px}
  .rh-cta h2{font-size:26px}
}

body.rh-menu-open .rh-nav-links{display:flex;position:absolute;top:72px;left:0;right:0;flex-direction:column;background:#fff;border-bottom:1px solid var(--rh-border);padding:18px 24px;gap:16px}
.rh-panel{display:flex;min-height:100vh;background:var(--rh-bg)}
.rh-side{width:248px;flex-shrink:0;background:#fff;border-right:1px solid var(--rh-border);display:flex;flex-direction:column;position:fixed;top:0;left:0;height:100vh;z-index:50}
.rh-side-logo{height:68px;display:flex;align-items:center;padding:0 22px;border-bottom:1px solid var(--rh-border)}
.rh-side-nav{padding:14px 12px;display:flex;flex-direction:column;gap:3px;flex:1;overflow-y:auto}
.rh-side-nav a{display:flex;align-items:center;gap:12px;padding:11px 14px;border-radius:10px;color:#475569;font-weight:600;font-size:14.5px}
.rh-side-nav a svg{width:19px;height:19px;color:#94a3b8}
.rh-side-nav a:hover{background:var(--rh-surface-2);color:var(--rh-text)}
.rh-side-nav a:hover svg{color:var(--rh-primary)}
.rh-side-nav a.active{background:var(--rh-primary);color:#fff}
.rh-side-nav a.active svg{color:#fff}
.rh-side-sep{height:1px;background:var(--rh-border);margin:10px 14px}
.rh-side-promo{margin:12px;padding:20px 16px;border-radius:14px;background:linear-gradient(150deg,#2563eb,#1e3a8a);color:#fff;text-align:center;position:relative;overflow:hidden;box-shadow:0 10px 24px rgba(37,99,235,.30)}
.rh-side-promo:before{content:"";position:absolute;width:130px;height:130px;border-radius:50%;background:rgba(255,255,255,.09);top:-54px;right:-44px}
.rh-side-promo:after{content:"";position:absolute;width:84px;height:84px;border-radius:50%;background:rgba(255,255,255,.06);bottom:-36px;left:-28px}
.rh-side-promo .ic{position:relative;z-index:1;width:48px;height:48px;margin:0 auto 13px;display:flex;align-items:center;justify-content:center}
.rh-side-promo .ic:before{content:"";position:absolute;inset:0;transform:rotate(45deg);border-radius:13px;border:1.7px solid rgba(255,255,255,.65)}
.rh-side-promo .ic svg{position:relative;z-index:1;width:24px;height:24px;color:#fff}
.rh-side-promo h4{position:relative;z-index:1;color:#fff;font-size:15px;margin:0 0 7px;font-family:var(--rh-display);font-weight:800}
.rh-side-promo p{position:relative;z-index:1;color:rgba(255,255,255,.86);font-size:12.5px;line-height:1.55;margin:0 0 15px}
.rh-side-promo-btn{position:relative;z-index:1;display:inline-flex;align-items:center;gap:7px;background:#fff;color:var(--rh-primary-d);font-weight:700;font-size:13px;padding:10px 16px;border-radius:9px;font-family:var(--rh-display);transition:.16s}
.rh-side-promo-btn:hover{transform:translateY(-1px);box-shadow:0 7px 18px rgba(0,0,0,.22);color:var(--rh-primary-d)}
.rh-side-promo-btn svg{width:15px;height:15px}
.rh-pmain{flex:1;margin-left:248px;display:flex;flex-direction:column;min-width:0}
.rh-top{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.9);backdrop-filter:blur(8px);border-bottom:1px solid var(--rh-border);height:68px;display:flex;align-items:center;justify-content:space-between;padding:0 26px}
.rh-top h1{font-size:19px;margin:0;font-family:var(--rh-display)}
.rh-top-left{display:flex;align-items:center;gap:14px}
.rh-top-right{display:flex;align-items:center;gap:16px}
.rh-balance{display:inline-flex;align-items:center;gap:8px;background:none;color:var(--rh-primary-d);font-family:var(--rh-display);font-weight:800;font-size:16px;padding:0}
.rh-balance .ic{display:inline-flex;align-items:center;color:var(--rh-primary)}
.rh-balance .ic svg{width:19px;height:19px}
.rh-top-user{color:var(--rh-muted);font-size:14px;font-weight:600}
.rh-content{padding:28px 26px;width:100%;max-width:1120px}
.rh-burger2{display:none;background:none;border:0;cursor:pointer;color:var(--rh-text)}
.rh-burger2 svg{width:26px;height:26px}
.rh-side-overlay{display:none}
.rh-pcard{background:#fff;border:1px solid var(--rh-border);border-radius:14px;padding:24px;box-shadow:var(--rh-shadow);margin-bottom:20px}
.rh-pcard h2{font-size:20px;margin:0 0 6px}
.rh-table-wrap{background:#fff;border:1px solid var(--rh-border);border-radius:14px;overflow:hidden;box-shadow:var(--rh-shadow);margin-bottom:20px}
.rh-table{width:100%;border-collapse:collapse}
.rh-table th{background:var(--rh-surface-2);text-align:left;padding:13px 18px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--rh-muted);border-bottom:1px solid var(--rh-border)}
.rh-table td{padding:14px 18px;border-bottom:1px solid var(--rh-border);font-size:14.5px}
.rh-table tr:last-child td{border-bottom:0}
.rh-table tr:hover td{background:#fafbfc}
.rh-tag{display:inline-flex;align-items:center;gap:6px;font-weight:700;font-size:13.5px;padding:0;background:none;color:var(--rh-success)}
.rh-tag svg{width:15px;height:15px}
.rh-pills{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:18px}
.rh-pill{padding:8px 16px;border:1px solid var(--rh-border);border-radius:999px;font-weight:600;font-size:13.5px;color:var(--rh-muted);background:#fff}
.rh-pill:hover{border-color:var(--rh-primary);color:var(--rh-primary)}
.rh-pill.active{background:var(--rh-primary);color:#fff;border-color:var(--rh-primary)}
.rh-pstats{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.rh-pstat{background:#fff;border:1px solid var(--rh-border);border-radius:14px;padding:22px;display:flex;align-items:center;gap:16px;box-shadow:var(--rh-shadow)}
.rh-pstat .ic{width:48px;height:48px;position:relative;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--rh-primary)}
.rh-pstat .ic:before{content:"";position:absolute;inset:0;transform:rotate(45deg);border-radius:12px;border:1.6px solid var(--rh-primary)}
.rh-pstat .ic svg{position:relative;z-index:1;width:22px;height:22px}
.rh-pstat .n{font-family:var(--rh-display);font-weight:800;font-size:24px;color:var(--rh-primary-d);line-height:1;margin-bottom:3px}
.rh-pstat .l{color:var(--rh-muted);font-size:13px}
.rh-prod{max-width:880px}
.rh-back{display:inline-flex;align-items:center;gap:8px;font-weight:600;font-size:14px;color:var(--rh-muted);margin-bottom:22px;padding:9px 16px;border:1px solid var(--rh-border);border-radius:var(--rh-radius-sm);background:#fff;transition:.18s}
.rh-back:hover{border-color:var(--rh-primary);color:var(--rh-primary)}
.rh-back svg{width:16px;height:16px}
.rh-prod-card{background:#fff;border:1px solid var(--rh-border);border-radius:var(--rh-radius);box-shadow:var(--rh-shadow);padding:30px 32px;margin-bottom:20px}
.rh-prod-head{display:flex;align-items:center;gap:20px;margin-bottom:24px}
.rh-prod-ico{width:66px;height:66px;position:relative;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.rh-prod-ico:before{content:"";position:absolute;inset:0;transform:rotate(45deg);border-radius:16px;border:1.6px solid var(--rh-primary)}
.rh-prod-ico img{position:relative;z-index:1;width:36px;height:36px;object-fit:contain}
.rh-prod-ico svg{position:relative;z-index:1;width:30px;height:30px;color:var(--rh-primary)}
.rh-prod-head h1{font-size:21px;font-weight:700;margin:0;line-height:1.35;letter-spacing:-.01em}
.rh-prod-price{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:0 0 22px;border-bottom:1px solid var(--rh-border);margin-bottom:22px}
.rh-prod-price .k{display:block;font-size:11.5px;text-transform:uppercase;letter-spacing:.07em;color:var(--rh-muted);font-weight:700;margin-bottom:9px}
.rh-prod-price .v{font-family:var(--rh-display);font-weight:800;font-size:34px;color:var(--rh-primary-d);line-height:1}
.rh-prod-price .v small{font-size:14px;color:var(--rh-muted);font-weight:600;margin-left:4px}
.rh-prod-price .rh-stk-tag{display:inline-flex;align-items:center;gap:7px;font-weight:700;font-size:14.5px;color:var(--rh-success)}
.rh-prod-price .rh-stk-tag svg{width:18px;height:18px}
.rh-prod-price .rh-stk-tag.zero{color:#b91c1c}
.rh-prod-card>.rh-btn,.rh-prod-buy>.rh-btn{width:100%;justify-content:center}
.rh-prod-note{margin-top:14px;color:var(--rh-muted);font-size:13.5px;text-align:center}
.rh-prod-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:20px}
.rh-prod-stats .rh-pstat{margin:0}
.rh-prod-stats .n.ok{color:var(--rh-success)}
.rh-prod-stats .n.zero{color:#b91c1c}
.rh-prod-desc{background:#fff;border:1px solid var(--rh-border);border-radius:var(--rh-radius);box-shadow:var(--rh-shadow);overflow:hidden}
.rh-prod-desc-head{display:flex;align-items:center;gap:15px;padding:20px 26px;border-bottom:1px solid var(--rh-border);background:var(--rh-surface-2)}
.rh-prod-desc-ico{width:44px;height:44px;position:relative;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--rh-primary)}
.rh-prod-desc-ico:before{content:"";position:absolute;inset:0;transform:rotate(45deg);border-radius:11px;border:1.6px solid var(--rh-primary)}
.rh-prod-desc-ico svg{position:relative;z-index:1;width:21px;height:21px}
.rh-prod-desc-head h2{font-size:18px;margin:0}
.rh-prod-desc-head p{margin:3px 0 0;color:var(--rh-muted);font-size:13.5px}
.rh-prod-desc .rh-prose{padding:14px 26px 22px}
.rh-prose{color:#475569;font-size:15px;line-height:1.7}
.rh-prose,.rh-prose *{font-family:var(--rh-font)!important;max-width:100%}
.rh-prose p{margin:0 0 12px}
.rh-prose p:last-child{margin-bottom:0}
.rh-prose h1,.rh-prose h2,.rh-prose h3,.rh-prose h4{font-family:var(--rh-display)!important;font-style:normal!important;font-weight:800!important;font-size:18px!important;line-height:1.3!important;color:var(--rh-text)!important;text-align:left!important;margin:18px 0 12px!important}
.rh-prose i,.rh-prose em{font-style:normal!important}
.rh-prose font{color:inherit!important}
.rh-prose b,.rh-prose strong{color:var(--rh-text)!important;font-weight:700!important}
.rh-prose ol,.rh-prose ul{list-style:none!important;margin:0!important;padding:0!important}
.rh-prose li{position:relative;text-align:left!important;color:#475569!important;font-size:15px;line-height:1.65;padding:11px 2px 11px 28px;border-bottom:1px solid var(--rh-border)}
.rh-prose li:last-child{border-bottom:none}
.rh-prose li:empty{display:none}
.rh-prose li:before{content:"";position:absolute;left:5px;top:18px;width:7px;height:7px;border:1.7px solid var(--rh-primary);border-radius:2px;transform:rotate(45deg)}
.rh-prose li ul,.rh-prose li ol{margin-top:8px!important}
.rh-prose li li{border-bottom:none;padding:4px 0 4px 26px}
.rh-prose [style*="background"]{background:var(--rh-primary-100)!important;color:var(--rh-primary-d)!important;padding:1px 7px;border-radius:6px;font-weight:700}
.rh-prose [style*="background"]:empty{display:none!important}

body.rh-modal-open{overflow:hidden}
.rh-modal-ov{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;background:rgba(15,23,42,.55);backdrop-filter:blur(3px);opacity:0;transition:opacity .18s}
.rh-modal-ov.show{opacity:1}
.rh-modal{position:relative;background:#fff;border-radius:18px;box-shadow:var(--rh-shadow-lg);width:100%;max-width:420px;padding:34px 30px 26px;text-align:center;transform:translateY(10px) scale(.96);transition:transform .22s cubic-bezier(.2,.8,.25,1)}
.rh-modal.rh-modal-wide{max-width:600px;padding:38px 42px 30px}
.rh-modal-wide .rh-modal-body{font-size:15.5px}
.rh-wa-btn{display:inline-flex;align-items:center;gap:9px;background:#25d366;color:#fff;font-family:var(--rh-display);font-weight:700;font-size:15px;padding:13px 26px;border-radius:11px;margin:4px auto 0;transition:.16s;box-shadow:0 8px 20px rgba(37,211,102,.32)}
.rh-wa-btn:hover{background:#1ebe5b;color:#fff;transform:translateY(-1px);box-shadow:0 10px 24px rgba(37,211,102,.4)}
.rh-wa-btn svg{width:19px;height:19px}
.rh-modal-brand{position:absolute;top:16px;left:18px;width:38px;height:auto;opacity:.92}
.rh-modal-ov.show .rh-modal{transform:none}
.rh-modal-ico{width:76px;height:76px;position:relative;display:flex;align-items:center;justify-content:center;margin:0 auto 22px}
.rh-modal-ico:before{content:"";position:absolute;inset:0;transform:rotate(45deg);border-radius:18px;border:1.8px solid currentColor}
.rh-modal-ico svg{position:relative;z-index:1;width:34px;height:34px}
.rh-modal-ico.success{color:var(--rh-success)}
.rh-modal-ico.error{color:#dc2626}
.rh-modal-ico.warning{color:#d97706}
.rh-modal-ico.info,.rh-modal-ico.question{color:var(--rh-primary)}
.rh-modal-ico.loading{color:var(--rh-primary)}
.rh-modal-ico.loading:before{display:none}
.rh-modal-spin{width:38px;height:38px;border:3px solid rgba(37,99,235,.25);border-top-color:var(--rh-primary);border-radius:50%;animation:rhspin .7s linear infinite}
@keyframes rhspin{to{transform:rotate(360deg)}}
.rh-modal-title{font-family:var(--rh-display);font-weight:800;font-size:21px;color:var(--rh-text);margin:0 0 8px;letter-spacing:-.01em;line-height:1.25}
.rh-modal-body{color:var(--rh-muted);font-size:15px;line-height:1.65}
.rh-modal-body:empty{display:none}
.rh-modal-input{width:100%;margin-top:18px;padding:13px 16px;border:1px solid var(--rh-border);border-radius:var(--rh-radius-sm);font-size:16px;font-family:var(--rh-font);color:var(--rh-text);text-align:center;transition:.15s}
.rh-modal-input:focus{outline:none;border-color:var(--rh-primary);box-shadow:var(--rh-ring)}
.rh-modal-err{color:#dc2626;font-size:13px;font-weight:600;margin-top:10px}
.rh-modal-err:empty{display:none}
.rh-modal-foot{margin-top:16px;font-size:13.5px;color:var(--rh-muted)}
.rh-modal-foot:empty{display:none}
.rh-modal-foot a{font-weight:600}
.rh-modal-actions{display:flex;gap:10px;margin-top:26px}
.rh-modal-actions .rh-btn{flex:1;justify-content:center}
.rh-modal-actions.single .rh-btn{flex:initial;min-width:150px;margin:0 auto}
@media(max-width:640px){
  .rh-prod-card{padding:24px 20px}
  .rh-prod-head{flex-direction:column;text-align:center;gap:13px;margin-bottom:20px}
  .rh-prod-head h1{font-size:18px}
  .rh-prod-price{flex-direction:column;align-items:flex-start;gap:14px}
  .rh-prod-stats{grid-template-columns:1fr}
}
@media (max-width:900px){
.rh-side{transform:translateX(-100%);transition:transform .25s;box-shadow:2px 0 18px rgba(0,0,0,.15)}
body.rh-side-open .rh-side{transform:none}
.rh-pmain{margin-left:0}
.rh-burger2{display:inline-flex;align-items:center}
.rh-side-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:45}
body.rh-side-open .rh-side-overlay{display:block}
.rh-pstats{grid-template-columns:1fr}
.rh-table-wrap{overflow-x:auto}
.rh-table{min-width:560px}
.rh-top h1{display:none}
}
.rh-logo-img{height:54px;width:auto;display:block}
.rh-side .rh-logo-img{height:48px}
.rh-footer .rh-logo-img{height:54px}
.rh-logo-img.inv{filter:brightness(0) invert(1)}
.rh-tag.warn{background:none;color:#d97706}
.rh-tag.danger{background:none;color:#dc2626}
.rh-pagination{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:22px;flex-wrap:wrap}
.rh-pagination a,.rh-pagination span{min-width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;padding:0 12px;border:1px solid var(--rh-border);border-radius:10px;color:var(--rh-text);font-weight:600;font-size:14px;background:#fff;transition:.15s}
.rh-pagination a:hover{border-color:var(--rh-primary);color:var(--rh-primary)}
.rh-pagination .active{background:var(--rh-primary);border-color:var(--rh-primary);color:#fff}
.rh-pagination .disabled{opacity:.4;pointer-events:none}
.rh-pagination svg{width:17px;height:17px}
.rh-chat{display:flex;flex-direction:column;gap:12px;margin-bottom:22px}
.rh-bubble{max-width:78%;padding:12px 16px;border-radius:14px;font-size:14.5px;line-height:1.5}
.rh-bubble .meta{display:block;font-size:11.5px;margin-top:7px;opacity:.75}
.rh-bubble.mine{align-self:flex-end;background:var(--rh-primary);color:#fff;border-bottom-right-radius:4px}
.rh-bubble.theirs{align-self:flex-start;background:#fff;border:1px solid var(--rh-border);color:var(--rh-text);border-bottom-left-radius:4px}
.rh-textarea{width:100%;padding:13px 15px;border:1px solid var(--rh-border);border-radius:var(--rh-radius-sm);font-size:15px;font-family:var(--rh-font);resize:vertical}
.rh-textarea:focus{outline:none;border-color:var(--rh-primary);box-shadow:var(--rh-ring)}
.rh-auth-home{display:none;position:fixed;top:16px;right:16px;width:44px;height:44px;border:1px solid var(--rh-border);border-radius:11px;align-items:center;justify-content:center;color:var(--rh-text);background:#fff;z-index:20;box-shadow:var(--rh-shadow)}
.rh-auth-home svg{width:20px;height:20px}
@media(max-width:980px){.rh-auth-home{display:inline-flex}}
@media(max-width:640px){
.rh-hero-grid>div:first-child{text-align:center}
.rh-hero .lead{margin-left:auto;margin-right:auto}
.rh-hero-cta{justify-content:center}
.rh-trust{justify-content:center;gap:22px}
.rh-trust-item{align-items:center}
}
.rh-auth-logo{display:none;margin:0 0 28px}
.rh-auth-logo img{height:46px;width:auto;display:block}
@media(max-width:980px){.rh-auth-logo{display:flex;justify-content:center;margin:0 0 75px}.rh-auth-logo img{height:62px}.rh-auth-form-wrap{align-items:center;padding:34px 24px}}

.rh-chead{display:flex;align-items:center;gap:14px;margin-bottom:22px}
.rh-chead-ico{width:46px;height:46px;position:relative;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--rh-primary)}
.rh-chead-ico:before{content:"";position:absolute;inset:0;transform:rotate(45deg);border-radius:12px;border:1.6px solid var(--rh-primary)}
.rh-chead-ico svg{position:relative;z-index:1;width:21px;height:21px}
.rh-chead h2{font-size:18px;margin:0}
.rh-chead p{margin:3px 0 0;color:var(--rh-muted);font-size:13px}
.rh-profile-hero{display:flex;align-items:center;gap:20px;background:#fff;border:1px solid var(--rh-border);border-radius:var(--rh-radius);padding:24px 28px;margin-bottom:20px;box-shadow:var(--rh-shadow);flex-wrap:wrap}
.rh-profile-av{width:70px;height:70px;position:relative;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-family:var(--rh-display);font-weight:800;font-size:24px;color:var(--rh-primary)}
.rh-profile-av:before{content:"";position:absolute;inset:0;transform:rotate(45deg);border-radius:16px;border:1.8px solid var(--rh-primary)}
.rh-profile-id h2{font-size:21px;margin:0 0 5px}
.rh-profile-id p{margin:0;color:var(--rh-muted);font-size:14px;display:flex;align-items:center;gap:7px}
.rh-profile-id p svg{width:15px;height:15px;color:var(--rh-primary)}
.rh-profile-meta{margin-left:auto;display:flex;gap:14px;flex-wrap:wrap}
.rh-profile-meta .m{background:var(--rh-surface-2);border-radius:12px;padding:12px 18px;min-width:130px}
.rh-profile-meta .m .k{color:var(--rh-muted);font-size:11.5px;text-transform:uppercase;letter-spacing:.06em;font-weight:700;margin-bottom:6px;display:flex;align-items:center;gap:6px}
.rh-profile-meta .m .k svg{width:14px;height:14px;color:var(--rh-primary)}
.rh-profile-meta .m .v{font-family:var(--rh-display);font-weight:800;font-size:18px;color:var(--rh-text);line-height:1}
@media(max-width:640px){
  .rh-profile-hero{gap:16px}
  .rh-profile-meta{margin-left:0;width:100%}
  .rh-profile-meta .m{flex:1;min-width:0}
}
