:root{
--color-primary:#059669;
--color-primary-dark:#047857;
--color-secondary:#10B981;
--color-accent:#EA580C;
--color-accent-dark:#C2410C;
--color-bg:#FFFFFF;
--color-bg-alt:#ECFDF5;
--color-surface:#FFFFFF;
--color-surface-soft:#F5FAF7;
--color-text:#0F2A21;
--color-text-muted:#4F6B62;
--color-border:#D7E8DF;
--color-dark:#06281C;
--color-warning-bg:#FEF3C7;
--color-warning-text:#92400E;
--color-error:#C0392B;
--color-error-bg:#FDEDEC;
--font-heading:'Rubik',system-ui,-apple-system,'Segoe UI',sans-serif;
--font-body:'Nunito Sans',system-ui,-apple-system,'Segoe UI',sans-serif;
--radius-sm:8px;
--radius-md:14px;
--radius-lg:22px;
--shadow-sm:0 1px 2px rgba(6,40,28,.06),0 2px 6px rgba(6,40,28,.05);
--shadow-md:0 4px 12px rgba(6,40,28,.08),0 12px 28px rgba(6,40,28,.06);
--shadow-lg:0 18px 44px rgba(6,40,28,.14);
--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:24px;--space-6:32px;--space-7:48px;--space-8:64px;
--container:1200px;
--header-h:68px;
}
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{margin:0;font-family:var(--font-body);font-size:16px;line-height:1.65;color:var(--color-text);background:var(--color-bg);overflow-x:hidden}
body.no-scroll{overflow:hidden}
img{max-width:100%;height:auto;display:block}
a{color:var(--color-primary-dark);text-decoration:none}
a:hover{color:var(--color-accent-dark)}
h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--color-text);line-height:1.22;margin:0 0 var(--space-4);letter-spacing:-.01em}
h1{font-size:clamp(1.85rem,4.6vw,2.9rem);font-weight:800}
h2{font-size:clamp(1.5rem,3.2vw,2.2rem);font-weight:700}
h3{font-size:clamp(1.1rem,2vw,1.35rem);font-weight:600}
p{margin:0 0 var(--space-4)}
ul,ol{margin:0 0 var(--space-4);padding-left:1.15rem}
table{border-collapse:collapse;width:100%}
[hidden]{display:none !important}
:focus-visible{outline:3px solid var(--color-accent);outline-offset:2px;border-radius:4px}
.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 20px}
main>section,.rv-page__inner>section{padding:60px 0;background:var(--color-bg)}
.section-alt{background:var(--color-bg-alt)}
.section-title{margin-bottom:var(--space-3)}
.section-subtitle{max-width:70ch;color:var(--color-text-muted);font-size:1.0625rem;margin-bottom:var(--space-6)}

