*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--color-cream:#fff9f5;--color-warm-white:#fffdfb;--color-blush:#f4e0d8;--color-blush-deep:#e8c4b8;--color-peach:#ffd5c2;--color-peach-light:#fff0e8;--color-lavender:#e8d5f5;--color-lavender-light:#f5eefa;--color-sky:#c5d9f0;--color-sky-light:#e8f0fa;--color-gold:#d4a574;--color-gold-light:#f0d9c0;--color-gold-deep:#b8895a;--color-text-primary:#2d2433;--color-text-secondary:#5a5060;--color-text-tertiary:#8a8090;--color-text-muted:#b0a8b5;--color-border:#e8e0e5;--color-success:#5ba67a;--color-cta:#c76b5e;--color-cta-hover:#b35a4e;--color-cta-active:#9e4d42;--font-display:"DM Serif Display",Georgia,serif;--font-heading:"Playfair Display",Georgia,serif;--font-body:"Plus Jakarta Sans",-apple-system,sans-serif;--shadow-xs:0 1px 2px #2d24330a;--shadow-sm:0 2px 8px #2d24330f;--shadow-md:0 4px 16px #2d243314;--shadow-lg:0 8px 32px #2d24331a;--shadow-xl:0 16px 48px #2d24331f;--shadow-gold:0 4px 20px #d4a57440;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-7:32px;--space-8:40px;--space-9:48px;--space-10:56px;--space-11:64px;--space-12:80px;--space-13:96px;--space-14:120px;--container-max:1280px;--container-narrow:960px;--transition-fast:.15s cubic-bezier(.4,0,.2,1);--transition-base:.25s cubic-bezier(.4,0,.2,1);--transition-slow:.4s cubic-bezier(.4,0,.2,1);--transition-spring:.5s cubic-bezier(.34,1.56,.64,1)}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);color:var(--color-text-primary);background:var(--color-warm-white);line-height:1.6;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{max-width:var(--container-max);padding:0 var(--space-6);margin:0 auto}.container--narrow{max-width:var(--container-narrow)}.character-bar{background:var(--color-text-primary);color:#fff;z-index:100;position:relative}.character-bar__link{justify-content:center;align-items:center;gap:var(--space-2);min-height:44px;padding:var(--space-2)var(--space-5);letter-spacing:.01em;text-align:center;transition:background var(--transition-fast);font-size:14px;font-weight:700;display:flex}.character-bar__link:hover{background:#ffffff14}.character-bar__link svg{width:16px;height:16px;color:var(--color-gold);flex-shrink:0}.header{z-index:99;-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--color-border);transition:box-shadow var(--transition-base);background:#fffdfbeb;position:sticky;top:0}.header.scrolled{box-shadow:var(--shadow-sm)}.header__inner{height:72px;max-width:var(--container-max);padding:0 var(--space-6);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.header__logo{align-items:center;gap:var(--space-2);font-family:var(--font-display);color:var(--color-text-primary);flex-shrink:0;font-size:24px;display:flex}.header__logo-icon{background:linear-gradient(135deg,var(--color-gold),var(--color-peach));border-radius:var(--radius-sm);justify-content:center;align-items:center;width:36px;height:36px;display:flex}.header__logo-icon svg{color:#fff;width:20px;height:20px}.header__nav{align-items:center;gap:var(--space-1);display:flex}.header__nav-link{padding:var(--space-2)var(--space-4);color:var(--color-text-secondary);border-radius:var(--radius-sm);transition:all var(--transition-fast);white-space:nowrap;font-size:14px;font-weight:500}.header__nav-link:hover{color:var(--color-text-primary);background:var(--color-peach-light)}.header__nav-link--cta{background:var(--color-cta);color:#fff;padding:var(--space-2)var(--space-5);border-radius:var(--radius-full);margin-left:var(--space-3);font-weight:600}.header__nav-link--cta:hover{background:var(--color-cta-hover);color:#fff}.header__actions{align-items:center;gap:var(--space-2);display:flex}.header__action-btn{border-radius:var(--radius-full);width:40px;height:40px;color:var(--color-text-secondary);transition:all var(--transition-fast);justify-content:center;align-items:center;display:flex;position:relative}.header__action-btn:hover{background:var(--color-peach-light);color:var(--color-text-primary)}.header__action-btn svg{width:20px;height:20px}.header__cart-badge{background:var(--color-cta);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;font-weight:700;display:flex;position:absolute;top:2px;right:2px}.header__mobile-toggle{border-radius:var(--radius-sm);width:40px;height:40px;color:var(--color-text-primary);justify-content:center;align-items:center;display:none}.header__mobile-toggle svg{width:24px;height:24px}.mobile-menu{z-index:1000;opacity:0;pointer-events:none;transition:opacity var(--transition-base);display:none;position:fixed;inset:0}.mobile-menu.open{opacity:1;pointer-events:auto}.mobile-menu__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#2d243366;position:absolute;inset:0}.mobile-menu__panel{background:var(--color-warm-white);width:320px;max-width:85vw;height:100%;padding:var(--space-8)var(--space-6);transition:transform var(--transition-slow);position:absolute;top:0;right:0;overflow-y:auto;transform:translate(100%)}.mobile-menu.open .mobile-menu__panel{transform:translate(0)}.mobile-menu__close{top:var(--space-6);right:var(--space-6);border-radius:var(--radius-full);width:40px;height:40px;color:var(--color-text-secondary);justify-content:center;align-items:center;display:flex;position:absolute}.mobile-menu__close:hover{background:var(--color-peach-light)}.mobile-menu__logo{font-family:var(--font-display);margin-bottom:var(--space-10);align-items:center;gap:var(--space-2);font-size:22px;display:flex}.mobile-menu__nav{gap:var(--space-1);flex-direction:column;display:flex}.mobile-menu__nav-link{padding:var(--space-4);color:var(--color-text-secondary);border-radius:var(--radius-md);transition:all var(--transition-fast);font-size:16px;font-weight:500}.mobile-menu__nav-link:hover{background:var(--color-peach-light);color:var(--color-text-primary)}.mobile-menu__cta{margin-top:var(--space-8);width:100%;padding:var(--space-4);background:var(--color-cta);color:#fff;text-align:center;border-radius:var(--radius-full);font-size:16px;font-weight:600;display:block}.hero{background:linear-gradient(160deg,var(--color-cream)0%,var(--color-peach-light)40%,var(--color-lavender-light)100%);padding:var(--space-12)0 var(--space-14);align-items:center;min-height:600px;display:flex;position:relative;overflow:hidden}.hero__bg-pattern{opacity:.03;background-image:radial-gradient(circle at 20% 50%,var(--color-text-primary)1px,transparent 1px),radial-gradient(circle at 80% 20%,var(--color-text-primary)1px,transparent 1px),radial-gradient(circle at 60% 80%,var(--color-text-primary)1px,transparent 1px);background-size:60px 60px,80px 80px,70px 70px;position:absolute;inset:0}.hero__inner{gap:var(--space-12);z-index:1;grid-template-columns:1fr 1fr;align-items:center;display:grid;position:relative}.hero__badge{align-items:center;gap:var(--space-2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:var(--space-2)var(--space-4);border-radius:var(--radius-full);color:var(--color-gold-deep);margin-bottom:var(--space-6);background:#ffffffb3;border:1px solid #d4a57433;font-size:13px;font-weight:600;display:inline-flex}.hero__badge svg{width:16px;height:16px}.hero__title{font-family:var(--font-display);color:var(--color-text-primary);margin-bottom:var(--space-6);letter-spacing:-.02em;font-size:clamp(36px,5vw,56px);line-height:1.1}.hero__title em{color:var(--color-cta);font-style:italic}.hero__subtitle{color:var(--color-text-secondary);margin-bottom:var(--space-8);max-width:480px;font-size:18px;line-height:1.7}.hero__cta-group{align-items:center;gap:var(--space-5);margin-bottom:var(--space-8);flex-wrap:wrap;display:flex}.btn{justify-content:center;align-items:center;gap:var(--space-2);padding:var(--space-3)var(--space-7);border-radius:var(--radius-full);transition:all var(--transition-base);white-space:nowrap;font-size:15px;font-weight:600;display:inline-flex}.btn svg{flex-shrink:0;width:18px;height:18px}.btn--primary{background:var(--color-cta);color:#fff;padding:var(--space-4)var(--space-8);font-size:16px;box-shadow:0 4px 16px #c76b5e4d}.btn--primary:hover{background:var(--color-cta-hover);transform:translateY(-1px);box-shadow:0 6px 24px #c76b5e59}.btn--primary:active{background:var(--color-cta-active);transform:translateY(0)}.btn--secondary{color:var(--color-text-primary);border:1px solid var(--color-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffc}.btn--secondary:hover{border-color:var(--color-blush-deep);box-shadow:var(--shadow-sm);background:#fff}.btn--outline{color:var(--color-text-primary);border:1.5px solid var(--color-border);background:0 0}.btn--outline:hover{border-color:var(--color-text-primary);background:var(--color-cream)}.hero__trust-row{align-items:center;gap:var(--space-6);flex-wrap:wrap;display:flex}.hero__trust-item{align-items:center;gap:var(--space-2);color:var(--color-text-tertiary);font-size:13px;display:flex}.hero__trust-item svg{width:16px;height:16px;color:var(--color-success);flex-shrink:0}.hero__visual{justify-content:center;align-items:center;display:flex;position:relative}.hero__image-wrapper{border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);aspect-ratio:4/3;width:100%;max-width:520px;position:relative;overflow:hidden}.hero__image-wrapper img{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow)}.section--cream{background:var(--color-cream)}.section--blush{background:linear-gradient(180deg,var(--color-peach-light)0%,var(--color-cream)100%)}.section--lavender{background:linear-gradient(180deg,var(--color-lavender-light)0%,var(--color-cream)100%)}.section__header{text-align:center;max-width:640px;margin:0 auto var(--space-11)}.section__label{align-items:center;gap:var(--space-2);text-transform:uppercase;letter-spacing:.08em;color:var(--color-gold-deep);margin-bottom:var(--space-4);font-size:13px;font-weight:700;display:inline-flex}.section__title{font-family:var(--font-display);color:var(--color-text-primary);margin-bottom:var(--space-4);letter-spacing:-.01em;font-size:clamp(28px,3.5vw,42px);line-height:1.15}.section__subtitle{color:var(--color-text-secondary);font-size:16px;line-height:1.7}.products-grid{gap:var(--space-6);grid-template-columns:repeat(4,1fr);display:grid}.product-card{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--color-border);transition:all var(--transition-base);cursor:pointer;background:#fff;min-width:0;position:relative;overflow:hidden}.product-card__overlay{z-index:1;border-radius:inherit;position:absolute;inset:0}.product-card:hover{box-shadow:var(--shadow-lg);border-color:var(--color-blush-deep);transform:translateY(-4px)}.product-card:focus-within{box-shadow:var(--shadow-lg);border-color:var(--color-gold-deep)}.product-card__image{aspect-ratio:1;background:var(--color-cream);position:relative;overflow:hidden}.product-card__image--placeholder{background:radial-gradient(circle at 100% 0,#d4a5744d,#0000 42%),linear-gradient(145deg,#fff0e8f2,#f5eefaeb);place-items:center;display:grid}.product-card__image img{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow)}.product-card__image-fallback{gap:var(--space-3);width:100%;height:100%;padding:var(--space-6);color:var(--color-text-primary);align-content:center;justify-items:start;display:grid}.product-card__image-fallback span{border-radius:var(--radius-full);min-height:28px;color:var(--color-gold-deep);padding:0 var(--space-3);letter-spacing:.08em;text-transform:uppercase;background:#ffffffd9;align-items:center;font-size:11px;font-weight:900;display:inline-flex}.product-card__image-fallback strong{max-width:14ch;font-family:var(--font-display);font-size:clamp(20px,3.2vw,32px);line-height:1.05}.product-card:hover .product-card__image img{transform:scale(1.05)}.product-card__badge{top:var(--space-3);left:var(--space-3);padding:var(--space-1)var(--space-3);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:700;position:absolute}.product-card__badge--bestseller{background:var(--color-gold);color:#fff}.product-card__badge--new{background:var(--color-sky);color:var(--color-text-primary)}.product-card__badge--sale{background:var(--color-cta);color:#fff}.product-card__wishlist{top:var(--space-3);right:var(--space-3);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);width:34px;height:34px;color:var(--color-text-tertiary);transition:all var(--transition-fast);opacity:0;z-index:3;background:#ffffffe6;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute}.product-card:hover .product-card__wishlist{opacity:1}.product-card__wishlist:hover{color:var(--color-cta);background:#fff}.product-card__wishlist svg{width:16px;height:16px}.product-card__body{padding:var(--space-5);z-index:2;position:relative}.product-card__category{text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-tertiary);margin-bottom:var(--space-1);font-size:11px;font-weight:600}.product-card__chips{margin-bottom:var(--space-3);flex-wrap:wrap;gap:8px;display:flex}.product-card__chip{border-radius:var(--radius-full);min-height:28px;color:var(--color-text-secondary);letter-spacing:.04em;text-transform:uppercase;background:#18251f0f;align-items:center;padding:0 12px;font-size:11px;font-weight:800;display:inline-flex}.product-card__title{font-family:var(--font-heading);color:var(--color-text-primary);margin-bottom:var(--space-2);overflow-wrap:anywhere;font-size:17px;font-weight:600;line-height:1.3}.product-card__rating{align-items:center;gap:var(--space-2);margin-bottom:var(--space-3);flex-wrap:wrap;display:flex}.product-card__rating .trustpilot-wordmark__icon{width:18px;height:18px}.product-card__rating .trustpilot-wordmark__icon svg{width:11px;height:11px}.product-card__rating .trustpilot-wordmark__text{font-size:12px}.product-card__stars{color:#f5a623;gap:1px;display:flex}.product-card__stars svg{width:13px;height:13px}.product-card__rating-count{color:var(--color-text-tertiary);font-size:12px}.product-card__price-row{justify-content:space-between;align-items:center;gap:var(--space-3);display:flex}.product-card__price{align-items:baseline;gap:var(--space-2);display:flex}.product-card__price-current{color:var(--color-text-primary);font-size:20px;font-weight:700}.product-card__price-original{color:var(--color-text-muted);font-size:14px;text-decoration:line-through}.product-card__btn{background:var(--color-cta);color:#fff;border-radius:var(--radius-full);width:40px;height:40px;transition:all var(--transition-fast);z-index:3;flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative}.product-card__btn:hover{background:var(--color-cta-hover);transform:scale(1.1)}.product-card__btn svg{width:18px;height:18px}.themes-toolbar{margin:calc(-1*var(--space-4))0 var(--space-7);display:block}.theme-field{align-items:center;gap:var(--space-5);border:1px solid var(--color-border);border-radius:var(--radius-full);min-height:66px;padding:0 var(--space-7);box-shadow:var(--shadow-xs);transition:border-color var(--transition-fast),box-shadow var(--transition-fast);background:#fff;display:flex}.theme-field:focus-within{border-color:var(--color-gold);box-shadow:var(--shadow-sm)}.theme-field svg{width:22px;height:22px;color:var(--color-text-tertiary);flex-shrink:0}.theme-field input{width:100%;color:var(--color-text-primary);font:inherit;background:0 0;border:0;outline:0;font-size:19px;line-height:1.2}.theme-field input::placeholder{color:var(--color-text-tertiary)}.theme-categories{align-items:center;gap:var(--space-3);margin-top:var(--space-7);scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;display:flex;overflow:auto hidden}.theme-categories::-webkit-scrollbar{display:none}.theme-category-label{color:var(--color-text-tertiary);margin-right:var(--space-2);flex:none;font-size:16px;font-weight:700}.theme-category-btn{border:1px solid var(--color-border);border-radius:var(--radius-full);min-height:52px;color:var(--color-text-primary);padding:0 var(--space-6);transition:background var(--transition-fast),border-color var(--transition-fast),color var(--transition-fast),box-shadow var(--transition-fast);background:#fff;flex:none;font-size:15px;font-weight:700;line-height:1}.theme-category-btn:hover{border-color:var(--color-blush-deep);box-shadow:var(--shadow-xs)}.theme-category-btn.is-active{background:var(--color-text-primary);border-color:var(--color-text-primary);color:#fff;box-shadow:var(--shadow-sm)}.theme-empty{margin:var(--space-8)0 0;color:var(--color-text-secondary);text-align:center;font-weight:600;display:none}.theme-empty.visible{display:block}.product-card.is-hidden{display:none}.product-card--skeleton{cursor:default;pointer-events:none}.product-card--skeleton .product-card__image,.product-card--skeleton .product-card__title,.product-card--skeleton .product-card__price-current,.product-card--skeleton .product-card__btn{background:linear-gradient(90deg,#e8e0e5cc,#fff5f0f2,#e8e0e5cc) 0 0/200% 100%;animation:1.8s linear infinite momentyaShimmer}.product-card--skeleton .product-card__image{min-height:220px}.product-card__skeleton-line{border-radius:var(--radius-full);min-height:18px}.products-grid--catalog{grid-template-columns:repeat(2,minmax(0,1fr))}@keyframes momentyaShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.review-toast{right:var(--space-6);bottom:calc(var(--space-6) + env(safe-area-inset-bottom));z-index:120;width:min(380px,100vw - 32px);box-shadow:var(--shadow-xl);padding:var(--space-5);opacity:0;pointer-events:none;transition:opacity var(--transition-base),transform var(--transition-base);background:#fffffffa;border:1px solid #00b67a2e;border-radius:22px;position:fixed;transform:translate(24px)}.review-toast.is-visible{opacity:1;pointer-events:auto;transform:translate(0)}.review-toast__close{border-radius:var(--radius-sm);width:40px;height:40px;color:var(--color-text-primary);box-shadow:var(--shadow-md);transition:background var(--transition-fast),color var(--transition-fast);background:#fff;justify-content:center;align-items:center;display:flex;position:absolute;top:-18px;right:-18px}.review-toast__close:hover{background:var(--color-cream);color:var(--color-cta)}.review-toast__close svg{width:20px;height:20px}.review-toast__brand{align-items:center;gap:var(--space-2);margin-bottom:var(--space-3);display:inline-flex}.review-toast__brand-icon{color:#fff;background:#00b67a;border-radius:4px;place-items:center;width:22px;height:22px;font-size:13px;line-height:1;display:inline-grid}.review-toast__brand-text{color:var(--color-text-primary);letter-spacing:-.02em;font-size:14px;font-weight:900}.review-toast__stars{margin-bottom:var(--space-3);align-items:center;gap:4px;display:inline-flex}.review-toast__star-box{color:#fff;background:#00b67a;border-radius:4px;place-items:center;width:22px;height:22px;font-size:12px;line-height:1;display:grid}.review-toast__title{color:var(--color-text-primary);margin-bottom:var(--space-3);font-size:18px;font-weight:700;line-height:1.25}.review-toast__body{color:var(--color-text-secondary);margin-bottom:var(--space-4);-webkit-line-clamp:5;-webkit-box-orient:vertical;font-size:14px;font-weight:500;line-height:1.5;display:-webkit-box;overflow:hidden}.review-toast__meta{border-top:1px solid var(--color-border);padding-top:var(--space-3)}.review-toast__buyer{color:var(--color-text-primary);font-size:13px;font-weight:700}.review-toast__source{color:var(--color-text-tertiary);margin-top:2px;font-size:11px;font-weight:600}.steps-grid{gap:var(--space-8);grid-template-columns:repeat(3,1fr);display:grid;position:relative}.steps-grid:before{content:"";background:linear-gradient(90deg,var(--color-blush),var(--color-lavender),var(--color-sky));z-index:0;border-radius:1px;height:2px;position:absolute;top:48px;left:16.66%;right:16.66%}.step-card{text-align:center;z-index:1;position:relative}.step-card__number{width:96px;height:96px;margin:0 auto var(--space-6);border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative}.step-card__number svg{width:40px;height:40px}.step-card:first-child .step-card__number{background:linear-gradient(135deg,var(--color-peach-light),var(--color-peach));color:var(--color-gold-deep)}.step-card:nth-child(2) .step-card__number{background:linear-gradient(135deg,var(--color-lavender-light),var(--color-lavender));color:#7b68ae}.step-card:nth-child(3) .step-card__number{background:linear-gradient(135deg,var(--color-sky-light),var(--color-sky));color:#4a7db7}.step-card__title{font-family:var(--font-heading);color:var(--color-text-primary);margin-bottom:var(--space-3);font-size:20px;font-weight:600}.step-card__desc{color:var(--color-text-secondary);max-width:280px;margin:0 auto;font-size:15px;line-height:1.7}.trust-grid{gap:var(--space-6);grid-template-columns:repeat(4,1fr);display:grid}.trust-card{border-radius:var(--radius-lg);padding:var(--space-8)var(--space-6);text-align:center;box-shadow:var(--shadow-sm);border:1px solid var(--color-border);transition:all var(--transition-base);background:#fff}.trust-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.trust-card__icon{border-radius:var(--radius-md);width:56px;height:56px;margin:0 auto var(--space-5);justify-content:center;align-items:center;display:flex}.trust-card:first-child .trust-card__icon{background:var(--color-peach-light);color:var(--color-gold-deep)}.trust-card:nth-child(2) .trust-card__icon{background:var(--color-lavender-light);color:#7b68ae}.trust-card:nth-child(3) .trust-card__icon{background:var(--color-sky-light);color:#4a7db7}.trust-card:nth-child(4) .trust-card__icon{color:var(--color-success);background:#e8f5e9}.trust-card__icon svg{width:26px;height:26px}.trust-card__title{font-family:var(--font-heading);color:var(--color-text-primary);margin-bottom:var(--space-2);font-size:17px;font-weight:600}.trust-card__desc{color:var(--color-text-secondary);font-size:14px;line-height:1.6}.emotional-section{gap:var(--space-12);grid-template-columns:1fr 1fr;align-items:center;display:grid}.emotional-section--reverse{direction:rtl}.emotional-section--reverse>*{direction:ltr}.emotional__visual{border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);position:relative;overflow:hidden}.emotional__visual img{aspect-ratio:4/3;object-fit:cover;width:100%}.emotional__content{max-width:480px}.emotional__content .section__label{text-align:left}.emotional__title{font-family:var(--font-display);color:var(--color-text-primary);margin-bottom:var(--space-5);font-size:clamp(26px,3vw,36px);line-height:1.15}.emotional__text{color:var(--color-text-secondary);margin-bottom:var(--space-6);font-size:16px;line-height:1.7}.emotional__features{gap:var(--space-4);margin-bottom:var(--space-7);flex-direction:column;display:flex}.emotional__feature{align-items:flex-start;gap:var(--space-3);display:flex}.emotional__feature-icon{background:var(--color-success);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-top:2px;display:flex}.emotional__feature-icon svg{width:14px;height:14px}.emotional__feature-text{color:var(--color-text-secondary);font-size:15px;line-height:1.5}.emotional__feature-text strong{color:var(--color-text-primary);font-weight:600}.testimonials-grid{gap:var(--space-6);grid-template-columns:repeat(3,1fr);display:grid}.testimonial-card{border-radius:var(--radius-lg);padding:var(--space-7);box-shadow:var(--shadow-sm);border:1px solid var(--color-border);transition:all var(--transition-base);background:#fff;position:relative}.testimonial-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.testimonial-card__stars{color:#f5a623;margin-bottom:var(--space-4);gap:2px;display:flex}.testimonial-card__stars svg{width:16px;height:16px}.testimonial-card__quote{color:var(--color-text-secondary);margin-bottom:var(--space-5);font-size:15px;font-style:italic;line-height:1.7}.testimonial-card__author{align-items:center;gap:var(--space-3);display:flex}.testimonial-card__avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:16px;font-weight:700;display:flex}.testimonial-card:first-child .testimonial-card__avatar{background:var(--color-peach);color:var(--color-gold-deep)}.testimonial-card:nth-child(2) .testimonial-card__avatar{background:var(--color-lavender);color:#7b68ae}.testimonial-card:nth-child(3) .testimonial-card__avatar{background:var(--color-sky);color:#4a7db7}.testimonial-card:nth-child(4) .testimonial-card__avatar{background:var(--color-blush);color:var(--color-cta)}.testimonial-card:nth-child(5) .testimonial-card__avatar{color:var(--color-success);background:#e8f5e9}.testimonial-card:nth-child(6) .testimonial-card__avatar{background:var(--color-gold-light);color:var(--color-gold-deep)}.testimonial-card__name{color:var(--color-text-primary);font-size:14px;font-weight:600}.testimonial-card__role{color:var(--color-text-tertiary);font-size:12px}.testimonial-card__highlight{color:var(--color-gold-deep);background:var(--color-gold-light);padding:var(--space-1)var(--space-3);border-radius:var(--radius-full);margin-top:var(--space-2);font-size:11px;font-weight:600;display:inline-block}.faq-list{gap:var(--space-3);flex-direction:column;max-width:720px;margin:0 auto;display:flex}.faq-item{border-radius:var(--radius-md);border:1px solid var(--color-border);transition:all var(--transition-base);background:#fff;overflow:hidden}.faq-item:hover{border-color:var(--color-blush-deep)}.faq-item__question{width:100%;padding:var(--space-5)var(--space-6);color:var(--color-text-primary);text-align:left;transition:all var(--transition-fast);justify-content:space-between;align-items:center;gap:var(--space-4);font-size:16px;font-weight:600;display:flex}.faq-item__question:hover{background:var(--color-cream)}.faq-item__icon{width:24px;height:24px;transition:transform var(--transition-base);color:var(--color-text-tertiary);flex-shrink:0}.faq-item.open .faq-item__icon{transform:rotate(45deg)}.faq-item__answer{max-height:0;transition:max-height var(--transition-slow);overflow:hidden}.faq-item__answer-inner{padding:0 var(--space-6)var(--space-5);color:var(--color-text-secondary);font-size:15px;line-height:1.7}.cta-banner{background:linear-gradient(135deg,var(--color-text-primary)0%,#3d3444 100%);border-radius:var(--radius-xl);padding:var(--space-12)var(--space-8);text-align:center;position:relative;overflow:hidden}.cta-banner:before{content:"";pointer-events:none;background:radial-gradient(circle at 30% 40%,#d4a57426 0%,#0000 50%),radial-gradient(circle at 70% 60%,#c76b5e1a 0%,#0000 50%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}.cta-banner__content{z-index:1;position:relative}.cta-banner__title{font-family:var(--font-display);color:#fff;margin-bottom:var(--space-4);font-size:clamp(28px,3.5vw,40px);line-height:1.15}.cta-banner__subtitle{color:#ffffffb3;margin-bottom:var(--space-8);max-width:480px;margin-left:auto;margin-right:auto;font-size:17px;line-height:1.6}.cta-banner .btn--primary{background:var(--color-gold);box-shadow:var(--shadow-gold)}.cta-banner .btn--primary:hover{background:var(--color-gold-deep)}.cta-banner__note{margin-top:var(--space-5);color:#ffffff80;font-size:13px}.footer{background:var(--color-text-primary);color:#ffffffb3;padding:var(--space-12)0 var(--space-8)}.footer__grid{gap:var(--space-8);margin-bottom:var(--space-10);grid-template-columns:2fr 1fr 1fr 1fr 1fr;display:grid}.footer__logo{font-family:var(--font-display);color:#fff;align-items:center;gap:var(--space-2);margin-bottom:var(--space-4);font-size:22px;display:flex}.footer__logo-icon{background:linear-gradient(135deg,var(--color-gold),var(--color-peach));border-radius:var(--radius-sm);justify-content:center;align-items:center;width:32px;height:32px;display:flex}.footer__logo-icon svg{color:#fff;width:18px;height:18px}.footer__brand-desc{margin-bottom:var(--space-5);color:#ffffff80;font-size:14px;line-height:1.7}.footer__disclaimer{margin-top:var(--space-4);color:#ffffff9e;font-size:13px;line-height:1.7}.footer__disclaimer a{color:#fff;text-decoration:underline}.footer__social{gap:var(--space-3);display:flex}.footer__social-link{border-radius:var(--radius-sm);color:#ffffff80;width:36px;height:36px;transition:all var(--transition-fast);background:#ffffff14;justify-content:center;align-items:center;display:flex}.footer__social-link:hover{color:#fff;background:#ffffff26}.footer__social-link svg{width:16px;height:16px}.footer__col-title{text-transform:uppercase;letter-spacing:.08em;color:#fff6;margin-bottom:var(--space-5);font-size:13px;font-weight:700}.footer__links{gap:var(--space-3);flex-direction:column;display:flex}.footer__link{color:#fff9;transition:color var(--transition-fast);font-size:14px}.footer__link:hover{color:#fff}.footer__bottom{padding-top:var(--space-7);justify-content:space-between;align-items:center;gap:var(--space-4);border-top:1px solid #ffffff14;flex-wrap:wrap;display:flex}.footer__copyright{color:#ffffff59;font-size:13px}.footer__payment{align-items:center;gap:var(--space-3);display:flex}.footer__payment-icon{color:#fff6;background:#ffffff14;border-radius:4px;justify-content:center;align-items:center;width:42px;height:28px;font-size:10px;font-weight:700;display:flex}.reveal{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(24px)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}@media (max-width:1024px){.products-grid{grid-template-columns:repeat(3,1fr)}.footer__grid{grid-template-columns:1fr 1fr 1fr}.footer__brand{grid-column:1/-1;max-width:100%}}@media (max-width:768px){.header__nav{display:none}.header__mobile-toggle{display:flex}.mobile-menu{display:block}.hero{padding:var(--space-6)0 var(--space-5);min-height:auto}.hero__inner{gap:var(--space-8);grid-template-columns:1fr}.hero__content{text-align:center;max-width:100%}.hero__subtitle{max-width:100%;margin-bottom:var(--space-5)}.hero__cta-group{margin-bottom:var(--space-5);justify-content:center}.hero__trust-row{justify-content:center}.hero__visual{order:-1}.products-grid{gap:var(--space-4);grid-template-columns:repeat(2,1fr)}.products-grid--catalog{grid-template-columns:repeat(2,minmax(0,1fr))}.themes-toolbar{margin-top:0}#themes{padding-top:var(--space-7)}#themes .section__header{margin-bottom:var(--space-7)}.steps-grid{gap:var(--space-8);grid-template-columns:1fr}.steps-grid:before{display:none}.trust-grid{grid-template-columns:repeat(2,1fr)}.emotional-section{gap:var(--space-8);grid-template-columns:1fr}.emotional-section--reverse{direction:ltr}.testimonials-grid{grid-template-columns:1fr}.footer__grid{grid-template-columns:1fr 1fr}.section{padding:var(--space-10)0}}@media (max-width:480px){.container{padding:0 var(--space-5)}.character-bar__link{min-height:36px;padding:var(--space-1)var(--space-4);font-size:13px}.header__inner{height:56px;padding:0 var(--space-2)}.header__logo{gap:var(--space-2);font-size:20px}.header__logo-icon{width:30px;height:30px}.header__actions{gap:0}.header__action-btn,.header__mobile-toggle{width:34px;height:34px}.header__action-btn svg,.header__mobile-toggle svg{width:19px;height:19px}.hero{padding:var(--space-4)0 var(--space-4)}.hero__badge{margin-bottom:var(--space-3);padding:var(--space-1)var(--space-3);font-size:12px}.hero__title{margin-bottom:var(--space-3);font-size:24px;line-height:1.08}.section__title{font-size:26px}.hero__subtitle,.section__subtitle{font-size:14px;line-height:1.45}.hero__subtitle,.hero__cta-group{margin-bottom:var(--space-4)}.hero__cta-group .btn--primary{padding:var(--space-3)var(--space-8);min-height:48px}.hero__trust-item{justify-content:center;gap:var(--space-2);flex-wrap:wrap;font-size:12px}#themes{padding-top:var(--space-5)}#themes .section__header{margin-bottom:var(--space-4)}#themes .section__label{margin-bottom:var(--space-2);font-size:11px}#themes .section__title{margin-bottom:var(--space-2);font-size:24px}.products-grid{gap:var(--space-3);grid-template-columns:repeat(2,minmax(0,1fr));max-width:none;margin:0}.products-grid--catalog{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card{border-radius:var(--radius-sm)}.product-card__body{padding:var(--space-3)}.product-card__badge{top:var(--space-2);left:var(--space-2);padding:2px var(--space-2);font-size:9px}.product-card__wishlist{top:var(--space-2);right:var(--space-2);opacity:1;width:28px;height:28px}.product-card__category{margin-bottom:2px;font-size:9px}.product-card__title{min-height:34px;margin-bottom:var(--space-2);font-size:13px}.product-card__rating{margin-bottom:var(--space-2);flex-wrap:wrap;gap:4px}.product-card__stars svg{width:10px;height:10px}.product-card__rating-count{font-size:10px}.product-card__price-row{align-items:flex-start}.product-card__price{flex-direction:column;gap:0}.product-card__price-current{font-size:15px}.product-card__price-original{font-size:11px}.product-card__btn{width:32px;height:32px}.product-card__btn svg{width:15px;height:15px}.theme-field{gap:var(--space-3);min-height:46px;padding:0 var(--space-5);border-radius:var(--radius-full)}.theme-field svg{width:18px;height:18px}.theme-field input{font-size:15px}.theme-categories{gap:var(--space-2);margin-top:var(--space-3)}.theme-category-label{margin-right:var(--space-1);font-size:14px}.theme-category-btn{min-height:36px;padding:0 var(--space-4);font-size:13px}.review-toast{right:var(--space-4);left:var(--space-4);bottom:calc(var(--space-4) + env(safe-area-inset-bottom));width:auto;padding:var(--space-4);transform:translateY(20px)}.review-toast.is-visible{transform:translateY(0)}.review-toast__close{width:36px;height:36px;top:-14px;right:-6px}.review-toast__brand{margin-bottom:var(--space-2)}.review-toast__brand-icon{width:20px;height:20px;font-size:12px}.review-toast__brand-text{font-size:13px}.review-toast__stars{margin-bottom:var(--space-2);gap:3px}.review-toast__star-box{width:18px;height:18px;font-size:10px}.review-toast__title{margin-bottom:var(--space-2);font-size:13px}.review-toast__body{margin-bottom:var(--space-3);-webkit-line-clamp:4;font-size:12px;line-height:1.4}.review-toast__buyer{font-size:12px}.review-toast__source{font-size:10px}.trust-grid,.footer__grid{grid-template-columns:1fr}.hero__cta-group{flex-direction:column;align-items:center}.hero__trust-row{gap:var(--space-2);flex-direction:row}}@media (max-width:360px){.container{padding:0 var(--space-4)}.character-bar__link{min-height:32px;font-size:12px}.header__inner{height:52px;padding:0 var(--space-2)}.header__logo{font-size:20px}.header__logo-icon{width:30px;height:30px}.header__action-btn,.header__mobile-toggle{width:32px;height:32px}.hero{padding:var(--space-3)0}.hero__badge{display:none}.hero__title{margin-bottom:var(--space-2);font-size:21px}.section__title{font-size:22px}.hero__subtitle,.section__subtitle{font-size:13px}.hero__subtitle{margin-bottom:var(--space-3);line-height:1.35}.hero__cta-group{margin-bottom:var(--space-3)}.hero__cta-group .btn--primary{min-height:42px;padding:var(--space-2)var(--space-7)}.hero__trust-item{font-size:11px}#themes{padding-top:var(--space-4)}#themes .section__header{margin-bottom:var(--space-3)}#themes .section__label{margin-bottom:var(--space-1);font-size:10px}#themes .section__title{font-size:21px}#themes .section__subtitle{line-height:1.35}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}html{scroll-behavior:auto}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-cream)}::-webkit-scrollbar-thumb{background:var(--color-blush-deep);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-tertiary)}.header__logo-icon img,.footer__logo-icon img,.mobile-menu__logo .header__logo-icon img{object-fit:cover;border-radius:inherit;width:100%;height:100%}.products-grid--catalog{grid-template-columns:repeat(2,minmax(0,1fr));max-width:980px;margin-left:auto;margin-right:auto}.product-page,.cart-page{background:radial-gradient(circle at 16% 0%,#f0d9c06b,transparent 34%),linear-gradient(180deg,var(--color-cream)0%,var(--color-warm-white)58%,#fff 100%);color:var(--color-text-primary);min-height:100vh}.product-page__shell,.cart-page__layout,.product-page__story-section,.product-page__reviews,.cart-page__notice,.cart-page__success{width:min(1120px,100% - 32px);margin-inline:auto}.product-page__shell{padding:clamp(24px,5vw,56px)0 var(--space-9);grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:start;gap:clamp(28px,4vw,56px);display:grid}.product-page__gallery{min-width:0;position:sticky;top:104px}.product-page__back{min-height:42px;margin-bottom:var(--space-4);padding:0 var(--space-5);border:1px solid var(--color-border);border-radius:var(--radius-full);color:var(--color-text-secondary);box-shadow:var(--shadow-xs);background:#ffffffc7;align-items:center;font-size:13px;font-weight:700;display:inline-flex}.product-page__hero-image{border:1px solid var(--color-border);aspect-ratio:1;background:#fff;border-radius:30px;position:relative;overflow:hidden;box-shadow:0 22px 70px #2d24331f}.product-page__hero-image img{object-fit:cover;width:100%;height:100%}.product-page__hero-fallback{gap:var(--space-4);background:radial-gradient(circle at 100% 0,#d4a57457,#0000 34%),linear-gradient(160deg,#fff9f5f5,#f5eefaf0);align-content:end;width:100%;height:100%;padding:clamp(24px,5vw,40px);display:grid}.product-page__hero-fallback span{color:var(--color-gold-deep);background:#ffffffd1;justify-self:start;position:static}.product-page__hero-fallback strong{max-width:12ch;font-family:var(--font-display);color:var(--color-text-primary);font-size:clamp(34px,5vw,52px);line-height:.96}.product-page__hero-image span{border-radius:var(--radius-full);background:var(--color-gold);color:#fff;min-height:30px;padding:0 var(--space-4);letter-spacing:.08em;text-transform:uppercase;align-items:center;font-size:11px;font-weight:800;display:inline-flex;position:absolute;top:18px;left:18px}.product-page__thumbs{gap:var(--space-3);margin-top:var(--space-4);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.product-page__thumbs button{border:1px solid var(--color-border);min-height:92px;color:var(--color-text-primary);font-family:var(--font-display);box-shadow:var(--shadow-xs);background:#ffffffd6;border-radius:20px;font-size:24px;overflow:hidden}.product-page__thumbs button.is-active{border-color:var(--color-cta);box-shadow:0 0 0 4px #c76b5e1f}.product-page__thumbs img{object-fit:cover;width:100%;height:100%}.product-page__trust-strip{gap:var(--space-3);margin-top:var(--space-5);color:var(--color-text-secondary);font-size:13px;font-weight:700;display:grid}.product-page__trust-strip span{border:1px solid var(--color-border);border-radius:var(--radius-full);padding:var(--space-3)var(--space-4);background:#ffffffc7}.product-page__details{border:1px solid var(--color-border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffe0;border-radius:32px;padding:clamp(22px,4vw,38px);box-shadow:0 22px 70px #2d24331a}.product-page__micro{border-radius:var(--radius-full);color:#41795b;min-height:30px;padding:0 var(--space-4);background:#5ba67a1f;align-items:center;font-size:13px;font-weight:800;display:inline-flex}.product-page__details h1{margin:var(--space-4)0 var(--space-3);font-family:var(--font-display);letter-spacing:-.02em;font-size:clamp(34px,5vw,58px);line-height:1}.product-page__rating-row,.product-page__price-row{align-items:center;gap:var(--space-3);margin-bottom:var(--space-4);flex-wrap:wrap;display:flex}.product-page__stars{color:#f5a623;gap:2px;display:inline-flex}.product-page__stars svg{width:17px;height:17px}.product-page__rating-row span{color:var(--color-text-tertiary);font-size:14px;font-weight:700}.product-page__old-price{color:var(--color-text-muted);font-weight:700;text-decoration:line-through}.product-page__price-row strong{color:var(--color-text-primary);font-size:24px}.product-page__price-row em{border-radius:var(--radius-full);background:var(--color-peach-light);color:var(--color-cta-hover);padding:var(--space-1)var(--space-3);letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-style:normal;font-weight:900}.product-page__intro{margin-bottom:var(--space-6);color:var(--color-text-secondary);font-size:16px;line-height:1.75}.product-page__field{gap:var(--space-2);margin-bottom:var(--space-5);display:grid}.product-page__field>span{color:var(--color-text-primary);font-size:14px;font-weight:800}.product-page__field b{color:var(--color-cta)}.product-page__field input,.product-page__field textarea,.product-page__field select{border:1px solid var(--color-border);width:100%;min-height:54px;color:var(--color-text-primary);padding:0 var(--space-4);font:inherit;box-shadow:var(--shadow-xs);transition:border-color var(--transition-fast),box-shadow var(--transition-fast);background:#fff;border-radius:16px;outline:none}.product-page__field textarea{min-height:118px;padding-top:var(--space-4);resize:vertical}.product-page__field input:focus,.product-page__field textarea:focus,.product-page__field select:focus{border-color:var(--color-cta);box-shadow:0 0 0 4px #c76b5e1f}.product-page__field small,.product-page__counter{color:var(--color-text-tertiary);font-size:12px;font-weight:700}.product-page__counter{text-align:right}.product-page__upload{place-items:center;gap:var(--space-1);cursor:pointer;text-align:center;background:linear-gradient(#fff0e8c7,#ffffffeb);border:2px dashed #d4a57473;border-radius:22px;min-height:116px;display:grid}.product-page__upload input{display:none}.product-page__upload span{color:var(--color-text-primary);font-size:16px;font-weight:900}.product-page__choice-grid{gap:var(--space-3);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.product-page__choice-grid button{border:1px solid var(--color-border);min-height:76px;color:var(--color-text-secondary);padding:var(--space-4);text-align:left;box-shadow:var(--shadow-xs);background:#fff;border-radius:18px}.product-page__choice-grid button.is-active{border-color:var(--color-cta);background:var(--color-peach-light);color:var(--color-text-primary);box-shadow:0 0 0 4px #c76b5e1a}.product-page__choice-grid strong,.product-page__choice-grid span{display:block}.product-page__choice-grid span{margin-top:2px;font-size:13px;font-weight:800}.product-page__notice,.product-page__error{padding:var(--space-4);margin-bottom:var(--space-5);border-radius:18px;font-size:14px;font-weight:800;line-height:1.55}.product-page__notice{color:#41795b;background:#5ba67a17;border:1px solid #5ba67a38}.product-page__error{color:var(--color-cta-hover);background:#fff0e8db;border:1px solid #c76b5e3d}.product-page__checkout-card{gap:var(--space-4);border:1px solid var(--color-border);padding:var(--space-3);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:5;background:#fffdfbf0;border-radius:24px;grid-template-columns:1fr auto;align-items:center;display:grid;position:sticky;bottom:12px;box-shadow:0 18px 44px #2d24331f}.product-page__checkout-card span,.product-page__checkout-card strong{display:block}.product-page__checkout-card span{color:var(--color-text-tertiary);letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:800}.product-page__checkout-card strong{color:var(--color-text-primary);font-size:20px}.product-page__checkout-card button,.cart-page__checkout{border-radius:var(--radius-full);background:var(--color-cta);color:#fff;min-height:54px;padding:0 var(--space-8);transition:background var(--transition-fast),transform var(--transition-fast);font-size:16px;font-weight:900;box-shadow:0 14px 34px #c76b5e3d}.product-page__checkout-card button:hover,.cart-page__checkout:hover{background:var(--color-cta-hover);transform:translateY(-1px)}.product-page__checkout-card button:disabled,.cart-page__checkout:disabled{cursor:not-allowed;opacity:.6;transform:none}.product-page__cta-review{gap:var(--space-2);margin-top:var(--space-5);padding:var(--space-4);background:#00b67a0f;border:1px solid #00b67a2e;border-radius:20px;display:grid}.product-page__cta-review p{color:var(--color-text-primary);font-size:14px;font-weight:700;line-height:1.6}.product-page__cta-review span{color:var(--color-text-tertiary);font-size:12px;font-weight:700}.product-page__cta-review .trustpilot-wordmark{margin-bottom:2px}.product-page__story-section{gap:var(--space-6);padding:var(--space-8)0;grid-template-columns:1fr .82fr;display:grid}.product-page__story-card,.product-page__steps,.product-page__reviews,.product-page__notice--centered,.cart-page__main,.cart-page__trust,.cart-page__notice,.cart-page__success{border:1px solid var(--color-border);background:#ffffffdb;border-radius:30px;box-shadow:0 18px 54px #2d243314}.product-page__story-card,.product-page__steps,.product-page__reviews,.cart-page__main,.cart-page__trust,.cart-page__notice,.cart-page__success{padding:clamp(22px,4vw,36px)}.product-page__story-card h2,.product-page__steps h2,.product-page__reviews h2,.cart-page__heading h1,.cart-page__success h1,.cart-page__empty h2{font-family:var(--font-display);color:var(--color-text-primary);line-height:1.1}.product-page__story-card h2,.product-page__steps h2,.product-page__reviews h2{font-size:clamp(26px,3vw,38px)}.product-page__story-card p,.product-page__steps span,.product-page__reviews p,.cart-page__fineprint,.cart-page__empty p,.cart-page__success p{color:var(--color-text-secondary);line-height:1.7}.product-page__fineprint a,.cart-page__fineprint a{color:var(--color-text-primary);text-decoration:underline}.product-page__curated-proof{gap:var(--space-4);margin-top:var(--space-6);display:grid}.product-page__proof-dots{gap:var(--space-3);margin-top:var(--space-6);display:flex}.product-page__proof-dots span{width:68px;height:68px;box-shadow:var(--shadow-md);border:4px solid #fff;border-radius:999px;overflow:hidden}.product-page__proof-dots img{object-fit:cover;width:100%;height:100%}.product-page__steps ol{gap:var(--space-4);margin-top:var(--space-5);list-style:none;display:grid}.product-page__steps li{gap:var(--space-1);background:var(--color-peach-light);padding:var(--space-4);border-radius:20px;display:grid}.product-page__reviews{margin-bottom:var(--space-10)}.product-page__reviews-header{justify-content:space-between;gap:var(--space-4);padding-bottom:var(--space-5);border-bottom:1px solid var(--color-border);flex-wrap:wrap;align-items:center;display:flex}.product-page__reviews-header h2{margin-top:var(--space-2)}.homepage-review-count{margin-bottom:var(--space-5);display:inline-flex}.homepage-review-grid{gap:var(--space-6)}.trustpilot-wordmark{align-items:center;gap:var(--space-2);min-width:0;display:inline-flex}.trustpilot-wordmark__icon{color:#fff;background:#00b67a;border-radius:4px;flex-shrink:0;place-items:center;width:24px;height:24px;display:inline-grid}.trustpilot-wordmark__icon svg{width:14px;height:14px}.trustpilot-wordmark__text{color:var(--color-text-primary);letter-spacing:-.02em;font-size:15px;font-weight:900}.trustpilot-wordmark--compact .trustpilot-wordmark__icon{width:20px;height:20px}.trustpilot-wordmark--compact .trustpilot-wordmark__icon svg{width:12px;height:12px}.trustpilot-wordmark--compact .trustpilot-wordmark__text{font-size:13px}.trustpilot-summary{align-items:center;gap:var(--space-4);min-width:0;padding:var(--space-4)var(--space-5);box-shadow:var(--shadow-sm);background:#ffffffe0;border:1px solid #00b67a29;border-radius:22px;display:inline-flex}.trustpilot-summary--compact{padding:var(--space-3)var(--space-4)}.trustpilot-summary__body{gap:4px;min-width:0;display:grid}.trustpilot-summary__headline{color:var(--color-text-primary);font-size:16px;font-weight:900}.trustpilot-summary__rating{align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.trustpilot-summary__count,.trustpilot-summary__detail{color:var(--color-text-secondary);font-size:12px;font-weight:700;line-height:1.5}.trust-style-stars{color:#fff;align-items:center;gap:3px;display:inline-flex}.trustpilot-stars__box{--trustpilot-star-fill:100%;color:#fff;background:linear-gradient(90deg,#00b67a var(--trustpilot-star-fill),#d7f3ea var(--trustpilot-star-fill));border-radius:3px;place-items:center;width:22px;height:22px;display:grid;position:relative;box-shadow:inset 0 0 0 1px #ffffff14}.trust-style-stars svg{z-index:1;width:13px;height:13px;position:relative}.trustpilot-stars--compact .trustpilot-stars__box{width:18px;height:18px}.trustpilot-stars--compact svg{width:11px;height:11px}.verified-badge{min-height:28px;padding:0 var(--space-3);border-radius:var(--radius-full);color:#127a59;letter-spacing:.03em;background:#00b67a1f;align-items:center;gap:6px;font-size:11px;font-weight:800;display:inline-flex}.verified-badge svg{width:12px;height:12px}.verified-review-card{padding:var(--space-6);background:#fffffff0;border:1px solid #00b67a26;border-radius:20px;box-shadow:0 10px 30px #2d243314}.verified-review-card--compact{padding:var(--space-5)}.verified-review-card__topline{align-items:center;gap:var(--space-3);margin-bottom:var(--space-4);flex-wrap:wrap;display:flex}.verified-review-card__quote{color:var(--color-text-primary);font-size:15px;font-weight:650;line-height:1.72}.verified-review-card__footer{justify-content:space-between;gap:var(--space-4);margin-top:var(--space-5);flex-wrap:wrap;align-items:flex-end;display:flex}.verified-review-card__identity{gap:2px;display:grid}.verified-review-card__name{color:var(--color-text-primary);font-size:14px;font-weight:800}.verified-review-card__meta,.verified-review-card__source,.verified-review-card__date{color:var(--color-text-tertiary);font-size:12px;line-height:1.5}.verified-review-card__source-wrap{text-align:right;justify-items:end;gap:4px;display:grid}.verified-review-rail{gap:var(--space-5);margin:0 0 var(--space-8);box-shadow:var(--shadow-sm);background:#ffffffd1;border:1px solid #00b67a26;border-radius:30px;padding:clamp(18px,3vw,28px);display:grid}.verified-review-rail__header{justify-content:space-between;gap:var(--space-4);flex-wrap:wrap;align-items:end;display:flex}.verified-review-rail__heading{gap:var(--space-3);display:grid}.verified-review-rail__title{font-family:var(--font-display);color:var(--color-text-primary);font-size:clamp(24px,2.8vw,34px);line-height:1.08}.verified-review-rail__subtitle{margin-top:var(--space-2);max-width:720px;color:var(--color-text-secondary);font-size:15px;line-height:1.7}.verified-review-rail__count{min-height:36px;padding:0 var(--space-4);border-radius:var(--radius-full);color:#127a59;letter-spacing:.08em;text-transform:uppercase;background:#00b67a14;align-items:center;font-size:12px;font-weight:800;display:inline-flex}.verified-review-rail__grid{gap:var(--space-4);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.verified-review-rail__grid--compact .verified-review-card__quote{font-size:14px}.catalog-proof-rail{margin-top:0}.trustpilot-inline-rating{align-items:center;gap:var(--space-2);flex-wrap:wrap;display:inline-flex}.trustpilot-inline-rating__count{color:var(--color-text-tertiary);font-size:12px;font-weight:800}.product-page__reviews-header button{border:1px solid var(--color-border);border-radius:var(--radius-full);min-height:46px;color:var(--color-text-primary);padding:0 var(--space-5);background:#fff;font-weight:900}.product-page__review-tabs{gap:var(--space-3);margin:var(--space-5)0;display:flex}.product-page__review-tabs span{border-radius:var(--radius-full);background:var(--color-text-primary);color:#fff;min-height:40px;padding:var(--space-2)var(--space-4);font-size:13px;font-weight:900}.product-page__review-tabs span+span{color:var(--color-text-secondary);border:1px solid var(--color-border);background:#fff}.product-page__review-list{gap:var(--space-4);display:grid}.product-page__review-list article,.cart-page__trust-card{border-top:1px solid var(--color-border);padding-top:var(--space-5)}.product-page__review-list .verified-review-card,.cart-page__trust .verified-review-card{padding-top:var(--space-5);border-top:0}.product-page__review-list article>div,.cart-page__trust-card>div{align-items:center;gap:var(--space-3);margin-bottom:var(--space-2);color:var(--color-text-tertiary);flex-wrap:wrap;font-size:12px;font-weight:800;display:flex}.product-page__review-list h3,.cart-page__trust-card h3{margin-bottom:var(--space-2);color:var(--color-text-primary);font-size:18px;line-height:1.3}.product-page__review-empty{border:1px dashed var(--color-border);padding:var(--space-6);background:#ffffffb8;border-radius:24px}.product-page__review-empty h3{margin-bottom:var(--space-2)}.cart-page{padding:clamp(24px,5vw,56px)0 var(--space-10)}.cart-page__notice{gap:var(--space-1);margin-bottom:var(--space-6);display:grid}.cart-page__notice strong,.cart-page__total strong,.cart-page__item-actions strong{color:var(--color-text-primary)}.cart-page__notice span{color:var(--color-text-secondary)}.cart-page__layout{gap:var(--space-6);grid-template-columns:minmax(0,1fr) 360px;align-items:start;display:grid}.cart-page__heading{justify-content:space-between;gap:var(--space-4);margin-bottom:var(--space-6);align-items:center;display:flex}.cart-page__heading h1{font-size:clamp(32px,4vw,46px)}.cart-page__heading a,.cart-page__continue{color:var(--color-cta-hover);text-underline-offset:4px;font-weight:900;text-decoration:underline}.cart-page__item{gap:var(--space-5);padding:0 0 var(--space-6);border-bottom:1px solid var(--color-border);grid-template-columns:116px minmax(0,1fr) auto;align-items:start;display:grid}.cart-page__item-image{background:var(--color-cream);aspect-ratio:1;border-radius:20px;overflow:hidden}.cart-page__item-image img{object-fit:cover;width:100%;height:100%}.cart-page__item-image-fallback{gap:var(--space-2);width:100%;height:100%;padding:var(--space-4);background:radial-gradient(circle at 100% 0,#d4a5744d,#0000 40%),linear-gradient(150deg,#fff0e8f2,#f5eefaeb);align-content:end;display:grid}.cart-page__item-image-fallback span{border-radius:var(--radius-full);width:fit-content;min-height:26px;color:var(--color-gold-deep);padding:0 var(--space-3);letter-spacing:.08em;text-transform:uppercase;background:#ffffffd6;align-items:center;font-size:10px;font-weight:900;display:inline-flex}.cart-page__item-image-fallback strong{font-family:var(--font-display);color:var(--color-text-primary);font-size:18px;line-height:1.08}.cart-page__item-body h2{margin-bottom:var(--space-1);font-size:18px;line-height:1.35}.cart-page__item-body p{color:var(--color-text-tertiary);font-weight:800}.cart-page__item-body dl{gap:var(--space-2);margin-top:var(--space-4);display:grid}.cart-page__item-body dl div{gap:var(--space-3);grid-template-columns:88px minmax(0,1fr);font-size:13px;display:grid}.cart-page__item-body dt{color:var(--color-text-tertiary);font-weight:900}.cart-page__item-body dd{min-width:0;color:var(--color-text-secondary);overflow-wrap:anywhere}.cart-page__item-actions{justify-items:end;gap:var(--space-3);display:grid}.cart-page__item-actions>button{color:var(--color-cta-hover);text-underline-offset:4px;font-weight:900;text-decoration:underline}.cart-page__qty{border:1px solid var(--color-border);border-radius:var(--radius-full);background:#fff;grid-template-columns:34px 38px 34px;min-height:36px;display:inline-grid;overflow:hidden}.cart-page__qty button,.cart-page__qty span{color:var(--color-text-secondary);place-items:center;font-weight:900;display:grid}.cart-page__qty button:disabled{opacity:.35}.cart-page__total{justify-content:space-between;gap:var(--space-4);padding:var(--space-5)0 var(--space-2);align-items:center;font-size:18px;display:flex}.cart-page__fineprint{margin-bottom:var(--space-5);font-size:13px}.cart-page__checkout{border:0;justify-content:center;align-items:center;width:100%;display:inline-flex}.cart-page__error{gap:var(--space-1);margin-top:var(--space-5);color:var(--color-cta-hover);padding:var(--space-4);background:#fff0e8db;border:1px solid #c76b5e3d;border-radius:18px;font-size:14px;font-weight:800;display:grid}.cart-page__empty{gap:var(--space-4);justify-items:start;display:grid}.cart-page__trust{gap:var(--space-5);display:grid;position:sticky;top:104px}.cart-page__trust-score{width:100%;display:flex}.cart-page__trust-card--verified{border-top:0;padding-top:0}.cart-page__trust-card p{color:var(--color-text-secondary);line-height:1.65}.cart-page__trust-card small{margin-top:var(--space-3);color:var(--color-text-tertiary);font-weight:800;display:block}.cart-page__trust-note{gap:var(--space-2);padding-top:var(--space-4);border-top:1px solid var(--color-border);display:grid}.cart-page__trust-note .trustpilot-wordmark{margin-bottom:2px}.cart-page__trust-note p{color:var(--color-text-primary);font-size:14px;font-weight:700;line-height:1.65}.cart-page__trust-note span{color:var(--color-text-tertiary);font-size:12px;font-weight:800}.cart-page__success{gap:var(--space-4);justify-items:start;max-width:680px;display:grid}.cart-page__success h1{font-size:clamp(34px,5vw,54px)}.cart-page__success-actions{gap:var(--space-3);flex-wrap:wrap;display:flex}@media (max-width:980px){.product-page__shell,.product-page__story-section,.cart-page__layout{grid-template-columns:1fr}.product-page__gallery,.cart-page__trust{position:static}.verified-review-rail__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.product-page__shell,.cart-page__layout,.product-page__story-section,.product-page__reviews,.cart-page__notice,.cart-page__success{width:min(100% - 24px,1120px)}.product-page__shell{padding-top:var(--space-5)}.product-page__hero-image,.product-page__details,.product-page__story-card,.product-page__steps,.product-page__reviews,.cart-page__main,.cart-page__trust,.cart-page__notice,.cart-page__success{border-radius:22px}.product-page__thumbs button{min-height:72px}.product-page__checkout-card{grid-template-columns:1fr}.product-page__checkout-card button{width:100%}.cart-page__item{grid-template-columns:88px minmax(0,1fr)}.cart-page__item-actions{grid-column:1/-1;grid-template-columns:1fr auto auto;place-items:center start}.cart-page__heading{flex-direction:column;align-items:flex-start}.trust-stars span{width:24px;height:24px;font-size:14px}.verified-review-rail__grid{grid-template-columns:1fr}.verified-review-card__footer,.verified-review-card__topline{justify-content:start}.verified-review-card__source-wrap{text-align:left;justify-items:start}}@media (max-width:420px){.products-grid--catalog,.products-grid[data-homepage-theme-grid=true]{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-page__choice-grid{grid-template-columns:1fr}.cart-page__item-body dl div{grid-template-columns:1fr;gap:2px}}.product-page__checkout-card{position:relative;bottom:auto}.product-page__rating-row .product-page__stars{color:#f5a623}.product-page__rating-row>span:not(.product-page__stars){color:var(--color-text-tertiary)}.product-page__hero-image--switching img{animation:.26s ease-out momentyaPreviewSlideIn}@keyframes momentyaPreviewSlideIn{0%{opacity:0;transform:translate(18px)scale(.985)}to{opacity:1;transform:translate(0)scale(1)}}.product-page__benefit-list{gap:var(--space-3);margin-top:var(--space-5);display:grid}.product-page__benefit-list span{color:var(--color-text-secondary);padding:var(--space-4);background:#fff0e8b3;border:1px solid #d4a57438;border-radius:18px;font-size:14px;font-weight:800;line-height:1.55;display:block}.product-page__trust-moments{gap:var(--space-3);margin-top:var(--space-5);display:grid}.product-page__trust-moments div{gap:var(--space-4);padding:var(--space-4);background:linear-gradient(135deg,#fff0e8d1,#ffffffdb);border:1px solid #d4a57438;border-radius:18px;grid-template-columns:140px minmax(0,1fr);align-items:start;display:grid}.product-page__trust-moments strong{color:var(--color-text-primary);letter-spacing:.04em;text-transform:uppercase;font-size:14px;font-weight:950}.product-page__trust-moments span{color:var(--color-text-secondary);font-size:14px;font-weight:750;line-height:1.55}.product-page__trust-promise{gap:var(--space-2);margin-top:var(--space-5);flex-wrap:wrap;display:flex}.product-page__trust-promise span{border-radius:var(--radius-full);color:#41795b;min-height:34px;padding:0 var(--space-4);background:#5ba67a1f;align-items:center;font-size:12px;font-weight:900;display:inline-flex}.product-page__review-modal{z-index:90;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#2d24336b;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.product-page__review-dialog{border:1px solid var(--color-border);background:var(--color-warm-white);border-radius:28px;width:min(560px,100%);max-height:calc(100vh - 36px);padding:clamp(22px,5vw,34px);position:relative;overflow:auto;box-shadow:0 28px 90px #2d243342}.product-page__review-dialog h2{margin-bottom:var(--space-5);font-family:var(--font-display);font-size:clamp(28px,5vw,40px);line-height:1.08}.product-page__review-close{border:1px solid var(--color-border);width:42px;height:42px;color:var(--color-text-primary);background:#fff;border-radius:999px;place-items:center;font-size:26px;line-height:1;display:grid;position:absolute;top:16px;right:16px}.product-page__review-submit{border-radius:var(--radius-full);background:var(--color-cta);color:#fff;width:100%;min-height:54px;font-weight:900;box-shadow:0 14px 34px #c76b5e3d}.product-page__review-submit:disabled{opacity:.6}.product-page__star-picker{gap:var(--space-2);flex-wrap:wrap;display:flex}.product-page__star-picker button{border:1px solid var(--color-border);color:#2d24333d;width:48px;height:48px;box-shadow:var(--shadow-xs);transition:color var(--transition-fast),transform var(--transition-fast),border-color var(--transition-fast),background var(--transition-fast);background:#fff;border-radius:999px;place-items:center;display:grid}.product-page__star-picker button svg{width:24px;height:24px}.product-page__star-picker button:hover,.product-page__star-picker button:focus-visible{border-color:var(--color-cta);color:#f5a623;outline:none;transform:translateY(-1px)}.product-page__star-picker button.is-active{color:#f5a623;animation:momentyaStarPop .26s var(--transition-spring);background:#fff8e8;border-color:#f5a6235c}@keyframes momentyaStarPop{0%{transform:scale(.82)rotate(-8deg)}65%{transform:scale(1.12)rotate(4deg)}to{transform:scale(1)rotate(0)}}@media (max-width:640px){.product-page__review-modal{align-items:end;padding:10px}.product-page__review-dialog{border-radius:24px 24px 18px 18px;width:100%}.product-page__trust-moments div{gap:var(--space-2);grid-template-columns:1fr}.product-page__star-picker button{width:44px;height:44px}}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline-offset:3px;outline:3px solid #c76b5e5c}.character-bar{background:linear-gradient(90deg,#2d2433 0%,#47364c 100%)}.character-bar__link{min-height:40px;padding:var(--space-2)var(--space-4);font-size:13px}.header__inner{height:68px}.hero{min-height:auto;padding:clamp(48px,7vw,88px) 0 clamp(56px,8vw,96px)}.hero__content{max-width:520px}.hero__subtitle{margin-bottom:var(--space-6)}.section{padding:clamp(64px,7vw,96px) 0}.section__header{margin-bottom:clamp(28px,5vw,48px)}.product-card__image-fallback{align-content:end;gap:var(--space-2);padding:clamp(18px,4vw,28px)}.product-card__image-fallback p{max-width:12ch;color:var(--color-text-primary);font-family:var(--font-display);font-size:clamp(18px,3vw,26px);line-height:1.04}.product-card__image-fallback small{max-width:20ch;color:var(--color-text-secondary);font-size:12px;font-weight:800;line-height:1.45}.product-card__title{min-height:44px}.theme-categories{padding-bottom:var(--space-2);scroll-snap-type:x proximity}.theme-category-btn{scroll-snap-align:start}.catalog-proof-strip{gap:var(--space-4);margin:0 auto var(--space-7);box-shadow:var(--shadow-sm);background:#ffffffd6;border:1px solid #00b67a1f;border-radius:28px;padding:clamp(18px,3vw,28px);display:grid}.catalog-proof-strip__header{justify-content:space-between;align-items:end;gap:var(--space-4);flex-wrap:wrap;display:flex}.catalog-proof-strip__title{font-family:var(--font-display);color:var(--color-text-primary);font-size:clamp(22px,2.8vw,30px);line-height:1.08}.catalog-proof-strip__subtitle{margin-top:var(--space-2);max-width:56ch;color:var(--color-text-secondary);font-size:14px;line-height:1.65}.catalog-proof-strip__summary{flex-shrink:0}.catalog-proof-strip__list{gap:var(--space-3);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.catalog-proof-strip__card{border-radius:18px}.review-toast{width:min(340px,100vw - 32px)}.review-toast__brand-icon svg,.review-toast__star-box svg{width:12px;height:12px}.footer{padding:clamp(44px,7vw,72px) 0 28px}.footer__grid{margin-bottom:var(--space-8);grid-template-columns:minmax(0,1.8fr) repeat(3,minmax(0,1fr));gap:clamp(18px,3vw,32px)}.footer__brand{max-width:360px}.footer__brand-desc{margin-bottom:var(--space-4)}.footer__badges{gap:var(--space-2);flex-wrap:wrap;display:flex}.footer__badge{border-radius:var(--radius-full);color:#ffffffd1;min-height:34px;padding:0 var(--space-4);background:#ffffff14;align-items:center;font-size:12px;font-weight:800;display:inline-flex}.footer__links{gap:var(--space-2)}.footer__link{align-items:center;min-height:36px;display:inline-flex}.footer__payment{gap:var(--space-2)}.public-info-page__card{border:1px solid var(--color-border);background:#ffffffe6;border-radius:32px;padding:clamp(24px,5vw,40px);box-shadow:0 22px 70px #2d24331a}.public-info-page__intro{max-width:62ch;color:var(--color-text-secondary);font-size:16px;line-height:1.75}.public-info-page__highlight{margin-top:var(--space-5);color:var(--color-text-primary);padding:var(--space-4);background:#fff0e8ad;border:1px solid #d4a5743d;border-radius:20px;font-size:14px;font-weight:800;line-height:1.6}.public-info-page__grid{gap:var(--space-4);margin-top:var(--space-6);display:grid}.public-info-page__section{background:#ffffffc2;border:1px solid #d4a5742e;border-radius:22px;padding:clamp(18px,3vw,24px)}.public-info-page__section h2{color:var(--color-text-primary);font-size:20px;line-height:1.2}.public-info-page__section p{margin-top:var(--space-2);color:var(--color-text-secondary);font-size:14px;line-height:1.7}.public-info-page__actions{gap:var(--space-3);margin-top:var(--space-6);flex-wrap:wrap;display:flex}.product-page__upload{gap:var(--space-2);min-height:148px;padding:var(--space-5);align-content:center;justify-items:center}.product-page__upload.is-selected{background:linear-gradient(#ecf9f1f2,#fffffff0);border-color:#5ba67a8c}.product-page__upload-icon{width:52px;height:52px;color:var(--color-cta);box-shadow:var(--shadow-xs);background:#ffffffd9;border-radius:18px;place-items:center;display:grid}.product-page__upload-icon svg{width:24px;height:24px}.product-page__upload-title{color:var(--color-text-primary);font-size:18px;font-weight:900;line-height:1.2}.product-page__upload-copy,.product-page__upload-state{color:var(--color-text-secondary);font-size:13px;font-weight:700;line-height:1.55}.product-page__flow-strip{gap:var(--space-3);margin-top:var(--space-5);display:grid}.product-page__flow-strip div{gap:var(--space-1);padding:var(--space-4);background:#fff0e875;border:1px solid #d4a57438;border-radius:18px;display:grid}.product-page__flow-strip strong{color:var(--color-text-primary);font-size:14px;font-weight:900}.product-page__flow-strip span{color:var(--color-text-secondary);font-size:13px;font-weight:750;line-height:1.55}.order-completed__next-steps{gap:var(--space-3);width:100%;display:grid}.order-completed__next-steps div{gap:var(--space-1);padding:var(--space-4);background:#ffffffc2;border:1px solid #d4a57433;border-radius:18px;display:grid}.order-completed__next-steps strong{color:var(--color-text-primary);font-size:14px;font-weight:900}.order-completed__next-steps span{color:var(--color-text-secondary);font-size:14px;line-height:1.65}@media (max-width:980px){.catalog-proof-strip__list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.header__inner{height:62px}.hero{padding:22px 0 28px}.section{padding:56px 0}.catalog-proof-strip{margin-bottom:var(--space-6)}.catalog-proof-strip__list{gap:var(--space-3);padding-bottom:var(--space-1);scroll-snap-type:x proximity;display:flex;overflow-x:auto}.catalog-proof-strip__card{scroll-snap-align:start;min-width:min(290px,100vw - 64px)}.footer__grid{grid-template-columns:1fr 1fr}}@media (max-width:640px){.character-bar__link{min-height:34px;padding:6px 12px;font-size:12px}.hero__visual{margin-bottom:var(--space-2)}.section__title{letter-spacing:-.02em}.product-card__image-fallback{padding:14px}.product-card__image-fallback p{font-size:17px}.review-toast{left:auto;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));border-radius:18px;width:min(280px,100vw - 24px);padding:14px;transform:translateY(16px)}.review-toast__close{width:30px;height:30px;box-shadow:none;border-radius:999px;top:10px;right:10px}.review-toast__brand{margin-bottom:6px}.review-toast__title{padding-right:24px;font-size:13px}.review-toast__body{-webkit-line-clamp:3}.footer{padding:36px 0 24px}.footer__grid{grid-template-columns:1fr;gap:18px}.footer__bottom{padding-top:var(--space-5)}.public-info-page__actions{display:grid}.public-info-page__actions .btn{width:100%}.product-page__details h1{font-size:clamp(28px,8vw,42px)}.product-page__intro{font-size:15px;line-height:1.65}.product-page__upload{min-height:136px;padding:var(--space-4)}.product-page__upload-title{font-size:16px}.product-page__flow-strip div,.order-completed__next-steps div{padding:14px}.cart-page__trust{gap:var(--space-4)}}@media (max-width:420px){.product-card__image-fallback small{font-size:11px}}.hero{background:radial-gradient(circle at top,#d6b1ff47,#0000 46%),radial-gradient(circle at 15% 28%,#9b72e82e,#0000 28%),radial-gradient(circle at 86% 22%,#ffc0cb38,#0000 24%),linear-gradient(#fff8f3 0%,#fff1eb 34%,#fbf2ff 100%);align-items:stretch;min-height:auto;padding:0 0 clamp(40px,6vw,64px);display:block}.hero__bg-pattern{opacity:.12;background-image:radial-gradient(circle at 14% 22%,#ffffffd6 0,#fff0 28px),radial-gradient(circle at 82% 18%,#ffffffc7 0,#fff0 32px),radial-gradient(circle at 22% 72%,#d4a57429 0,#d4a57400 38px),radial-gradient(circle at 76% 78%,#a47ee62e 0,#a47ee600 40px);background-size:auto}.hero__visual{width:100%}.hero__media-shell{background:radial-gradient(circle at 18% 36%,#ffd7f247,#0000 26%),radial-gradient(circle at 82% 30%,#ffecb838,#0000 24%),linear-gradient(135deg,#7f55cb 0%,#b06fd3 50%,#efbad1 100%);border-radius:0 0 40px 40px;width:100%;position:relative;overflow:hidden;box-shadow:0 22px 60px #68478729}.hero__media-card{aspect-ratio:16/7.75;background:linear-gradient(#1b142f0f,#1b142f47),linear-gradient(140deg,#8a63d2 0%,#d59ad2 52%,#f6c5cc 100%);border:0;border-radius:0 0 38px 38px;position:relative;overflow:hidden}.hero__media-card:after{content:"";pointer-events:none;z-index:3;background:linear-gradient(#fff0,#fff8f3e0);border-radius:0 0 38px 38px;height:clamp(20px,4vw,34px);position:absolute;inset:auto 0 0}.hero__video{z-index:2;object-fit:cover;background:#1f1530;width:100%;height:100%;display:block;position:relative}.hero__video-fallback{z-index:1;justify-content:flex-end;gap:var(--space-2);color:#fff;background:linear-gradient(#2a17480d,#2a1748b3),radial-gradient(circle at 20% 20%,#ffdaf866,#0000 18%),radial-gradient(circle at 80% 22%,#fff1b552,#0000 20%),linear-gradient(135deg,#7651cc 0%,#ca8bd5 52%,#efc0d0 100%);flex-direction:column;padding:clamp(18px,4vw,28px);display:flex;position:absolute;inset:0}.hero__video-fallback-label{letter-spacing:.08em;text-transform:uppercase;background:#ffffff2e;border:1px solid #ffffff47;border-radius:999px;align-items:center;width:fit-content;padding:8px 14px;font-size:12px;font-weight:700;display:inline-flex}.hero__video-fallback p{max-width:26ch;font-size:clamp(16px,2vw,20px);font-weight:600;line-height:1.4}.hero__content{text-align:center;justify-items:center;gap:clamp(14px,2vw,20px);width:min(100%,820px);max-width:820px;margin:clamp(20px,4vw,30px) auto 0;display:grid}.hero__badge{color:#b2722b;background:#ffffffe0;border:1px solid #dfc4d0d1;border-radius:999px;justify-content:center;width:min(100%,820px);min-height:0;margin:0;padding:14px 20px;font-size:14px;font-weight:700;line-height:1.45;box-shadow:0 16px 40px #9b729a1f}.hero__badge svg{flex-shrink:0}.hero__title{letter-spacing:-.035em;max-width:12ch;margin:0;font-size:clamp(34px,6vw,62px);line-height:1.02}.hero__trust-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(12px,2vw,16px);width:min(100%,760px);display:grid}.hero__trust-card{background:#ffffffe6;border:1px solid #e8e0e5e6;border-radius:22px;grid-template-columns:48px 1fr;align-items:center;gap:12px;padding:16px 18px;display:grid;box-shadow:0 16px 36px #56406814}.hero__trust-icon{color:#c67b5e;background:linear-gradient(#ffe7f1fa,#fff4e1fa);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:inline-flex;box-shadow:inset 0 1px #fffc}.hero__trust-icon svg{width:20px;height:20px}.hero__trust-copy{text-align:left;gap:2px;display:grid}.hero__trust-copy strong{color:var(--color-text-primary);font-size:15px;line-height:1.2}.hero__trust-copy span{color:var(--color-text-secondary);font-size:14px;line-height:1.55}.homepage-discovery .section__header{max-width:760px;margin-bottom:clamp(20px,4vw,30px)}.homepage-discovery .section__subtitle{max-width:42ch;margin:0 auto}.homepage-discovery-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0 auto clamp(24px,4vw,32px);display:grid}.homepage-discovery-stat{background:linear-gradient(#fffffff0,#fff7eef5);border:1px solid #dfc4a67a;border-radius:24px;justify-items:start;gap:12px;min-width:0;padding:clamp(14px,2.5vw,18px);display:grid;box-shadow:0 14px 36px #c27e5314}.homepage-discovery-stat__icon{color:#cb7f47;background:linear-gradient(#ffe6d6fa,#fff8e9fa);border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;display:inline-flex}.homepage-discovery-stat__icon svg{width:21px;height:21px}.homepage-discovery-stat strong{color:var(--color-text-primary);font-size:15px;line-height:1.35}.homepage-discovery .themes-toolbar{margin-top:0}.homepage-discovery .theme-categories{margin-top:var(--space-4)}.homepage-discovery .theme-category-btn{min-height:48px;padding:0 22px}@media (max-width:980px){.hero__content,.hero__trust-grid{width:min(100%,720px)}}@media (max-width:768px){.character-bar__link{min-height:40px;padding:8px 12px;font-size:12px}.header__inner{height:64px;padding:0 14px}.header__logo{gap:10px;font-size:18px}.header__logo-icon{width:34px;height:34px}.hero{padding-bottom:40px}.hero__media-shell{border-radius:0 0 30px 30px}.hero__media-card{aspect-ratio:16/9.8;border-radius:0 0 28px 28px}.hero__badge{padding:12px 16px;font-size:13px}.hero__title{font-size:clamp(30px,10vw,46px)}.hero__trust-grid{grid-template-columns:1fr;width:min(100%,540px)}.homepage-discovery-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}}@media (max-width:640px){.hero__media-shell,.hero__media-card{border-radius:0 0 24px 24px}.hero__video-fallback{padding:16px}.hero__video-fallback-label{padding:7px 12px;font-size:11px}.hero__content,.hero__badge{width:100%}.hero__trust-card{grid-template-columns:46px 1fr;gap:12px;padding:14px 16px}.hero__trust-icon{width:46px;height:46px}.homepage-discovery-stat{border-radius:20px;gap:10px;padding:14px 12px}.homepage-discovery-stat__icon{width:40px;height:40px}.homepage-discovery-stat__icon svg{width:18px;height:18px}.homepage-discovery-stat strong{font-size:13px}.homepage-discovery .theme-category-btn{min-height:44px;padding:0 18px}}@media (max-width:420px){.hero{padding-bottom:34px}.hero__media-card{aspect-ratio:16/10.8}.hero__title{font-size:clamp(28px,11vw,40px)}.hero__trust-copy strong{font-size:14px}.hero__trust-copy span{font-size:13px}.homepage-discovery-stat strong{font-size:12px}}
