
/*
Theme Name: JR RCM Classic (One-Page)
Theme URI: https://jrsolutionsllc.com/
Author: JR Solutions
Author URI: https://jrsolutionsllc.com/
Description: A fully built, graphical, one-page Medical Billing & RCM theme. No customization needed — activate and it's live.
Version: 1.0.0
Requires PHP: 7.4
Text Domain: jr-rcm-classic
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, custom-colors, custom-menu
*/
:root{
  --bg:#0b1220;
  --surface:#0e1628;
  --primary:#0ea5a4;
  --accent:#0b6efd;
  --ink:#e6eefc;
  --muted:#9fb0c9;
  --card: rgba(255,255,255,.04);
  --border: rgba(255,255,255,.10);
}
html{scroll-behavior:smooth}
body{margin:0;background:radial-gradient(1200px 600px at 20% -10%, #12203a 0%, #0b1220 50%, #0b1220 100%);color:var(--ink);font:16px/1.6 Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif}
a{color:var(--accent);text-decoration:none}
a:hover{opacity:.92}
.container{max-width:1200px;margin:0 auto;padding:0 22px}
.header{position:sticky;top:0;z-index:50;background:rgba(11,18,32,.6);backdrop-filter:saturate(160%) blur(8px);border-bottom:1px solid rgba(255,255,255,.06)}
.header-inner{display:flex;justify-content:space-between;align-items:center;padding:14px 0}
.brand{display:flex;gap:10px;align-items:center;font-weight:800;letter-spacing:.2px}
.brand .dot{width:10px;height:10px;border-radius:999px;background:linear-gradient(135deg,var(--primary),var(--accent))}
.nav a{color:var(--ink);padding:10px 14px;border-radius:8px}
.nav a:hover{background:rgba(255,255,255,.06)}
.hero{padding:96px 0 70px;background:radial-gradient(800px 500px at 80% -20%, rgba(14,165,164,.25) 0%, rgba(14,165,164,0) 60%)}
.kicker{display:inline-block;padding:6px 12px;border-radius:999px;background:rgba(14,165,164,.12);color:var(--primary);font-weight:700;font-size:12px;letter-spacing:.4px}
h1,h2,h3,h4,h5{font-family: "Source Sans Pro", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;line-height:1.2;margin:0 0 10px}
h1{font-size:52px}
h2{font-size:36px}
.sub{color:var(--muted);margin:6px 0 20px}
.btn{display:inline-block;padding:12px 20px;border-radius:12px;background:linear-gradient(135deg,var(--primary),var(--accent));color:#fff;font-weight:700;box-shadow:0 8px 24px rgba(11,110,253,.25);margin-right:10px}
.btn.alt{background:transparent;border:1px solid rgba(255,255,255,.16);color:var(--ink)}
.badges{display:flex;gap:10px;flex-wrap:wrap;margin-top:10px}
.badge{padding:6px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.12);color:var(--muted);font-size:12px}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:20px}
.stat{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:18px;text-align:center}
.stat .num{font-size:28px;font-weight:800;background:linear-gradient(135deg,var(--primary),var(--accent));-webkit-background-clip:text;background-clip:text;color:transparent}
.section{padding:70px 0}
.grid{display:grid;gap:22px}
.grid-2{grid-template-columns:repeat(2,1fr)}
.grid-3{grid-template-columns:repeat(3,1fr)}
.grid-4{grid-template-columns:repeat(4,1fr)}
.card{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:22px;box-shadow:0 6px 20px rgba(0,0,0,.25)}
.card h4{margin:0 0 8px}
.icon{width:56px;height:56px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg, rgba(14,165,164,.25), rgba(11,110,253,.20));border:1px solid var(--border);margin-bottom:10px}
.icon img{width:28px;height:28px}
.pricing .price{font-size:36px;font-weight:800}
.footer{border-top:1px solid var(--border);padding:36px 0;margin-top:40px;color:var(--muted);font-size:14px}
@media (max-width:1000px){
  .grid-2,.grid-3,.grid-4{grid-template-columns:1fr}
  h1{font-size:40px}
}