.btn-primary,.btn-secondary,.btn-ghost{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font-heading);font-weight:600;font-size:1rem;line-height:1;padding:14px 24px;border-radius:999px;border:2px solid transparent;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease;text-align:center}
.btn-primary{background:var(--color-accent);color:#fff;box-shadow:var(--shadow-sm)}
.btn-primary:hover{background:var(--color-accent-dark);color:#fff;transform:translateY(-1px);box-shadow:var(--shadow-md)}
.btn-secondary{background:transparent;color:var(--color-primary-dark);border-color:var(--color-primary)}
.btn-secondary:hover{background:var(--color-primary);color:#fff}
.btn-ghost{background:transparent;color:var(--color-text);border-color:var(--color-border)}
.btn-ghost:hover{background:var(--color-surface-soft);color:var(--color-text)}
.hero .btn-ghost,.rv-newsletter .btn-ghost,.rv-sticky .btn-ghost,.rv-cookie .btn-ghost{color:#fff;border-color:rgba(255,255,255,.6)}
.hero .btn-ghost:hover,.rv-newsletter .btn-ghost:hover,.rv-sticky .btn-ghost:hover,.rv-cookie .btn-ghost:hover{background:rgba(255,255,255,.14);color:#fff}
.btn-sm{padding:10px 18px;font-size:.9375rem}
.btn-lg{padding:16px 30px;font-size:1.0625rem}

.rv-header{position:fixed;top:0;left:0;right:0;z-index:60;background:rgba(255,255,255,.92);backdrop-filter:blur(10px);border-bottom:1px solid var(--color-border);transition:box-shadow .2s ease}
.rv-header.header--scrolled{box-shadow:var(--shadow-sm)}
.rv-header__inner{display:flex;align-items:center;gap:var(--space-4);min-height:var(--header-h)}
.rv-header__logo{display:inline-flex;align-items:center;gap:10px;font-family:var(--font-heading);font-weight:800;font-size:1.2rem;color:var(--color-text);letter-spacing:-.02em}
.rv-header__mark{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:9px;background:var(--color-primary);color:#fff;font-size:1rem;font-weight:800}
.rv-header__nav{margin-left:auto}
.rv-header__nav ul{display:flex;gap:var(--space-5);list-style:none;margin:0;padding:0}
.rv-header__nav a{font-weight:600;font-size:.9375rem;color:var(--color-text);padding:6px 0;border-bottom:2px solid transparent}
.rv-header__nav a:hover,.rv-header__nav a.is-active{color:var(--color-primary-dark);border-bottom-color:var(--color-primary)}
.rv-header__cta{display:none}
.rv-header__hamburger{position:relative;display:inline-flex;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:10px;margin-left:auto;background:transparent;border:1px solid var(--color-border);border-radius:var(--radius-sm);cursor:pointer}
.rv-header__hamburger span{display:block;height:2px;background:var(--color-text);border-radius:2px}
.rv-header__hamburger-text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}

.hero{position:relative;min-height:50vh;display:flex;align-items:center;padding:calc(var(--header-h) + 48px) 0 56px;background:var(--color-dark);overflow:hidden}
.hero__media{position:absolute;inset:0}
.hero__media img{width:100%;height:100%;object-fit:cover;opacity:.9}
.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(100deg,rgba(6,40,28,.95) 0%,rgba(6,40,28,.86) 42%,rgba(5,90,62,.55) 72%,rgba(5,150,105,.32) 100%)}
.hero__inner{position:relative;z-index:2;max-width:760px;color:#fff}
.hero__eyebrow{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.14em;font-size:.75rem;font-weight:600;color:#A7F3D0;margin-bottom:var(--space-3)}
.hero__title{color:#fff;margin-bottom:var(--space-4)}
.hero__subtitle{font-size:1.15rem;color:#E6F6EF;max-width:60ch;margin-bottom:var(--space-5)}
.hero__bullets{list-style:none;display:flex;flex-wrap:wrap;gap:10px 18px;padding:0;margin:0 0 var(--space-6)}
.hero__bullets li{position:relative;padding-left:22px;font-size:.9375rem;font-weight:600;color:#fff}
.hero__bullets li::before{content:"";position:absolute;left:0;top:.55em;width:10px;height:10px;border-radius:50%;background:var(--color-accent)}
.hero__actions{display:flex;flex-wrap:wrap;gap:var(--space-3)}

.rv-stats{background:var(--color-dark);color:#fff;padding:22px 0}
.rv-stats__row{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-4)}
.rv-stats__item{display:flex;flex-direction:column;gap:2px;text-align:center}
.rv-stats__num{font-family:var(--font-heading);font-size:1.6rem;font-weight:800;color:#6EE7B7;line-height:1.1}
.rv-stats__label{font-size:.8125rem;color:#CFE9DE;letter-spacing:.01em}

.rv-benefits__list{display:flex;flex-direction:column;gap:var(--space-4)}
.rv-benefit{display:grid;grid-template-columns:auto 1fr;gap:var(--space-4);align-items:start;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-5);box-shadow:var(--shadow-sm)}
.rv-benefit--right{background:var(--color-surface-soft)}
.rv-benefit--left{background:var(--color-surface)}
.rv-benefit__marker{font-family:var(--font-heading);font-size:2.4rem;font-weight:800;line-height:1;color:var(--color-primary);opacity:.55;min-width:64px}
.rv-benefit__body{min-width:0}
.rv-benefit__title{margin-bottom:var(--space-2)}
.rv-benefit__text{margin:0;color:var(--color-text-muted)}

.products-grid{display:grid;grid-template-columns:1fr;gap:var(--space-5)}
.product-card{display:flex;flex-direction:column;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-5);box-shadow:var(--shadow-sm);transition:transform .2s ease,box-shadow .2s ease}
.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}
.product-card__media{display:block;background:#fff;border-radius:var(--radius-sm);overflow:hidden;margin-bottom:var(--space-4)}
.product-card__media img{width:100%;height:auto;aspect-ratio:1/1;object-fit:contain;background:#fff}
.product-card__title{font-size:1.0625rem;margin-bottom:var(--space-2)}
.product-card__rating{font-weight:700;color:var(--color-accent-dark);margin-bottom:var(--space-3);font-size:.9375rem}
.product-card__reviews{color:var(--color-text-muted);font-weight:500}
.product-card__description{color:var(--color-text-muted);font-size:.9375rem;margin-bottom:var(--space-2);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.product-card__description.is-expanded{-webkit-line-clamp:unset;overflow:visible}
.product-card__more{align-self:flex-start;background:none;border:0;padding:0 0 var(--space-3);color:var(--color-primary-dark);font-family:var(--font-body);font-size:.9375rem;font-weight:700;cursor:pointer;text-decoration:underline}
.product-card__more:hover{color:var(--color-accent-dark)}
.product-card__highlights{list-style:none;padding:0;margin:0 0 var(--space-5);display:flex;flex-direction:column;gap:8px}
.product-card__highlights li{position:relative;padding-left:20px;font-size:.9rem;color:var(--color-text)}
.product-card__highlights li::before{content:"";position:absolute;left:0;top:.6em;width:8px;height:8px;border-radius:2px;background:var(--color-secondary)}
.product-card-bullets{list-style:none;padding:0;margin:0 0 var(--space-5);display:flex;flex-direction:column;gap:8px;font-size:.9rem;color:var(--color-text)}
.product-card__cta{margin-top:auto;width:100%}
.product-badge{display:inline-block;padding:4px 10px;border-radius:999px;background:var(--color-warning-bg);color:var(--color-warning-text);font-size:.8125rem;font-weight:600;margin-bottom:var(--space-3)}
.product-badge--restock{background:#E0F2FE;color:#075985}
.product-card--unavailable img{filter:grayscale(.55)}
.product-card--unavailable .product-card__title{color:var(--color-text-muted)}
.category-chips{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:var(--space-6)}
.category-chip{display:inline-flex;align-items:center;padding:8px 14px;border:1px solid var(--color-border);border-radius:999px;font-size:.9rem;font-weight:600;color:var(--color-text);background:var(--color-surface)}
.category-chip:hover{border-color:var(--color-primary);color:var(--color-primary-dark)}
.category-chips__all{margin-left:4px}

.rv-datatable__wrap{overflow-x:auto;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface)}
.rv-datatable{min-width:640px;font-size:.9375rem}
.rv-datatable__caption{caption-side:top;text-align:left;padding:var(--space-4) var(--space-5) 0;color:var(--color-text-muted);font-size:.875rem}
.rv-datatable thead th{background:var(--color-dark);color:#fff;font-family:var(--font-heading);font-size:.8125rem;text-transform:uppercase;letter-spacing:.08em;text-align:left;padding:12px 16px}
.rv-datatable tbody tr{border-top:1px solid var(--color-border)}
.rv-datatable tbody tr:nth-child(even){background:var(--color-surface-soft)}
.rv-datatable td,.rv-datatable tbody th{padding:16px;vertical-align:top;text-align:left}
.rv-datatable__metric{font-family:var(--font-heading);font-size:1.15rem;font-weight:800;color:var(--color-primary-dark);white-space:nowrap}
.rv-datatable__claim{color:var(--color-text)}
.rv-datatable__gap{display:block;margin-top:8px;color:var(--color-text-muted);font-size:.875rem}
.rv-datatable__proof{color:var(--color-text-muted);font-size:.8125rem;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}

.rv-features__list{display:flex;flex-direction:column;gap:var(--space-7)}
.rv-feature{display:grid;grid-template-columns:1fr;gap:var(--space-5);align-items:center}
.rv-feature__media img{width:100%;border-radius:var(--radius-md);box-shadow:var(--shadow-md);aspect-ratio:3/2;object-fit:cover}
.rv-feature__body p{color:var(--color-text-muted)}
.rv-feature__title{margin-bottom:var(--space-3)}
.rv-feature__list{list-style:none;padding:0;margin:0 0 var(--space-5);display:flex;flex-direction:column;gap:10px}
.rv-feature__list li{position:relative;padding-left:24px;color:var(--color-text)}
.rv-feature__list li::before{content:"";position:absolute;left:0;top:.6em;width:12px;height:2px;background:var(--color-accent)}

.rv-about__grid,.rv-about__story-grid{display:grid;grid-template-columns:1fr;gap:var(--space-6);align-items:start}
.rv-about__media img,.rv-about__story-media img{width:100%;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);aspect-ratio:1/1;object-fit:cover}
.rv-about__body p,.rv-about__story-body p{color:var(--color-text-muted)}
.rv-about__story{padding-bottom:var(--space-7)}

.rv-how__list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:var(--space-5);counter-reset:step}
.rv-step{position:relative;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-5);box-shadow:var(--shadow-sm)}
.rv-step__num{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:50%;background:var(--color-primary);color:#fff;font-family:var(--font-heading);font-size:1.2rem;font-weight:800;margin-bottom:var(--space-3)}
.rv-step__title{margin-bottom:var(--space-2)}
.rv-step__text{margin:0;color:var(--color-text-muted)}

.rv-reviews__feed{display:flex;flex-direction:column;gap:var(--space-5);max-width:820px}
.rv-voice{margin:0;padding:var(--space-5) var(--space-5) var(--space-5) var(--space-6);background:var(--color-surface);border-left:4px solid var(--color-primary);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}
.rv-voice__rating{display:flex;align-items:center;gap:10px;margin-bottom:var(--space-3)}
.rv-voice__stars{color:var(--color-accent);letter-spacing:2px;font-size:1.05rem}
.rv-voice__score{font-size:.8125rem;color:var(--color-text-muted);font-weight:600}
.rv-voice__text{margin:0 0 var(--space-4);color:var(--color-text)}
.rv-voice__meta{display:flex;flex-wrap:wrap;align-items:center;gap:10px;font-size:.8125rem;color:var(--color-text-muted)}
.rv-voice__name{font-style:normal;font-weight:700;color:var(--color-text)}
.rv-voice__badge{padding:3px 10px;border-radius:999px;background:var(--color-bg-alt);color:var(--color-primary-dark);font-weight:600}
.rv-voice__product{color:var(--color-text-muted)}

.rv-timeline__list{list-style:none;padding:0;margin:0 0 var(--space-6);display:grid;grid-template-columns:1fr;gap:var(--space-4)}
.rv-timeline__item{position:relative;padding:var(--space-5);padding-left:var(--space-6);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md)}
.rv-timeline__item::before{content:"";position:absolute;left:18px;top:var(--space-5);width:10px;height:10px;border-radius:50%;background:var(--color-accent)}
.rv-timeline__label{font-size:1rem;text-transform:uppercase;letter-spacing:.06em;color:var(--color-primary-dark);margin-bottom:var(--space-2)}
.rv-timeline__text{margin:0;color:var(--color-text-muted)}
.rv-timeline__cta{font-weight:600;color:var(--color-text)}

.rv-personas__grid{display:grid;grid-template-columns:1fr;gap:var(--space-4)}
.rv-persona{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-5);box-shadow:var(--shadow-sm)}
.rv-persona__title{margin-bottom:var(--space-2)}
.rv-persona__text{margin:0;color:var(--color-text-muted)}
.rv-personas__not{margin-top:var(--space-6);padding:var(--space-5);border:1px dashed var(--color-border);border-radius:var(--radius-md);background:var(--color-surface)}
.rv-personas__not-title{margin-bottom:var(--space-3)}
.rv-personas__not-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}
.rv-personas__not-list li{position:relative;padding-left:24px;color:var(--color-text-muted)}
.rv-personas__not-list li::before{content:"";position:absolute;left:0;top:.62em;width:12px;height:2px;background:var(--color-error)}

.rv-risks__list{display:flex;flex-direction:column;gap:var(--space-4)}
.rv-risk{display:grid;grid-template-columns:1fr;gap:var(--space-3);padding:var(--space-5);background:var(--color-surface);border:1px solid var(--color-border);border-left:4px solid var(--color-accent);border-radius:var(--radius-md)}
.rv-risk__title{margin:0;font-size:1.05rem;color:var(--color-text)}
.rv-risk__answer p{margin:0 0 var(--space-2);color:var(--color-text-muted)}
.rv-risk__stat{margin:0;font-weight:700;color:var(--color-primary-dark);font-size:.9375rem}
.rv-risks__cta{margin-top:var(--space-5);font-weight:600}

.rv-faq__list,.rv-faq__more{display:flex;flex-direction:column;gap:10px}
.rv-faq__more{margin-top:var(--space-4)}
.rv-faq__item{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:0 var(--space-5)}
.rv-faq__item>summary{cursor:pointer;list-style:none;padding:var(--space-4) 0;font-family:var(--font-heading);font-weight:600;font-size:1rem;color:var(--color-text);position:relative;padding-right:32px}
.rv-faq__item>summary::-webkit-details-marker{display:none}
.rv-faq__item>summary::after{content:"+";position:absolute;right:4px;top:50%;transform:translateY(-50%);font-size:1.4rem;color:var(--color-primary);line-height:1}
.rv-faq__item[open]>summary::after{content:"\2013"}
.rv-faq__answer{padding:0 0 var(--space-4);border-top:1px solid var(--color-border)}
.rv-faq__answer p{margin:var(--space-3) 0 0;color:var(--color-text-muted)}
.rv-faq__question{margin:0}
.rv-faq__toggle{margin-top:var(--space-5)}

.rv-gallery__grid{display:grid;grid-template-columns:1fr;gap:var(--space-4)}
.rv-gallery__item{margin:0}
.rv-gallery__btn{display:block;width:100%;padding:0;border:0;background:none;cursor:pointer;border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-sm)}
.rv-gallery__btn img{width:100%;aspect-ratio:1/1;object-fit:cover;transition:transform .3s ease}
.rv-gallery__btn:hover img{transform:scale(1.04)}
.rv-gallery__caption{margin-top:8px;font-size:.8125rem;color:var(--color-text-muted)}
.rv-lightbox{position:fixed;inset:0;z-index:120;display:flex;align-items:center;justify-content:center;background:rgba(6,40,28,.92);padding:24px}
.rv-lightbox__img{max-width:min(92vw,900px);max-height:86vh;border-radius:var(--radius-md);object-fit:contain}
.rv-lightbox__close{position:absolute;top:16px;right:20px;width:44px;height:44px;border-radius:50%;border:0;background:rgba(255,255,255,.15);color:#fff;font-size:1.6rem;line-height:1;cursor:pointer}
.rv-lightbox__close:hover{background:rgba(255,255,255,.28)}

.rv-newsletter{background:var(--color-primary);color:#fff;position:relative;overflow:hidden}
.rv-newsletter::before{content:"";position:absolute;inset:0;opacity:.14;background-image:repeating-linear-gradient(0deg,rgba(255,255,255,.6) 0 1px,transparent 1px 5px),repeating-linear-gradient(90deg,rgba(255,255,255,.6) 0 1px,transparent 1px 5px)}
.rv-newsletter__inner{position:relative;z-index:2;max-width:720px;text-align:center}
.rv-newsletter__title{color:#fff}
.rv-newsletter__text{color:#E6F6EF;font-size:1.0625rem}
.rv-newsletter__form{margin-top:var(--space-5)}
.rv-newsletter__label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.rv-newsletter__row{display:flex;flex-direction:column;gap:12px}
.rv-newsletter__input{width:100%;padding:15px 18px;border-radius:999px;border:2px solid transparent;font-family:var(--font-body);font-size:1rem;color:var(--color-text);background:#fff}
.rv-newsletter__input:focus{outline:none;border-color:var(--color-accent)}
.rv-newsletter__note{margin:var(--space-3) 0 0;font-size:.8125rem;color:#CFE9DE}
.rv-newsletter__message{margin-top:var(--space-4);padding:10px 14px;border-radius:6px;font-size:.875rem;text-align:left}
.rv-newsletter__message--error{color:var(--color-error);background:var(--color-error-bg);border:1px solid var(--color-error)}

.rv-footer{background:var(--color-dark);color:#D6E9DF;padding:56px 0 28px}
.rv-footer a{color:#D6E9DF}
.rv-footer a:hover{color:#6EE7B7}
.rv-footer__grid{display:grid;grid-template-columns:1fr;gap:var(--space-6)}
.rv-footer__col{min-width:0}
.rv-footer__col--brand{max-width:34ch}
.rv-footer__logo{display:flex;align-items:center;gap:10px;font-family:var(--font-heading);font-weight:800;font-size:1.15rem;color:#fff;margin-bottom:var(--space-3)}
.rv-footer__tagline{color:#A9CFBF;font-size:.9375rem}
.rv-footer__address{font-style:normal;font-size:.9rem;line-height:1.7;margin-bottom:var(--space-3)}
.rv-footer__contact{font-size:.9rem;margin-bottom:var(--space-3)}
.rv-footer__hours{font-size:.875rem;color:#A9CFBF}
.rv-footer__heading{color:#fff;font-size:.9375rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:var(--space-4)}
.rv-footer__list,.rv-footer__social{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px;font-size:.9375rem}
.rv-footer__social{flex-direction:row;flex-wrap:wrap;gap:14px}
.rv-footer__languages{display:flex;flex-wrap:wrap;gap:12px;margin-top:var(--space-6)}
.rv-footer__languages:empty{display:none}
.rv-footer__bottom{margin-top:var(--space-6);padding-top:var(--space-5);border-top:1px solid rgba(255,255,255,.14);font-size:.8125rem;color:#9FC4B4}
.footer__copyright{margin-bottom:8px;color:#C8E2D6}
.rv-footer__bottom p{margin:0 0 6px}

.rv-cookie{position:fixed;left:0;right:0;bottom:0;z-index:110;background:rgba(6,40,28,.97);color:#fff;padding:12px 0;box-shadow:0 -6px 20px rgba(0,0,0,.2)}
.rv-cookie__inner{display:flex;flex-wrap:wrap;align-items:center;gap:12px;justify-content:space-between}
.rv-cookie__text{margin:0;font-size:.875rem;color:#E1F2EA}
.rv-cookie__text a{color:#6EE7B7;text-decoration:underline}
.rv-cookie__actions{display:flex;gap:10px}

.rv-sticky{position:fixed;left:0;right:0;bottom:0;z-index:100;background:rgba(6,40,28,.94);backdrop-filter:blur(8px);color:#fff;padding:10px 0}
.rv-sticky__inner{display:flex;align-items:center;gap:12px}
.rv-sticky__text{margin:0;font-size:.875rem;color:#E1F2EA;flex:1 1 auto}
.rv-sticky__btn{flex:0 0 auto}
.rv-sticky__close{flex:0 0 auto;width:36px;height:36px;border:0;border-radius:50%;background:rgba(255,255,255,.14);color:#fff;font-size:1.2rem;line-height:1;cursor:pointer}
.rv-sticky__close:hover{background:rgba(255,255,255,.26)}

.rv-page__inner{padding-top:calc(var(--header-h) + 40px);padding-bottom:64px}
.rv-page__title{margin-bottom:var(--space-5)}
.rv-back{font-size:.9375rem;font-weight:600;margin-bottom:var(--space-4)}
.rv-page section{border-radius:var(--radius-lg);padding-left:0;padding-right:0}
.rv-page .section-alt{padding-left:var(--space-5);padding-right:var(--space-5)}

.rv-contact__grid{display:grid;grid-template-columns:1fr;gap:var(--space-6)}
.rv-contact__form{display:flex;flex-direction:column;gap:var(--space-4);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-5);box-shadow:var(--shadow-sm)}
.rv-form__group{display:flex;flex-direction:column;gap:6px}
.rv-form__group label{font-weight:600;font-size:.9375rem}
.rv-form__group input,.rv-form__group textarea{width:100%;padding:12px 14px;border:1px solid var(--color-border);border-radius:var(--radius-sm);font-family:var(--font-body);font-size:1rem;color:var(--color-text);background:#fff}
.rv-form__group input:focus,.rv-form__group textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(5,150,105,.16)}
.rv-form__message{padding:10px 14px;border-radius:6px;font-size:.875rem}
.rv-form__message--error{color:var(--color-error);background:var(--color-error-bg);border:1px solid var(--color-error)}
.rv-contact__details{background:var(--color-bg-alt);border-radius:var(--radius-md);padding:var(--space-5)}
.rv-contact__heading{font-size:.875rem;text-transform:uppercase;letter-spacing:.08em;color:var(--color-primary-dark);margin-bottom:6px}
.rv-contact__details p{margin-bottom:var(--space-4);color:var(--color-text-muted)}
.rv-contact__address{font-style:normal;line-height:1.7;margin-bottom:var(--space-4)}

.rv-values__grid,.rv-figures__grid{display:grid;grid-template-columns:1fr;gap:var(--space-4)}
.rv-value{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-5)}
.rv-value__title{margin-bottom:var(--space-2)}
.rv-value__text{margin:0;color:var(--color-text-muted)}
.rv-figures__item{display:flex;flex-direction:column;gap:4px;padding:var(--space-5);background:var(--color-bg-alt);border-radius:var(--radius-md);text-align:center}
.rv-figures__num{font-family:var(--font-heading);font-size:2rem;font-weight:800;color:var(--color-primary-dark);line-height:1}
.rv-figures__label{font-size:.875rem;color:var(--color-text-muted)}

.rv-legal{max-width:78ch}
.rv-legal__updated{color:var(--color-text-muted);font-size:.9375rem;margin-bottom:var(--space-6)}
.rv-legal__section{margin-bottom:var(--space-6)}
.rv-legal__heading{font-size:1.2rem;margin-bottom:var(--space-3)}
.rv-legal__section p{color:var(--color-text-muted)}

.rv-benefits,.rv-products,.rv-datagain,.rv-features,.rv-about,.rv-how,.rv-reviews,.rv-timeline,.rv-personas,.rv-risks,.rv-faq,.rv-gallery{scroll-margin-top:calc(var(--header-h) + 16px)}
.rv-page--about .rv-values,.rv-page--about .rv-figures,.rv-page--contact .rv-contact,.rv-page--terms .rv-legal,.rv-page--privacy .rv-legal{scroll-margin-top:calc(var(--header-h) + 16px)}

[data-animate]{opacity:0;transform:translateY(18px);transition:opacity .5s ease,transform .5s ease}
[data-animate].visible,[data-animate].is-visible{opacity:1;transform:none}

@media (min-width:768px){
main>section,.rv-page__inner>section{padding:80px 0}
.rv-stats__row{grid-template-columns:repeat(4,1fr)}
.products-grid{grid-template-columns:repeat(2,1fr)}
.rv-how__list{grid-template-columns:repeat(2,1fr)}
.rv-personas__grid,.rv-values__grid,.rv-figures__grid{grid-template-columns:repeat(2,1fr)}
.rv-gallery__grid{grid-template-columns:repeat(2,1fr)}
.rv-newsletter__row{flex-direction:row;justify-content:center}
.rv-newsletter__input{max-width:360px}
.rv-footer__grid{grid-template-columns:repeat(2,1fr)}
.rv-risk{grid-template-columns:minmax(240px,1fr) 1.5fr;gap:var(--space-5);align-items:start}
.rv-timeline__list{grid-template-columns:repeat(2,1fr)}
.rv-contact__grid{grid-template-columns:1.3fr 1fr}
.rv-benefit{grid-template-columns:auto 1fr;padding:var(--space-6)}
.rv-benefit--right{flex-direction:row-reverse}
.rv-benefit--right .rv-benefit__marker{order:2;text-align:right}
.rv-about__grid,.rv-about__story-grid{grid-template-columns:0.85fr 1.15fr}
.rv-benefit__marker{font-size:3rem;min-width:82px}
}
@media (min-width:1024px){
.rv-header__hamburger{display:none}
.rv-header__nav{margin-left:auto}
.rv-header__cta{display:block;margin-left:var(--space-5)}
.products-grid{grid-template-columns:repeat(3,1fr)}
.rv-how__list{grid-template-columns:repeat(4,1fr)}
.rv-gallery__grid{grid-template-columns:repeat(4,1fr)}
.rv-footer__grid{grid-template-columns:1.4fr 1fr 1fr 1fr}
.rv-timeline__list{grid-template-columns:repeat(4,1fr)}
.rv-feature{grid-template-columns:1fr 1fr;gap:var(--space-7)}
.rv-feature--flip .rv-feature__media{order:2}
.rv-personas__grid{grid-template-columns:repeat(2,1fr)}
.rv-values__grid,.rv-figures__grid{grid-template-columns:repeat(4,1fr)}
.hero__title{max-width:16ch}
}
@media (min-width:1200px){
.rv-reviews__feed{max-width:880px}
.rv-datatable{min-width:0}
}
@media (min-width:1600px){
:root{--container:1320px}
}
@media (max-width:1023px){
.rv-header__nav{position:fixed;top:var(--header-h);left:0;right:0;background:#fff;border-bottom:1px solid var(--color-border);transform:translateY(-140%);transition:transform .25s ease;box-shadow:var(--shadow-md);margin-left:0}
.rv-header__nav.is-open{transform:translateY(0)}
.rv-header__nav ul{flex-direction:column;gap:0;padding:8px 20px 18px}
.rv-header__nav li{border-bottom:1px solid var(--color-border)}
.rv-header__nav a{display:block;padding:14px 0}
.rv-sticky__text{font-size:.8125rem}
}
@media (prefers-reduced-motion:reduce){
*,*::before,*::after{animation-duration:.01ms !important;transition-duration:.01ms !important;scroll-behavior:auto !important}
[data-animate]{opacity:1;transform:none}
}
