@font-face{font-family:Readex Pro;font-style:normal;font-weight:400;font-display:swap;src:url(/refurbed-assets/fonts/readexpro-regular.woff2)format("woff2")}@font-face{font-family:Readex Pro;font-style:normal;font-weight:600;font-display:swap;src:url(/refurbed-assets/fonts/readexpro-semibold.woff2)format("woff2")}:root{--rf-brand:#111;--rf-brand-hover:#2d2d2d;--rf-accent:#111;--rf-bg:#f5f5f3;--rf-surface:#fff;--rf-surface-soft:#f0f0ee;--rf-line:#e3e3df;--rf-line-strong:#b7b7b1;--rf-text:#111;--rf-text-soft:#555;--rf-shell:min(1200px, calc(100vw - 32px));--rf-radius:12px;--rf-shadow:1px 2px 16px #0000001a}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--rf-text);background:var(--rf-bg);margin:0;font-family:Readex Pro,ui-sans-serif,system-ui,sans-serif}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}h1,h2,h3,p{margin:0}.rf-shell{width:var(--rf-shell);margin:0 auto}.rf-home{padding-bottom:56px}.rf-header{background:var(--rf-surface);border-bottom:1px solid var(--rf-line)}.rf-header__top{background:var(--rf-surface)}.rf-header__top-inner{justify-content:space-between;gap:24px;padding:16px 0;display:flex}.rf-header__brand-group{align-items:center;gap:24px;min-width:0;display:flex}.rf-logo{object-fit:contain;width:146px;height:36px}.rf-utility-nav,.rf-header__actions,.rf-quick-nav,.rf-footer__socials,.rf-footer__bottom nav{align-items:center;gap:16px;display:flex}.rf-utility-nav a,.rf-quick-nav a,.rf-footer__socials a,.rf-footer__bottom a{color:var(--rf-text-soft);font-size:14px}.rf-header__actions{flex:1;justify-content:flex-end}.rf-search{flex:1;max-width:430px;position:relative}.rf-search input{border:1px solid var(--rf-line-strong);background:#fff;border-radius:4px;width:100%;height:40px;padding:0 44px 0 14px}.rf-search button{width:40px;height:40px;color:var(--rf-text-soft);background:0 0;border:0;position:absolute;top:0;right:0}.rf-action-chip{height:40px;color:var(--rf-text-soft);border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:0 12px;transition:background-color .2s,color .2s;display:inline-flex}.rf-action-chip:hover,.rf-utility-nav a:hover,.rf-quick-nav a:hover{color:var(--rf-brand)}.rf-action-chip--cart span{background:var(--rf-brand);color:#fff;border-radius:999px;justify-content:center;align-items:center;width:18px;height:18px;font-size:11px;display:inline-flex}.rf-cart-menu{align-items:center;display:inline-flex;position:relative}.rf-cart-menu__panel{z-index:30;border:1px solid var(--rf-line);background:var(--rf-surface);width:min(420px,100vw - 32px);box-shadow:var(--rf-shadow);border-radius:14px;padding:14px;position:absolute;top:calc(100% + 10px);right:0}.rf-cart-menu__items{gap:10px;max-height:min(360px,50vh);padding-right:4px;display:grid;overflow:auto}.rf-cart-menu__item{grid-template-columns:44px 1fr auto;align-items:center;gap:10px;display:grid}.rf-cart-menu__thumb{background:var(--rf-surface-soft);border-radius:10px;width:44px;height:44px;overflow:hidden}.rf-cart-menu__thumb img{object-fit:cover;width:100%;height:100%}.rf-cart-menu__meta strong{font-size:13px;line-height:1.2;display:block}.rf-cart-menu__meta p{color:var(--rf-text-soft);margin-top:2px;font-size:12px}.rf-cart-menu__price{color:var(--rf-text);white-space:nowrap;font-size:13px}.rf-cart-menu__more{color:var(--rf-text-soft);margin-top:10px;font-size:12px}.rf-cart-menu__footer{border-top:1px solid var(--rf-line);justify-content:flex-end;margin-top:12px;padding-top:12px;display:flex}.rf-cart-menu__cta{height:40px;padding:0 14px}.rf-cart-menu__empty strong{font-size:14px;display:block}.rf-cart-menu__empty p{color:var(--rf-text-soft);margin-top:6px;font-size:13px}.rf-header__nav{border-top:1px solid var(--rf-line)}.rf-header__nav-inner{align-items:center;gap:14px;min-height:56px;display:flex;position:relative}.rf-categories-menu{flex-shrink:0;position:relative}.rf-all-categories{border:1px solid var(--rf-line-strong);background:var(--rf-surface);min-width:158px;height:44px;color:var(--rf-text);white-space:nowrap;border-radius:10px;flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:0 16px;font-size:14px;font-weight:600;line-height:1;transition:border-color .2s,color .2s,background-color .2s,box-shadow .2s;display:inline-flex}.rf-all-categories--active,.rf-all-categories:hover{border-color:var(--rf-brand-hover);color:var(--rf-brand);background:#fff}.rf-all-categories:focus-visible{border-color:var(--rf-brand);outline:none;box-shadow:0 0 0 3px #11111124}.rf-all-categories__chevron{justify-content:center;align-items:center;width:14px;height:14px;line-height:1;display:inline-flex;transform:translateY(-1px)}.rf-all-categories__chevron svg{width:100%;height:100%;display:block}.rf-categories-menu__panel{z-index:20;background:var(--rf-surface);border:1px solid var(--rf-line);border-radius:16px;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;width:min(720px,100vw - 32px);padding:16px;display:grid;position:absolute;top:calc(100% + 10px);left:0;box-shadow:0 18px 40px #0000001f}.rf-categories-menu__item{border:1px solid var(--rf-line);background:linear-gradient(#fff 0%,#fafaf8 100%);border-radius:12px;flex-direction:column;gap:6px;padding:14px 16px;transition:border-color .2s,transform .2s,box-shadow .2s;display:flex}.rf-categories-menu__item:hover{border-color:var(--rf-line-strong);transform:translateY(-1px);box-shadow:0 10px 24px #00000014}.rf-categories-menu__item-title{color:var(--rf-text);font-size:15px;font-weight:600}.rf-categories-menu__item-copy{color:var(--rf-text-soft);font-size:13px;line-height:1.45}.rf-quick-nav{scrollbar-width:none;white-space:nowrap;overflow-x:auto}.rf-quick-nav::-webkit-scrollbar{display:none}.rf-quick-nav a{color:var(--rf-brand);font-size:13px}.rf-promo-bar{background:var(--rf-brand);color:#f3f3f3}.rf-promo-bar__inner{justify-content:center;gap:12px;padding:9px 0;font-size:14px;display:flex}.rf-promo-bar__inner a{color:#cfcfcf}.rf-section{margin-top:24px}.rf-section__heading{margin-bottom:16px}.rf-section__heading h2,.rf-trustpilot__summary h2,.rf-newsletter-box h2,.rf-app-box h2{font-size:clamp(20px,2vw,32px);font-weight:600;line-height:1.2}.rf-section__heading--center{text-align:center}.rf-section__heading--center p{max-width:760px;margin:10px auto 0}.rf-hero__stage,.rf-trustpilot,.rf-process,.rf-sustainability,.rf-newsletter-box,.rf-app-box{background:var(--rf-surface);border-radius:var(--rf-radius);box-shadow:var(--rf-shadow)}.rf-hero__stage{min-height:520px;position:relative;overflow:hidden}.rf-hero__background{object-fit:cover;width:100%;height:100%;min-height:520px}.rf-hero__overlay{flex-direction:column;justify-content:space-between;padding:22px 24px 24px;display:flex;position:absolute;inset:0}.rf-hero__overlay h1{color:#fff;max-width:560px;font-size:clamp(28px,4vw,42px);font-weight:600;line-height:1.15}.rf-hero__categories{grid-template-columns:repeat(7,minmax(0,1fr));gap:12px;display:grid}.rf-hero-category{text-align:center;background:#fffffff0;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;min-height:104px;padding:10px;transition:transform .2s,box-shadow .2s;display:flex}.rf-hero-category:hover{box-shadow:var(--rf-shadow);transform:translateY(-2px)}.rf-hero-category img{object-fit:contain;width:56px;height:56px}.rf-hero-category span{color:var(--rf-text);margin-top:8px;font-size:15px;font-weight:600}.rf-advantages{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;padding:20px 0 0;display:grid}.rf-advantage{text-align:center;justify-content:center;align-items:center;gap:10px;min-height:60px;display:flex}.rf-advantage__icon{width:28px;height:28px;color:var(--rf-accent);background:#ededed;border-radius:999px;justify-content:center;align-items:center;font-weight:700;display:inline-flex}.rf-top-categories{grid-template-columns:repeat(12,minmax(0,1fr));gap:16px;display:grid}.rf-top-category{background:var(--rf-surface);border-radius:var(--rf-radius);box-shadow:var(--rf-shadow);grid-column:span 3;transition:transform .2s,box-shadow .2s;overflow:hidden}.rf-top-category:hover,.rf-highlight-card:hover,.rf-review-card:hover{transform:translateY(-2px);box-shadow:0 10px 28px #0000001f}.rf-top-category--large{grid-column:span 6}.rf-top-category--wide{grid-column:span 4}.rf-top-category img{object-fit:cover;width:100%;height:199px}.rf-top-category:not(.rf-top-category--large):not(.rf-top-category--wide) img{height:140px}.rf-top-category__label{background:var(--rf-surface-soft);justify-content:center;align-items:center;min-height:56px;padding:8px 12px;display:flex}.rf-top-category__label h3{font-size:20px;font-weight:600}.rf-highlight-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.rf-highlight-card{background:var(--rf-surface);border-radius:var(--rf-radius);box-shadow:var(--rf-shadow);transition:transform .2s,box-shadow .2s;overflow:hidden}.rf-highlight-card img{aspect-ratio:16/10;object-fit:fill;width:100%}.rf-highlight-card__body{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:24px;display:flex}.rf-highlight-card__body h3,.rf-review-card h3,.rf-pillar-card h3{font-size:20px;font-weight:600;line-height:1.3}.rf-highlight-card__body p,.rf-trustpilot__summary p,.rf-review-card p,.rf-pillar-card p,.rf-faq-item p,.rf-footnote,.rf-process__step,.rf-newsletter-box p,.rf-app-box p,.rf-section__heading p,.rf-footer__column li a,.rf-footer__brand-name,.rf-footer__trustpilot p,.rf-footer__bottom p{color:var(--rf-text-soft);font-size:15px;line-height:1.55}.rf-button,.rf-link-button,.rf-newsletter-form button{background:var(--rf-brand);color:#fff;border:0;border-radius:4px;justify-content:center;align-items:center;min-width:140px;min-height:40px;padding:0 18px;font-size:14px;font-weight:600;display:inline-flex}.rf-button--light{color:var(--rf-brand);background:#fff}.rf-trustpilot{padding:28px 24px}.rf-trustpilot__summary{justify-content:space-between;align-items:end;gap:24px;margin-bottom:24px;display:flex}.rf-eyebrow{color:var(--rf-text-soft);margin-bottom:6px;font-size:14px}.rf-eyebrow--light{color:#ffffffd1}.rf-trustpilot__score{text-align:center;min-width:240px}.rf-trustpilot__score img,.rf-trustpilot__footer img{margin:0 auto}.rf-review-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.rf-review-card{background:var(--rf-surface);min-height:210px;box-shadow:var(--rf-shadow);border-radius:8px;padding:20px;transition:transform .2s,box-shadow .2s}.rf-review-card img{width:100px;margin-bottom:12px}.rf-review-card strong{margin-top:12px;font-size:14px;display:block}.rf-trustpilot__footer{flex-direction:column;align-items:center;gap:8px;margin-top:18px;display:flex}.rf-sell-banner{border-radius:var(--rf-radius);color:#fff;background:#111;grid-template-columns:1fr 380px;align-items:center;display:grid;overflow:hidden}.rf-sell-banner__content{justify-content:space-between;align-items:center;gap:24px;padding:24px 28px;display:flex}.rf-sell-banner__content h2{font-size:clamp(28px,3vw,42px);font-weight:600;line-height:1.1}.rf-sell-banner__content p{color:#ffffffd9;margin-top:10px;font-size:22px}.rf-sell-banner img{object-fit:cover;width:100%;height:100%;min-height:260px}.rf-process,.rf-sustainability{padding:28px 24px}.rf-process__steps{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;margin-top:22px;display:grid}.rf-process__step{text-align:center}.rf-link-button{margin:20px auto 0}.rf-impact-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-bottom:28px;display:grid}.rf-impact-card{color:#fff;text-align:center;background:#0c7b64;border-radius:999px;flex-direction:column;align-items:center;gap:4px;padding:16px;display:flex}.rf-impact-card strong{font-size:28px;line-height:1}.rf-impact-card span,.rf-impact-card small{color:#ffffffeb}.rf-pillar-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:24px;display:grid}.rf-pillar-card{background:var(--rf-surface);box-shadow:var(--rf-shadow);border-radius:8px;padding:20px}.rf-footnote{text-align:center;margin-top:18px}.rf-faq-list{gap:10px;display:grid}.rf-faq-item{border-bottom:1px solid var(--rf-line)}.rf-faq-item summary{cursor:pointer;padding:14px 0;font-weight:600;list-style:none}.rf-faq-item p{padding:0 0 14px}.rf-news-strip{grid-template-columns:1.4fr 1fr;gap:20px;margin-top:28px;display:grid}.rf-newsletter-box{background:var(--rf-brand);color:#fff;grid-template-columns:1fr auto;gap:24px;padding:24px;display:grid}.rf-newsletter-form{align-items:center;gap:12px;display:flex}.rf-newsletter-form input{border:0;border-radius:4px;width:100%;min-width:220px;height:42px;padding:0 14px}.rf-app-box{justify-content:space-between;align-items:center;gap:24px;padding:24px;display:flex}.rf-store-badges{align-items:center;gap:10px;display:flex}.rf-store-badges img{width:132px;height:auto}.rf-footer{color:#fff;background:#101010;margin-top:40px;padding:32px 0 18px}.rf-footer__top{gap:24px;display:grid}.rf-footer__brand{justify-content:space-between;align-items:start;gap:24px;display:flex}.rf-footer__brand-name{color:#fff}.rf-footer__socials span{color:#b3b3b3;font-size:13px}.rf-footer__socials a{color:#fff;font-size:13px}.rf-footer__columns{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;display:grid}.rf-footer__column h3,.rf-footer__column h4{color:#989898;letter-spacing:.18em;text-transform:uppercase;margin-bottom:12px;font-size:12px;font-weight:600}.rf-footer__column ul{margin:0;padding:0;list-style:none}.rf-footer__column li+li{margin-top:8px}.rf-country-button{color:#fff;background:0 0;border:1px solid #444;border-radius:6px;align-items:center;height:40px;padding:0 14px;display:inline-flex}.rf-payment-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.rf-payment-item{border:1px solid #2b2b2b;border-radius:6px;justify-content:center;align-items:center;min-height:42px;padding:8px;display:flex}.rf-payment-item img{width:auto;max-height:24px}.rf-footer__trustpilot{margin-top:16px}.rf-footer__trustpilot img{width:100px;margin:6px 0}.rf-footer__certs{align-items:center;gap:14px;margin-top:16px;display:flex}.rf-footer__certs img:first-child{width:54px}.rf-footer__certs img:last-child{width:92px}.rf-footer__bottom{border-top:1px solid #232323;justify-content:space-between;align-items:center;gap:20px;margin-top:28px;padding-top:16px;display:flex}.rf-footer__bottom a,.rf-footer__bottom p{font-size:13px}.site-shell{min-height:100vh}.basic-page,.category-page{width:var(--rf-shell);margin:24px auto 0}.basic-page{background:var(--rf-surface);border-radius:var(--rf-radius);box-shadow:var(--rf-shadow);padding:24px}.company-page{width:var(--rf-shell);gap:24px;margin:24px auto 56px;display:grid}.company-page h1,.company-page h2{font-size:clamp(30px,4vw,52px);font-weight:600;line-height:1.05}.company-page h2{font-size:clamp(28px,3vw,38px)}.company-page h3{font-size:24px;font-weight:600;line-height:1.2}.company-page p,.company-page small,.company-page span{color:var(--rf-text-soft)}.company-anchor-nav{z-index:6;border:1px solid var(--rf-line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border-radius:999px;gap:8px;width:fit-content;padding:8px;display:inline-flex;position:sticky;top:14px}.company-anchor-nav a{min-height:34px;color:var(--rf-text-soft);border-radius:999px;align-items:center;padding:0 14px;font-size:13px;font-weight:600;transition:background-color .2s,color .2s;display:inline-flex}.company-anchor-nav a:hover{background:var(--rf-text);color:#fff}.company-hero,.company-vision,.company-story-section,.company-principles-section,.company-team,.company-partners{background:var(--rf-surface);box-shadow:var(--rf-shadow);border-radius:24px}.company-hero{background:radial-gradient(circle at 100% 0,#d7eee5e6,#0000 38%),linear-gradient(135deg,#fff 0%,#f2f6f3 52%,#eef2ed 100%);grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:24px;padding:32px;display:grid}.company-hero__copy{max-width:760px}.company-hero__lead,.company-hero__body,.company-vision__body p,.company-story-grid p,.company-principle p,.company-team-card p,.company-partners__intro{font-size:17px;line-height:1.7}.company-hero__lead,.company-hero__body{margin-top:16px}.company-hero__actions{flex-wrap:wrap;gap:14px;margin-top:24px;display:flex}.company-secondary-link{min-height:40px;color:var(--rf-brand);align-items:center;font-size:14px;font-weight:600;display:inline-flex}.company-hero__panel{align-content:start;gap:14px;display:grid}.blog-page{width:var(--rf-shell);gap:26px;margin:24px auto 56px;display:grid}.blog-page h1,.blog-page h2{font-size:clamp(30px,4vw,52px);font-weight:600;line-height:1.05}.blog-page h2{font-size:clamp(22px,2.5vw,30px);line-height:1.12}.blog-page p,.blog-page span{color:var(--rf-text-soft)}.blog-hero{text-align:center;justify-items:center;padding:22px 16px 6px;display:grid}.blog-hero__lead{max-width:72ch;margin-top:16px;font-size:17px;line-height:1.7}.blog-feed{border-top:1px solid var(--rf-line);display:grid}.blog-row{border-bottom:1px solid var(--rf-line);grid-template-columns:minmax(240px,420px) minmax(0,1fr);align-items:center;gap:22px;padding:26px 0;display:grid}.blog-row__media{background:radial-gradient(circle at 30% 20%,#22222280,#0000 42%),linear-gradient(135deg,#1e1e1e 0%,#2f2f2f 52%,#161616 100%);border-radius:10px;min-height:220px;display:grid;overflow:hidden}.blog-row__media-inner{align-content:end;gap:8px;padding:20px;display:grid}.blog-row__media-kicker{color:#ffffffdb;letter-spacing:.01em;background:#ffffff29;border-radius:999px;width:fit-content;min-height:26px;padding:0 10px;font-size:12px;font-weight:600;display:inline-flex}.blog-row__media-title{color:#fff;max-width:14ch;font-size:clamp(26px,4vw,44px);font-weight:700;line-height:1.05}.blog-row__content{align-content:center;gap:12px;display:grid}.blog-row__title{margin:0}.blog-row__title a:hover{color:var(--rf-brand-hover)}.blog-row__teaser{max-width:74ch;font-size:15px;line-height:1.7}.blog-row__link{width:fit-content;color:var(--rf-brand);text-transform:uppercase;letter-spacing:.06em;align-items:center;font-size:14px;font-weight:600;display:inline-flex}.blog-row__link:hover{color:var(--rf-brand-hover)}.company-stat,.company-principle,.company-team-card{border:1px solid var(--rf-line);background:#ffffffdb;border-radius:18px;padding:20px}.company-stat strong{color:var(--rf-text);font-size:30px;line-height:1;display:block}.company-stat span,.company-team-card span{letter-spacing:.08em;text-transform:uppercase;margin-top:10px;font-size:12px;display:block}.company-stat small{margin-top:8px;font-size:14px;line-height:1.5;display:block}.company-vision{grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);gap:0;margin-top:24px;display:grid;overflow:hidden}.company-vision__quote,.company-vision__body{padding:32px}.company-vision__quote{background:linear-gradient(#111 0%,#222 100%);align-items:end;display:flex}.company-vision__quote p{color:#f5f5f3;font-size:clamp(26px,3vw,40px);line-height:1.12}.company-vision__body p:last-child{margin-top:14px}.company-story-section,.company-principles-section,.company-team,.company-partners{padding:32px}.company-principles,.company-team-grid,.company-partner-grid{gap:18px;display:grid}.company-story-timeline{gap:12px;margin-top:18px;display:grid}.company-story-step{border-top:1px solid var(--rf-line);grid-template-columns:72px minmax(0,1fr);gap:18px;padding:20px 0;display:grid}.company-story-step:first-child{border-top:0;padding-top:8px}.company-story-step__index{letter-spacing:.06em;background:#111;border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;font-size:16px;font-weight:700;display:inline-flex;color:#fff!important}.company-story-step p{padding-top:6px}.company-principles{grid-template-columns:minmax(0,1.25fr) minmax(0,1fr) minmax(0,1fr);margin-top:18px}.company-principle{background:linear-gradient(#fff 0%,#f5f6f2 100%);min-height:100%}.company-principle h3,.company-team-card h3,.company-principle p:last-child,.company-team-card p{margin-top:12px}.company-team-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1.15fr);margin-top:18px}.company-team-card{background:linear-gradient(#fff 0%,#fafaf8 100%)}.company-team-card span{color:var(--rf-brand)}.company-partners__intro{max-width:720px;margin-top:14px}.company-partner-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:22px}.company-partner-pill{border:1px solid var(--rf-line);min-height:74px;color:var(--rf-text);text-align:center;background:linear-gradient(#f8f8f6 0%,#fff 100%);border-radius:18px;justify-content:center;align-items:center;padding:18px;font-size:16px;font-weight:600;display:flex}.basic-page h1,.category-hero h1{font-size:32px;font-weight:600;line-height:1.2}.breadcrumbs{color:var(--rf-text-soft);gap:8px;margin-bottom:16px;font-size:14px;display:flex}.category-hero{background:var(--rf-surface);border-radius:var(--rf-radius);box-shadow:var(--rf-shadow);grid-template-columns:1fr 320px;gap:20px;padding:24px;display:grid}.category-hero__description,.category-hero__note{color:var(--rf-text-soft);margin-top:12px}.category-hero__note{color:var(--rf-brand)}.category-hero__aside{background:var(--rf-surface-soft);border-radius:10px;padding:18px}.mini-stat-grid,.product-grid,.category-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:16px;display:grid}.mini-stat,.product-card,.category-card{background:var(--rf-surface);border-radius:var(--rf-radius);box-shadow:var(--rf-shadow)}.mini-stat{padding:18px}.mini-stat strong,.category-hero__aside strong{font-size:24px;display:block}.mini-stat span{color:var(--rf-text-soft)}.product-card__visual{background:linear-gradient(135deg,#e5e6e3,#f4f5f7);border-radius:12px 12px 0 0;justify-content:center;align-items:center;height:180px;display:flex;overflow:hidden}.product-card__visual img{object-fit:contain;width:100%;height:100%}.product-card__body,.category-card{padding:18px}.product-card__condition{min-height:28px;color:var(--rf-brand);background:#ededed;border-radius:999px;align-items:center;padding:0 10px;font-size:12px;font-weight:600;display:inline-flex}.product-card__footer,.category-card__meta{border-top:1px solid var(--rf-line);justify-content:space-between;gap:12px;margin-top:14px;padding-top:14px;display:flex}.category-card h3,.product-card h3{margin-top:10px}.category-card p,.product-card p{color:var(--rf-text-soft);margin-top:8px}.section-space{margin-top:24px}.section-heading{justify-content:space-between;align-items:end;gap:16px;margin-bottom:16px;display:flex}.section-kicker{letter-spacing:.08em;text-transform:uppercase;color:var(--rf-text-soft);margin-bottom:6px;font-size:13px}.product-page{width:min(1240px,100vw - 96px);margin-left:auto;margin-right:auto;padding-bottom:56px}.product-page-kicker{font-size:15px;font-weight:600}.product-topbar{justify-content:space-between;align-items:end;gap:24px;margin-bottom:12px;display:flex}.product-topbar__trust{align-items:center;gap:12px;margin-top:6px;display:flex}.product-topbar__trust a,.product-topbar__trust p{color:var(--rf-text-soft);font-size:13px}.product-topbar__trust a{color:var(--rf-brand);font-weight:600}.product-section-nav{gap:22px;display:flex;overflow-x:auto}.product-section-nav a{white-space:nowrap;color:var(--rf-text-soft);font-size:13px;font-weight:600}.product-layout{grid-template-columns:minmax(360px,.92fr) minmax(380px,.88fr) 330px;align-items:start;gap:20px;display:grid}.product-summary-column,.product-config-column{min-width:0}.product-summary-header{margin-bottom:14px}.product-summary-header h1{margin:0;font-size:64px;line-height:1.05}.product-gallery{background:var(--rf-surface);border:1px solid var(--rf-line);border-radius:12px;padding:18px}.product-gallery--inline{background:0 0;border:0;border-radius:0;grid-template-columns:62px minmax(0,1fr);align-items:start;gap:14px;padding:0;display:grid}.product-gallery__main{background:#fff;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;min-height:560px;display:flex}.product-gallery__main--plain{background:0 0;min-height:540px}.product-gallery__main img{object-fit:contain;width:min(100%,435px);height:auto}.product-gallery__main span{color:var(--rf-text-soft);margin-top:16px;font-size:12px}.product-gallery__thumbs{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:14px;display:grid}.product-gallery__thumbs--vertical{grid-template-columns:1fr;margin-top:0}.product-gallery__thumb{border:1px solid var(--rf-line);cursor:pointer;background:#fff;border-radius:10px;padding:6px}.product-gallery__thumb--active{border-color:#111}.product-gallery__thumb img{aspect-ratio:1;object-fit:contain;width:100%}.product-pill,.product-chip,.product-card__condition{border:1px solid var(--rf-line);min-height:30px;color:var(--rf-brand);background:#f0f0f0;border-radius:999px;justify-content:center;align-items:center;padding:0 11px;font-size:12px;font-weight:600;display:inline-flex}.product-pill{color:#fff;background:#111;border-color:#111}.product-buybox__subtitle,.product-buybox__unlock,.product-option-note,.product-sim-card p,.product-warranty-grid p,.product-cta-box p,.product-seller-box p{color:var(--rf-text-soft)}.product-buybox__subtitle,.product-buybox__unlock{margin-top:12px;font-size:14px}.product-buybox__rating{gap:8px;margin-top:12px;display:flex}.product-price-block{gap:4px;margin-top:12px;display:grid}.product-config-column{padding-top:56px}.product-select-block,.product-warranty-box,.product-sidebar__price,.product-delivery-box--soft,.product-sidebar__cta,.product-sidebar .product-addon-card,.product-sidebar .product-benefits,.product-sidebar .product-seller-box{margin-top:18px}.product-select-block:first-child,.product-sidebar__price{margin-top:0}.product-option-group__header{align-items:center;gap:8px;margin-bottom:10px;display:flex}.product-option-group__header a{color:#5d46e5;font-size:13px;font-weight:600}.product-select-button{border:1px solid var(--rf-line);width:100%;min-height:60px;color:var(--rf-text);text-align:left;background:#fff;border-radius:12px;justify-content:space-between;align-items:center;padding:0 20px;font-size:20px;font-weight:600;display:flex}.product-price-block strong,.product-cta-box strong{font-size:32px;line-height:1}.product-price-block span,.product-cta-box span{color:var(--rf-text-soft)}.product-price-block small{color:var(--rf-brand);font-weight:600}.product-delivery-box ul,.product-delivery-box ul{margin:10px 0 0;padding-left:18px}.product-option-group__header p{margin-top:6px;font-size:14px}.product-chip-grid{flex-wrap:wrap;gap:10px;margin-top:12px;display:flex}.product-chip{background:#fff;min-height:36px;padding:0 13px}.product-chip--active,.product-sim-card--active{color:#fff;background:#111;border-color:#111}.product-option-note{margin-top:8px;font-size:12px;line-height:1.55}.product-sim-card strong,.product-warranty-grid strong,.product-feature-card h3,.product-config-card strong,.product-config-card b,.product-spec-row strong{font-size:16px}.product-warranty-grid p{margin-top:6px;font-size:13px}.product-warranty-box>p{margin:0}.product-warranty-box--compact{border-top:1px solid var(--rf-line);padding-top:18px}.product-warranty-box--compact strong{float:right;color:#14956f}.product-warranty-box__title{flex-wrap:wrap;align-items:center;gap:8px;font-size:15px;font-weight:600;display:flex}.product-warranty-box__title a{color:#5d46e5}.product-warranty-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:14px;display:grid}.product-warranty-grid--stacked{grid-template-columns:1fr}.product-warranty-grid article{border:0;border-bottom:1px solid var(--rf-line);background:0 0;border-radius:0;grid-template-columns:28px 1fr auto;align-items:start;gap:14px;padding:10px 0;display:grid}.product-warranty-grid article:last-child{border-bottom:0}.product-warranty-check{border:2px solid #5d46e5;border-radius:8px;width:28px;height:28px}.product-warranty-grid span{white-space:nowrap;font-weight:600;display:inline-block}.product-sidebar{padding-top:56px}.product-cta-button{border-radius:12px;width:100%;min-height:78px;font-size:18px}.product-stock-state{color:#ab6b00;margin:0;font-size:16px;font-weight:600}.product-compare-link{color:#5d46e5;margin-top:10px;font-size:17px;font-weight:600;text-decoration:underline;display:inline-block}.product-payment-note{font-size:15px}.product-benefits{border-top:1px solid var(--rf-line);gap:8px;margin-top:18px;padding-top:18px;display:grid}.product-benefits--sidebar{border-top:0;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 18px;margin-top:14px;padding-top:0}.product-benefit-item{grid-template-columns:18px 1fr;align-items:start;gap:10px;display:grid}.product-benefit-item span{color:#fff;background:#111;border-radius:999px;justify-content:center;align-items:center;width:18px;height:18px;font-size:11px;display:inline-flex}.product-benefit-item p{margin:0;font-size:14px}.product-seller-box{gap:8px;display:grid}.product-sidebar__price-row{justify-content:space-between;align-items:end;gap:14px;margin-top:10px;display:flex}.product-sidebar__price strong{color:#14956f;font-size:44px;line-height:.95}.product-sidebar__price>p{color:var(--rf-text-soft);margin-top:4px;font-size:13px}.product-delivery-box--soft{background:#f4f3f0;border-radius:10px;padding:16px 18px}.product-delivery-box--soft p{margin:8px 0 0;font-size:14px}.product-delivery-box--soft p:first-child{margin-top:0}.product-sidebar__cta{gap:10px;display:grid}.product-secondary-button{color:#5d46e5;background:#fff;border:2px solid #5d46e5;border-radius:12px;min-height:74px;font-size:18px;font-weight:600}.product-seller-box__heading{color:var(--rf-text);margin-top:4px;font-size:13px;font-weight:600}.product-payment-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:8px;display:grid}.product-payment-item{border:1px solid var(--rf-line);border-radius:8px;justify-content:center;align-items:center;min-height:46px;display:flex}.product-payment-item img{max-height:24px}.product-addons{margin-top:18px}.product-addon-card{background:var(--rf-surface);border:1px solid var(--rf-line);border-radius:12px;padding:18px 20px}.product-addon-card--highlight{background:#f3ebff;border-color:#e5d9ff}.product-addon-card__stack{gap:12px;margin-top:12px;display:grid}.product-addon-card__stack a{color:#5d46e5;font-size:17px;font-weight:600;text-decoration:underline}.product-addon-card__stack p{margin:0;font-size:16px}.product-addon-card>strong{font-size:15px}.product-addon-card__items{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:16px;display:grid}.product-addon-card__items article{border-right:1px solid var(--rf-line);padding-right:18px}.product-addon-card__items article:last-child{border-right:0;padding-right:0}.product-addon-card__items h3{margin:0;font-size:15px}.product-addon-card__items p{color:var(--rf-text-soft);margin-top:6px;font-size:14px;line-height:1.5}.section-heading--tight{margin-bottom:12px}.product-config-hero{grid-template-columns:250px minmax(0,1fr);gap:18px;display:grid}.product-config-hero__current,.product-config-card,.product-feature-card,.product-review-banner,.product-spec-table{background:var(--rf-surface);border:1px solid var(--rf-line);border-radius:12px}.product-config-hero__current{padding:18px}.product-config-hero__current img{aspect-ratio:1;object-fit:contain;width:100%}.product-config-hero__current p,.product-config-card p,.product-config-card span,.product-feature-card p,.product-spec-row span,.product-review-banner p,.product-backtop a{color:var(--rf-text-soft)}.product-config-hero__current div{margin-top:12px}.product-config-hero__current strong,.product-config-hero__current b{margin-top:8px;display:block}.product-config-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.product-config-card,.product-feature-card{padding:16px}.product-config-card strong,.product-config-card span,.product-config-card b{margin-top:8px;display:block}.product-config-card{min-height:132px}.product-information__grid{grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);gap:18px;display:grid}.product-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.product-feature-card h3{font-size:15px}.product-feature-card p{margin-top:6px;font-size:14px;line-height:1.55}.product-spec-table{padding:16px 18px}.product-spec-row{border-top:1px solid var(--rf-line);grid-template-columns:140px 1fr;gap:18px;padding:12px 0;display:grid}.product-spec-row:first-of-type{border-top:0;padding-top:0}.product-faq-list{background:var(--rf-surface);border:1px solid var(--rf-line);border-radius:12px;padding:8px 20px}.product-grid--compact{grid-template-columns:repeat(3,minmax(0,1fr))}.product-review-banner{justify-content:space-between;align-items:center;gap:20px;padding:18px 20px;display:flex}.product-review-banner__score{text-align:center}.product-review-banner__score img{margin:0 auto 8px}.product-backtop{justify-content:flex-end;display:flex}.product-backtop a{font-size:13px}@media (max-width:1100px){.rf-hero__categories{grid-template-columns:repeat(4,minmax(0,1fr))}.rf-review-grid,.rf-footer__columns{grid-template-columns:repeat(2,minmax(0,1fr))}.rf-sell-banner,.rf-news-strip,.rf-newsletter-box,.category-hero,.product-layout,.product-grid,.category-grid{grid-template-columns:1fr}.product-page{width:var(--rf-shell)}.product-config-hero,.product-information__grid{grid-template-columns:1fr}.product-feature-grid,.product-config-grid,.product-grid--compact{grid-template-columns:repeat(2,minmax(0,1fr))}.product-summary-header,.product-config-column,.product-sidebar{padding-top:0}.product-summary-header h1{font-size:54px}}@media (max-width:900px){.rf-header__top-inner,.rf-header__brand-group,.rf-trustpilot__summary,.rf-footer__brand,.rf-footer__bottom,.rf-app-box,.rf-newsletter-form,.rf-sell-banner__content{flex-direction:column;align-items:stretch}.rf-header__actions{width:100%}.rf-search{max-width:none}.rf-advantages,.rf-impact-grid,.rf-pillar-grid,.mini-stat-grid,.product-addon-card__items,.product-warranty-grid{grid-template-columns:1fr 1fr}.rf-top-category,.rf-top-category--large,.rf-top-category--wide{grid-column:span 6}.rf-highlight-grid,.rf-process__steps,.product-feature-grid,.product-config-grid,.product-grid--compact{grid-template-columns:1fr}.product-topbar,.product-topbar__trust,.product-review-banner{flex-direction:column;align-items:stretch}.product-benefits--sidebar{grid-template-columns:1fr 1fr}}@media (max-width:640px){:root{--rf-shell:min(100vw - 20px, 1200px)}.rf-header__top-inner,.rf-header__nav-inner{padding-left:0;padding-right:0}.rf-header__nav-inner{flex-wrap:wrap;align-items:stretch;padding-top:12px;padding-bottom:12px}.rf-utility-nav{display:none}.rf-quick-nav{gap:8px}.rf-categories-menu,.rf-all-categories,.rf-quick-nav{width:100%}.rf-categories-menu__panel{grid-template-columns:1fr;width:min(100vw - 20px,100%)}.rf-promo-bar__inner{text-align:center;flex-direction:column;gap:4px;padding:8px 0}.rf-hero__stage,.rf-hero__background{min-height:580px}.rf-hero__overlay{padding:18px 14px 14px}.rf-hero__categories,.rf-advantages,.rf-top-categories,.rf-highlight-grid,.rf-review-grid,.rf-impact-grid,.rf-pillar-grid,.blog-feed,.rf-footer__columns,.mini-stat-grid,.product-gallery__thumbs,.product-addon-card__items,.product-warranty-grid,.product-payment-grid,.product-grid,.category-grid,.product-config-grid,.product-grid--compact,.product-feature-grid,.product-information__grid{grid-template-columns:1fr}.rf-top-category,.rf-top-category--large,.rf-top-category--wide{grid-column:span 12}.rf-review-card{min-height:auto}.rf-newsletter-box,.rf-app-box,.rf-trustpilot,.rf-process,.rf-sustainability,.basic-page,.company-hero,.company-vision__quote,.company-vision__body,.company-story-section,.company-principles-section,.company-team,.company-partners,.category-hero,.product-gallery,.product-buybox,.product-faq-list{padding:18px 14px}.product-topbar{margin-bottom:14px}.product-section-nav{gap:16px}.product-summary-header h1{font-size:36px}.product-gallery__main{min-height:360px}.product-gallery__main img{width:min(100%,360px)}.product-gallery--inline{grid-template-columns:1fr}.product-gallery__thumbs--vertical{order:2;grid-template-columns:repeat(3,minmax(0,1fr))}.product-select-button{min-height:58px;font-size:18px}.product-sidebar__price strong{font-size:32px}.product-cta-button,.product-secondary-button{min-height:68px;font-size:18px}.product-benefits--sidebar{grid-template-columns:1fr}.product-spec-row{grid-template-columns:1fr;gap:4px}.product-addon-card__items article{border-right:0;padding-right:0}.rf-store-badges{flex-direction:column;align-items:stretch}.rf-store-badges img{width:140px}.company-hero,.company-vision,.company-story-timeline,.company-principles,.company-team-grid,.company-partner-grid{grid-template-columns:1fr}.company-story-step{grid-template-columns:1fr;gap:12px}.company-story-step__index{border-radius:12px;width:44px;height:44px;font-size:14px}}@media (max-width:720px){.company-page{margin-top:16px;margin-bottom:40px}.company-page h1{font-size:36px}.company-page h2{font-size:28px}.company-page h3{font-size:22px}.company-hero__lead,.company-hero__body,.company-vision__body p,.company-story-step p,.company-principle p,.company-team-card p,.company-partners__intro{font-size:16px}.company-hero__actions{flex-direction:column;align-items:stretch}.company-secondary-link{min-height:44px}.company-vision__quote p{font-size:28px}.company-anchor-nav{white-space:nowrap;width:100%;overflow-x:auto}.blog-page{margin-top:16px;margin-bottom:40px}.blog-row{grid-template-columns:1fr}.blog-row__media{min-height:180px}.blog-hero{padding-top:16px}}.rf-faq{padding:32px 0 72px}.rf-faq__shell{gap:20px;display:grid}.rf-faq__breadcrumbs{color:var(--rf-text-soft);gap:8px;font-size:14px;display:flex}.rf-faq__breadcrumbs a:hover{color:var(--rf-text)}.rf-faq__topic-links{flex-wrap:wrap;gap:12px;display:flex}.rf-faq__topic-link{border:1px solid var(--rf-line);background:var(--rf-surface);min-height:42px;color:var(--rf-text-soft);border-radius:999px;align-items:center;padding:0 18px;font-size:14px;font-weight:600;transition:border-color .2s,color .2s,transform .2s;display:inline-flex}.rf-faq__topic-link:hover{border-color:var(--rf-line-strong);color:var(--rf-text);transform:translateY(-1px)}.rf-faq__hero{background:var(--rf-surface);box-shadow:var(--rf-shadow);border-radius:24px;gap:12px;padding:28px;display:grid}.rf-faq__eyebrow{letter-spacing:.16em;text-transform:uppercase;color:var(--rf-text-soft);font-size:12px;font-weight:700}.rf-faq__hero h1{font-size:clamp(32px,5vw,54px);font-weight:600;line-height:1}.rf-faq__hero p{max-width:760px;color:var(--rf-text-soft);font-size:17px;line-height:1.7}.rf-faq__tabs{border:1px solid var(--rf-line);background:var(--rf-surface);border-radius:16px;gap:10px;width:fit-content;padding:8px;display:inline-flex}.rf-faq__tab{min-width:120px;min-height:44px;color:var(--rf-text-soft);cursor:pointer;background:0 0;border:0;border-radius:12px;padding:0 18px;font-size:15px;font-weight:600;transition:background-color .2s,color .2s}.rf-faq__tab:hover,.rf-faq__tab--active{background:var(--rf-text);color:#fff}.rf-faq__layout{grid-template-columns:290px minmax(0,1fr);align-items:start;gap:24px;display:grid}.rf-faq__sidebar{position:sticky;top:24px}.rf-faq__sidebar-card{border:1px solid var(--rf-line);background:var(--rf-surface);box-shadow:var(--rf-shadow);border-radius:20px;gap:14px;padding:22px;display:grid}.rf-faq__sidebar-label{letter-spacing:.14em;text-transform:uppercase;color:var(--rf-text-soft);font-size:12px;font-weight:700}.rf-faq__section-nav{gap:10px;display:grid}.rf-faq__section-button{border:1px solid var(--rf-line);width:100%;min-height:46px;color:var(--rf-text);text-align:left;cursor:pointer;background:#fff;border-radius:12px;align-items:center;padding:0 14px;font-size:14px;font-weight:600;transition:border-color .2s,transform .2s;display:flex}.rf-faq__section-button:hover{border-color:var(--rf-line-strong);transform:translateY(-1px)}.rf-faq__content{gap:18px;display:grid}.rf-faq__section{background:var(--rf-surface);box-shadow:var(--rf-shadow);border-radius:24px;overflow:hidden}.rf-faq__section-header{border-bottom:1px solid var(--rf-line);padding:24px 28px 18px}.rf-faq__section-header h2{font-size:28px;line-height:1.15}.rf-faq__item{border-top:1px solid var(--rf-line);padding:24px 28px}.rf-faq__item:first-of-type{border-top:0}.rf-faq__item h3{margin-bottom:14px;font-size:20px;line-height:1.25}.rf-faq__paragraph{color:var(--rf-text-soft);margin-top:0;font-size:16px;line-height:1.72}.rf-faq__paragraph+.rf-faq__paragraph{margin-top:12px}.rf-faq__list{color:var(--rf-text-soft);margin:14px 0 0;padding-left:20px}.rf-faq__list li{margin:8px 0;font-size:16px;line-height:1.7}.rf-faq__learn-more{letter-spacing:.12em;text-transform:uppercase;border-bottom:1px solid;align-items:center;margin-top:16px;font-size:12px;font-weight:700;display:inline-flex}.rf-faq__support{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:8px;display:grid}.rf-faq__support-card{border:1px solid var(--rf-line);background:var(--rf-surface);border-radius:20px;gap:12px;padding:24px;display:grid}.rf-faq__support-kicker{letter-spacing:.14em;text-transform:uppercase;color:var(--rf-text-soft);font-size:12px;font-weight:600}.rf-faq__support-card h2{font-size:24px;line-height:1.1}.rf-faq__support-card p{color:var(--rf-text-soft);font-size:15px;line-height:1.7}.rf-faq__support-meta{color:var(--rf-text)}.rf-faq__support-card a{background:var(--rf-text);color:#fff;border-radius:12px;justify-content:center;align-items:center;width:fit-content;min-height:44px;padding:0 18px;font-size:14px;font-weight:600;display:inline-flex}@media (max-width:1024px){.rf-faq__layout{grid-template-columns:1fr}.rf-faq__sidebar{position:static}.rf-faq__section-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.rf-faq__support{grid-template-columns:1fr}}@media (max-width:720px){.rf-faq{padding:20px 0 56px}.rf-faq__tabs{width:100%}.rf-faq__tab{flex:1;min-width:0}.rf-faq__section-nav{grid-template-columns:1fr}.rf-faq__section-header,.rf-faq__item,.rf-faq__support-card{padding-left:20px;padding-right:20px}.rf-faq__section-header h2{font-size:24px}.rf-faq__item h3{font-size:18px}.rf-faq__paragraph,.rf-faq__list li,.rf-faq__support-card p{font-size:15px}}.rf-sell-page{padding-bottom:40px}.rf-sell-shell{width:min(1248px,100vw - 32px);margin:0 auto}.rf-sell-section{margin-top:36px}.rf-sell-hero{background:#593bce}.rf-sell-hero__link{display:block}.rf-sell-hero__inner{justify-content:space-between;align-items:center;gap:24px;min-height:340px;padding:0 24px;display:flex}.rf-sell-hero__copy{color:#f9f9f7;flex-direction:column;flex:1;align-items:flex-start;gap:12px;max-width:440px;display:flex}.rf-sell-hero__copy h1{font-size:clamp(38px,4.6vw,54px);font-weight:600;line-height:.98}.rf-sell-hero__copy p{font-size:30px;line-height:1.1}.rf-sell-hero__media{justify-content:center;align-self:stretch;align-items:end;min-width:360px;display:flex}.rf-sell-hero__media img{object-fit:contain;width:min(100%,527px);height:auto}.rf-sell-heading{margin:0 auto 24px}.rf-sell-heading--center{text-align:center;max-width:760px}.rf-sell-heading--brands{margin-bottom:48px}.rf-sell-heading--steps{max-width:360px;margin:0 0 24px}.rf-sell-heading h2,.rf-sell-faq-card h2,.rf-sell-reviews__summary h2{color:#151514;font-size:32px;font-weight:600;line-height:1.2}.rf-sell-heading h2:after{content:"";background:linear-gradient(90deg,#0000 0%,#7d62dd 18% 82%,#0000 100%);width:190px;max-width:100%;height:2px;margin:12px auto 0;display:block}.rf-sell-heading--steps h2:after{background:linear-gradient(90deg,#7d62dd 0% 60%,#0000 100%);margin-left:0;margin-right:0}.rf-sell-heading p,.rf-sell-faq-card p,.rf-sell-reviews__summary p,.rf-sell-score p,.rf-sell-review-card p,.rf-sell-review-card strong,.rf-sell-strip-note{font-size:15px;line-height:1.55}.rf-sell-heading p,.rf-sell-faq-card p,.rf-sell-reviews__summary p,.rf-sell-score p,.rf-sell-review-card p,.rf-sell-strip-note{color:#151514}.rf-sell-usp-grid{background:linear-gradient(90deg,#ebfae8fa,#f8f9f7fa 50%,#ebfae8fa),#eef5eb;border-radius:8px;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;display:grid;overflow:hidden;box-shadow:0 18px 60px #2c255e0f}.rf-sell-usp-card{background:0 0;align-items:center;gap:14px;min-height:104px;padding:24px 26px;display:flex}.rf-sell-usp-card__icon{color:#593bce;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:inline-flex}.rf-sell-usp-card__icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:28px;height:28px}.rf-sell-usp-card strong,.rf-sell-brand-card span,.rf-sell-step-card h3,.rf-sell-score strong,.rf-sell-review-card h3{color:#151514}.rf-sell-usp-card strong{font-size:15px;line-height:1.2;display:block}.rf-sell-usp-card p{color:#151514;margin-top:4px;font-size:14px;line-height:1.45}.rf-sell-brand-grid{grid-template-columns:repeat(4,minmax(0,183px));justify-content:center;gap:48px;margin:0;padding:0;list-style:none;display:grid}.rf-sell-brand-card{text-align:center;border-radius:8px;transition:transform .2s,box-shadow .2s;display:block;overflow:hidden}.rf-sell-brand-card:hover,.rf-sell-review-card:hover{transform:translateY(-2px)}.rf-sell-brand-card__logo{background:#f9f9f7;justify-content:center;align-items:center;height:165px;padding:32px;display:flex}.rf-sell-brand-card__logo img{object-fit:contain;width:122px;height:121px}.rf-sell-brand-card span{background:#efefed;justify-content:center;align-items:center;min-height:44px;padding:8px 12px;font-size:13px;font-weight:500;display:flex}.rf-sell-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:48px;display:grid}.rf-sell-step-card{text-align:center;background:#f9f9f7;border-radius:8px;flex-direction:column;align-items:center;min-height:596px;padding:24px 24px 20px;display:flex;box-shadow:0 22px 70px #1111110d}.rf-sell-step-card__number{color:#593bce;font-size:28px;font-weight:600;line-height:1}.rf-sell-step-card h3{margin-top:12px;font-size:18px;font-weight:600;line-height:1.2}.rf-sell-step-card__image{flex:1;justify-content:center;align-items:center;width:100%;margin:16px 0 10px;display:flex}.rf-sell-step-card__image img{object-fit:contain;width:min(100%,301px);height:auto}.rf-sell-step-card>p:last-child{color:#151514;max-width:270px;font-size:14px;line-height:1.45}.rf-sell-actions{justify-content:center;margin-top:18px;display:flex}.rf-sell-cta{color:#fff;background:#593bce;border-radius:6px;justify-content:center;align-items:center;min-height:56px;padding:0 24px;font-size:16px;font-weight:600;display:inline-flex;box-shadow:0 0 0 1px #593bce}.rf-sell-cta--light{color:#151514;background:#f5ebff;box-shadow:0 0 0 1px #f5ebff}.rf-sell-cta--secondary{color:#593bce;background:0 0;box-shadow:0 0 0 1px #593bce}.rf-sell-faq-card,.rf-sell-reviews{background:#f9f9f7;border-radius:8px;padding:64px 48px;box-shadow:0 24px 74px #1111110d}.rf-sell-faq-card{text-align:center}.rf-sell-faq-card__logo{width:110px;height:auto}.rf-sell-faq-card h2{margin-top:16px}.rf-sell-faq-card p{margin-top:12px}.rf-sell-faq-card .rf-sell-cta{margin-top:24px}.rf-sell-reviews__summary{justify-content:space-between;align-items:flex-start;gap:32px;display:flex}.rf-sell-reviews__summary p{margin-top:10px}.rf-sell-score{text-align:center;min-width:220px}.rf-sell-score strong{font-size:30px;font-weight:400;line-height:1.1;display:block}.rf-sell-score img{width:134px;height:auto;margin:16px auto 10px}.rf-sell-score a,.rf-sell-reviews__footer a,.rf-sell-strip-note a{color:inherit;text-underline-offset:2px;text-decoration:underline}.rf-sell-review-rail{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:28px;display:grid}.rf-sell-review-card{background:#fff;border-radius:4px;min-height:228px;padding:20px 18px;transition:transform .2s;box-shadow:0 10px 30px #11111114}.rf-sell-review-card__verified{color:#444;align-items:center;gap:8px;font-size:12px;display:flex}.rf-sell-review-card__verified img{width:70px;height:auto}.rf-sell-review-card h3{margin-top:14px;font-size:16px;font-weight:600;line-height:1.35}.rf-sell-review-card p{margin-top:10px}.rf-sell-review-card strong{margin-top:12px;font-weight:400;display:block}.rf-sell-reviews__footer{text-align:center;flex-direction:column;align-items:center;gap:10px;margin-top:20px;display:flex}.rf-sell-reviews__footer img{width:112px;height:auto}.rf-sell-strip-copy{align-items:center;gap:14px;display:flex}.rf-sell-strip-icon{color:#fff;background:#ffffff2e;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:18px;display:inline-flex}.rf-sell-strip-icon--light{color:#593bce;background:#ece3ff}.rf-sell-strip-copy p+p,.rf-sell-strip-note{margin-top:6px}.rf-sell-strip-note{max-width:420px}.rf-newsletter-box .rf-sell-strip-copy p,.rf-newsletter-box .rf-sell-strip-note,.rf-newsletter-box .rf-sell-strip-note a{color:#fff}@media (max-width:1100px){.rf-sell-brand-grid{grid-template-columns:repeat(4,minmax(0,160px));gap:24px}.rf-sell-brand-card__logo{height:140px;padding:24px}.rf-sell-steps,.rf-sell-review-rail{gap:16px}.rf-sell-step-card{min-height:540px}}@media (max-width:900px){.rf-sell-hero__inner,.rf-sell-reviews__summary{flex-direction:column}.rf-sell-hero__inner{padding:24px 16px 28px}.rf-sell-hero__copy{max-width:none}.rf-sell-hero__media{align-self:auto;min-width:0}.rf-sell-usp-grid,.rf-sell-steps,.rf-sell-review-rail{grid-template-columns:1fr}.rf-sell-brand-grid{grid-template-columns:repeat(2,minmax(0,160px));gap:18px}.rf-sell-step-card{min-height:auto}}@media (max-width:720px){.rf-sell-page{padding-bottom:24px}.rf-sell-section{margin-top:16px}.rf-sell-hero__inner{align-items:center;gap:8px;min-height:0;padding:20px 16px 18px}.rf-sell-hero__copy{text-align:center;align-items:center;gap:10px}.rf-sell-hero__copy h1,.rf-sell-heading h2,.rf-sell-faq-card h2,.rf-sell-reviews__summary h2,.rf-sell-score strong{font-size:24px}.rf-sell-hero__copy p{font-size:20px}.rf-sell-hero__media{order:-1;width:100%}.rf-sell-hero__media img{width:min(100%,206px)}.rf-sell-heading,.rf-sell-heading--steps{text-align:center;max-width:none;margin-bottom:16px}.rf-sell-heading--steps h2:after{background:linear-gradient(90deg,#0000 0%,#7d62dd 18% 82%,#0000 100%);margin-left:auto;margin-right:auto}.rf-sell-usp-card,.rf-sell-faq-card,.rf-sell-reviews{padding:24px 16px}.rf-sell-brand-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.rf-sell-brand-card__logo{height:120px;padding:16px}.rf-sell-brand-card__logo img{width:90px;height:90px}.rf-sell-step-card{padding:16px}.rf-sell-step-card__image{margin:14px 0 8px}.rf-sell-step-card__image img{width:min(100%,206px)}.rf-sell-score{width:100%;min-width:0}.rf-sell-review-rail{margin-top:18px}.rf-sell-review-card{min-height:0}.rf-sell-strip-copy,.rf-app-box,.rf-newsletter-box,.rf-newsletter-form{align-items:flex-start}.rf-sell-strip-copy{width:100%}.rf-store-badges{flex-wrap:wrap}}.rf-auth{background:linear-gradient(#f5f7fa 0%,#fff 40%);padding:56px 0 72px}.rf-auth__layout{grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);align-items:stretch;gap:24px;display:grid}.rf-auth__panel,.rf-auth__benefits{background:#fff;border:1px solid #e8edf3;border-radius:16px;padding:28px;box-shadow:0 10px 24px #06264b0d}.rf-auth__eyebrow{letter-spacing:.08em;text-transform:uppercase;color:#3276ff;margin:0 0 8px;font-size:.75rem}.rf-auth__panel h1{color:#102341;margin:0;font-size:clamp(1.75rem,2.4vw,2.3rem)}.rf-auth__copy{color:#465a73;margin:10px 0 0}.rf-auth__form{gap:14px;margin-top:24px;display:grid}.rf-auth__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.rf-auth__field{gap:7px;display:grid}.rf-auth__field span{color:#123361;font-size:.9rem}.rf-auth__field input{background:#f9fbfd;border:1px solid #cfdae8;border-radius:10px;width:100%;min-height:46px;padding:0 14px;transition:border-color .2s,box-shadow .2s}.rf-auth__field input:focus{border-color:#3276ff;box-shadow:0 0 0 3px #3276ff24}.rf-auth__check{color:#3b4f67;align-items:flex-start;gap:10px;font-size:.92rem;line-height:1.5;display:flex}.rf-auth__check input{flex-shrink:0;width:16px;height:16px;margin-top:2px}.rf-auth__row{justify-content:space-between;align-items:center;gap:12px;font-size:.9rem;display:flex}.rf-auth__row a,.rf-auth__alt a{color:#225ed3;font-weight:600}.rf-auth__remember{color:#3b4f67;align-items:center;gap:8px;display:inline-flex}.rf-auth__remember input{width:16px;height:16px}.rf-auth__form .rf-button{justify-content:center;width:100%;margin-top:8px}.rf-auth__alt{color:#4a5f7a;margin:14px 0 0}.rf-auth__benefits h2{color:#102341;margin:0;font-size:1.4rem}.rf-auth__benefits ul{gap:14px;margin:16px 0 0;padding:0;list-style:none;display:grid}.rf-auth__benefits li{color:#3f546f;padding-left:22px;position:relative}.rf-auth__benefits li:before{content:"✓";color:#1aa27a;font-weight:700;position:absolute;top:0;left:0}.rf-auth__benefits li strong{color:#102341;font-size:.98rem;display:block}.rf-auth__benefits li p{color:#4a5f7a;margin:4px 0 0;line-height:1.55}.rf-auth__benefits .rf-link-button{margin-top:18px}.rf-auth__shell--compact{width:min(720px,100vw - 32px)}.rf-auth__panel--center{text-align:center}.rf-auth__stack{gap:18px;margin-top:24px;display:grid}.rf-auth__notice{color:#46607c;background:#f7fbff;border:1px solid #d7e4f3;border-radius:12px;padding:16px 18px;font-size:.94rem;line-height:1.55}.rf-auth__actions{flex-wrap:wrap;gap:12px;margin-top:24px;display:flex}.rf-auth__panel--center .rf-auth__actions{justify-content:center}.rf-auth__secondary{color:#123361;background:#fff;border:1px solid #cfdae8;border-radius:10px;justify-content:center;align-items:center;min-width:140px;min-height:40px;padding:0 18px;font-size:14px;font-weight:600;display:inline-flex}.rf-account{gap:24px;display:grid}.rf-account__hero,.rf-account__section,.rf-account__aside-card,.rf-account__stat{background:#fff;border:1px solid #e8edf3;border-radius:16px;padding:28px;box-shadow:0 10px 24px #06264b0d}.rf-account__hero{grid-template-columns:minmax(0,1.4fr) minmax(260px,.6fr);align-items:start;gap:24px;display:grid}.rf-account__hero h1{color:#102341;margin:0;font-size:clamp(1.9rem,2.8vw,2.8rem)}.rf-account__hero p,.rf-account__stat p,.rf-account__detail-card p,.rf-account__payment-card p,.rf-account__security-list p,.rf-account__support-list li,.rf-account__wishlist-body p,.rf-account__order-meta p{color:#46607c;margin:12px 0 0;line-height:1.7}.rf-account__hero-copy p{max-width:760px}.rf-account__summary-card{color:#fff;background:linear-gradient(160deg,#14305a 0%,#102341 100%);border-radius:16px;padding:22px}.rf-account__summary-label,.rf-account__detail-label,.rf-account__order-id{letter-spacing:.14em;text-transform:uppercase;margin:0;font-size:12px;font-weight:700}.rf-account__summary-label{color:#ffffffb3}.rf-account__summary-card strong{margin-top:12px;font-size:24px;line-height:1.2;display:block}.rf-account__summary-card ul,.rf-account__support-list{gap:10px;margin:18px 0 0;padding:0;list-style:none;display:grid}.rf-account__summary-card li,.rf-account__support-list li{padding-left:18px;position:relative}.rf-account__summary-card li:before,.rf-account__support-list li:before{content:"•";position:absolute;top:0;left:0}.rf-account__stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.rf-account__stat span{color:#5b7390;font-size:14px;display:block}.rf-account__stat strong{color:#102341;margin-top:12px;font-size:36px;line-height:1;display:block}.rf-account__stat p{margin-top:10px}.rf-account__nav{flex-wrap:wrap;gap:10px;display:flex}.rf-account__nav a{color:#123361;background:#fff;border:1px solid #d9e4ef;border-radius:999px;align-items:center;min-height:42px;padding:0 16px;font-size:14px;font-weight:600;display:inline-flex}.rf-account__layout{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:24px;display:grid}.rf-account__main{gap:24px;display:grid}.rf-account__section-head{justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.rf-account__section-head h2,.rf-account__aside-card h2,.rf-account__detail-card h3,.rf-account__payment-card h3,.rf-account__wishlist-body h3,.rf-account__order-card h3{color:#102341;margin:0}.rf-account__section-head h2,.rf-account__aside-card h2{font-size:1.45rem}.rf-account__section-head a{color:#225ed3;font-size:14px;font-weight:600}.rf-account__order-list,.rf-account__payment-list,.rf-account__security-list{gap:14px;display:grid}.rf-account__order-card,.rf-account__payment-card{background:#f9fbfd;border:1px solid #e7edf4;border-radius:14px;justify-content:space-between;align-items:center;gap:18px;padding:18px 20px;display:flex}.rf-account__order-id,.rf-account__detail-label{color:#5a7391}.rf-account__order-card h3,.rf-account__wishlist-body h3,.rf-account__detail-card h3,.rf-account__payment-card h3{margin-top:8px;font-size:18px}.rf-account__order-meta{text-align:right;min-width:160px}.rf-account__pill{color:#19734e;background:#e8f4ee;border-radius:999px;justify-content:center;align-items:center;min-height:30px;padding:0 12px;font-size:13px;font-weight:700;display:inline-flex}.rf-account__order-meta strong,.rf-account__wishlist-body strong{color:#102341;margin-top:8px;font-size:18px;display:block}.rf-account__wishlist{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.rf-account__wishlist-card{background:#fff;border:1px solid #e7edf4;border-radius:16px;transition:transform .2s,box-shadow .2s;overflow:hidden}.rf-account__wishlist-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px #06264b14}.rf-account__wishlist-media{background:linear-gradient(135deg,#f1f5f8 0%,#fff 100%);justify-content:center;align-items:center;height:180px;padding:18px;display:flex}.rf-account__wishlist-media img{object-fit:contain;width:100%;height:100%}.rf-account__wishlist-body{padding:18px}.rf-account__wishlist-body p{margin-top:8px}.rf-account__cards-two{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.rf-account__detail-card{background:#f9fbfd;border:1px solid #e7edf4;border-radius:14px;padding:22px}.rf-account__aside{gap:24px;display:grid;position:sticky;top:24px}.rf-account__security-list article{border-top:1px solid #e7edf4;padding:16px 0}.rf-account__security-list article:first-child{border-top:0;padding-top:0}.rf-account__security-list strong{color:#102341;font-size:15px}.rf-account__security-list p{margin-top:6px}.rf-account__aside-card .rf-link-button{margin-top:18px}@media (max-width:960px){.rf-auth{padding:34px 0 48px}.rf-auth__layout,.rf-account__hero,.rf-account__layout,.rf-account__wishlist,.rf-account__cards-two,.rf-account__stats{grid-template-columns:1fr}.rf-account__aside{position:static}}@media (max-width:720px){.rf-auth__grid{grid-template-columns:1fr}.rf-auth__row,.rf-auth__actions{flex-direction:column;align-items:stretch}.rf-auth__row a{align-self:flex-start}.rf-auth__secondary,.rf-auth__actions .rf-button{justify-content:center;width:100%}.rf-account__hero,.rf-account__section,.rf-account__aside-card,.rf-account__stat{padding:20px}.rf-account__section-head,.rf-account__order-card,.rf-account__payment-card{flex-direction:column;align-items:stretch}.rf-account__order-meta{text-align:left;min-width:0}}.rf-checkout{padding:44px 0 64px}.rf-checkout__header{margin-bottom:20px}.rf-checkout__eyebrow{letter-spacing:.08em;text-transform:uppercase;color:#3276ff;font-size:.78rem}.rf-checkout__header h1{color:#102341;margin-top:8px}.rf-checkout__header p{color:#4f6178;margin-top:8px}.rf-checkout__layout{grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);align-items:start;gap:20px;display:grid}.rf-checkout__main{gap:14px;display:grid}.rf-checkout__card{background:#fff;border:1px solid #e7edf5;border-radius:14px;padding:20px}.rf-checkout__card h2{color:#123261;margin:0;font-size:1.2rem}.rf-checkout__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:14px;display:grid}.rf-checkout__field{gap:6px;display:grid}.rf-checkout__field--full{grid-column:1/-1}.rf-checkout__field span{color:#3b4f67;font-size:.88rem}.rf-checkout__field input{background:#fbfcfe;border:1px solid #cfdae8;border-radius:10px;min-height:44px;padding:0 12px}.rf-checkout__option{color:#314960;align-items:flex-start;gap:10px;margin-top:10px;display:flex}.rf-checkout__option input{margin-top:2px}.rf-checkout__option small{color:#5b6f86;margin-top:3px;display:block}.rf-checkout__summary{position:sticky;top:20px}.rf-checkout__item{grid-template-columns:88px minmax(0,1fr);gap:12px;margin-top:14px;display:grid}.rf-checkout__item img{object-fit:cover;border:1px solid #edf2f8;border-radius:10px;width:88px;height:88px}.rf-checkout__item p{color:#5f7288;margin-top:4px;font-size:.9rem}.rf-checkout__totals{gap:10px;margin:18px 0;display:grid}.rf-checkout__totals div{color:#2e445e;justify-content:space-between;gap:12px;display:flex}.rf-checkout__totals div:last-child{color:#122f57;border-top:1px solid #e9eef5;padding-top:12px;font-weight:600}.rf-checkout__card .rf-button{justify-content:center;width:100%}.rf-checkout__terms{color:#5f7288;margin-top:12px;font-size:.88rem}.rf-checkout__terms a{color:#225ed3;font-weight:600}@media (max-width:980px){.rf-checkout__layout{grid-template-columns:1fr}.rf-checkout__summary{position:static}}@media (max-width:680px){.rf-checkout__grid{grid-template-columns:1fr}}
