:root{--lux-navy:#0A1628;--lux-navy-deep:#060d1a;--lux-green:#00D4AA;--lux-green-deep:#00b892;--lux-green-glow:rgba(0,212,170,0.18);--lux-green-glow-soft:rgba(0,212,170,0.08);--lux-amber:#FFB020;--lux-blue:#2563eb;--lux-blue-soft:rgba(37,99,235,0.08);--lux-gold:#d4a017;--lux-gold-soft:rgba(212,160,23,0.12);--lux-gray-50:#f8fafc;--lux-gray-100:#f1f5f9;--lux-gray-200:#e2e8f0;--lux-gray-400:#94a3b8;--lux-gray-600:#475569;--lux-gray-800:#1e293b;--lux-gray-900:#0f172a;--lux-shadow-sm:0 1px 3px rgba(0,0,0,0.06),0 1px 2px rgba(0,0,0,0.04);--lux-shadow-md:0 4px 16px rgba(0,0,0,0.08),0 2px 6px rgba(0,0,0,0.04);--lux-shadow-lg:0 12px 40px rgba(0,0,0,0.10),0 4px 12px rgba(0,0,0,0.06);--lux-shadow-xl:0 24px 64px rgba(0,0,0,0.14),0 8px 24px rgba(0,0,0,0.08);--lux-shadow-green:0 8px 32px rgba(0,212,170,0.20),0 2px 8px rgba(0,212,170,0.12);--lux-shadow-green-hover:0 12px 48px rgba(0,212,170,0.32),0 4px 16px rgba(0,212,170,0.18);--lux-radius-sm:8px;--lux-radius-md:14px;--lux-radius-lg:20px;--lux-radius-xl:28px;--lux-ease:cubic-bezier(0.4,0,0.2,1);--lux-ease-spring:cubic-bezier(0.34,1.56,0.64,1);--lux-ease-out:cubic-bezier(0.0,0,0.2,1);--lux-font-display:'Space Grotesk',system-ui,-apple-system,sans-serif;--lux-font-body:'Inter',system-ui,-apple-system,sans-serif}.lux-reveal{opacity:0;transform:translateY(32px);transition:opacity 0.7s var(--lux-ease),transform 0.7s var(--lux-ease);will-change:opacity,transform}.lux-reveal.lux-visible{opacity:1;transform:translateY(0)}.lux-reveal--fast{transition-duration:0.45s}.lux-reveal--slow{transition-duration:0.9s}.lux-reveal--delay-1{transition-delay:0.1s}.lux-reveal--delay-2{transition-delay:0.18s}.lux-reveal--delay-3{transition-delay:0.26s}.lux-reveal--delay-4{transition-delay:0.34s}.lux-reveal-scale{opacity:0;transform:scale(0.96) translateY(20px);transition:opacity 0.6s var(--lux-ease),transform 0.6s var(--lux-ease-spring);will-change:opacity,transform}.lux-reveal-scale.lux-visible{opacity:1;transform:scale(1) translateY(0)}.lux-reveal-fade{opacity:0;transition:opacity 0.8s var(--lux-ease)}.lux-reveal-fade.lux-visible{opacity:1}@media (prefers-reduced-motion:reduce){.lux-reveal,.lux-reveal-scale,.lux-reveal-fade{opacity:1;transform:none;transition:none}}.sr-hero-brand-name{font-family:var(--lux-font-display) !important;font-size:clamp(1.6rem,4vw,2.4rem) !important;font-weight:800 !important;letter-spacing:-0.02em !important;color:#ffffff !important}.sr-hero-brand-name .sr-brand-radar{color:var(--lux-green) !important}.sr-hero-value-prop,.sr-hero-value-prop h1,h1.sr-hero-value-prop{font-family:var(--lux-font-display) !important;font-size:clamp(2.4rem,5.5vw,4.2rem) !important;font-weight:800 !important;letter-spacing:-0.03em !important;line-height:1.1 !important;color:#ffffff !important}.sr-hero-sub{font-size:clamp(1.05rem,2vw,1.25rem) !important;font-weight:400 !important;line-height:1.65 !important;color:rgba(255,255,255,0.78) !important;letter-spacing:-0.005em !important;max-width:560px !important;margin-left:auto !important;margin-right:auto !important}.sr-hero-tagline{margin-bottom:1.5rem !important}.sr-hero-social-proof{font-size:0.88rem !important;font-weight:600 !important;color:rgba(255,255,255,0.65) !important;letter-spacing:0.01em !important}.sr-hero-social-proof-dot{width:7px !important;height:7px !important;background:var(--lux-green) !important;border-radius:50% !important;animation:luxPulse 2s ease-in-out infinite !important}@keyframes luxPulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:0.7;transform:scale(1.4)}}.sr-hero-trust-line{font-size:0.82rem !important;color:rgba(255,255,255,0.55) !important;letter-spacing:0.01em !important;margin-top:0.5rem !important}.sr-hero-pricing-line{font-size:0.85rem !important;color:rgba(255,255,255,0.60) !important;margin-top:0.75rem !important}.sr-hero-cta-main{position:relative !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;gap:0.5rem !important;padding:1rem 2.5rem !important;font-family:var(--lux-font-display) !important;font-size:1.05rem !important;font-weight:700 !important;letter-spacing:-0.01em !important;color:var(--lux-navy-deep) !important;background:var(--lux-green) !important;border:none !important;border-radius:100px !important;text-decoration:none !important;box-shadow:var(--lux-shadow-green) !important;transition:transform 0.25s var(--lux-ease-spring),box-shadow 0.25s var(--lux-ease),background 0.2s var(--lux-ease) !important;overflow:hidden !important;cursor:pointer !important;margin-top:0.5rem !important}.sr-hero-cta-main::before{content:'' !important;position:absolute !important;top:0 !important;left:-100% !important;width:60% !important;height:100% !important;background:linear-gradient( 105deg,transparent 0%,rgba(255,255,255,0.35) 50%,transparent 100% ) !important;animation:luxShimmer 2.8s ease-in-out infinite !important;pointer-events:none !important}@keyframes luxShimmer{0%{left:-100%}60%,100%{left:160%}}.sr-hero-cta-main:hover{transform:translateY(-3px) scale(1.02) !important;box-shadow:var(--lux-shadow-green-hover) !important;background:#00e8bb !important}.sr-hero-cta-main:active{transform:translateY(-1px) scale(0.99) !important}.sr-hero-cta-secondary,.sr-hero-cta-alt{font-size:0.92rem !important;font-weight:600 !important;color:rgba(255,255,255,0.75) !important;text-decoration:none !important;border-bottom:1px solid rgba(255,255,255,0.25) !important;transition:color 0.2s var(--lux-ease),border-color 0.2s var(--lux-ease) !important;padding-bottom:1px !important}.sr-hero-cta-secondary:hover,.sr-hero-cta-alt:hover{color:rgba(255,255,255,0.95) !important;border-bottom-color:rgba(255,255,255,0.6) !important}.rs-hero,.rs-hero-wrap,.sr-hero-section,[class*="hero-section"]{background:radial-gradient(ellipse 80% 50% at 50% -10%,rgba(0,212,170,0.14) 0%,transparent 60%),radial-gradient(ellipse 50% 40% at 80% 60%,rgba(37,99,235,0.08) 0%,transparent 55%),radial-gradient(ellipse 40% 30% at 10% 70%,rgba(0,212,170,0.06) 0%,transparent 50%),linear-gradient(160deg,#0A1628 0%,#06101f 55%,#0A1628 100%) !important}.rs-hero::after,.rs-hero-wrap::after{content:'' !important;position:absolute !important;inset:0 !important;background-image:linear-gradient(rgba(255,255,255,0.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,0.025) 1px,transparent 1px) !important;background-size:48px 48px !important;pointer-events:none !important;z-index:0 !important;mask-image:linear-gradient(180deg,rgba(0,0,0,0.6) 0%,transparent 70%) !important;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,0.6) 0%,transparent 70%) !important}.rs-stats-bar,.rs-stats-bar-below{background:rgba(255,255,255,0.97) !important;backdrop-filter:blur(20px) !important;-webkit-backdrop-filter:blur(20px) !important;border:1px solid rgba(255,255,255,0.9) !important;box-shadow:var(--lux-shadow-xl) !important;border-radius:var(--lux-radius-xl) !important;padding:1.5rem 2.5rem !important}.rs-stat-number{font-family:var(--lux-font-display) !important;font-size:clamp(1.6rem,3vw,2.2rem) !important;font-weight:800 !important;letter-spacing:-0.04em !important;color:var(--lux-gray-900) !important;line-height:1 !important}.rs-stat-label{font-size:0.78rem !important;font-weight:600 !important;letter-spacing:0.03em !important;text-transform:uppercase !important;color:var(--lux-gray-400) !important;margin-top:0.35rem !important}.rs-stat-divider{width:1px !important;height:40px !important;background:var(--lux-gray-200) !important}section,.section-wrap,.sr-section,[class*="section-"]{scroll-margin-top:80px}.section-eyebrow,.rs-section-eyebrow,[class*="section-label"],[class*="section-eyebrow"]{font-size:0.75rem !important;font-weight:700 !important;letter-spacing:0.12em !important;text-transform:uppercase !important;color:var(--lux-green) !important;margin-bottom:0.65rem !important;display:inline-block !important}.section-title,.rs-section-title,[class*="section-title"]:not(.sr-section-label){font-family:var(--lux-font-display) !important;font-size:clamp(1.75rem,3.5vw,2.75rem) !important;font-weight:800 !important;letter-spacing:-0.03em !important;line-height:1.15 !important;color:var(--lux-gray-900) !important}.section-subtitle,.rs-section-subtitle,[class*="section-subtitle"]{font-size:clamp(0.95rem,1.8vw,1.1rem) !important;line-height:1.7 !important;color:var(--lux-gray-600) !important;max-width:560px !important;margin-left:auto !important;margin-right:auto !important}.sr-settlement-card,.rs-settlement-card,.featured-settlement-card,[class*="settlement-card"]{border-radius:var(--lux-radius-lg) !important;box-shadow:var(--lux-shadow-md) !important;border:1px solid rgba(226,232,240,0.8) !important;transition:transform 0.3s var(--lux-ease-spring),box-shadow 0.3s var(--lux-ease) !important;will-change:transform !important;background:#ffffff !important}.sr-settlement-card:hover,.rs-settlement-card:hover,.featured-settlement-card:hover,[class*="settlement-card"]:hover{transform:translateY(-6px) !important;box-shadow:var(--lux-shadow-xl) !important;border-color:rgba(0,212,170,0.2) !important}.rs-step-card,[class*="step-card"],.rs-how-card,[class*="how-card"]{border-radius:var(--lux-radius-lg) !important;box-shadow:var(--lux-shadow-md) !important;transition:transform 0.3s var(--lux-ease-spring),box-shadow 0.3s var(--lux-ease) !important}.rs-step-card:hover,[class*="step-card"]:hover,.rs-how-card:hover,[class*="how-card"]:hover{transform:translateY(-5px) !important;box-shadow:var(--lux-shadow-lg) !important}.sr-trust-pill,.rs-trust-pill,[class*="trust-pill"],[class*="trust-badge"]{background:rgba(255,255,255,0.08) !important;border:1px solid rgba(255,255,255,0.15) !important;border-radius:100px !important;padding:0.35rem 0.85rem !important;font-size:0.78rem !important;font-weight:600 !important;color:rgba(255,255,255,0.75) !important;backdrop-filter:blur(10px) !important;-webkit-backdrop-filter:blur(10px) !important;transition:background 0.2s var(--lux-ease),border-color 0.2s var(--lux-ease) !important}.sr-trust-pill:hover,.rs-trust-pill:hover,[class*="trust-pill"]:hover{background:rgba(255,255,255,0.14) !important;border-color:rgba(255,255,255,0.28) !important}.sr-hero-rating,[class*="hero-rating"],[class*="trust-rating"]{font-size:0.85rem !important;font-weight:600 !important;color:rgba(255,255,255,0.8) !important;letter-spacing:0.01em !important}.prc-hero,.pricing-hero,[class*="pricing-hero"]{padding-top:clamp(3.5rem,7vw,6rem) !important;padding-bottom:clamp(2.5rem,5vw,4rem) !important}.prc-hero-title,.pricing-hero h1,[class*="pricing-hero"] h1,[class*="prc-hero"] h1{font-family:var(--lux-font-display) !important;font-size:clamp(2rem,4.5vw,3.5rem) !important;font-weight:800 !important;letter-spacing:-0.03em !important;line-height:1.12 !important;color:var(--lux-gray-900) !important}.prc-hero-sub,[class*="prc-hero"] p,.pricing-hero p{font-size:clamp(0.95rem,1.8vw,1.15rem) !important;color:var(--lux-gray-600) !important;line-height:1.7 !important;max-width:540px !important;margin-left:auto !important;margin-right:auto !important}.prc-card{border-radius:var(--lux-radius-xl) !important;border:1.5px solid var(--lux-gray-200) !important;background:#ffffff !important;box-shadow:var(--lux-shadow-md) !important;transition:transform 0.3s var(--lux-ease-spring),box-shadow 0.35s var(--lux-ease),border-color 0.3s var(--lux-ease) !important;padding:2rem 1.75rem !important;position:relative !important;overflow:hidden !important}.prc-card:hover{transform:translateY(-6px) !important;box-shadow:var(--lux-shadow-xl) !important;border-color:var(--lux-gray-200) !important}.prc-card::before{content:'' !important;position:absolute !important;top:0 !important;left:0 !important;right:0 !important;height:3px !important;background:var(--lux-gray-200) !important;border-radius:var(--lux-radius-xl) var(--lux-radius-xl) 0 0 !important}.prc-card--pro{border:2px solid var(--lux-green) !important;background:linear-gradient(165deg,#ffffff 0%,#f0fff9 100%) !important;box-shadow:var(--lux-shadow-lg),0 0 0 1px rgba(0,212,170,0.15),0 16px 64px rgba(0,212,170,0.12) !important;transform:scale(1.03) !important;z-index:2 !important}.prc-card--pro::before{background:linear-gradient(90deg,var(--lux-green),var(--lux-green-deep)) !important;height:4px !important}.prc-card--pro:hover{transform:scale(1.03) translateY(-6px) !important;box-shadow:var(--lux-shadow-xl),0 0 0 1px rgba(0,212,170,0.25),0 24px 80px rgba(0,212,170,0.18) !important}.prc-card--proplus{border:1.5px solid rgba(37,99,235,0.2) !important;background:linear-gradient(165deg,#ffffff 0%,#f0f4ff 100%) !important;box-shadow:var(--lux-shadow-lg),0 0 0 1px rgba(37,99,235,0.08),0 16px 48px rgba(37,99,235,0.08) !important}.prc-card--proplus::before{background:linear-gradient(90deg,#2563eb,#4f46e5) !important;height:3px !important}.prc-card--proplus:hover{box-shadow:var(--lux-shadow-xl),0 0 0 1px rgba(37,99,235,0.15),0 20px 64px rgba(37,99,235,0.12) !important}.prc-card--family{border:1.5px solid rgba(212,160,23,0.25) !important;background:linear-gradient(165deg,#ffffff 0%,#fffbf0 100%) !important;box-shadow:var(--lux-shadow-lg),0 0 0 1px rgba(212,160,23,0.08),0 16px 48px rgba(212,160,23,0.06) !important}.prc-card--family::before{background:linear-gradient(90deg,#FFB020,var(--lux-gold)) !important;height:3px !important}.prc-card--family:hover{box-shadow:var(--lux-shadow-xl),0 0 0 1px rgba(212,160,23,0.18),0 20px 64px rgba(212,160,23,0.1) !important}.prc-card .prc-plan-name,.prc-card [class*="plan-name"],.prc-card h3{font-family:var(--lux-font-display) !important;font-size:1.25rem !important;font-weight:700 !important;letter-spacing:-0.02em !important;color:var(--lux-gray-900) !important}.prc-card .prc-price,.prc-card [class*="price-amount"]{font-family:var(--lux-font-display) !important;font-size:clamp(2.2rem,4vw,3rem) !important;font-weight:800 !important;letter-spacing:-0.05em !important;color:var(--lux-gray-900) !important;line-height:1 !important}.prc-card .prc-persona,.prc-card [class*="persona"]{font-size:0.78rem !important;font-weight:700 !important;letter-spacing:0.08em !important;text-transform:uppercase !important;color:var(--lux-gray-400) !important;margin-bottom:0.5rem !important}.prc-badge,.prc-card [class*="badge"],[class*="prc-badge"]{font-size:0.72rem !important;font-weight:700 !important;letter-spacing:0.05em !important;text-transform:uppercase !important;border-radius:100px !important;padding:0.3rem 0.75rem !important}.prc-card--pro .prc-badge,.prc-card--pro [class*="popular-badge"],.prc-card--pro [class*="badge"]{background:var(--lux-green) !important;color:var(--lux-navy-deep) !important;box-shadow:0 2px 8px rgba(0,212,170,0.3) !important}.prc-card .prc-feature-list li,.prc-card [class*="feature-item"],.prc-card ul li{font-size:0.9rem !important;line-height:1.6 !important;color:var(--lux-gray-600) !important;padding:0.3rem 0 !important}.prc-cta,.prc-card .prc-cta,.prc-card [class*="prc-cta"],.prc-card a[class*="btn"],.prc-card button[class*="btn"]{display:block !important;width:100% !important;padding:0.875rem 1.5rem !important;font-family:var(--lux-font-display) !important;font-size:0.95rem !important;font-weight:700 !important;letter-spacing:-0.01em !important;text-align:center !important;border-radius:100px !important;text-decoration:none !important;transition:transform 0.25s var(--lux-ease-spring),box-shadow 0.25s var(--lux-ease) !important;cursor:pointer !important;position:relative !important;overflow:hidden !important}.prc-card--pro .prc-cta,.prc-card--pro [class*="prc-cta"],.prc-card--pro a[class*="btn"],.prc-card--pro button[class*="btn"]{background:var(--lux-green) !important;color:var(--lux-navy-deep) !important;box-shadow:var(--lux-shadow-green) !important}.prc-card--pro .prc-cta::before,.prc-card--pro a[class*="btn"]::before{content:'' !important;position:absolute !important;top:0 !important;left:-100% !important;width:60% !important;height:100% !important;background:linear-gradient( 105deg,transparent 0%,rgba(255,255,255,0.4) 50%,transparent 100% ) !important;animation:luxShimmer 2.4s ease-in-out infinite !important}.prc-card--pro .prc-cta:hover,.prc-card--pro a[class*="btn"]:hover{transform:translateY(-2px) !important;box-shadow:var(--lux-shadow-green-hover) !important}.prc-card--proplus .prc-cta,.prc-card--proplus a[class*="btn"]{background:linear-gradient(135deg,#2563eb,#4f46e5) !important;color:#ffffff !important;box-shadow:0 8px 24px rgba(37,99,235,0.25) !important}.prc-card--proplus .prc-cta:hover,.prc-card--proplus a[class*="btn"]:hover{transform:translateY(-2px) !important;box-shadow:0 12px 36px rgba(37,99,235,0.35) !important}.prc-card--family .prc-cta,.prc-card--family a[class*="btn"]{background:linear-gradient(135deg,#FFB020,#e09010) !important;color:#ffffff !important;box-shadow:0 8px 24px rgba(255,176,32,0.25) !important}.prc-card--family .prc-cta:hover,.prc-card--family a[class*="btn"]:hover{transform:translateY(-2px) !important;box-shadow:0 12px 36px rgba(255,176,32,0.35) !important}.billing-toggle{background:var(--lux-gray-100) !important;border-radius:100px !important;padding:4px !important;display:inline-flex !important;gap:0 !important;border:1px solid var(--lux-gray-200) !important;box-shadow:var(--lux-shadow-sm) !important}.billing-tab{font-family:var(--lux-font-display) !important;font-size:0.88rem !important;font-weight:600 !important;padding:0.55rem 1.25rem !important;border-radius:100px !important;border:none !important;background:transparent !important;color:var(--lux-gray-600) !important;cursor:pointer !important;transition:background 0.2s var(--lux-ease),color 0.2s var(--lux-ease),box-shadow 0.2s var(--lux-ease) !important;letter-spacing:-0.01em !important}.billing-tab--active{background:#ffffff !important;color:var(--lux-gray-900) !important;box-shadow:var(--lux-shadow-sm) !important}.billing-save-badge{font-size:0.66rem !important;font-weight:800 !important;letter-spacing:0.06em !important;background:var(--lux-green) !important;color:var(--lux-navy-deep) !important;padding:0.15rem 0.45rem !important;border-radius:100px !important;vertical-align:middle !important;margin-left:0.3rem !important}.cmp-section{padding:clamp(4rem,8vw,7rem) 0 !important}.cmp-label{font-size:0.75rem !important;font-weight:700 !important;letter-spacing:0.12em !important;text-transform:uppercase !important;color:var(--lux-green) !important;margin-bottom:0.5rem !important}.cmp-title{font-family:var(--lux-font-display) !important;font-size:clamp(1.75rem,3.5vw,2.75rem) !important;font-weight:800 !important;letter-spacing:-0.03em !important;color:var(--lux-gray-900) !important;margin-bottom:0.75rem !important}.cmp-subtitle{font-size:1rem !important;color:var(--lux-gray-600) !important;max-width:480px !important;margin:0 auto 2.5rem !important;line-height:1.65 !important}.cmp-table-wrap{border-radius:var(--lux-radius-xl) !important;box-shadow:var(--lux-shadow-xl) !important;overflow:hidden !important;border:1px solid var(--lux-gray-200) !important}.cmp-table{width:100% !important;border-collapse:collapse !important;font-size:0.9rem !important}.cmp-table thead{background:var(--lux-gray-50) !important;border-bottom:2px solid var(--lux-gray-200) !important}.cmp-table thead th{font-family:var(--lux-font-display) !important;font-size:0.9rem !important;font-weight:700 !important;letter-spacing:-0.01em !important;color:var(--lux-gray-800) !important;padding:1.1rem 1.25rem !important;text-align:center !important}.cmp-table thead th:first-child{text-align:left !important}.cmp-th--pro{background:linear-gradient(180deg,rgba(0,212,170,0.1) 0%,rgba(0,212,170,0.05) 100%) !important;color:var(--lux-green-deep) !important;position:relative !important}.cmp-table tbody tr{border-bottom:1px solid var(--lux-gray-100) !important;transition:background 0.15s var(--lux-ease) !important}.cmp-table tbody tr:hover{background:var(--lux-gray-50) !important}.cmp-table tbody tr:last-child{border-bottom:none !important}.cmp-table tbody td{padding:0.9rem 1.25rem !important;text-align:center !important;color:var(--lux-gray-600) !important;font-size:0.88rem !important}.cmp-table tbody td:first-child,.cmp-td--feature{text-align:left !important;font-weight:600 !important;color:var(--lux-gray-800) !important}.cmp-td--pro{background:rgba(0,212,170,0.04) !important}.cmp-yes{color:var(--lux-green-deep) !important;font-size:1.1rem !important;font-weight:700 !important}.cmp-yes-indigo{color:#4f46e5 !important;font-size:1rem !important}.cmp-yes-gold{color:var(--lux-gold) !important;font-size:1rem !important}.cmp-no{color:var(--lux-gray-400) !important;font-size:1rem !important}.cmp-partial{color:var(--lux-gray-400) !important;font-size:0.82rem !important;font-style:italic !important}.sp-section{padding:clamp(4rem,8vw,6.5rem) 0 !important}.sp-section-label{font-size:0.75rem !important;font-weight:700 !important;letter-spacing:0.12em !important;text-transform:uppercase !important;color:var(--lux-green) !important;text-align:center !important;margin-bottom:0.5rem !important;display:block !important}.sp-testimonial-grid{display:grid !important;grid-template-columns:repeat(auto-fit,minmax(260px,1fr)) !important;gap:1.25rem !important;margin-top:2.5rem !important}.sp-testimonial-card{background:#ffffff !important;border:1px solid var(--lux-gray-200) !important;border-radius:var(--lux-radius-xl) !important;padding:1.75rem 1.5rem !important;box-shadow:var(--lux-shadow-md) !important;transition:transform 0.3s var(--lux-ease-spring),box-shadow 0.3s var(--lux-ease) !important;position:relative !important;overflow:hidden !important}.sp-testimonial-card::before{content:'\201C' !important;position:absolute !important;top:0.5rem !important;left:1rem !important;font-size:5rem !important;line-height:1 !important;color:var(--lux-green) !important;opacity:0.12 !important;font-family:Georgia,serif !important;pointer-events:none !important}.sp-testimonial-card:hover{transform:translateY(-5px) !important;box-shadow:var(--lux-shadow-xl) !important;border-color:rgba(0,212,170,0.2) !important}.sp-testimonial-stars{color:#FFB020 !important;font-size:0.95rem !important;letter-spacing:0.05em !important;margin-bottom:0.75rem !important}.sp-testimonial-quote{font-size:0.95rem !important;line-height:1.7 !important;color:var(--lux-gray-800) !important;font-weight:400 !important;margin-bottom:1rem !important;font-style:italic !important}.sp-testimonial-amount{display:inline-block !important;background:linear-gradient(135deg,rgba(0,212,170,0.1),rgba(0,212,170,0.05)) !important;border:1px solid rgba(0,212,170,0.2) !important;color:#00956e !important;font-size:0.82rem !important;font-weight:700 !important;padding:0.25rem 0.65rem !important;border-radius:100px !important;margin-bottom:0.85rem !important}.sp-testimonial-attr{font-size:0.8rem !important;font-weight:600 !important;color:var(--lux-gray-400) !important;letter-spacing:0.02em !important}.sr-guarantee-section{background:linear-gradient(135deg,var(--lux-navy) 0%,#0d1f3c 100%) !important;border-radius:var(--lux-radius-xl) !important;padding:clamp(3rem,6vw,5rem) clamp(1.5rem,5vw,4rem) !important;margin:0 1rem clamp(3rem,6vw,5rem) !important;box-shadow:var(--lux-shadow-xl) !important;position:relative !important;overflow:hidden !important}.sr-guarantee-section::before{content:'' !important;position:absolute !important;top:-80px !important;right:-80px !important;width:300px !important;height:300px !important;background:radial-gradient(circle,rgba(0,212,170,0.12) 0%,transparent 70%) !important;pointer-events:none !important}.sr-guarantee-section h2{font-family:var(--lux-font-display) !important;font-size:clamp(1.5rem,3vw,2.25rem) !important;font-weight:800 !important;letter-spacing:-0.03em !important;color:#ffffff !important;margin-bottom:1rem !important}.sr-guarantee-section p{color:rgba(255,255,255,0.72) !important;font-size:0.95rem !important;line-height:1.7 !important;max-width:520px !important;margin-left:auto !important;margin-right:auto !important}.sr-guarantee-trust-row{display:flex !important;flex-wrap:wrap !important;justify-content:center !important;gap:0.75rem 1.5rem !important;margin-top:2rem !important}.sr-guarantee-trust-item{display:inline-flex !important;align-items:center !important;gap:0.4rem !important;font-size:0.82rem !important;font-weight:600 !important;color:rgba(255,255,255,0.7) !important}.sr-guarantee-section-icon{width:64px !important;height:64px !important;margin-bottom:1.25rem !important;filter:drop-shadow(0 4px 16px rgba(0,212,170,0.4)) !important}.sr-guarantee-badge{display:flex !important;align-items:center !important;gap:0.4rem !important;background:linear-gradient(135deg,rgba(0,212,170,0.06),rgba(0,212,170,0.02)) !important;border:1px solid rgba(0,212,170,0.15) !important;border-radius:var(--lux-radius-sm) !important;padding:0.5rem 0.75rem !important;margin-top:0.75rem !important}.sr-guarantee-badge-text{font-size:0.78rem !important;font-weight:700 !important;color:#00956e !important}.sr-guarantee-badge-sub{font-size:0.72rem !important;color:var(--lux-gray-600) !important}.prc-faq-item,[class*="faq-item"]{border:1px solid var(--lux-gray-200) !important;border-radius:var(--lux-radius-lg) !important;padding:1.25rem 1.5rem !important;margin-bottom:0.75rem !important;background:#ffffff !important;box-shadow:var(--lux-shadow-sm) !important;transition:box-shadow 0.2s var(--lux-ease) !important;cursor:pointer !important}.prc-faq-item:hover,[class*="faq-item"]:hover{box-shadow:var(--lux-shadow-md) !important}.prc-faq-question,[class*="faq-question"]{font-family:var(--lux-font-display) !important;font-size:0.95rem !important;font-weight:700 !important;letter-spacing:-0.01em !important;color:var(--lux-gray-900) !important;line-height:1.4 !important}.prc-faq-answer,[class*="faq-answer"]{font-size:0.88rem !important;line-height:1.7 !important;color:var(--lux-gray-600) !important;margin-top:0.65rem !important}.btn-primary,.sr-btn-primary,[class*="btn--primary"],a[class*="cta-primary"],button[class*="cta-primary"]{position:relative !important;border-radius:100px !important;font-family:var(--lux-font-display) !important;font-weight:700 !important;letter-spacing:-0.01em !important;transition:transform 0.25s var(--lux-ease-spring),box-shadow 0.25s var(--lux-ease) !important;overflow:hidden !important}.btn-primary:hover,.sr-btn-primary:hover,[class*="btn--primary"]:hover{transform:translateY(-2px) !important;box-shadow:var(--lux-shadow-green) !important}@media (max-width:768px){.sr-hero-value-prop,.sr-hero-value-prop h1,h1.sr-hero-value-prop{font-size:clamp(2rem,8vw,2.8rem) !important;letter-spacing:-0.025em !important}.sr-hero-cta-main{padding:0.875rem 2rem !important;font-size:0.975rem !important;width:100% !important;max-width:340px !important}.rs-stats-bar,.rs-stats-bar-below{padding:1.25rem 1rem !important;gap:0.5rem !important;flex-wrap:wrap !important;justify-content:center !important}.rs-stat-number{font-size:clamp(1.4rem,5vw,1.75rem) !important}.prc-card--pro{transform:none !important}.prc-card--pro:hover{transform:translateY(-4px) !important}.sr-guarantee-section{margin:0 0 3rem !important;border-radius:var(--lux-radius-lg) !important}.sp-testimonial-grid{grid-template-columns:1fr !important}}@media (max-width:480px){.prc-card:hover,.prc-card--pro:hover,.sr-settlement-card:hover,.sp-testimonial-card:hover{transform:none !important}.sr-hero-cta-main:hover{transform:none !important}.prc-card--pro{transform:none !important}}.sr-social-proof-bar,.rs-social-proof,[class*="social-proof-bar"],[class*="trust-metrics"]{background:var(--lux-gray-50) !important;border-top:1px solid var(--lux-gray-200) !important;border-bottom:1px solid var(--lux-gray-200) !important;padding:1.5rem 0 !important}.rs-metric-number,[class*="metric-number"],[class*="proof-number"],.sp-stat-number{font-family:var(--lux-font-display) !important;font-size:clamp(1.25rem,2.5vw,1.75rem) !important;font-weight:800 !important;letter-spacing:-0.04em !important;color:var(--lux-gray-900) !important}.rs-metric-label,[class*="metric-label"],[class*="proof-label"],.sp-stat-label{font-size:0.76rem !important;font-weight:600 !important;letter-spacing:0.03em !important;text-transform:uppercase !important;color:var(--lux-gray-400) !important}.lux-page-enter{animation:luxPageEnter 0.5s var(--lux-ease-out) forwards}@keyframes luxPageEnter{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--lux-gray-100)}::-webkit-scrollbar-thumb{background:var(--lux-gray-200);border-radius:100px;border:2px solid var(--lux-gray-100)}::-webkit-scrollbar-thumb:hover{background:var(--lux-gray-400)}::selection{background:rgba(0,212,170,0.2);color:var(--lux-gray-900)}:focus-visible{outline:2px solid var(--lux-green);outline-offset:3px;border-radius:4px}.prc-hero-stats,[class*="prc-hero"] [class*="stats"],[class*="pricing-hero"] [class*="stats"]{display:flex !important;flex-wrap:wrap !important;justify-content:center !important;gap:1rem 2.5rem !important;padding:1.5rem 2rem !important;background:var(--lux-gray-50) !important;border:1px solid var(--lux-gray-200) !important;border-radius:var(--lux-radius-xl) !important;box-shadow:var(--lux-shadow-sm) !important;margin:2rem auto !important;max-width:700px !important}.prc-roi-bar,[class*="roi-bar"],[class*="pays-for"]{background:linear-gradient(135deg,rgba(0,212,170,0.06),rgba(0,212,170,0.02)) !important;border:1.5px solid rgba(0,212,170,0.2) !important;border-radius:var(--lux-radius-xl) !important;padding:2rem 2.5rem !important;text-align:center !important;box-shadow:0 4px 20px rgba(0,212,170,0.08) !important}