/* Resume.io style landing page */
.rio-nav {
    background: #111111 !important;
    border-bottom: 1px solid var(--border);
    padding: 0.5rem 0;
    position: sticky;
    top: 0;
    z-index: 1030;
    min-height: 64px;
}

.rio-nav .navbar-brand {
    font-weight: 700;
    font-size: 1.15rem;
    color: var(--text-dark) !important;
    display: inline-flex;
    align-items: center;
    padding: 0;
    margin-right: 1rem;
    flex-shrink: 0;
}

@media (max-width: 991.98px) {
    .site-brand-md .site-brand-icon { height: 30px; }
    .site-brand-md .site-brand-name { font-size: 1.05rem; }
}

.rio-nav .nav-link {
    color: var(--text-dark) !important;
    font-weight: 500;
    font-size: 0.925rem;
    padding: 0.5rem 0.85rem !important;
}

.rio-nav .nav-link:hover {
    color: var(--primary) !important;
}

.rio-nav .btn-sign-in {
    color: var(--text-dark) !important;
    font-weight: 500;
    font-size: 0.925rem;
    padding: 0.5rem 1rem;
    text-decoration: none;
}

.rio-nav .btn-sign-in:hover {
    color: var(--primary) !important;
}

.rio-nav .btn-cta {
    padding: 0.5rem 1.25rem;
    font-size: 0.9rem;
}

.nav-user-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--border);
    color: var(--text-dark) !important;
    padding: 0.35rem 0.75rem 0.35rem 0.35rem;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 500;
}

.nav-user-btn:hover,
.nav-user-btn:focus,
.nav-user-btn.show {
    background: rgba(var(--primary-rgb), 0.08);
    border-color: rgba(var(--primary-rgb), 0.35);
    color: var(--text-dark) !important;
}

.nav-user-avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.75rem;
    flex-shrink: 0;
}

.rio-nav-dropdown {
    min-width: 200px !important;
    padding: 0.5rem !important;
}

.rio-nav .dropdown-menu {
    border: 1px solid var(--border);
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.45);
    padding: 1rem;
    min-width: 280px;
    background: #000000;
}

.rio-nav .dropdown-header {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-muted);
}

.rio-nav .dropdown-item {
    border-radius: 8px;
    padding: 0.5rem 0.75rem;
    font-size: 0.9rem;
}

.rio-nav .dropdown-item:hover {
    background: rgba(var(--primary-rgb), 0.06);
    color: var(--primary);
}

.rio-mega-menu {
    min-width: 520px !important;
    padding: 1.25rem !important;
}

.rio-mega-menu .mega-col h6 {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-muted);
    margin-bottom: 0.75rem;
}

.rio-mega-menu .mega-link {
    display: block;
    padding: 0.4rem 0;
    color: var(--text-dark);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
}

.rio-mega-menu .mega-link:hover {
    color: var(--primary);
}

.rio-mega-menu .mega-link small {
    display: block;
    font-size: 0.78rem;
    color: var(--text-muted);
    font-weight: 400;
    margin-top: 2px;
}

/* Hero */
.rio-hero {
    background: var(--hero-gradient);
    padding: 4rem 0 3rem;
    text-align: center;
}

.rio-hero h1 {
    font-size: clamp(2.25rem, 5vw, 3.5rem);
    font-weight: 800;
    color: var(--text-dark);
    line-height: 1.15;
    margin-bottom: 1rem;
}

.rio-hero .hero-rotate {
    color: var(--primary-light);
    display: inline-block;
    min-width: 11.5rem;
    text-align: center;
    text-shadow: var(--accent-glow);
}

#heroRotateWord {
    transition: opacity 0.3s ease;
}

.rio-hero .hero-sub {
    font-size: 1.15rem;
    color: var(--text-muted);
    max-width: 520px;
    margin: 0 auto 2rem;
}

.rio-hero .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    margin-bottom: 2.5rem;
}

