/* Rocky Road Enterprise Suite v1.1 visual correction */
:root{--rrp-black:#09090b;--rrp-charcoal:#17171b;--rrp-purple:#5b21b6;--rrp-purple2:#7c3aed;--rrp-red:#dc2626;--rrp-red-dark:#991b1b;--rrp-white:#fff;--rrp-off:#f7f7f8;--rrp-line:#e5e7eb;--rrp-text:#18181b;--rrp-muted:#62626a}
body{background:var(--rrp-white);color:var(--rrp-text)}
.rrp-section{max-width:1200px;margin:0 auto;padding:72px 24px}.rrp-section h1,.rrp-section h2,.rrp-section h3{color:var(--rrp-black);letter-spacing:-.025em}.rrp-kicker,.rrp-pill{color:var(--rrp-purple);font-weight:900;text-transform:uppercase;letter-spacing:.08em}.rrp-lead{font-size:clamp(1.05rem,1.8vw,1.28rem);color:var(--rrp-muted);max-width:850px}
.rrp-home-hero{max-width:none!important;margin:0!important;padding:0!important;background:linear-gradient(90deg,rgba(9,9,11,.97) 0%,rgba(9,9,11,.92) 42%,rgba(9,9,11,.68) 72%,rgba(9,9,11,.58) 100%),radial-gradient(circle at 82% 18%,rgba(124,58,237,.24),transparent 35%),#09090b;color:#fff;position:relative;overflow:hidden}.rrp-home-hero:after{content:"";position:absolute;right:-130px;top:-170px;width:540px;height:540px;border-radius:50%;border:72px solid rgba(124,58,237,.09);pointer-events:none}.rrp-home-hero .rrp-hero-inner{max-width:1200px;margin:0 auto;padding:94px 24px 86px;position:relative;z-index:2}.rrp-home-hero h1{color:#fff!important;font-size:clamp(2.8rem,6vw,5.4rem);line-height:.95;max-width:960px;margin:10px 0 22px;text-transform:uppercase;font-weight:950}.rrp-home-hero .rrp-lead{color:#e4e4e7;max-width:800px;font-size:clamp(1.08rem,1.8vw,1.32rem)}.rrp-home-hero .rrp-kicker{color:#c4b5fd}
.rrp-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-top:28px}.rrp-btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;border-radius:8px;padding:14px 22px;background:var(--rrp-red)!important;color:#fff!important;font-weight:900!important;text-transform:uppercase;text-decoration:none!important;letter-spacing:.025em}.rrp-btn:hover{background:var(--rrp-red-dark)!important;transform:translateY(-1px)}.rrp-btn-soft{background:var(--rrp-purple)!important;color:#fff!important}.rrp-btn-soft:hover{background:#4c1d95!important}.rrp-textlink{color:var(--rrp-purple)!important;font-weight:850;text-decoration:none}
.rrp-trust-bar{max-width:none!important;padding:0!important;background:var(--rrp-purple);color:#fff}.rrp-trust-bar .rrp-trust-inner{max-width:1200px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr)}.rrp-trust-bar .rrp-trust-item{padding:20px 18px;text-align:center;border-right:1px solid rgba(255,255,255,.22);color:#fff;font-weight:900}.rrp-trust-bar .rrp-trust-item:last-child{border-right:0}
.rrp-grid,.rrp-3{gap:20px!important}.rrp-card{background:#fff;border:1px solid var(--rrp-line)!important;border-radius:14px!important;box-shadow:0 10px 30px rgba(9,9,11,.06)!important;padding:24px!important}.rrp-card:hover{box-shadow:0 16px 40px rgba(9,9,11,.10)!important}.rrp-wide{border-left:5px solid var(--rrp-purple)!important}.rrp-school-page .rrp-pill{background:#ede9fe;color:#4c1d95;border-radius:999px;padding:7px 12px;display:inline-block}.rrp-school-page .rrp-card,.rrp-school-directory .rrp-card,.rrp-district-hub .rrp-card{border-top:4px solid var(--rrp-purple)!important}.rrp-school-card:hover{border-top-color:var(--rrp-red)!important}
.rrp-enterprise-topbar{background:var(--rrp-black);color:#fff;font-weight:700;font-size:13px}.rrp-enterprise-topbar-inner{max-width:1200px;margin:auto;padding:8px 24px;display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap}.rrp-enterprise-topbar a{color:#fff!important;text-decoration:none}
.rrp-conversion-footer{background:var(--rrp-black)!important;color:#fff!important;border-top:5px solid var(--rrp-purple)}.rrp-conversion-footer a{color:#e9d5ff!important}.rrp-conversion-footer h2,.rrp-conversion-footer h3{color:#fff!important}.rrp-mobile-sticky{background:#09090b!important;border-top:1px solid rgba(255,255,255,.12)!important}.rrp-mobile-sticky a:first-child{background:var(--rrp-purple)!important}.rrp-mobile-sticky a:last-child{background:var(--rrp-red)!important}
.rrp-section input,.rrp-section select,.rrp-section textarea{border:1px solid #d4d4d8;border-radius:8px}.rrp-section input:focus,.rrp-section select:focus,.rrp-section textarea:focus{border-color:var(--rrp-purple);box-shadow:0 0 0 3px rgba(124,58,237,.15);outline:none}
@media(max-width:900px){.rrp-section{padding:52px 18px}.rrp-home-hero .rrp-hero-inner{padding:68px 18px 62px}.rrp-home-hero h1{font-size:clamp(2.4rem,12vw,4.3rem)}.rrp-trust-bar .rrp-trust-inner{grid-template-columns:repeat(2,1fr)}.rrp-trust-bar .rrp-trust-item:nth-child(2){border-right:0}}
@media(max-width:620px){.rrp-actions{display:grid;grid-template-columns:1fr}.rrp-btn,.rrp-btn-soft{width:100%}.rrp-trust-bar .rrp-trust-inner{grid-template-columns:1fr}.rrp-trust-bar .rrp-trust-item{border-right:0;border-bottom:1px solid rgba(255,255,255,.18)}.rrp-trust-bar .rrp-trust-item:last-child{border-bottom:0}}
