/* Realti Intel — page styles: pricing (loaded after styles.css) */

.nav-links a:hover.nav-links a.active { color: var(--white); }

section { width: 100%; }

.page-hero::before { content: ''; position: absolute; top: -200px; right: -100px; width: 700px;
    height: 700px; background: radial-gradient(ellipse, rgba(18,183,106,0.08) 0%, transparent 65%);
    pointer-events: none; }

.pricing-features li { font-size: 14px; padding: 8px 0; border-bottom: 1px solid rgba(0,0,0,0.07);
    display: flex; gap: 10px; align-items: flex-start; color: var(--text-body); }

.guarantee-icon { margin-bottom:12px; }

.footer-tagline { font-size: 13px; color: var(--muted); line-height: 1.6; max-width: 240px; }

.footer-col-title { font-size: 11px; font-weight: 700; letter-spacing: 0.08em; color: var(--muted);
    text-transform: uppercase; margin-bottom: 16px; }

.footer-links { list-style: none; }

.footer-links li { margin-bottom: 10px; }

.footer-links a { font-size: 14px; color: rgba(255,255,255,0.5); text-decoration: none; transition: color .2s; }

h1, h2, h3 { text-wrap: balance; }

.sticky-bar-text strong { color: #12B76A; }

.sticky-bar-close:hover { color: #fff; border-color: rgba(255,255,255,0.4); }