.rio-hero .hero-actions .btn-cta {
    padding: 0.85rem 2rem;
    font-size: 1rem;
}

.rio-hero .hero-actions .btn-outline-cta {
    padding: 0.85rem 1.75rem;
    font-size: 1rem;
}

.rio-hero-stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem 3rem;
    padding: 1.5rem 0;
}

.rio-stat-item {
    text-align: center;
}

.rio-stat-num {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--primary-light);
}

.rio-stat-label {
    font-size: 0.85rem;
    color: var(--text-muted);
}

.rio-stars {
    color: var(--success);
    font-size: 1rem;
    letter-spacing: 2px;
}

/* SEO intro */
.rio-seo-intro {
    background: linear-gradient(180deg, rgba(var(--primary-rgb), 0.04) 0%, #0a0a0a 40%, #000 100%);
    padding: 3.5rem 0 4rem;
    border-bottom: 1px solid var(--border);
}

.rio-seo-intro-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 2.75rem;
}

.rio-section-eyebrow {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--primary-light);
    margin-bottom: 0.85rem;
}

.rio-seo-intro-header h2 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    color: var(--text-dark);
    line-height: 1.25;
    margin-bottom: 1rem;
}

.rio-seo-lead {
    color: var(--text-muted);
    font-size: 1.05rem;
    line-height: 1.65;
    margin: 0;
}

.rio-seo-highlights {
    margin-bottom: 2rem;
}

.rio-seo-card {
    height: 100%;
    padding: 1.75rem 1.5rem;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid var(--border);
    border-radius: 16px;
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.rio-seo-card:hover {
    background: rgba(var(--primary-rgb), 0.04);
    border-color: rgba(var(--primary-rgb), 0.25);
    transform: translateY(-2px);
}

.rio-seo-card-icon {
    width: 48px;
    height: 48px;
    background: rgba(var(--primary-rgb), 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    color: var(--primary);
    margin-bottom: 1.15rem;
}

.rio-seo-card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0.65rem;
}

.rio-seo-card p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: var(--text-muted);
    margin: 0;
}

.rio-seo-card p strong {
    color: rgba(255, 255, 255, 0.85);
    font-weight: 600;
}

.rio-seo-footnote {
    max-width: 760px;
    margin: 0 auto;
    padding: 1.25rem 1.5rem;
    text-align: center;
    font-size: 0.925rem;
    line-height: 1.7;
    color: var(--text-muted);
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
}

.rio-seo-footnote strong {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
}

/* Benefits strip */
.rio-benefits {
    background: #000000;
    padding: 3rem 0;
    border-bottom: 1px solid var(--border);
}

.rio-benefit-card {
    text-align: center;
    padding: 1.5rem 1rem;
}

.rio-benefit-icon {
    width: 56px;
    height: 56px;
    background: rgba(var(--primary-rgb), 0.08);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 1.5rem;
    color: var(--primary);
}

.rio-benefit-card h5 {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    color: var(--text-dark);
}

.rio-benefit-card p {
    font-size: 0.875rem;
    color: var(--text-muted);
    margin: 0;
}

/* Tools section */
.rio-tools {
    padding: 4rem 0;
    background: #000000;
}

.rio-tools h2 {
    text-align: center;
    font-weight: 800;
    font-size: 2rem;
    margin-bottom: 2rem;
}

.rio-tool-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 2rem;
}

.rio-tool-tab {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 50px;
    padding: 0.5rem 1.25rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--text-muted);
    cursor: pointer;
    transition: all 0.2s;
}

.rio-tool-tab:hover,
.rio-tool-tab.active {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

.rio-tool-panel {
    display: none;
}

.rio-tool-panel.active {
    display: block;
}

.rio-tool-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.25rem;
}

.rio-tool-card {
    background: var(--surface);
    border-radius: 16px;
    padding: 1.75rem;
    border: 1px solid var(--border);
    transition: box-shadow 0.2s, border-color 0.2s;
}

