:root{--rv-purple: #4B42E3;--rv-purple-dark: #3730c8;--rv-purple-light: #eeedfb;--rv-black: #0A0A14;--rv-text: #1C1C2E;--rv-muted: #6B6B80;--rv-gray: #F6F6F9;--rv-white: #FFFFFF;--rv-green: #22c55e;--rv-gold: #FBBF24;--font-heading: "Fraunces", Georgia, serif;--font-body: "Poppins", system-ui, sans-serif;--rv-max: 1180px;--rv-r-sm: 10px;--rv-r-md: 18px;--rv-r-lg: 28px;--rv-r-xl: 40px;--rv-r-pill: 999px;--rv-shadow: 0 8px 32px rgba(0,0,0,.07);--rv-shadow-p: 0 8px 32px rgba(75,66,227,.28)}.rv-page{font-family:var(--font-body);color:var(--rv-text);font-size:18px}.rv-page *,.rv-page *:before,.rv-page *:after{box-sizing:border-box}.rv-page h1,.rv-page h2,.rv-page h3{font-family:var(--font-heading);font-weight:700;line-height:1.13;margin:0}.rv-page p{margin:0}.rv-page a{text-decoration:none;color:inherit}.rv-container{max-width:var(--rv-max);margin:0 auto;padding:0 1.25rem}.rv-fade{opacity:0;transform:translateY(28px);transition:opacity .65s ease,transform .65s ease}.rv-fade.rv-visible{opacity:1;transform:none}.rv-fade-d1{transition-delay:.1s}.rv-fade-d2{transition-delay:.2s}.rv-fade-d3{transition-delay:.3s}.rv-fade-d4{transition-delay:.4s}.rv-label{display:block;font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--rv-purple);margin-bottom:.7rem}.rv-title{font-size:clamp(1.75rem,5.5vw,2.6rem);letter-spacing:-.02em;color:var(--rv-text);margin-bottom:.8rem}.rv-title em{font-style:italic;color:var(--rv-purple)}.rv-sub{font-size:.9rem;color:var(--rv-muted);line-height:1.75;max-width:500px}.rv-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:var(--rv-purple);color:#fff;border:none;border-radius:var(--rv-r-pill);padding:1rem 2.2rem;font-size:.93rem;font-weight:700;letter-spacing:.03em;cursor:pointer;text-decoration:none;font-family:var(--font-body);box-shadow:var(--rv-shadow-p);transition:transform .2s,box-shadow .2s,background .2s}.rv-btn:hover{transform:translateY(-2px);box-shadow:0 14px 44px #4b42e361;background:var(--rv-purple-dark)}.rv-btn:active{transform:translateY(0)}.rv-btn--ghost{background:transparent;color:var(--rv-purple);border:2px solid var(--rv-purple);box-shadow:none}.rv-btn--ghost:hover{background:var(--rv-purple);color:#fff}.rv-hero{position:relative;min-height:100svh;display:flex;align-items:flex-end;overflow:hidden}.rv-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--rv-black)}.rv-hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center 20%;opacity:.72}.rv-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#0a0a14f2,#0a0a148c 40%,#0a0a1426)}.rv-hero-content{position:relative;z-index:2;width:100%;padding:0 1.25rem 3.5rem;text-align:center}.rv-hero-badge{display:inline-flex;align-items:center;gap:.4rem;background:#ffffff1f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.22);border-radius:var(--rv-r-pill);padding:.4rem 1rem;font-size:.7rem;font-weight:600;color:#fff;letter-spacing:.04em;margin-bottom:1.3rem}.rv-hero h1{font-size:clamp(2.6rem,10vw,4.5rem);color:#fff;letter-spacing:-.025em;margin-bottom:1rem}.rv-hero h1 em{font-style:italic;color:#a89eff}.rv-hero-sub{font-size:.93rem;color:#ffffffc7;line-height:1.7;max-width:440px;margin:0 auto 2rem}.rv-hero-trust{display:flex;align-items:center;justify-content:center;gap:1.2rem;margin-top:1.4rem;flex-wrap:wrap}.rv-hero-trust-item{display:flex;align-items:center;gap:.35rem;font-size:.7rem;color:#ffffffa6;font-weight:500}.rv-hero-trust-item strong{color:#fff;font-weight:600}.rv-scroll-cue{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);z-index:3;display:flex;flex-direction:column;align-items:center;gap:4px}.rv-scroll-dot{width:5px;height:5px;border-radius:50%;background:#ffffff73;animation:rvPulse 1.5s ease-in-out infinite}.rv-scroll-dot:nth-child(2){animation-delay:.2s}.rv-scroll-dot:nth-child(3){animation-delay:.4s}@keyframes rvPulse{0%,80%,to{opacity:.25;transform:scale(.7)}40%{opacity:1;transform:scale(1)}}.rv-benefits{padding:5rem 0;background:var(--rv-white)}.rv-benefits-head{margin-bottom:2.75rem}.rv-benefits-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.1rem}.rv-benefit-card{background:var(--rv-gray);border-radius:var(--rv-r-lg);padding:1.75rem 1.4rem;position:relative;overflow:hidden}.rv-benefit-icon{width:46px;height:46px;background:var(--rv-purple-light);border-radius:var(--rv-r-sm);display:flex;align-items:center;justify-content:center;font-size:1.35rem;margin-bottom:1rem}.rv-benefit-card h3{font-size:.88rem;font-weight:700;color:var(--rv-text);margin-bottom:.4rem;font-family:var(--font-body)}.rv-benefit-card p{font-size:.78rem;color:var(--rv-muted);line-height:1.65}.rv-ba{padding:5rem 0;background:var(--rv-black)}.rv-ba .rv-label{color:#ffffff73}.rv-ba .rv-title{color:#fff}.rv-ba .rv-sub{color:#ffffff94;max-width:420px}.rv-ba-layout{display:flex;flex-direction:column;gap:3rem;align-items:center}.rv-ba-text{text-align:center}.rv-ba-stats{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-top:2rem;width:100%}.rv-ba-stat{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:var(--rv-r-md);padding:1.2rem .9rem;text-align:center}.rv-ba-stat-num{font-size:2rem;font-weight:800;color:var(--rv-purple);font-family:var(--font-heading);line-height:1;display:block}.rv-ba-stat-label{font-size:.68rem;color:#ffffff80;margin-top:.3rem;display:block}.rv-ba-slider{position:relative;width:100%;max-width:360px;aspect-ratio:3/4;border-radius:var(--rv-r-lg);overflow:hidden;cursor:ew-resize;-webkit-user-select:none;user-select:none;box-shadow:0 24px 64px #0000008c;flex-shrink:0}.rv-ba-before{position:absolute;top:0;right:0;bottom:0;left:0}.rv-ba-before img{width:100%;height:100%;object-fit:cover;display:block}.rv-ba-after-wrap{position:absolute;inset:0 auto 0 0;overflow:hidden;width:50%}.rv-ba-after-wrap img{position:absolute;left:0;top:0;height:100%;width:auto;min-width:100%;object-fit:cover;display:block}.rv-ba-divider{position:absolute;top:0;bottom:0;width:2px;background:#ffffffe6;z-index:3;pointer-events:none}.rv-ba-handle-btn{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:#fff;border:none;cursor:ew-resize;z-index:4;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #0000004d;color:var(--rv-purple);font-size:.75rem;margin-left:-20px}.rv-ba-tag{position:absolute;bottom:.85rem;font-size:.62rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;background:#0000008c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;padding:.28rem .65rem;border-radius:var(--rv-r-pill);z-index:2}.rv-ba-tag-before{left:.75rem}.rv-ba-tag-after{right:.75rem;z-index:5}.rv-exercises{padding:5rem 0;background:var(--rv-white)}.rv-exercises-head{margin-bottom:2.5rem}.rv-exercises-grid{display:grid;grid-template-columns:1fr 1fr;gap:.9rem}.rv-ex-card{position:relative;aspect-ratio:3/4;border-radius:var(--rv-r-lg);overflow:hidden;background:var(--rv-gray)}.rv-ex-card img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;display:block}.rv-ex-card:hover img{transform:scale(1.06)}.rv-ex-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#1a1a2e,#4b42e3);display:flex;align-items:center;justify-content:center;font-size:3rem}.rv-ex-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(10,10,20,.88) 0%,transparent 55%);display:flex;flex-direction:column;justify-content:flex-end;padding:1.1rem}.rv-ex-name{font-size:.88rem;font-weight:700;color:#fff;margin-bottom:.3rem}.rv-ex-tag{display:inline-block;background:var(--rv-purple);color:#fff;font-size:.6rem;font-weight:700;padding:.2rem .55rem;border-radius:var(--rv-r-pill);letter-spacing:.05em}.rv-exercises-cta{text-align:center;margin-top:2.25rem}.rv-reviews{padding:5rem 0;background:var(--rv-gray);overflow:hidden}.rv-reviews-head{margin-bottom:2.5rem}.rv-rating-row{display:flex;align-items:center;gap:.7rem;margin-top:.7rem;flex-wrap:wrap}.rv-stars{color:var(--rv-gold);font-size:1.05rem;letter-spacing:.04em}.rv-rating-num{font-size:1.1rem;font-weight:800}.rv-rating-count{font-size:.78rem;color:var(--rv-muted)}.rv-reviews-track{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin:0 -1.25rem;padding:.25rem 1.25rem 1.25rem}.rv-reviews-track::-webkit-scrollbar{display:none}.rv-review-card{flex:0 0 272px;scroll-snap-align:start;background:var(--rv-white);border-radius:var(--rv-r-lg);padding:1.4rem;box-shadow:0 2px 20px #0000000e;display:flex;flex-direction:column}.rv-review-stars{color:var(--rv-gold);font-size:.82rem;margin-bottom:.7rem}.rv-review-text{font-size:.83rem;line-height:1.72;color:var(--rv-text);flex:1;margin-bottom:1.1rem}.rv-review-author{display:flex;align-items:center;gap:.65rem}.rv-review-avatar{width:38px;height:38px;border-radius:50%;background:var(--rv-purple-light);display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:700;color:var(--rv-purple);overflow:hidden;flex-shrink:0}.rv-review-avatar img{width:100%;height:100%;object-fit:cover}.rv-review-name{font-size:.8rem;font-weight:700}.rv-review-verified{font-size:.65rem;color:var(--rv-green);font-weight:600;margin-top:.15rem}.rv-faq{padding:5rem 0;background:var(--rv-white)}.rv-faq-head{text-align:center;margin-bottom:2.5rem}.rv-faq-head .rv-label{display:inline-block}.rv-faq-list{display:flex;flex-direction:column;gap:.7rem;max-width:640px;margin:0 auto}.rv-faq-item{border:1.5px solid #E5E5EE;border-radius:var(--rv-r-md);overflow:hidden;transition:border-color .2s}.rv-faq-item.rv-open{border-color:var(--rv-purple)}.rv-faq-q{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem 1.2rem;cursor:pointer;font-size:.88rem;font-weight:600;color:var(--rv-text);background:none;border:none;width:100%;text-align:left;font-family:var(--font-body)}.rv-faq-icon{flex-shrink:0;width:24px;height:24px;border-radius:50%;background:var(--rv-purple-light);color:var(--rv-purple);display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:300;line-height:1;transition:transform .3s,background .2s,color .2s}.rv-open .rv-faq-icon{transform:rotate(45deg);background:var(--rv-purple);color:#fff}.rv-faq-a{max-height:0;overflow:hidden;transition:max-height .38s cubic-bezier(.4,0,.2,1)}.rv-open .rv-faq-a{max-height:280px}.rv-faq-a p{padding:0 1.2rem 1.1rem;font-size:.83rem;color:var(--rv-muted);line-height:1.75}.rv-trust{padding:4rem 0;background:var(--rv-gray)}.rv-trust-grid{display:flex;flex-direction:column;gap:1rem}.rv-trust-item{display:flex;align-items:flex-start;gap:1.1rem;padding:1.4rem;background:var(--rv-white);border-radius:var(--rv-r-md);box-shadow:0 2px 14px #0000000a}.rv-trust-ico{flex-shrink:0;width:50px;height:50px;border-radius:var(--rv-r-sm);background:var(--rv-purple-light);display:flex;align-items:center;justify-content:center;font-size:1.5rem}.rv-trust-item h3{font-size:.9rem;font-weight:700;margin-bottom:.3rem;font-family:var(--font-body)}.rv-trust-item p{font-size:.78rem;color:var(--rv-muted);line-height:1.65}.rv-cta{padding:6rem 0;background:var(--rv-black);text-align:center;position:relative;overflow:hidden}.rv-cta:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:700px;height:700px;background:radial-gradient(circle,rgba(75,66,227,.28) 0%,transparent 70%);pointer-events:none}.rv-cta-inner{position:relative;z-index:1;max-width:580px;margin:0 auto}.rv-cta .rv-label{color:#ffffff73}.rv-cta .rv-title{color:#fff;margin-bottom:1rem}.rv-cta-sub{font-size:.9rem;color:#ffffff9e;line-height:1.75;margin-bottom:2.2rem}.rv-cta-note{margin-top:3rem;font-size:.78rem;color:#ffffff73;letter-spacing:.02em}@media(min-width:768px){.rv-hero-content{text-align:left;max-width:540px;padding-bottom:5rem}.rv-hero h1{font-size:clamp(3rem,6vw,5rem)}.rv-hero-sub{margin:0 0 2rem}.rv-hero-trust{justify-content:flex-start}.rv-benefits-grid{grid-template-columns:repeat(4,1fr)}.rv-ba-layout{flex-direction:row;gap:5rem;align-items:center}.rv-ba-text{text-align:left;flex:1}.rv-ba-stats{grid-template-columns:1fr 1fr}.rv-exercises-grid{grid-template-columns:repeat(4,1fr)}.rv-reviews-track{flex-wrap:nowrap;margin:0;padding-left:0;padding-right:0;overflow-x:auto}.rv-review-card{flex:1 1 220px}.rv-trust-grid{flex-direction:row}.rv-trust-item{flex-direction:column;align-items:flex-start;flex:1}}@media(min-width:1024px){.rv-review-card{flex:1 1 0}.rv-reviews-track{flex-wrap:wrap;overflow:visible;gap:1.25rem}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/ryvalo-home.css.map */
