MEMBERSHIP
/* ========================================================= RCCS MEMBERSHIP PAGE Rosenthal Community Care Services LLC IMPORTANT: The RCCS page begins safely at normal width while Shopify loads. JavaScript then moves this entire block BELOW the Shopify product image / product-information grid and activates the full-width layout. ========================================================= */ #rccs-membership-page { --rccs-navy: #11164a; --rccs-deep: #0f172a; --rccs-olive: #556b2f; --rccs-olive-dark: #435524; --rccs-olive-soft: #eef1e5; --rccs-gold: #b59b5b; --rccs-gold-soft: #e8dcc0; --rccs-cream: #f7f2e8; --rccs-cream-2: #fbf8f1; --rccs-white: #ffffff; --rccs-ink: #1f2933; --rccs-muted: #667085; --rccs-border: rgba(17,22,74,.13); --rccs-shadow: 0 18px 45px rgba(17,22,74,.10); --rccs-soft-shadow: 0 10px 28px rgba(17,22,74,.07); /* SAFE INITIAL STATE: prevents overlap while nested in Shopify product info. */ width: 100%; max-width: 100%; margin: 30px 0 0; overflow-x: hidden; background: radial-gradient( circle at top left, rgba(85,107,47,.10), transparent 28% ), radial-gradient( circle at top right, rgba(17,22,74,.08), transparent 32% ), linear-gradient( 180deg, #ffffff 0%, var(--rccs-cream-2) 45%, #ffffff 100% ); color: var(--rccs-ink); font-family: inherit; line-height: 1.7; } /* ACTIVATED ONLY AFTER JS MOVES THE RCCS CONTENT BELOW THE MAIN SHOPIFY PRODUCT GRID. */ #rccs-membership-page.rccs-fullwidth-mounted { width: 100vw; max-width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); margin-top: 48px; position: relative; z-index: 0; clear: both; } #rccs-membership-page * { box-sizing: border-box; } #rccs-membership-page a { text-decoration: none; } #rccs-membership-page .rccs-wrap { width: min( 1500px, calc(100% - 48px) ); margin: 0 auto; } /* ========================================================= REVEAL ANIMATION ========================================================= */ #rccs-membership-page .rccs-reveal { opacity: 1; transform: none; transition: opacity .7s ease, transform .7s ease; } #rccs-membership-page .rccs-reveal.rccs-visible { opacity: 1; transform: translateY(0); } /* ========================================================= HERO ========================================================= */ #rccs-membership-page .rccs-hero-section { padding: 32px 0 22px; } #rccs-membership-page .rccs-hero { position: relative; overflow: hidden; padding: 58px 48px; border-radius: 32px; background: radial-gradient( circle at 88% 12%, rgba(181,155,91,.24), transparent 28% ), radial-gradient( circle at 10% 90%, rgba(85,107,47,.20), transparent 31% ), linear-gradient( 135deg, var(--rccs-deep), var(--rccs-navy) ); color: #ffffff; box-shadow: 0 24px 60px rgba(17,22,74,.19); } #rccs-membership-page .rccs-hero::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 5px; background: linear-gradient( 90deg, var(--rccs-gold), #ddc993, var(--rccs-olive), var(--rccs-gold) ); } #rccs-membership-page .rccs-eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 16px; padding: 8px 13px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; background: rgba(255,255,255,.09); color: #f6eedc; font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; } #rccs-membership-page .rccs-eyebrow::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--rccs-gold); } #rccs-membership-page .rccs-hero h1 { max-width: 980px; margin: 0 0 18px; color: #ffffff; font-size: clamp( 36px, 5vw, 60px ); line-height: 1.02; letter-spacing: -.05em; } #rccs-membership-page .rccs-hero p { max-width: 930px; margin: 0; color: rgba(255,255,255,.82); font-size: clamp( 16px, 1.7vw, 19px ); line-height: 1.7; } #rccs-membership-page .rccs-hero-highlight { display: inline-block; margin-top: 24px; padding: 11px 16px; border: 1px solid rgba(255,255,255,.15); border-radius: 13px; background: rgba(255,255,255,.10); color: #ffffff; font-size: 14px; font-weight: 850; } /* ========================================================= SECTION HEADINGS ========================================================= */ #rccs-membership-page .rccs-intro-section { padding: 50px 0 24px; } #rccs-membership-page .rccs-section-heading { max-width: 900px; margin: 0 auto 36px; text-align: center; } #rccs-membership-page .rccs-section-heading h2 { margin: 0 0 12px; color: var(--rccs-navy); font-size: clamp( 30px, 4vw, 46px ); line-height: 1.08; letter-spacing: -.04em; } #rccs-membership-page .rccs-section-heading p { margin: 0; color: var(--rccs-muted); font-size: 16px; line-height: 1.7; } /* ========================================================= TIER GRID ========================================================= */ #rccs-membership-page .rccs-tier-section { padding: 22px 0 68px; } #rccs-membership-page .rccs-tier-grid { display: grid; grid-template-columns: repeat( 4, minmax(0,1fr) ); gap: 16px; align-items: stretch; } #rccs-membership-page .rccs-tier { position: relative; display: flex; flex-direction: column; padding: 28px 24px; border: 1px solid var(--rccs-border); border-radius: 26px; background: #ffffff; box-shadow: var(--rccs-soft-shadow); transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; } #rccs-membership-page .rccs-tier:hover { transform: translateY(-7px); border-color: rgba(85,107,47,.30); box-shadow: 0 22px 45px rgba(17,22,74,.13); } /* PREMIUM */ #rccs-membership-page .rccs-tier.premium { border: 2px solid var(--rccs-gold); background: linear-gradient( 145deg, #ffffff, #fffdf8 ); box-shadow: 0 20px 45px rgba(181,155,91,.17); } /* ELITE */ #rccs-membership-page .rccs-tier.elite { background: radial-gradient( circle at top right, rgba(181,155,91,.20), transparent 32% ), linear-gradient( 145deg, var(--rccs-deep), var(--rccs-navy) ); border-color: rgba(255,255,255,.14); color: #ffffff; } #rccs-membership-page .rccs-tier-badge { display: inline-flex; align-self: flex-start; margin-bottom: 14px; padding: 7px 10px; border-radius: 999px; background: var(--rccs-olive-soft); color: var(--rccs-olive); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; } #rccs-membership-page .premium .rccs-tier-badge { background: var(--rccs-gold); color: var(--rccs-navy); } #rccs-membership-page .elite .rccs-tier-badge { background: rgba(255,255,255,.11); color: #ffffff; } #rccs-membership-page .rccs-tier h3 { margin: 0; color: var(--rccs-navy); font-size: 25px; line-height: 1.1; } #rccs-membership-page .elite h3 { color: #ffffff; } #rccs-membership-page .rccs-tier-price { margin: 16px 0 5px; color: var(--rccs-navy); font-size: clamp( 37px, 4vw, 49px ); font-weight: 950; line-height: 1; letter-spacing: -.055em; } #rccs-membership-page .elite .rccs-tier-price { color: #ffffff; } #rccs-membership-page .rccs-tier-price span { font-size: 14px; font-weight: 750; letter-spacing: 0; } #rccs-membership-page .rccs-best-for { min-height: 120px; margin: 13px 0 18px; color: var(--rccs-muted); font-size: 13.5px; line-height: 1.55; } #rccs-membership-page .elite .rccs-best-for { color: rgba(255,255,255,.70); } #rccs-membership-page .rccs-tier-divider { height: 1px; margin: 2px 0 18px; background: var(--rccs-border); } #rccs-membership-page .elite .rccs-tier-divider { background: rgba(255,255,255,.13); } #rccs-membership-page .rccs-benefit-title { margin-bottom: 12px; color: var(--rccs-navy); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; } #rccs-membership-page .elite .rccs-benefit-title { color: #ffffff; } #rccs-membership-page .rccs-benefits { margin: 0; padding: 0; list-style: none; } #rccs-membership-page .rccs-benefits li { position: relative; margin: 0 0 11px; padding-left: 21px; color: #454654; font-size: 13px; line-height: 1.48; } #rccs-membership-page .rccs-benefits li::before { content: "✓"; position: absolute; left: 0; color: var(--rccs-olive); font-weight: 950; } #rccs-membership-page .elite .rccs-benefits li { color: rgba(255,255,255,.79); } #rccs-membership-page .elite .rccs-benefits li::before { color: var(--rccs-gold-soft); } #rccs-membership-page .rccs-tier-summary { margin-top: auto; padding-top: 20px; color: var(--rccs-muted); font-size: 13px; line-height: 1.55; } #rccs-membership-page .elite .rccs-tier-summary { color: rgba(255,255,255,.70); } /* ========================================================= PREMIUM VALUE PANEL ========================================================= */ #rccs-membership-page .rccs-value-section { padding: 8px 0 68px; } #rccs-membership-page .rccs-value-panel { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(300px,.85fr); gap: 34px; align-items: center; padding: 46px; border-radius: 30px; background: radial-gradient( circle at top right, rgba(181,155,91,.22), transparent 31% ), linear-gradient( 135deg, var(--rccs-deep), var(--rccs-navy) ); color: #ffffff; box-shadow: var(--rccs-shadow); } #rccs-membership-page .rccs-value-panel h2 { margin: 0 0 13px; color: #ffffff; font-size: clamp( 30px, 4vw, 46px ); line-height: 1.08; letter-spacing: -.04em; } #rccs-membership-page .rccs-value-panel p { margin: 0; color: rgba(255,255,255,.76); font-size: 16px; line-height: 1.7; } #rccs-membership-page .rccs-value-box { padding: 29px; border: 1px solid rgba(255,255,255,.14); border-radius: 23px; background: rgba(255,255,255,.08); text-align: center; } #rccs-membership-page .rccs-value-small { color: rgba(255,255,255,.64); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; } #rccs-membership-page .rccs-value-big { display: block; margin: 9px 0; color: #ffffff; font-size: 45px; font-weight: 950; line-height: 1; } #rccs-membership-page .rccs-value-box p { font-size: 12px; } /* ========================================================= SUPPORT DETAIL CARDS ========================================================= */ #rccs-membership-page .rccs-detail-section { padding: 58px 0 68px; } #rccs-membership-page .rccs-detail-grid { display: grid; grid-template-columns: repeat( 2, minmax(0,1fr) ); gap: 18px; } #rccs-membership-page .rccs-detail-card { padding: 31px; border: 1px solid var(--rccs-border); border-radius: 24px; background: #ffffff; box-shadow: var(--rccs-soft-shadow); transition: transform .25s ease, box-shadow .25s ease; } #rccs-membership-page .rccs-detail-card:hover { transform: translateY(-4px); box-shadow: var(--rccs-shadow); } #rccs-membership-page .rccs-detail-card h3 { margin: 0 0 10px; color: var(--rccs-navy); font-size: 23px; } #rccs-membership-page .rccs-detail-card p { margin: 0 0 12px; color: var(--rccs-muted); font-size: 14px; } #rccs-membership-page .rccs-detail-card ul { margin: 12px 0 0; padding-left: 20px; } #rccs-membership-page .rccs-detail-card li { margin-bottom: 7px; color: #454654; font-size: 14px; } #rccs-membership-page .rccs-detail-card li::marker { color: var(--rccs-olive); } /* ========================================================= COMPARISON TABLE ========================================================= */ #rccs-membership-page .rccs-compare-section { padding: 10px 0 70px; } #rccs-membership-page .rccs-table-wrap { overflow-x: auto; border: 1px solid var(--rccs-border); border-radius: 24px; background: #ffffff; box-shadow: var(--rccs-soft-shadow); } #rccs-membership-page table { width: 100%; min-width: 850px; border-collapse: collapse; } #rccs-membership-page th, #rccs-membership-page td { padding: 16px 17px; border-bottom: 1px solid var(--rccs-border); text-align: center; font-size: 13px; } #rccs-membership-page th { background: var(--rccs-navy); color: #ffffff; font-weight: 900; } #rccs-membership-page th:first-child, #rccs-membership-page td:first-child { text-align: left; } #rccs-membership-page tbody tr:hover { background: var(--rccs-cream-2); } #rccs-membership-page tbody tr:last-child td { border-bottom: 0; } #rccs-membership-page .rccs-check { color: var(--rccs-olive); font-size: 18px; font-weight: 950; } #rccs-membership-page .rccs-dash { color: #aaa; } /* ========================================================= CHOOSE A PLAN ========================================================= */ #rccs-membership-page .rccs-choice-section { padding: 8px 0 70px; } #rccs-membership-page .rccs-choice-grid { display: grid; grid-template-columns: repeat( 4, minmax(0,1fr) ); gap: 14px; } #rccs-membership-page .rccs-choice { padding: 24px; border: 1px solid var(--rccs-border); border-radius: 21px; background: linear-gradient( 145deg, #ffffff, var(--rccs-cream-2) ); transition: transform .25s ease, box-shadow .25s ease; } #rccs-membership-page .rccs-choice:hover { transform: translateY(-4px); box-shadow: var(--rccs-soft-shadow); } #rccs-membership-page .rccs-choice strong { display: block; margin-bottom: 8px; color: var(--rccs-navy); font-size: 18px; } #rccs-membership-page .rccs-choice span { color: var(--rccs-muted); font-size: 13px; line-height: 1.55; } /* ========================================================= TERMS ========================================================= */ #rccs-membership-page .rccs-terms-section { padding: 25px 0 68px; } #rccs-membership-page .rccs-terms { padding: 40px; border: 1px solid #e2e2e7; border-radius: 26px; background: #f5f5f7; color: #595b67; font-size: 13px; line-height: 1.7; } #rccs-membership-page .rccs-terms h2 { margin: 0 0 18px; color: var(--rccs-navy); font-size: 29px; } #rccs-membership-page .rccs-terms h3 { margin: 25px 0 7px; color: #3f4050; font-size: 17px; } #rccs-membership-page .rccs-terms p { margin: 0 0 11px; } /* ========================================================= FINAL CTA ========================================================= */ #rccs-membership-page .rccs-final-section { padding: 0 0 70px; } #rccs-membership-page .rccs-final { padding: 52px 32px; border-radius: 30px; background: radial-gradient( circle at bottom left, rgba(85,107,47,.25), transparent 34% ), var(--rccs-navy); color: #ffffff; text-align: center; } #rccs-membership-page .rccs-final h2 { margin: 0 0 12px; color: #ffffff; font-size: clamp( 30px, 4vw, 46px ); } #rccs-membership-page .rccs-final p { max-width: 780px; margin: 0 auto; color: rgba(255,255,255,.76); font-size: 15px; } /* ========================================================= TABLET ========================================================= */ @media (max-width: 1050px) { #rccs-membership-page .rccs-tier-grid, #rccs-membership-page .rccs-choice-grid { grid-template-columns: repeat( 2, minmax(0,1fr) ); } #rccs-membership-page .rccs-value-panel { grid-template-columns: 1fr; } #rccs-membership-page .rccs-best-for { min-height: auto; } } /* ========================================================= MOBILE ========================================================= */ @media (max-width: 740px) { #rccs-membership-page .rccs-wrap { width: min( 100% - 24px, 1500px ); } #rccs-membership-page .rccs-hero { padding: 37px 23px; border-radius: 27px; } #rccs-membership-page .rccs-tier-grid, #rccs-membership-page .rccs-detail-grid, #rccs-membership-page .rccs-choice-grid { grid-template-columns: 1fr; } #rccs-membership-page .rccs-value-panel, #rccs-membership-page .rccs-terms { padding: 29px 20px; } #rccs-membership-page .rccs-fullwidth-mounted { margin-top: 28px; } } /* ========================================================= REDUCED MOTION ========================================================= */ @media (prefers-reduced-motion: reduce) { #rccs-membership-page *, #rccs-membership-page *::before, #rccs-membership-page *::after { animation: none !important; transition: none !important; } #rccs-membership-page .rccs-reveal { opacity: 1; transform: none; } } RCCS Membership Practical Tools. Administrator Support. One Membership That Can Grow With Your Facility. Running or starting an ARF, RCFE, assisted living home, or residential care business comes with questions, calculations, documents, inspections, resident decisions, and operational challenges. RCCS Membership brings practical tools, digital resources, and experienced administrator support together in one place. Memberships start at only $9.99 per month. Choose the Level of Support You Actually Need Start with essential tools or choose a higher tier for consultations, more email access, inspection-readiness resources, digital downloads, branded materials, and stronger ongoing support. Getting Started Lite $9.99/month Best for people exploring an RCFE or ARF project, property owners evaluating a home, early-stage operators, and established facilities that mainly want access to essential planning tools. Includes Is My Home Suitable to Become an RCFE? Proof of Funds Calculator Profitability Calculator RCFE Landlord Lease Calculator 1 Basic Email Inquiry each month An affordable entry point for people who want useful care-business planning resources without paying for support they may not need yet. Everyday Support Basic $29.99/month Best for new and existing ARF/RCFE operators who are actively working with resident pricing, admissions, medication documentation, and everyday facility decisions. Everything in Lite, plus Resident Rate Calculator Resident Admission Readiness Tool Medication Count Reconciliation Tool 2 Basic Email Inquiries each month 1 Fifteen-Minute Phone or Video Consultation each month A practical everyday-support membership for operators who want tools plus occasional direct access to an experienced administrator. Most Popular Premium $59.99/month Best for serious ARF and RCFE owners, applicants, and administrators preparing for licensing, fire clearance, inspections, resident admissions, and ongoing operations. Everything in Basic, plus Fire Pre-Inspection Tool Licensing Pre-Inspection / Annual Inspection Readiness Tool Resident Pre-Placement Assessment Documentation Tool 5 Basic Email Inquiries each month 1 Thirty-Minute Phone or Video Consultation each month Unlimited eligible generic RCCS digital downloads 10% discount on eligible RCCS offerings priced at $500 or less Premium turns RCCS into an ongoing facility-support resource instead of something you contact only after a problem develops. Highest Support Level Elite $99.99/month Best for active owners and administrators who regularly use RCCS resources and want more consultation time, branded materials, compliance organization, and frequent support. Everything in Premium, plus Quarterly Emergency Drill Reminder Tool Staff Training Renewal Tracker 10 Basic Email Inquiries each month 2 Thirty-Minute Phone or Video Consultations each month Eligible branded RCCS digital product requests and downloads Branding with one company logo 15% discount on eligible RCCS offerings priced at $500 or less Designed for operators who want RCCS available as an ongoing extension of their facility's business-support resources. Why Premium May Be the Sweet Spot A standalone 30-minute RCCS consultation is normally $60. Premium Membership is $59.99 per month and already includes one 30-minute consultation — plus five basic email inquiries, advanced inspection-readiness tools, eligible digital downloads, and a 10% member discount. Premium Membership $59.99 One 30-minute consultation plus additional monthly membership benefits. More Than Access to a Few Calculators Higher RCCS membership levels combine practical digital resources with access to experienced administrators when you need another perspective on a facility issue, decision, or next step. Email Support Basic email inquiries are designed for short, focused operational, licensing, documentation, or facility-related questions. Lite: 1 per month Basic: 2 per month Premium: 5 per month Elite: 10 per month Phone & Video Consulting Speak directly with an experienced administrator about a focused issue, question, facility concern, or operational decision. Basic: 15 minutes monthly Premium: 30 minutes monthly Elite: two 30-minute consultations monthly Digital Resource Access Premium and Elite members receive expanded access to eligible RCCS forms, logs, templates, and digital resources. Premium: eligible generic, unbranded downloads Elite: eligible branded resources with one company logo Member Discounts Higher membership levels can also reduce the cost of eligible RCCS services you may already be planning to purchase. Premium: 10% eligible member discount Elite: 15% eligible member discount Compare RCCS Memberships Choose the level that matches how much support you expect to use each month. Benefit Lite Basic Premium Elite Monthly Price $9.99 $29.99 $59.99 $99.99 Core Planning Tools ✓ ✓ ✓ ✓ Resident / Operations Tools — ✓ ✓ ✓ Advanced Inspection Tools — — ✓ ✓ Basic Email Inquiries 1 2 5 10 Phone / Video Consulting — 15 min 30 min 2 × 30 min Eligible Generic Digital Downloads — — Unlimited Unlimited Eligible Branded Digital Resources — — — ✓ Member Discount — — 10% 15% Compliance Tracking Tools — — — ✓ Which Membership Is Right for You? Choose Lite If you are researching, evaluating a property, planning a future facility, or mainly want access to essential calculators. Choose Basic If you are actively opening or operating a facility and want operational tools plus occasional direct consultation. Choose Premium If you want inspection-readiness tools, downloads, regular email support, and a monthly 30-minute consultation. Choose Elite If you use RCCS regularly and want the highest level of consultation access, branded resources, compliance tools, and member savings. Membership Terms of Service Membership subscriptions are billed monthly and automatically renew until canceled or modified. Access to RCCS calculators, tools, downloads, consultations, email support, and member-only resources is determined by the member's active subscription tier. Unused email inquiries, phone or video consultations, digital-product requests, and other monthly membership benefits expire at the end of each billing cycle and do not roll over unless otherwise stated in writing by Rosenthal Community Care Services LLC. Basic Email Inquiries Basic email inquiries are intended for short, focused questions that can reasonably be answered without extensive research, document review, regulatory research, contract drafting, custom document creation, inspection analysis, or prolonged back-and-forth consultation. Questions requiring more extensive work may require a separate RCCS consulting or research service. Consultations Included consultations are limited to the time provided by the member's active subscription tier and are non-transferable. Additional consultation time may be purchased separately when needed. Digital Products & Downloads Unlimited downloads apply only to eligible RCCS digital products included within the applicable membership tier. Premium generic-download benefits apply to eligible unbranded RCCS digital resources. Elite branded-product benefits apply to eligible digital resources and are limited to one company logo unless otherwise approved by RCCS. Branded resources are subject to reasonable-use, availability, formatting, and scope limitations. Member Discounts Premium members receive 10% off eligible RCCS offerings priced at $500 or less. Elite members receive 15% off eligible RCCS offerings priced at $500 or less. Discounts do not apply to Comprehensive Facility Management, government filing fees, third-party costs, contractor or vendor charges, or other products and services specifically excluded by RCCS. Membership discounts cannot be combined with another discount or promotional offer unless expressly authorized by RCCS. Educational & Consulting Disclaimer RCCS membership tools, calculators, templates, downloads, email responses, and consultations are provided for educational, administrative, planning, documentation, and operational support purposes. Membership does not guarantee licensure, fire clearance, inspection passage, regulatory compliance, resident admission, reimbursement approval, business profitability, census, or any particular business or regulatory outcome. Official licensing, fire, legal, tax, clinical, construction, employment, and regulatory determinations remain with the applicable government authority or appropriately qualified professional. Changes to Membership Benefits Rosenthal Community Care Services LLC may periodically add, update, replace, modify, or discontinue individual tools, calculators, resources, downloads, and membership benefits as the RCCS platform develops. Cancellation Members may cancel their subscription to stop future recurring charges. Cancellation does not automatically entitle the member to a refund of previously paid membership charges unless required by law or otherwise approved by Rosenthal Community Care Services LLC. Start With the Support You Need Today. From $9.99 Lite access to full Elite support, RCCS Membership is designed to grow with you as your facility, responsibilities, and operational needs grow. (function () { var page = document.getElementById('rccs-membership-page'); if (!page || page.dataset.rccsMounted === 'true') { return; } page.dataset.rccsMounted = 'true'; var productGrid = page.closest('.product'); if (productGrid && productGrid.parentNode) { productGrid.insertAdjacentElement('afterend', page); page.classList.add('rccs-fullwidth-mounted'); } window.requestAnimationFrame(function () { page.querySelectorAll('.rccs-reveal').forEach(function (element) { element.classList.add('rccs-visible'); }); }); })();