.rio-tool-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    border-color: rgba(var(--primary-rgb), 0.3);
}

.rio-tool-card h4 {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
    color: var(--text-dark);
}

.rio-tool-card p {
    font-size: 0.9rem;
    color: var(--text-muted);
    margin: 0;
}

/* Companies strip */
.rio-companies {
    padding: 3rem 0;
    background: #000000;
    text-align: center;
}

.rio-companies p {
    font-size: 0.9rem;
    color: var(--text-muted);
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.rio-company-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2rem 3rem;
    opacity: 0.6;
}

.rio-company-logos span {
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--text-muted);
    letter-spacing: -0.02em;
}

/* Coaching CTA */
.rio-coaching {
    background: var(--surface);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    color: var(--text-dark);
    padding: 3rem 0;
    text-align: center;
}

.rio-coaching h3 {
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-dark);
}

.rio-coaching p {
    color: var(--text-muted);
    margin-bottom: 1.5rem;
}

.rio-coaching .btn-light {
    border-radius: 50px;
    font-weight: 600;
    padding: 0.65rem 1.75rem;
    background: var(--cta-gradient);
    color: #fff;
    border: none;
}

/* Templates section */
.rio-templates {
    padding: 4rem 0;
    background: #000000;
}

.rio-templates h2,
.rio-ai-features h2,
.rio-examples h2,
.rio-testimonials h2,
.rio-blog h2,
.rio-faq h2,
.rio-tools h2 {
    text-align: center;
    font-weight: 800;
    font-size: 2rem;
    margin-bottom: 0.5rem;
    color: var(--text-dark);
}

.rio-tools h2,
.rio-ai-features h2,
.rio-faq h2 {
    margin-bottom: 2rem;
}

.rio-templates .section-sub {
    text-align: center;
    color: var(--text-muted);
    margin-bottom: 2.5rem;
}

.rio-template-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1.25rem;
}

.rio-template-item {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
}

.rio-template-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(var(--primary-rgb), 0.2);
    border-color: rgba(var(--primary-rgb), 0.35);
}

.rio-template-preview {
    height: 260px;
    background: #0a0a0a;
    position: relative;
    overflow: hidden;
    padding: 1rem;
}

.rio-template-preview .mini-resume {
    background: #ffffff;
    height: 100%;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    font-size: 6px;
}

.rio-template-preview .mini-header {
    height: 28%;
    padding: 8px;
    color: #fff;
}

.rio-template-preview .mini-body {
    padding: 8px;
}

.rio-template-preview .mini-line {
    height: 4px;
    background: #cbd5e1;
    border-radius: 2px;
    margin-bottom: 4px;
}

.rio-template-preview .mini-line.short {
    width: 60%;
}

.rio-template-info {
    padding: 1rem;
}

.rio-template-info .template-style {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.rio-template-info h5 {
    font-weight: 700;
    font-size: 0.95rem;
    margin: 0.25rem 0;
    color: var(--text-dark);
}

.rio-template-info .user-count {
    font-size: 0.78rem;
    color: var(--text-muted);
    margin-bottom: 0.75rem;
}

.rio-template-info .btn-use-template {
    width: 100%;
    font-size: 0.85rem;
    padding: 0.45rem;
    border-radius: 8px;
}

/* AI Features */
.rio-ai-features {
    padding: 4rem 0;
    background: #000000;
}

.rio-ai-features h2 {
    text-align: center;
    font-weight: 800;
    font-size: 2rem;
    margin-bottom: 2.5rem;
}

.rio-ai-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.rio-ai-card {
    background: var(--surface);
    border-radius: 16px;
    padding: 2rem;
    border: 1px solid var(--border);
    transition: border-color 0.2s;
}

.rio-ai-card:hover {
    border-color: rgba(var(--primary-rgb), 0.35);
}

.rio-ai-badge {
    display: inline-block;
    background: rgba(var(--primary-rgb), 0.1);
    color: var(--primary);
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.25rem 0.65rem;
    border-radius: 50px;
    margin-bottom: 1rem;
}

.rio-ai-card h4 {
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-dark);
}

