@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;1,9..40,400&family=DM+Serif+Display:ital@0;1&display=swap");:root{--rv-green:#2e9e8d;--rv-green-deep:#256e61;--rv-green-darker:#1e5c52;--rv-green-light:#6dbcaf;--rv-green-tint:rgba(46,158,141,.1);--rv-green-border:rgba(46,158,141,.25);--rv-parchment:#fdfaf5;--rv-tan:#f5f0e8;--rv-tan-deep:#ede6d8;--rv-tan-border:#e0d8cc;--rv-body-text:#2a2620;--rv-secondary-text:#6b6358;--rv-light-text:#9a8e82;--rv-red:#c94055;--rv-gold:#e7b236;--rv-white:#fff;--rv-font-display:"DM Serif Display",Georgia,serif;--rv-font-body:"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--rv-radius-sm:8px;--rv-radius-md:12px;--rv-radius-lg:16px;--rv-shadow-sm:0 1px 4px rgba(42,38,32,.06);--rv-shadow-md:0 4px 16px rgba(42,38,32,.1);--rv-shadow-lg:0 8px 32px rgba(42,38,32,.14);--rv-z-base:1;--rv-z-nav:100;--rv-z-modal:500;--rv-z-toast:900}*,:after,:before{box-sizing:border-box}body{background:var(--rv-parchment);color:var(--rv-body-text);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.rv-btn-primary,body{font-family:var(--rv-font-body)}.rv-btn-primary{align-items:center;background:var(--rv-green);border:none;border-radius:var(--rv-radius-sm);color:#fff;cursor:pointer;display:inline-flex;font-size:clamp(.85rem,1.5vw,.9rem);font-weight:700;gap:6px;min-height:44px;padding:12px 22px;text-decoration:none;transition:background .2s,transform .15s;white-space:nowrap}.rv-btn-primary:hover{background:var(--rv-green-deep)}.rv-btn-primary:active{transform:translateY(1px)}.rv-btn-outline{align-items:center;background:transparent;border:2px solid var(--rv-green);border-radius:var(--rv-radius-sm);color:var(--rv-green);cursor:pointer;display:inline-flex;font-family:var(--rv-font-body);font-size:clamp(.85rem,1.5vw,.9rem);font-weight:700;gap:6px;min-height:44px;padding:10px 22px;text-decoration:none;transition:background .2s,color .2s;white-space:nowrap}.rv-btn-outline:hover{background:var(--rv-green);color:#fff}.rv-btn-white{align-items:center;background:#fff;border:none;border-radius:var(--rv-radius-sm);color:var(--rv-green);cursor:pointer;display:inline-flex;font-family:var(--rv-font-body);font-size:clamp(.9rem,1.5vw,.95rem);font-weight:700;gap:8px;min-height:44px;padding:13px 28px;text-decoration:none;transition:opacity .2s}.rv-btn-white:hover{opacity:.92}.rv-btn-white-outline{align-items:center;background:transparent;border:2px solid hsla(0,0%,100%,.55);border-radius:var(--rv-radius-sm);color:#fff;cursor:pointer;display:inline-flex;font-family:var(--rv-font-body);font-size:clamp(.85rem,1.5vw,.9rem);font-weight:700;gap:6px;min-height:44px;padding:11px 22px;text-decoration:none}.rv-btn-white-outline:hover{border-color:#fff}.rv-section{padding:64px 0}.rv-section-sm{padding:48px 0}.rv-container{margin:0 auto;max-width:1120px;padding:0 20px}.rv-container-narrow{margin:0 auto;max-width:760px;padding:0 20px}@media (min-width:768px){.rv-section{padding:72px 0}.rv-section-sm{padding:52px 0}.rv-container,.rv-container-narrow{padding:0 32px}}@media (min-width:1024px){.rv-section{padding:80px 0}.rv-section-sm{padding:56px 0}.rv-container,.rv-container-narrow{padding:0 40px}}.rv-bg-parchment{background:var(--rv-parchment)}.rv-bg-tan{background:var(--rv-tan)}.rv-bg-green{background:var(--rv-green)}.rv-bg-green-deep{background:var(--rv-green-deep)}.rv-bg-green-darker{background:var(--rv-green-darker)}.rv-eyebrow{display:block;font-size:clamp(.62rem,1vw,.68rem);font-weight:700;letter-spacing:.13em;margin-bottom:14px;text-transform:uppercase}.rv-eyebrow-green{color:var(--rv-green)}.rv-eyebrow-red{color:var(--rv-red)}.rv-eyebrow-white{color:hsla(0,0%,100%,.6)}.rv-eyebrow-gold{color:var(--rv-gold)}.rv-section-title{font-family:var(--rv-font-display);font-size:clamp(1.6rem,3.5vw,2.1rem);line-height:1.2}.rv-section-title-lg{font-family:var(--rv-font-display);font-size:clamp(1.8rem,4vw,2.5rem);line-height:1.18}.rv-text-white{color:#fff}.rv-text-dark{color:var(--rv-body-text)}.rv-text-muted{color:var(--rv-secondary-text)}.rv-body-copy{color:var(--rv-secondary-text)}.rv-body-copy,.rv-body-copy-white{font-size:clamp(.9rem,1.5vw,.95rem);line-height:1.72}.rv-body-copy-white{color:hsla(0,0%,100%,.82)}.rv-nav{background:var(--rv-parchment);border-bottom:1px solid var(--rv-tan-border);height:60px;justify-content:space-between;padding:0 20px;position:sticky;top:0;z-index:var(--rv-z-nav)}.rv-nav,.rv-nav-logo{align-items:center;display:flex}.rv-nav-logo{color:var(--rv-body-text);font-family:var(--rv-font-display);font-size:1.1rem;gap:10px;text-decoration:none}.rv-logo-mark{align-items:center;background:var(--rv-green);border-radius:7px;color:#fff;display:flex;flex-shrink:0;height:32px;justify-content:center;width:32px}.rv-nav-links{display:none;gap:28px}.rv-nav-right{align-items:center;display:none;gap:14px}.rv-nav-hamburger{align-items:center;background:none;border:none;cursor:pointer;display:flex;flex-direction:column;gap:5px;height:44px;justify-content:center;padding:8px;width:44px}.rv-nav-hamburger span{background:var(--rv-body-text);border-radius:2px;display:block;height:2px;transition:transform .25s,opacity .25s;width:22px}.rv-nav-hamburger.open span:first-child{transform:translateY(7px) rotate(45deg)}.rv-nav-hamburger.open span:nth-child(2){opacity:0}.rv-nav-hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.rv-nav-drawer{background:var(--rv-parchment);border-top:1px solid var(--rv-tan-border);bottom:0;display:none;flex-direction:column;gap:4px;left:0;overflow-y:auto;padding:24px 20px;position:fixed;right:0;top:60px;z-index:calc(var(--rv-z-nav) - 1)}.rv-nav-drawer.open{display:flex}.rv-nav-drawer a{border-bottom:1px solid var(--rv-tan-border);color:var(--rv-body-text);display:block;font-size:1.05rem;font-weight:600;padding:14px 4px;text-decoration:none}.rv-nav-drawer-cta{margin-top:24px}.rv-nav-item{align-items:center;color:var(--rv-secondary-text);cursor:pointer;display:flex;font-size:.83rem;gap:4px;min-height:44px;text-decoration:none;white-space:nowrap}.rv-nav-item.active{color:var(--rv-body-text);font-weight:600}.rv-nav-arrow{font-size:.6rem;opacity:.45}.rv-nav-login{align-items:center;color:var(--rv-secondary-text);display:inline-flex;font-size:.83rem;min-height:44px;text-decoration:none;white-space:nowrap}@media (min-width:1024px){.rv-nav{gap:32px;height:64px;justify-content:flex-start;padding:0 40px}.rv-nav-links{display:flex;flex:1;justify-content:center}.rv-nav-right{display:flex}.rv-nav-hamburger{display:none}.rv-nav-drawer{display:none!important}}.rv-nav.scrolled{box-shadow:0 2px 12px rgba(42,38,32,.08)}.rv-skip-link{background:var(--rv-green);border-radius:0 0 var(--rv-radius-sm) var(--rv-radius-sm);color:#fff;font-size:.85rem;font-weight:600;left:16px;padding:8px 16px;position:absolute;text-decoration:none;top:-100%;transition:top .2s;z-index:9999}.rv-skip-link:focus{top:0}.rv-hero{background:var(--rv-green);overflow:hidden;position:relative}.rv-hero-inner{display:flex;flex-direction:column;gap:40px;margin:0 auto;max-width:1120px;padding:48px 20px 40px;position:relative;z-index:2}.rv-hero-title{color:#fff;font-family:var(--rv-font-display);font-size:clamp(1.9rem,5vw,2.9rem);line-height:1.14;margin-bottom:18px}.rv-hero-sub{color:hsla(0,0%,100%,.85);font-size:clamp(.95rem,2vw,1.05rem);line-height:1.65;margin-bottom:28px;max-width:480px}.rv-hero-cta-row{align-items:center;display:flex;flex-wrap:wrap;gap:14px;margin-bottom:32px}.rv-hero-reassurance{color:hsla(0,0%,100%,.5);font-size:clamp(.7rem,1.2vw,.76rem)}.rv-hero-social-strip{border-top:1px solid hsla(0,0%,100%,.15);display:flex;flex-wrap:wrap;gap:20px;margin-top:8px;padding-top:20px}.rv-hero-stat-num{color:#fff;display:block;font-family:var(--rv-font-display);font-size:1.5rem}.rv-hero-stat-label{color:hsla(0,0%,100%,.55);display:block;font-size:clamp(.68rem,1.2vw,.72rem);margin-top:1px}@media (min-width:768px){.rv-hero-inner{padding:60px 32px 52px}}@media (min-width:1024px){.rv-hero-inner{align-items:center;flex-direction:row;gap:56px;padding:72px 40px 64px}.rv-hero-inner>:first-child{flex:1.05}.rv-hero-inner>:last-child{flex:0.95}}.rv-pricing-grid{align-items:start;display:grid;gap:16px;grid-template-columns:1fr}@media (min-width:600px){.rv-pricing-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.rv-pricing-grid{gap:14px;grid-template-columns:repeat(5,1fr)}}.rv-price-card{background:#fff;border:1.5px solid var(--rv-tan-border);border-radius:var(--rv-radius-md);padding:24px 18px;position:relative}.rv-price-card-featured{background:hsla(38,67%,98%,.97);border:2.5px solid var(--rv-green-light);border-radius:var(--rv-radius-md);box-shadow:0 0 0 4px rgba(46,158,141,.12);padding:24px 18px;position:relative}.rv-price-badge{background:var(--rv-green);border-radius:20px;color:#fff;font-size:.69rem;font-weight:800;left:50%;padding:4px 14px;position:absolute;top:-13px;transform:translateX(-50%);white-space:nowrap}.rv-price-tier{color:var(--rv-body-text);font-size:.75rem;font-weight:800;letter-spacing:.1em;margin-bottom:4px;text-transform:uppercase}.rv-price-herd{color:var(--rv-secondary-text);font-size:.73rem;line-height:1.5;margin-bottom:14px;min-height:38px}.rv-price-amount{color:var(--rv-body-text);font-family:var(--rv-font-display);font-size:2rem;line-height:1}.rv-price-per{color:var(--rv-secondary-text);font-size:.72rem;margin-bottom:4px}.rv-price-head-rate{color:var(--rv-green);font-size:.72rem;font-weight:700;margin-bottom:16px}.rv-price-divider{border:none;border-top:1px solid var(--rv-tan-border);margin:14px 0}.rv-price-features{display:flex;flex-direction:column;gap:6px;list-style:none;margin-bottom:18px}.rv-price-features li{align-items:center;color:var(--rv-secondary-text);display:flex;font-size:.76rem;gap:7px}.rv-price-check{color:var(--rv-green);font-size:.78rem;font-weight:700}.rv-compare-block{display:grid;gap:12px;grid-template-columns:1fr;margin-top:28px}@media (min-width:600px){.rv-compare-block{grid-template-columns:1fr 1fr}}@media (min-width:900px){.rv-compare-block{gap:10px;grid-template-columns:1fr 1fr 1.1fr}}.rv-compare-col{border-radius:10px;padding:18px}.rv-compare-col.accounting{background:rgba(201,64,85,.05);border:1px solid rgba(201,64,85,.18)}.rv-compare-col.records{background:rgba(107,99,88,.06);border:1px solid rgba(107,99,88,.2)}.rv-compare-col.with{background:rgba(46,158,141,.09);border:1.5px solid rgba(46,158,141,.35)}.rv-compare-heading{display:block;font-size:.68rem;font-weight:800;letter-spacing:.1em;margin-bottom:12px;text-transform:uppercase}.rv-compare-heading.red{color:var(--rv-red)}.rv-compare-heading.tan{color:var(--rv-secondary-text)}.rv-compare-heading.grn{color:var(--rv-green)}.rv-compare-row{align-items:flex-start;color:var(--rv-body-text);display:flex;font-size:clamp(.78rem,1.3vw,.815rem);gap:8px;line-height:1.5;padding:4px 0}.rv-compare-x{color:var(--rv-red);flex-shrink:0;font-weight:700}.rv-compare-x-tan{color:var(--rv-secondary-text);flex-shrink:0;font-weight:700}.rv-compare-check{color:var(--rv-green);flex-shrink:0;font-weight:700}.rv-feat-card{background:#fff;box-shadow:var(--rv-shadow-sm)}.rv-feat-card,.rv-feat-card-tan{border:1px solid var(--rv-tan-border);border-radius:var(--rv-radius-md);padding:26px 24px}.rv-feat-card-tan{background:var(--rv-parchment)}.rv-feat-icon{align-items:center;background:var(--rv-green-tint);border-radius:10px;color:var(--rv-green);display:flex;height:44px;justify-content:center;margin-bottom:16px;width:44px}.rv-feat-title{color:var(--rv-body-text)}.rv-feat-title,.rv-feat-title-white{font-size:clamp(.9rem,1.5vw,.95rem);font-weight:700;margin-bottom:8px}.rv-feat-title-white{color:#fff}.rv-feat-body{color:var(--rv-secondary-text)}.rv-feat-body,.rv-feat-body-white{font-size:clamp(.82rem,1.3vw,.855rem);line-height:1.62}.rv-feat-body-white{color:hsla(0,0%,100%,.72)}.rv-step-card{background:hsla(0,0%,100%,.12);border:1px solid hsla(0,0%,100%,.2);border-radius:var(--rv-radius-md);padding:28px 24px;position:relative}.rv-step-num{color:hsla(0,0%,100%,.35);display:block;font-family:var(--rv-font-display);font-size:2.2rem;line-height:1;margin-bottom:14px}.rv-step-title{color:#fff;font-size:1rem;font-weight:700;margin-bottom:10px}.rv-step-body{color:hsla(0,0%,100%,.72);font-size:clamp(.82rem,1.3vw,.855rem);line-height:1.62}.rv-stars{color:var(--rv-gold);font-size:.85rem;letter-spacing:1px;margin-bottom:12px}.rv-testimonial-card{background:#fff;border:1px solid var(--rv-tan-border);border-radius:var(--rv-radius-md);box-shadow:var(--rv-shadow-sm);padding:28px 26px}.rv-testimonial-featured{background:var(--rv-green-darker);border-radius:var(--rv-radius-lg);overflow:hidden;padding:40px 32px;position:relative}.rv-testimonial-featured:before{color:hsla(0,0%,100%,.06);content:"\201C";font-family:var(--rv-font-display);font-size:9rem;left:24px;line-height:1;position:absolute;top:-10px}@media (min-width:768px){.rv-testimonial-featured{padding:44px 48px}}.rv-tf-quote{color:#fff;font-family:var(--rv-font-display);font-size:clamp(1.1rem,2.5vw,1.42rem);font-style:italic;line-height:1.5;margin-bottom:24px;position:relative;z-index:1}.rv-t-quote{color:var(--rv-secondary-text);font-size:clamp(.86rem,1.4vw,.9rem);font-style:italic;line-height:1.68;margin-bottom:18px}.rv-t-name{color:var(--rv-body-text);font-size:.85rem;font-weight:700}.rv-t-loc{color:var(--rv-light-text);font-size:.74rem;margin-top:2px}.rv-tf-name{color:hsla(0,0%,100%,.95);font-size:.9rem;font-weight:700}.rv-tf-loc{color:hsla(0,0%,100%,.5);font-size:.78rem;margin-top:3px}.rv-problem-card{background:#fff;border:1px solid var(--rv-tan-border);border-left:3px solid var(--rv-red);border-radius:var(--rv-radius-md);padding:26px 24px}.rv-problem-icon{align-items:center;background:rgba(201,64,85,.08);border-radius:8px;color:var(--rv-red);display:flex;height:38px;justify-content:center;margin-bottom:14px;width:38px}.rv-problem-title{color:var(--rv-body-text);font-size:clamp(.88rem,1.5vw,.92rem);font-weight:700;line-height:1.4;margin-bottom:8px}.rv-problem-body{color:var(--rv-secondary-text);font-size:clamp(.82rem,1.3vw,.855rem);line-height:1.62}.rv-trust-bar{background:var(--rv-tan);border-bottom:1px solid var(--rv-tan-border);padding:16px 20px;text-align:center}.rv-trust-label{color:var(--rv-light-text);font-size:.69rem;font-weight:700;letter-spacing:.1em;margin-bottom:10px;text-transform:uppercase}.rv-trust-logos{display:flex;flex-wrap:wrap;gap:6px 10px;justify-content:center}.rv-trust-uni{color:var(--rv-body-text);font-size:.8rem;font-weight:700}.rv-trust-sep{color:var(--rv-tan-border);font-size:.9rem}.rv-stats-strip{background:var(--rv-parchment);border-bottom:1px solid var(--rv-tan-border)}.rv-stats-strip-inner{display:grid;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:1120px;padding:0 20px}@media (min-width:768px){.rv-stats-strip-inner{grid-template-columns:repeat(4,1fr);padding:0 40px}}.rv-stat-item{border-right:1px solid var(--rv-tan-border);display:flex;flex-direction:column;gap:3px;padding:18px 20px}.rv-stat-item:nth-child(2n){border-right:none}@media (min-width:768px){.rv-stat-item:nth-child(2n){border-right:1px solid var(--rv-tan-border)}.rv-stat-item:last-child{border-right:none}}.rv-stat-item-num{color:var(--rv-body-text);font-family:var(--rv-font-display);font-size:clamp(1.35rem,2.5vw,1.65rem);line-height:1}.rv-stat-item-label{color:var(--rv-secondary-text);font-size:.75rem;line-height:1.4}.rv-form-section{background:var(--rv-green-deep);padding:64px 20px}.rv-form-inner{display:flex;flex-direction:column;gap:48px;margin:0 auto;max-width:1000px}@media (min-width:900px){.rv-form-section{padding:80px 40px}.rv-form-inner{align-items:center;flex-direction:row;gap:64px}.rv-form-inner>*{flex:1}}.rv-form-panel{background:hsla(0,0%,100%,.13);border:1px solid hsla(0,0%,100%,.22);border-radius:var(--rv-radius-lg);padding:28px 24px}@media (min-width:768px){.rv-form-panel{padding:34px 30px}}.rv-form-title{color:#fff;font-family:var(--rv-font-display);font-size:clamp(1.15rem,2vw,1.3rem);margin-bottom:6px}.rv-form-sub{color:hsla(0,0%,100%,.55);font-size:.82rem;margin-bottom:22px}.rv-form-field{margin-bottom:12px}.rv-form-label{color:hsla(0,0%,100%,.65);display:block;font-size:.72rem;font-weight:600;letter-spacing:.07em;margin-bottom:5px;text-transform:uppercase}.rv-form-input,.rv-form-select{background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:6px;color:hsla(0,0%,100%,.85);font-family:var(--rv-font-body);font-size:.875rem;min-height:44px;padding:12px 14px;width:100%}.rv-form-row-2{display:grid;gap:10px;grid-template-columns:1fr 1fr;margin-bottom:12px}.rv-form-submit{background:#fff;border:none;border-radius:6px;color:var(--rv-green-deep);cursor:pointer;font-family:var(--rv-font-body);font-size:.95rem;font-weight:800;margin-top:6px;min-height:44px;padding:14px;width:100%}.rv-form-micro{color:hsla(0,0%,100%,.35);font-size:.69rem;margin-top:10px;text-align:center}.rv-cta-strip{background:var(--rv-green-darker);padding:56px 20px;text-align:center}@media (min-width:768px){.rv-cta-strip{padding:64px 40px}}.rv-cta-strip-inner{margin:0 auto;max-width:640px}.rv-footer{background:var(--rv-green-darker);padding:48px 20px 28px}.rv-footer-inner{display:grid;gap:32px;grid-template-columns:1fr;margin:0 auto;max-width:1120px}@media (min-width:600px){.rv-footer-inner{grid-template-columns:1fr 1fr}}@media (min-width:1024px){.rv-footer-inner{gap:40px;grid-template-columns:1.4fr 1fr 1fr 1fr}.rv-footer{padding:56px 40px 32px}}.rv-footer-logo{color:#fff;font-family:var(--rv-font-display);font-size:1.18rem;margin-bottom:8px}.rv-footer-tagline{color:hsla(0,0%,100%,.45);font-size:.76rem;line-height:1.6;margin-bottom:20px;max-width:240px}.rv-footer-socials{display:flex;gap:10px}.rv-social-btn{align-items:center;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.12);border-radius:7px;color:hsla(0,0%,100%,.55);display:flex;height:34px;justify-content:center;min-width:34px;width:34px}.rv-footer-col-label{color:hsla(0,0%,100%,.4);font-size:.63rem;font-weight:800;letter-spacing:.12em;margin-bottom:14px;text-transform:uppercase}.rv-footer-links-list{display:flex;flex-direction:column;gap:9px}.rv-footer-link{align-items:center;color:hsla(0,0%,100%,.55);display:inline-flex;font-size:.82rem;min-height:32px;text-decoration:none}.rv-footer-link:hover{color:#fff}.rv-footer-bottom{border-top:1px solid hsla(0,0%,100%,.08);color:hsla(0,0%,100%,.28);display:flex;flex-direction:column;font-size:.71rem;gap:8px;margin:28px auto 0;max-width:1120px;padding-top:20px}@media (min-width:768px){.rv-footer-bottom{align-items:center;flex-direction:row;justify-content:space-between}}.rv-accordion{border:1px solid var(--rv-tan-border);border-radius:var(--rv-radius-md);overflow:hidden}.rv-accordion-item{border-bottom:1px solid var(--rv-tan-border)}.rv-accordion-item:last-child{border-bottom:none}.rv-accordion-head{align-items:center;background:#fff;color:var(--rv-body-text);cursor:pointer;display:flex;font-size:.88rem;font-weight:600;justify-content:space-between;min-height:56px;padding:18px 22px}.rv-accordion-icon{color:var(--rv-green);font-size:1.1rem;font-weight:300}.rv-accordion-body{background:#fff;color:var(--rv-secondary-text);font-size:.865rem;line-height:1.68;padding:0 22px 18px}.rv-blog-card{background:#fff;border:1px solid var(--rv-tan-border);border-radius:var(--rv-radius-md);overflow:hidden}.rv-blog-img{height:185px;overflow:hidden}.rv-blog-img img{display:block;height:100%;object-fit:cover;width:100%}.rv-blog-content{padding:20px}.rv-blog-cat{color:var(--rv-green);font-size:.66rem;letter-spacing:.1em;text-transform:uppercase}.rv-blog-cat,.rv-blog-title{font-weight:700;margin-bottom:8px}.rv-blog-title{color:var(--rv-body-text);font-size:.94rem;line-height:1.4}.rv-blog-excerpt{color:var(--rv-secondary-text);font-size:.81rem;line-height:1.5;margin-bottom:12px}.rv-blog-meta{color:var(--rv-light-text);font-size:.71rem}.rv-blog-read{color:var(--rv-green);display:block;font-size:.79rem;font-weight:700;margin-top:10px}.rv-four-col,.rv-three-col,.rv-two-col,.rv-two-col-wide{display:grid;gap:24px;grid-template-columns:1fr}@media (min-width:768px){.rv-two-col{align-items:center;gap:40px;grid-template-columns:1fr 1fr}.rv-two-col-wide{align-items:center;gap:48px;grid-template-columns:1.15fr .85fr}.rv-three-col{gap:20px;grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.rv-two-col,.rv-two-col-wide{gap:56px}.rv-three-col{grid-template-columns:repeat(3,1fr)}.rv-four-col{gap:20px;grid-template-columns:repeat(4,1fr)}}.rv-contact-card{background:#fff;border:1px solid var(--rv-tan-border);border-radius:var(--rv-radius-md);padding:28px 24px;text-align:center}.rv-contact-icon{color:var(--rv-green);margin-bottom:14px}.rv-contact-link{color:var(--rv-green);display:block;font-size:.85rem;font-weight:700;margin-top:12px}.rv-video-card{background:#fff;border:1px solid var(--rv-tan-border);border-radius:var(--rv-radius-md);overflow:hidden}.rv-video-thumb{height:170px;position:relative}.rv-play-btn,.rv-video-thumb{align-items:center;display:flex;justify-content:center}.rv-play-btn{background:var(--rv-green);border-radius:50%;box-shadow:0 4px 20px rgba(46,158,141,.4);color:#fff;height:52px;width:52px}.rv-video-content{padding:18px 18px 20px}.rv-video-title{color:var(--rv-body-text);font-size:.9rem;font-weight:700;line-height:1.4;margin-bottom:6px}.rv-video-desc{color:var(--rv-secondary-text);font-size:.8rem;line-height:1.5}.rv-media-card{background:#fff;border:1px solid var(--rv-tan-border);border-radius:var(--rv-radius-md);padding:24px}.rv-media-type{color:var(--rv-green);font-size:.66rem;font-weight:700;letter-spacing:.1em;margin-bottom:6px;text-transform:uppercase}.rv-media-outlet{color:var(--rv-secondary-text);font-size:.76rem}.rv-media-outlet,.rv-media-title{font-weight:700;margin-bottom:8px}.rv-media-title{color:var(--rv-body-text);font-size:.9rem;line-height:1.4}.rv-media-link{color:var(--rv-green);font-size:.79rem;font-weight:700}.rv-legal-wrap{margin:0 auto;max-width:760px;padding:60px 20px 80px}.rv-legal-wrap h1{font-size:clamp(1.6rem,3vw,2.2rem);margin-bottom:8px}.rv-legal-wrap h1,.rv-legal-wrap h2{color:var(--rv-body-text);font-family:var(--rv-font-display)}.rv-legal-wrap h2{font-size:1.25rem;margin:32px 0 12px}.rv-legal-wrap p{color:var(--rv-secondary-text);font-size:.95rem;line-height:1.75;margin-bottom:16px}@media (min-width:768px){.rv-legal-wrap{padding:80px 40px}}.rv-checklist{display:flex;flex-direction:column;gap:10px;list-style:none}.rv-checklist li{align-items:flex-start;color:var(--rv-body-text);display:flex;font-size:clamp(.86rem,1.4vw,.9rem);gap:10px;line-height:1.5}.rv-checklist-white li{color:hsla(0,0%,100%,.88)}.rv-check-dot{align-items:center;background:var(--rv-green);border-radius:50%;display:flex;flex-shrink:0;height:20px;justify-content:center;margin-top:1px;width:20px}.rv-check-dot svg{height:10px;width:10px}.rv-check-dot-white{align-items:center;background:hsla(0,0%,100%,.22);border-radius:50%;display:flex;flex-shrink:0;height:20px;justify-content:center;margin-top:1px;width:20px}.rv-compare-table{background:#fff;border:1.5px solid var(--rv-tan-border);border-collapse:collapse;border-radius:var(--rv-radius-md);font-size:clamp(.78rem,1.3vw,.85rem);overflow:hidden;width:100%}.rv-compare-table th{background:var(--rv-green);color:#fff;font-size:clamp(.73rem,1.2vw,.8rem);font-weight:700;padding:14px 16px;text-align:left}.rv-compare-table th:first-child{background:var(--rv-green-deep)}.rv-compare-table td{border-bottom:1px solid var(--rv-tan-border);color:var(--rv-body-text);padding:12px 16px}.rv-compare-table tr:last-child td{border-bottom:none}.rv-compare-table tr:nth-child(2n) td{background:var(--rv-parchment)}.rv-check-yes{color:var(--rv-green)}.rv-check-no,.rv-check-yes{font-weight:700;text-align:center}.rv-check-no{color:var(--rv-red)}.rv-check-partial{color:#b07d2a;font-size:.78rem;font-weight:600;text-align:center}.rv-stat-card-green{background:hsla(0,0%,100%,.12);border:1px solid hsla(0,0%,100%,.18);border-radius:var(--rv-radius-md);padding:28px 16px;text-align:center}.rv-stat-number{color:#fff;font-family:var(--rv-font-display);font-size:clamp(1.8rem,3.5vw,2.4rem);line-height:1}.rv-stat-label{color:hsla(0,0%,100%,.58);font-size:.76rem;margin-top:8px}.rv-pullquote-big{margin:0 auto;max-width:720px;text-align:center}.rv-pullquote-big p{color:#fff;font-family:var(--rv-font-display);font-size:clamp(1.15rem,2.5vw,1.5rem);font-style:italic;line-height:1.5;margin-bottom:20px}.rv-pullquote-name{color:hsla(0,0%,100%,.9);font-size:.88rem;font-weight:700}.rv-pullquote-loc{color:hsla(0,0%,100%,.5);font-size:.78rem;margin-top:3px}.rv-value-anchor{background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.18);border-radius:10px;margin:0 auto 48px;max-width:620px;padding:18px 24px;text-align:center}.rv-value-anchor-text{color:hsla(0,0%,100%,.88);font-size:clamp(.9rem,1.5vw,.95rem);line-height:1.6}.rv-value-anchor-text strong{color:#fff}.rv-tab-nav{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:28px}.rv-tab-btn{background:hsla(0,0%,100%,.12);border:1px solid hsla(0,0%,100%,.22);border-radius:6px;color:hsla(0,0%,100%,.72);cursor:pointer;font-size:clamp(.72rem,1.2vw,.76rem);font-weight:600;min-height:44px;padding:8px 14px}.rv-tab-btn.active{background:#fff;border-color:#fff;color:var(--rv-green-deep)}@media (prefers-reduced-motion:reduce){*,:after,:before{animation:none!important;transition:none!important}}@media print{.rv-footer,.rv-nav,.rv-nav-drawer{display:none}.rv-section{padding:20px 0}}.rv-dashboard-preview{background:hsla(0,0%,100%,.11);border:1px solid hsla(0,0%,100%,.22);border-radius:14px;box-shadow:0 12px 40px rgba(0,0,0,.18);overflow:hidden}.rv-dp-topbar{align-items:center;background:hsla(0,0%,100%,.1);border-bottom:1px solid hsla(0,0%,100%,.15);display:flex;justify-content:space-between;padding:10px 18px}.rv-dp-title{color:hsla(0,0%,100%,.9);font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.rv-dp-tabs{display:flex;gap:6px}.rv-dp-tab{border-radius:4px;color:hsla(0,0%,100%,.55);font-size:.65rem;font-weight:600;padding:4px 10px}.rv-dp-tab.active{background:hsla(0,0%,100%,.18);color:#fff}.rv-dp-body{padding:18px 18px 16px}.rv-dp-metric-row{display:grid;gap:10px;grid-template-columns:repeat(3,1fr);margin-bottom:18px}.rv-dp-metric{background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.14);border-radius:8px;padding:10px 12px}.rv-dp-metric-label{color:hsla(0,0%,100%,.5);font-size:.62rem;letter-spacing:.07em;margin-bottom:4px;text-transform:uppercase}.rv-dp-metric-val{color:#fff;font-family:var(--rv-font-display);font-size:1.2rem}.rv-dp-metric-delta{color:#6dbcaf;font-size:.62rem;margin-top:2px}.rv-dp-chart-label{color:hsla(0,0%,100%,.45);font-size:.62rem;font-weight:600;letter-spacing:.08em;margin-bottom:10px;text-transform:uppercase}.rv-dp-bars{align-items:flex-end;display:flex;gap:6px;height:90px;margin-bottom:6px}.rv-dp-bar-wrap{align-items:center;display:flex;flex:1;flex-direction:column;gap:4px}.rv-dp-bar-val{color:hsla(0,0%,100%,.6);font-size:.6rem;font-weight:600}.rv-dp-bar-fill{background:hsla(0,0%,100%,.18);border:1px solid hsla(0,0%,100%,.18);border-radius:3px 3px 0 0;width:100%}.rv-dp-bar-fill.highlight{background:hsla(0,0%,100%,.38);border-color:hsla(0,0%,100%,.45)}.rv-dp-year-labels{display:flex;gap:6px}.rv-dp-year-label{color:hsla(0,0%,100%,.35);flex:1;font-size:.6rem;text-align:center}.rv-dp-divider{border:none;border-top:1px solid hsla(0,0%,100%,.1);margin:14px 0 12px}.rv-dp-enterprise-label{color:hsla(0,0%,100%,.45);font-size:.62rem;font-weight:600;letter-spacing:.08em;margin-bottom:10px;text-transform:uppercase}.rv-dp-ent-row{margin-bottom:8px}.rv-dp-ent-name{color:hsla(0,0%,100%,.75);display:flex;font-size:.68rem;justify-content:space-between;margin-bottom:4px}.rv-dp-ent-pct{color:hsla(0,0%,100%,.9);font-weight:700}.rv-dp-ent-bar{background:hsla(0,0%,100%,.12);border-radius:3px;height:5px;overflow:hidden}.rv-dp-ent-fill{background:hsla(0,0%,100%,.4);border-radius:3px;height:100%}.rv-dp-ent-fill.s2{background:var(--rv-green-light);opacity:.7}.rv-dp-ent-fill.s3{background:var(--rv-gold);opacity:.55}.rv-hero:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='600' height='400' viewBox='0 0 600 400'%3E%3Cg fill='none' stroke='rgba(255,255,255,0.055)' stroke-width='1.5'%3E%3Cellipse cx='300' cy='200' rx='280' ry='140'/%3E%3Cellipse cx='300' cy='200' rx='230' ry='110'/%3E%3Cellipse cx='300' cy='200' rx='180' ry='82'/%3E%3Cellipse cx='300' cy='200' rx='130' ry='56'/%3E%3Cellipse cx='300' cy='200' rx='80' ry='32'/%3E%3Cellipse cx='300' cy='200' rx='40' ry='16'/%3E%3C/g%3E%3C/svg%3E");background-position:right -80px center;background-repeat:no-repeat;background-size:600px 400px;content:"";inset:0;opacity:1;pointer-events:none;position:absolute;z-index:0}.rv-img-ph{background:linear-gradient(135deg,var(--rv-tan) 0,var(--rv-tan-deep,#ede7d9) 100%);border:1px solid var(--rv-tan-border,#ddd4c0);border-radius:var(--rv-radius-lg);color:var(--rv-light-text,#999)}.rv-img-ph,.rv-img-ph-green{align-items:center;display:flex;font-size:.76rem;justify-content:center;line-height:1.6;padding:24px;text-align:center}.rv-img-ph-green{background:hsla(0,0%,100%,.09);border:1px solid hsla(0,0%,100%,.18);border-radius:var(--rv-radius-lg);color:hsla(0,0%,100%,.35)}