.quooker-hero{padding-block:var(--space-section);background:var(--color-surface);text-align:center}.quooker-hero__inner{display:flex;flex-direction:column;align-items:center;gap:var(--space-lg);max-width:42rem;margin-inline:auto}.quooker-hero__label{color:var(--color-text-muted)}.quooker-hero__title{font-size:var(--font-size-hero);line-height:1.1}.quooker-hero__intro{font-size:var(--font-size-base);color:var(--color-text-muted);line-height:1.7}.quooker-advantages{background:var(--color-off-white);padding-block:var(--space-xl)}.quooker-advantages__list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:var(--space-md);gap:var(--space-md)}.quooker-advantage{display:flex;gap:var(--space-md);align-items:flex-start;padding:var(--space-lg);background:var(--color-surface);border:1px solid var(--color-border)}.quooker-advantage__number{flex-shrink:0;font-size:var(--font-size-xs);letter-spacing:.14em;color:var(--color-gold);line-height:1.4;padding-top:.15em}.quooker-advantage__body{min-width:0}.quooker-advantage__title{font-size:var(--font-size-base);line-height:1.3;margin-bottom:var(--space-xs)}.quooker-advantage__highlight,.quooker-advantage__text{color:var(--color-text-muted)}.quooker-advantage__text{font-size:var(--font-size-sm);line-height:1.55;margin-bottom:var(--space-xs)}.quooker-advantage .quooker-link{margin-top:var(--space-xs)}.quooker-link{font-size:var(--font-size-sm);font-weight:var(--font-weight-base);color:var(--color-text);text-decoration:underline;text-underline-offset:3px;transition:opacity .2s ease}.quooker-link:hover{opacity:.7}.quooker-catalog{padding-block:var(--space-section);background:var(--color-surface)}.quooker-catalog__header{text-align:center;max-width:36rem;margin-inline:auto;margin-bottom:var(--space-2xl);display:flex;flex-direction:column;gap:var(--space-md);align-items:center}.quooker-catalog__title{font-size:var(--font-size-2xl)}.quooker-faq-section{padding-block:var(--space-section);background:var(--color-off-white)}.quooker-faq-section__header{text-align:center;margin-bottom:var(--space-2xl)}.quooker-faq-section__title{font-size:var(--font-size-2xl)}.quooker-faq{max-width:40rem;margin-inline:auto;display:flex;flex-direction:column;gap:var(--space-sm)}.quooker-faq__item{background:var(--color-surface);border:1px solid var(--color-border)}.quooker-faq__question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);padding:var(--space-lg);text-align:left;font-size:var(--font-size-sm);font-weight:var(--font-weight-base);color:var(--color-text)}.quooker-faq__icon{flex-shrink:0;font-size:1.25rem;font-weight:var(--font-weight-base);color:var(--color-text-muted)}.quooker-faq__answer{padding:0 var(--space-lg) var(--space-lg);font-size:var(--font-size-sm);color:var(--color-text-muted);line-height:1.7}.quooker-cube{padding-block:var(--space-section);background:#f3f0eb}.quooker-cube__header{max-width:32rem;margin-inline:auto;margin-bottom:var(--space-2xl);gap:var(--space-md)}.quooker-cube__header,.quooker-cube__title{text-align:center;display:flex;flex-direction:column;align-items:center}.quooker-cube__title{gap:.15em;font-size:var(--font-size-2xl);line-height:1.2}.quooker-cube__title-question{display:block;white-space:nowrap}.quooker-cube__title-highlight{display:block;font-style:normal}.quooker-cube .product-card__media{aspect-ratio:1;min-height:clamp(15rem,32vw,20rem)}.quooker-cube .product-card__image{padding:var(--space-xs) var(--space-sm);object-fit:contain;object-position:center center;transform:scale(1.2)}.quooker-cube .product-card:hover .product-card__image{transform:scale(1.28)}.quooker-cube__cta{margin-top:var(--space-2xl);padding-top:var(--space-xl);text-align:center;border-top:1px solid var(--color-border)}.quooker-cube__cta-text{color:var(--color-text-muted);font-size:var(--font-size-base);line-height:1.6;margin:0 0 var(--space-lg);max-width:36rem;margin-inline:auto}@media (max-width:768px){.quooker-advantages__list{grid-template-columns:1fr}.quooker-advantage{padding:var(--space-md)}}.product-slider__viewport{overflow:hidden}.product-slider__track{display:flex;transition:transform .75s cubic-bezier(.4,0,.2,1);will-change:transform}.product-slider__slide{flex:0 0 100%;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:var(--space-xl);gap:var(--space-xl);align-items:stretch;list-style:none;margin:0;padding:0}.product-slider__slide>li{min-width:0;height:100%}.product-slider__controls{gap:var(--space-lg);margin-top:var(--space-xl)}.product-slider__arrow,.product-slider__controls{display:flex;align-items:center;justify-content:center}.product-slider__arrow{width:2.5rem;height:2.5rem;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);font-size:1.5rem;line-height:1;cursor:pointer;transition:border-color .2s ease,opacity .2s ease}.product-slider__arrow:hover:not(:disabled){border-color:var(--color-gold)}.product-slider__arrow:disabled{opacity:.35;cursor:not-allowed}.product-slider__dots{display:flex;gap:var(--space-sm)}.product-slider__dot{width:.5rem;height:.5rem;padding:0;border:none;border-radius:50%;background:var(--color-border);cursor:pointer;transition:background .3s ease,transform .3s ease}.product-slider__dot--active{background:var(--color-gold);transform:scale(1.2)}@media (max-width:900px){.product-slider__slide{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.product-slider__slide{grid-template-columns:1fr}}