.rio-ai-card p {
    color: var(--text-muted);
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

/* Examples */
.rio-examples {
    padding: 4rem 0;
    background: #000000;
}

.rio-examples h2 {
    text-align: center;
    font-weight: 800;
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.rio-examples .section-sub {
    text-align: center;
    color: var(--text-muted);
    margin-bottom: 2rem;
}

.rio-example-scroll {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    padding-bottom: 1rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.rio-example-scroll::-webkit-scrollbar {
    height: 6px;
}

.rio-example-scroll::-webkit-scrollbar-thumb {
    background: var(--border);
    border-radius: 3px;
}

.rio-example-card {
    flex: 0 0 180px;
    scroll-snap-align: start;
    text-align: center;
}

.rio-example-card .example-thumb {
    height: 220px;
    background: var(--surface);
    border-radius: 12px;
    border: 1px solid var(--border);
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: var(--primary);
    opacity: 0.7;
}

.rio-example-card h6 {
    font-weight: 700;
    font-size: 0.9rem;
    color: var(--text-dark);
}

.rio-example-card small {
    color: var(--text-muted);
    font-size: 0.78rem;
}

/* Testimonials */
.rio-testimonials {
    padding: 4rem 0;
    background: #000000;
}

.rio-testimonials h2 {
    text-align: center;
    font-weight: 800;
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.rio-trust-badge {
    text-align: center;
    margin-bottom: 2rem;
}

.rio-trust-badge .rio-stars {
    font-size: 1.25rem;
}

.rio-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.25rem;
}

.rio-testimonial-card {
    background: var(--surface);
    border-radius: 16px;
    padding: 1.5rem;
    border: 1px solid var(--border);
}

.rio-testimonial-card .rio-stars {
    margin-bottom: 0.75rem;
    font-size: 0.9rem;
}

.rio-testimonial-card h6 {
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
    color: var(--text-dark);
}

.rio-testimonial-card p {
    font-size: 0.875rem;
    color: var(--text-muted);
    margin-bottom: 0.75rem;
    line-height: 1.6;
}

.rio-testimonial-card .author {
    font-size: 0.8rem;
    color: var(--text-muted);
    font-weight: 500;
}

/* Blog */
.rio-blog {
    padding: 4rem 0;
    background: #000000;
}

.rio-blog h2 {
    text-align: center;
    font-weight: 800;
    font-size: 2rem;
    margin-bottom: 2rem;
}

.rio-blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.25rem;
}

.rio-blog-card {
    border: 1px solid var(--border);
    border-radius: 16px;
    overflow: hidden;
    transition: box-shadow 0.2s, border-color 0.2s;
    background: var(--surface);
}

.rio-blog-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    border-color: rgba(var(--primary-rgb), 0.3);
}

.rio-blog-card .blog-thumb {
    height: 160px;
    background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.1) 0%, rgba(var(--primary-rgb), 0.05) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: var(--primary);
}

.rio-blog-card .blog-body {
    padding: 1.25rem;
}

.rio-blog-card .blog-tag {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--primary);
    text-transform: uppercase;
}

.rio-blog-card h5 {
    font-weight: 700;
    font-size: 1rem;
    margin: 0.5rem 0;
    color: var(--text-dark);
}

/* FAQ */
.rio-faq {
    padding: 4rem 0;
    background: #000000;
}

.rio-faq h2 {
    text-align: center;
    font-weight: 800;
    font-size: 2rem;
    margin-bottom: 2rem;
}

.rio-faq .accordion-item {
    border: 1px solid var(--border);
    border-radius: 12px !important;
    margin-bottom: 0.75rem;
    overflow: hidden;
}

