:root {
  --rh-surface: #10100f;
  --rh-surface-2: #171715;
  --rh-line: rgba(255, 255, 255, .1);
  --rh-copy: #c7c4bd;
  --rh-muted: #8e8a82;
  --rh-orange: #ff7a00;
  --rh-orange-soft: #ff9b42;
  --rh-success: #57d38c;
  --rh-radius: 22px;
  --rh-shadow: 0 30px 80px rgba(0, 0, 0, .35);
}

html { scroll-padding-top: 90px; }
body { background-image: radial-gradient(circle at 85% 8%, rgba(255, 122, 0, .08), transparent 24rem); }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--rh-orange-soft); outline-offset: 3px; }

.rh-premium-section { padding: clamp(4.5rem, 9vw, 8rem) 1.25rem; position: relative; overflow: hidden; }
.rh-premium-section::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(120deg, transparent 20%, rgba(255,255,255,.025), transparent 80%); }
.rh-container { width: min(1180px, 100%); margin: 0 auto; position: relative; z-index: 1; }
.rh-eyebrow { color: var(--rh-orange); font: 700 .72rem/1.2 var(--mono, monospace); letter-spacing: .16em; text-transform: uppercase; margin-bottom: 1rem; }
.rh-heading { max-width: 820px; margin: 0; font: 700 clamp(2.25rem, 6vw, 5.4rem)/.95 var(--display, sans-serif); letter-spacing: -.055em; }
.rh-heading em { color: var(--rh-orange); font-style: normal; }
.rh-lead { max-width: 650px; margin: 1.4rem 0 0; color: var(--rh-copy); font-size: clamp(1rem, 2vw, 1.18rem); }
.rh-grid { display: grid; gap: 1rem; }
.rh-card { position: relative; background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.018)); border: 1px solid var(--rh-line); border-radius: var(--rh-radius); padding: 1.35rem; box-shadow: var(--rh-shadow); overflow: hidden; transition: transform .28s ease, border-color .28s ease, background .28s ease; }
.rh-card:hover { transform: translateY(-5px); border-color: rgba(255, 122, 0, .42); background: linear-gradient(145deg, rgba(255,122,0,.09), rgba(255,255,255,.018)); }
.rh-card h3 { margin: 0; font-family: var(--display, sans-serif); letter-spacing: -.025em; }
.rh-card p { color: var(--rh-copy); margin: .55rem 0 0; }
.rh-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; color: var(--rh-orange); background: rgba(255,122,0,.1); border: 1px solid rgba(255,122,0,.25); margin-bottom: 1rem; }
.rh-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.rh-pill { display: inline-flex; align-items: center; gap: .45rem; padding: .42rem .72rem; border: 1px solid var(--rh-line); border-radius: 999px; color: var(--rh-copy); font-size: .78rem; }
.rh-pill::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--rh-success); box-shadow: 0 0 0 5px rgba(87,211,140,.09); }
.rh-action { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; min-height: 48px; padding: .8rem 1.1rem; border-radius: 13px; border: 1px solid rgba(255,122,0,.55); background: var(--rh-orange); color: #15100b; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .2s ease, filter .2s ease; }
.rh-action:hover { transform: translateY(-2px); filter: brightness(1.08); }
.rh-action.secondary { background: transparent; color: #fff; border-color: var(--rh-line); }

.rh-category-rail { display: grid; grid-template-columns: repeat(3, minmax(240px, 1fr)); gap: 1rem; margin-top: 2rem; }
.rh-category { min-height: 250px; display: flex; flex-direction: column; justify-content: flex-end; text-decoration: none; color: #fff; }
.rh-category::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% 15%, rgba(255,122,0,.22), transparent 35%); pointer-events: none; }
.rh-category > * { position: relative; z-index: 1; }
.rh-category .rh-number { color: var(--rh-orange); font: 600 .72rem var(--mono, monospace); letter-spacing: .12em; }
.rh-category h3 { font-size: 1.75rem; margin-top: .55rem; }
.rh-category p { max-width: 30ch; }

.rh-proof { background: #0c0c0b; border-block: 1px solid var(--rh-line); }
.rh-stats { grid-template-columns: repeat(4, 1fr); margin-top: 2.25rem; }
.rh-stat { padding: 1.3rem 0; border-top: 1px solid var(--rh-line); }
.rh-stat strong { display: block; font: 700 clamp(2rem, 5vw, 4rem)/1 var(--display, sans-serif); letter-spacing: -.05em; }
.rh-stat span { color: var(--rh-muted); font-size: .83rem; }
.rh-testimonials { grid-template-columns: 1.15fr .85fr; margin-top: 2rem; }
.rh-quote { min-height: 260px; display: flex; flex-direction: column; justify-content: space-between; }
.rh-quote blockquote { margin: 0; font: 600 clamp(1.35rem, 3vw, 2.25rem)/1.18 var(--display, sans-serif); letter-spacing: -.035em; }
.rh-quote cite { color: var(--rh-muted); font-style: normal; }
.rh-stars { color: var(--rh-orange); letter-spacing: .14em; }

.rh-faq { margin-top: 2rem; border-top: 1px solid var(--rh-line); }
.rh-faq details { border-bottom: 1px solid var(--rh-line); }
.rh-faq summary { cursor: pointer; list-style: none; padding: 1.35rem 3rem 1.35rem 0; font: 600 1.08rem var(--display, sans-serif); position: relative; }
.rh-faq summary::-webkit-details-marker { display: none; }
.rh-faq summary::after { content: "+"; position: absolute; right: .3rem; color: var(--rh-orange); font-size: 1.5rem; transition: transform .2s ease; }
.rh-faq details[open] summary::after { transform: rotate(45deg); }
.rh-faq details p { color: var(--rh-copy); padding: 0 3rem 1.35rem 0; margin: 0; max-width: 75ch; }

.rh-app-banner { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 2rem; background: linear-gradient(135deg, #1d150e, #10100f 60%); }
.rh-phone { width: min(260px, 100%); aspect-ratio: .52; justify-self: center; padding: 14px; border-radius: 38px; background: #050505; border: 1px solid rgba(255,255,255,.18); transform: rotate(4deg); box-shadow: 0 40px 90px rgba(0,0,0,.55); }
.rh-phone-screen { height: 100%; border-radius: 27px; background: radial-gradient(circle at 70% 10%, rgba(255,122,0,.3), transparent 30%), #121210; padding: 1.2rem; display: flex; flex-direction: column; justify-content: space-between; }
.rh-phone-screen strong { font: 700 1.65rem/1 var(--display, sans-serif); }
.rh-phone-screen .rh-mini-card { padding: 1rem; border: 1px solid var(--rh-line); border-radius: 17px; background: rgba(255,255,255,.045); }

.rh-dashboard-modules { margin-top: 1.8rem; }
.rh-dashboard-title { display: flex; justify-content: space-between; align-items: end; gap: 1rem; margin-bottom: 1rem; }
.rh-dashboard-title h2 { margin: 0; font-family: var(--display, sans-serif); letter-spacing: -.03em; }
.rh-module-grid { grid-template-columns: repeat(4, 1fr); }
.rh-module { min-height: 138px; box-shadow: none; }
.rh-module strong { display: block; margin-top: auto; font: 700 1.4rem var(--display, sans-serif); }
.rh-module small { color: var(--rh-muted); }
.rh-module.is-preview { opacity: .78; }
.rh-preview-label { position: absolute; top: 1rem; right: 1rem; padding: .25rem .5rem; border-radius: 999px; background: rgba(255,122,0,.12); color: var(--rh-orange); font: 700 .62rem var(--mono, monospace); letter-spacing: .07em; text-transform: uppercase; }

.rh-skeleton { position: relative; overflow: hidden; background: rgba(255,255,255,.055); color: transparent !important; border-color: transparent !important; }
.rh-skeleton::after { content: ""; position: absolute; inset: 0; transform: translateX(-100%); background: linear-gradient(90deg, transparent, rgba(255,255,255,.08), transparent); animation: rh-shimmer 1.25s infinite; }
@keyframes rh-shimmer { to { transform: translateX(100%); } }
.rh-reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.8,.2,1); }
.rh-reveal.is-visible { opacity: 1; transform: none; }

.rh-install { position: fixed; left: 50%; bottom: 1rem; z-index: 90; width: min(560px, calc(100% - 2rem)); transform: translate(-50%, 140%); opacity: 0; display: flex; align-items: center; gap: 1rem; padding: .9rem; border: 1px solid rgba(255,122,0,.3); border-radius: 18px; background: rgba(15,15,14,.94); box-shadow: var(--rh-shadow); backdrop-filter: blur(18px); transition: transform .35s ease, opacity .35s ease; }
.rh-install.show { transform: translate(-50%, 0); opacity: 1; }
.rh-install p { margin: 0; color: var(--rh-copy); font-size: .85rem; flex: 1; }
.rh-install button { border: 0; }

@media (max-width: 860px) {
  .rh-category-rail, .rh-stats, .rh-module-grid { grid-template-columns: repeat(2, 1fr); }
  .rh-testimonials, .rh-app-banner { grid-template-columns: 1fr; }
  .rh-phone { display: none; }
}
@media (max-width: 560px) {
  .rh-category-rail, .rh-stats, .rh-module-grid { grid-template-columns: 1fr; }
  .rh-premium-section { padding-inline: 1rem; }
  .rh-category { min-height: 210px; }
  .rh-install { align-items: flex-start; flex-wrap: wrap; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .rh-reveal { opacity: 1; transform: none; }
}