.rio-faq .accordion-button {
    font-weight: 600;
    font-size: 0.95rem;
    padding: 1.25rem 1.5rem;
    background: var(--surface);
    color: var(--text-dark);
}

.rio-faq .accordion-button:not(.collapsed) {
    background: var(--bg-light);
    color: var(--primary-light);
    box-shadow: none;
}

.rio-faq .accordion-body {
    font-size: 0.9rem;
    color: var(--text-muted);
    line-height: 1.7;
    padding: 0 1.5rem 1.25rem;
}

/* Final CTA */
.rio-final-cta {
    padding: 4rem 0;
    background: var(--hero-gradient);
    text-align: center;
}

.rio-final-cta h2 {
    font-weight: 800;
    font-size: 2.25rem;
    margin-bottom: 0.5rem;
    color: var(--text-dark);
}

.rio-final-cta p {
    color: var(--text-muted);
    margin-bottom: 1.5rem;
}

/* Footer */
.rio-footer {
    background: #000000;
    color: #fff;
    padding: 3.5rem 0 2rem;
    border-top: 1px solid var(--border);
}

.rio-footer h6 {
    font-weight: 700;
    font-size: 0.85rem;
    margin-bottom: 1rem;
    color: #fff;
}

.rio-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rio-footer ul li {
    margin-bottom: 0.5rem;
}

.rio-footer ul a {
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
    font-size: 0.875rem;
}

.rio-footer ul a:hover {
    color: #fff;
}

.rio-footer .footer-brand {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.rio-footer .footer-brand .logo-icon {
    width: 32px;
    height: 32px;
    background: var(--primary);
}

.rio-footer .footer-brand .logo-icon::after {
    content: '';
    width: 14px;
    height: 18px;
    background: #000000;
    border-radius: 2px;
    display: block;
    margin: 7px auto;
}

.rio-footer .social-links {
    display: flex;
    gap: 0.75rem;
    margin-top: 1rem;
}

.rio-footer .social-links a {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
}

.rio-footer .social-links a:hover {
    background: rgba(255, 255, 255, 0.2);
}

.rio-footer .copyright {
    text-align: center;
    padding-top: 2rem;
    margin-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 991px) {
    .rio-mega-menu {
        min-width: auto !important;
    }

    .rio-hero {
        padding: 2.5rem 0 2rem;
    }

    .rio-template-grid {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    }
}

/* Pricing plans page */
.rio-pricing-card {
    background: var(--theme-surface, #111);
    border: 1px solid var(--theme-border, #2a2a2a);
    border-radius: 16px;
    padding: 2rem 1.5rem;
    height: 100%;
    position: relative;
    transition: border-color 0.2s, transform 0.2s;
}

.rio-pricing-card:hover {
    border-color: var(--theme-color, #10b981);
    transform: translateY(-4px);
}

.rio-pricing-card.popular {
    border-color: var(--theme-color, #10b981);
    box-shadow: 0 0 0 1px var(--theme-color, #10b981);
}

.rio-pricing-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--theme-color, #10b981);
    color: #000;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 999px;
    white-space: nowrap;
}

.rio-pricing-card h3 {
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.rio-pricing-amount {
    font-size: 2.25rem;
    font-weight: 800;
    color: var(--theme-color, #10b981);
    margin-bottom: 0.25rem;
}

.rio-pricing-credits {
    color: var(--theme-text-muted, #9ca3af);
    font-weight: 600;
    margin-bottom: 1rem;
}

.rio-pricing-desc {
    color: var(--theme-text-muted, #9ca3af);
    font-size: 0.95rem;
    min-height: 3rem;
}

.rio-pricing-features {
    list-style: none;
    padding: 0;
    margin: 1.25rem 0 1.5rem;
}

.rio-pricing-features li {
    padding: 0.35rem 0;
    color: var(--theme-text-muted, #9ca3af);
    font-size: 0.92rem;
}

.rio-pricing-features li i {
    color: var(--theme-color, #10b981);
    margin-right: 0.5rem;
}
