.yc-home-page{background:var(--yc-surface)}.yc-home{padding:0 0 24px}.yc-home-section{padding:40px 0;border-top:1px solid var(--yc-border-soft);background:var(--yc-surface)}.yc-home-section--soft{background:var(--yc-surface-alt)}.yc-home-section:first-child{border-top:0;padding-top:24px}.yc-home-section.yc-home-section--hero{padding:var(--yc-hero-gap) 0 0;background:transparent;overflow:visible;border:0}.yc-home-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin:0 0 20px}.yc-home-head h2{margin:0;font-size:var(--yc-fs-22,22px);font-weight:700;line-height:1.25;color:var(--yc-text)}.yc-home-more{display:inline-flex;align-items:center;gap:4px;font-size:var(--yc-fs-13,13px);font-weight:600;color:var(--yc-muted);white-space:nowrap}.yc-home-more:hover{color:var(--yc-primary)}.yc-home-more .micon{font-size:14px}.yc-home-eyebrow{margin:0 0 8px;font-size:var(--yc-fs-12,12px);font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--yc-primary)}.yc-home-empty{margin:0;color:var(--yc-muted);font-size:var(--yc-fs-14,14px)}.yc-home .yc-btn-accent{background:var(--yc-primary);border:1px solid var(--yc-primary);color:var(--yc-inverse-text)}.yc-home .yc-btn-accent:hover{background:var(--yc-primary);border-color:var(--yc-primary)}.yc-home-hero{position:relative;width:min(var(--yc-header-max,var(--yc-container-max)),calc(100% - var(--yc-header-gutter,var(--yc-gutter)) * 2));max-width:100%;margin:0 auto;border-radius:var(--yc-radius-lg)}.yc-home-hero-track{position:relative;height:clamp(300px,38vw,580px);min-height:0;overflow:hidden;background:var(--yc-surface-alt)}.yc-home-hero.has-banners .yc-home-hero-track{height:auto;aspect-ratio:var(--yc-hero-ratio,2.6)}.yc-home-hero.has-banners .yc-home-hero-link>.yc-home-img{object-fit:contain}.yc-home-hero-slide{display:none;position:absolute;inset:0}.yc-home-hero-slide.is-active{display:block}.yc-home-hero-link{display:flex;align-items:center;justify-content:center;width:100%;height:100%;overflow:hidden;background:linear-gradient(120deg,var(--yc-surface-alt),var(--yc-surface-alt))}.yc-home-hero-link:focus-visible{outline:3px solid var(--yc-primary);outline-offset:-4px}.yc-home-hero-link>.yc-home-img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.yc-home-hero-slide.is-product-visual .yc-home-hero-link>.yc-home-img{width:min(70%,980px);object-fit:contain;mix-blend-mode:multiply}.yc-home-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:32px;align-items:center}.yc-home-hero-copy h1{margin:0 0 12px;font-size:clamp(var(--yc-display-min),4vw,var(--yc-display-lg));font-weight:700;line-height:1.15;color:var(--yc-text)}.yc-home-hero-copy>p{margin:0 0 20px;font-size:var(--yc-fs-15,15px);line-height:1.65;color:var(--yc-muted);max-width:34em}.yc-home-hero-installment{margin:0 0 20px;padding:14px 16px;border:1px solid var(--yc-border-soft);border-radius:8px;background:var(--yc-surface)}.yc-home-hero-installment-label{display:block;margin:0 0 4px;font-size:var(--yc-fs-12,12px);color:var(--yc-muted)}.yc-home-hero-installment strong{display:block;font-size:var(--yc-fs-18,18px);color:var(--yc-primary)}.yc-home-hero-installment small{display:block;margin-top:4px;font-size:var(--yc-fs-12,12px);color:var(--yc-muted)}.yc-home-hero-actions{display:flex;flex-wrap:wrap;gap:10px}.yc-home-hero-media{display:flex;align-items:center;justify-content:center;min-height:260px;border:1px solid var(--yc-border-soft);border-radius:8px;background:var(--yc-surface-alt);overflow:hidden}.yc-home-hero-media img,.yc-home-hero-media .yc-home-img{width:100%;height:auto;max-height:340px;object-fit:contain}.yc-home-product-stack{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;padding:16px;width:100%}.yc-home-product-stack-item{display:block;border:1px solid var(--yc-border-soft);border-radius:8px;background:var(--yc-surface);overflow:hidden}.yc-home-product-stack-item img{width:100%;aspect-ratio:1;object-fit:cover}.yc-home-hero-track{border-radius:var(--yc-radius-lg)}.yc-home-hero-controls{position:absolute;z-index:2;bottom:12px;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:center;max-width:calc(100% - 24px);margin:0;padding:0;pointer-events:auto}.yc-home-hero-controls[hidden]{display:none}.yc-home-hero-dots{display:flex;align-items:center;gap:0;padding:1px 6px;border:1px solid color-mix(in srgb,var(--yc-border) 60%,transparent);border-radius:var(--yc-radius-pill);background:color-mix(in srgb,var(--yc-surface) 88%,transparent);backdrop-filter:blur(8px)}.yc-home-hero-dots button{display:grid;place-items:center;flex:0 0 24px;width:24px;height:26px;min-width:0;min-height:0;padding:0;border:0;border-radius:0;background:transparent;cursor:pointer;line-height:1}.yc-home-hero-dots button:before{content:"";display:block;width:6px;height:6px;border-radius:var(--yc-radius-pill);background:var(--yc-muted);transition:width .18s,background .18s}.yc-home-hero-dots button.is-active{background:transparent}.yc-home-hero-dots button.is-active:before{width:16px;background:var(--yc-primary)}.yc-home-hero-controls button:focus-visible{outline:2px solid var(--yc-primary);outline-offset:2px}.yc-home-hero.has-editorial{margin-top:var(--yc-hero-gap,24px)}.yc-home-hero.has-editorial .yc-home-hero-track{height:400px;aspect-ratio:auto;min-height:0;overflow:hidden;border:1px solid var(--yc-border);border-radius:24px;background:var(--yc-surface-alt)}.yc-home-hero.has-editorial .yc-home-hero-slide.has-copy.is-active{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.84fr);grid-template-rows:minmax(0,1fr);align-items:center;gap:18px;padding:28px 38px 42px 54px;background:var(--yc-surface-alt)}.yc-home-hero.has-editorial .yc-home-hero-copy{position:relative;z-index:1;max-width:560px;min-width:0}.yc-home-hero-eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:14px;color:var(--yc-muted);font-size:var(--yc-fs-11,11px);font-weight:700;letter-spacing:.12em;text-transform:uppercase}.yc-home-hero-eyebrow:before{content:"";width:17px;height:1px;background:color-mix(in srgb,var(--yc-muted) 70%,transparent)}.yc-home-hero-copy h2{margin:0 0 13px;color:var(--yc-text);font-family:var(--yc-font-heading);font-size:clamp(34px,3.5vw,48px);font-weight:var(--yc-font-heading-weight,600);letter-spacing:-.05em;line-height:1.05}.yc-home-hero-copy p{max-width:42ch;margin:0;color:var(--yc-muted);font-size:var(--yc-fs-16,16px);line-height:1.6}.yc-home-hero-cta{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:44px;margin-top:23px;padding:0 18px;border:1px solid var(--yc-primary);border-radius:var(--yc-radius-sm,10px);background:var(--yc-primary);color:var(--yc-primary-text);font-size:var(--yc-fs-13,13px);font-weight:650}.yc-home-hero-cta:hover{background:var(--yc-button-hover);color:var(--yc-button-text)}.yc-home-hero.has-editorial .yc-home-hero-link{display:grid;place-items:center;align-self:center;width:100%;height:320px;min-width:0;overflow:visible;background:transparent}.yc-home-hero.has-editorial .yc-home-hero-link>.yc-home-img{width:100%;height:100%;max-height:320px;padding:12px;object-fit:contain;mix-blend-mode:multiply;filter:drop-shadow(0 16px 18px rgba(30,36,43,.12))}.yc-home-hero.has-editorial .yc-home-hero-controls{bottom:12px}.yc-home-hero.has-editorial .yc-home-hero-dots{border-color:color-mix(in srgb,var(--yc-border) 80%,transparent);background:color-mix(in srgb,var(--yc-surface) 88%,transparent)}.yc-home-trust{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.yc-home-trust-item{display:flex;gap:12px;align-items:flex-start;padding:16px;border:1px solid var(--yc-border-soft);border-radius:8px;background:var(--yc-surface)}.yc-home-section--soft .yc-home-trust-item{background:var(--yc-surface)}.yc-home-trust-icon{display:grid;place-items:center;flex:0 0 40px;width:40px;height:40px;border-radius:8px;background:var(--yc-icon-bg);color:var(--yc-icon-color)}.yc-home-trust-icon .micon{font-size:20px}.yc-home-trust-item strong{display:block;margin:0 0 4px;font-size:var(--yc-fs-14,14px);font-weight:700;color:var(--yc-text)}.yc-home-trust-item p{margin:0;font-size:var(--yc-fs-12,12px);line-height:1.5;color:var(--yc-muted)}.yc-home-trust-item{border-radius:var(--yc-radius-md,14px);box-shadow:none}.yc-home-cats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.yc-home-cat{display:flex;flex-direction:column;gap:10px;padding:12px;border:1px solid var(--yc-border-soft);border-radius:8px;background:var(--yc-surface);text-align:center;transition:border-color .2s}.yc-home-cat:hover{border-color:var(--yc-primary)}.yc-home-cat-media{display:flex;align-items:center;justify-content:center;aspect-ratio:4/3;border-radius:6px;background:var(--yc-surface-alt);overflow:hidden}.yc-home-cat-media img,.yc-home-cat-img{width:100%;height:100%;object-fit:cover}.yc-home-cat-fallback{display:grid;place-items:center;width:100%;height:100%;color:var(--yc-primary)}.yc-home-cat-fallback .micon{font-size:28px}.yc-home-cat-name{font-size:var(--yc-fs-13,13px);font-weight:600;color:var(--yc-text)}.yc-home-product-grid .yc-card{background:var(--yc-surface);border:1px solid var(--yc-border-soft);border-radius:var(--yc-radius-md,14px)}.yc-home-page .yc-card .yc-sp{display:none}.yc-home-payment-highlight{display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:16px;padding:18px 20px;border:1px solid var(--yc-info-border,var(--yc-border-soft));border-radius:var(--yc-radius-lg,16px);background:var(--yc-surface);box-shadow:0 8px 24px color-mix(in srgb,var(--yc-shadow-color,#202833) 5%,transparent)}.yc-home-payment-highlight-icon{display:grid;place-items:center;width:44px;height:44px;border:1px solid var(--yc-info-border,var(--yc-border-soft));border-radius:13px;background:var(--yc-info-soft,var(--yc-icon-bg));color:var(--yc-info,var(--yc-icon-color))}.yc-home-payment-highlight-icon .micon{font-size:21px}.yc-home-payment-highlight-copy{min-width:0}.yc-home-payment-highlight-eyebrow{display:block;margin:0 0 4px;color:var(--yc-muted);font-size:var(--yc-fs-11,11px);font-weight:700;letter-spacing:.07em;text-transform:uppercase}.yc-home-payment-highlight-copy h2{margin:0;color:var(--yc-text);font-size:var(--yc-fs-17,17px);font-weight:650;line-height:1.35}.yc-home-payment-highlight-copy p{margin:3px 0 0;color:var(--yc-muted);font-size:var(--yc-fs-13,13px);line-height:1.5}.yc-home-payment-highlight-link{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:42px;padding:0 15px;border:1px solid var(--yc-info-border,var(--yc-border));border-radius:var(--yc-radius-md,10px);background:var(--yc-surface);color:var(--yc-info,var(--yc-text));font-size:var(--yc-fs-13,13px);font-weight:650;text-decoration:none;white-space:nowrap;transition:background-color .18s ease,border-color .18s ease}.yc-home-payment-highlight-link:hover{border-color:var(--yc-info);background:var(--yc-info-soft);color:var(--yc-info-strong,var(--yc-info))}.yc-home-payment-highlight-link span{font-size:17px;line-height:1}.yc-home-installment{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:28px;align-items:center;padding:28px;border:1px solid var(--yc-border-soft);border-radius:8px;background:var(--yc-surface)}.yc-home-section--soft .yc-home-installment{background:var(--yc-surface)}.yc-home-installment-copy h2{margin:0 0 10px;font-size:var(--yc-fs-24,24px);font-weight:700;line-height:1.25}.yc-home-installment-copy>p{margin:0 0 16px;font-size:var(--yc-fs-14,14px);line-height:1.6;color:var(--yc-muted)}.yc-home-installment-sample{margin:0 0 18px;padding:12px 14px;border-left:3px solid var(--yc-primary);background:var(--yc-surface-alt)}.yc-home-installment-sample span{display:block;font-size:var(--yc-fs-12,12px);color:var(--yc-muted)}.yc-home-installment-sample strong{display:block;margin-top:4px;font-size:var(--yc-fs-18,18px);color:var(--yc-primary)}.yc-home-installment-sample small{display:block;margin-top:4px;font-size:var(--yc-fs-12,12px);color:var(--yc-muted)}.yc-home-installment-actions{display:flex;flex-wrap:wrap;gap:10px}.yc-home-installment-product{display:block;border:1px solid var(--yc-border-soft);border-radius:8px;background:var(--yc-surface-alt);overflow:hidden}.yc-home-installment-product img{width:100%;height:auto;object-fit:contain}.yc-home-brands{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.yc-home-brand{display:flex;flex-direction:column;gap:4px;padding:18px 16px;border:1px solid var(--yc-border-soft);border-radius:8px;background:var(--yc-surface);text-align:center}.yc-home-brand:hover{border-color:var(--yc-primary)}.yc-home-brand span{font-size:var(--yc-fs-15,15px);font-weight:700;color:var(--yc-text)}.yc-home-brand small{font-size:var(--yc-fs-12,12px);color:var(--yc-muted)}.yc-home-reviews{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:24px;align-items:start}.yc-home-reviews-intro p{margin:0 0 12px;font-size:var(--yc-fs-14,14px);line-height:1.6;color:var(--yc-muted)}.yc-home-reviews-stats{margin:0 0 16px!important;font-size:var(--yc-fs-13,13px);color:var(--yc-text)}.yc-home-reviews-cards{display:grid;gap:12px}.yc-home-review-card{display:grid;grid-template-columns:96px minmax(0,1fr);gap:12px;padding:14px;border:1px solid var(--yc-border-soft);border-radius:8px;background:var(--yc-surface)}.yc-home-review-photo{border-radius:6px;overflow:hidden;background:var(--yc-surface-alt)}.yc-home-review-photo img{width:100%;height:100%;object-fit:cover;aspect-ratio:1}.yc-home-review-body p{margin:6px 0 10px;font-size:var(--yc-fs-13,13px);line-height:1.55;color:var(--yc-text)}.yc-home-review-body footer{display:grid;gap:2px;font-size:var(--yc-fs-12,12px)}.yc-home-review-body footer strong{color:var(--yc-text)}.yc-home-review-body footer span{color:var(--yc-muted)}.yc-home-why{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.yc-home-why-item{display:flex;gap:14px;padding:18px;border:1px solid var(--yc-border-soft);border-radius:8px;background:var(--yc-surface)}.yc-home-why-icon{display:grid;place-items:center;flex:0 0 44px;width:44px;height:44px;border-radius:10px;background:var(--yc-icon-bg);color:var(--yc-icon-color)}.yc-home-why-icon .micon{font-size:22px}.yc-home-why-item strong{display:block;margin:0 0 6px;font-size:var(--yc-fs-15,15px);font-weight:700}.yc-home-why-item p{margin:0;font-size:var(--yc-fs-13,13px);line-height:1.55;color:var(--yc-muted)}.yc-home-quick{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.yc-home-quick-item{display:flex;align-items:center;gap:14px;padding:16px 18px;border:1px solid var(--yc-border-soft);border-radius:8px;background:var(--yc-surface)}.yc-home-quick-item:hover{border-color:var(--yc-primary)}.yc-home-quick-icon{display:grid;place-items:center;flex:0 0 40px;width:40px;height:40px;border-radius:8px;background:var(--yc-icon-bg);color:var(--yc-icon-color)}.yc-home-quick-copy{flex:1;min-width:0;display:grid;gap:2px}.yc-home-quick-copy strong{font-size:var(--yc-fs-14,14px);font-weight:700;color:var(--yc-text)}.yc-home-quick-copy small{font-size:var(--yc-fs-12,12px);line-height:1.45;color:var(--yc-muted)}.yc-home-quick-arrow{margin-left:auto;color:var(--yc-text-soft)}.yc-home-quick-item:hover .yc-home-quick-arrow{color:var(--yc-primary)}.yc-home-newsletter{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);gap:24px;align-items:center;padding:28px;border:1px solid var(--yc-border-soft);border-radius:8px;background:var(--yc-surface)}.yc-home-newsletter-copy h2{margin:0 0 8px;font-size:var(--yc-fs-22,22px);font-weight:700}.yc-home-newsletter-copy p{margin:0;font-size:var(--yc-fs-14,14px);line-height:1.6;color:var(--yc-muted)}.yc-home-newsletter-form{display:flex;gap:10px;flex-wrap:wrap}.yc-home-newsletter-form input{flex:1;min-width:200px;height:44px;padding:0 14px;border:1px solid var(--yc-border);border-radius:8px;background:var(--yc-surface)}.yc-home-newsletter-form input:focus{outline:2px solid color-mix(in srgb,var(--yc-primary) 14.9%,transparent);border-color:var(--yc-primary);outline-offset:1px}.yc-home-newsletter-msg{grid-column:1/-1;margin:8px 0 0;font-size:var(--yc-fs-13,13px)}.yc-home-newsletter-msg.is-success{color:var(--yc-success-strong)}.yc-home-newsletter-msg.is-error{color:var(--yc-error)}.yc-home-blog{display:grid;grid-template-columns:repeat(var(--yc-blog-cols,3),minmax(0,1fr));gap:16px}.yc-home-blog-card{display:flex;flex-direction:column;border:1px solid var(--yc-border-soft);border-radius:8px;background:var(--yc-surface);overflow:hidden}.yc-home-blog-media{display:block;position:relative;aspect-ratio:var(--yc-blog-ratio,16/10);background:var(--yc-surface-alt);border-bottom:1px solid var(--yc-border-soft);overflow:hidden}.yc-home-blog-media img{width:100%;height:100%;object-fit:cover}.yc-home-blog-fallback{display:grid;place-items:center;width:100%;height:100%;color:var(--yc-primary)}.yc-home-blog-body{padding:14px 16px 18px}.yc-home-blog-body time{display:block;margin:0 0 6px;font-size:var(--yc-fs-11,11px);color:var(--yc-text-soft)}.yc-home-blog-body h3{margin:0 0 8px;font-size:var(--yc-fs-15,15px);font-weight:700;line-height:1.35}.yc-home-blog-body h3 a:hover{color:var(--yc-primary)}.yc-home-blog-body p{margin:0;font-size:var(--yc-fs-13,13px);line-height:1.55;color:var(--yc-muted)}.yc-home-corporate{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:28px;align-items:start}.yc-home-corporate-about h2{margin:0 0 10px;font-size:var(--yc-fs-24,24px);font-weight:700;line-height:1.25}.yc-home-corporate-about p{margin:0 0 16px;font-size:var(--yc-fs-14,14px);line-height:1.6;color:var(--yc-muted)}.yc-home-corporate-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.yc-home-corporate-item{display:grid;gap:6px;padding:16px;border:1px solid var(--yc-border-soft);border-radius:8px;background:var(--yc-surface)}.yc-home-corporate-item:hover{border-color:var(--yc-primary)}.yc-home-corporate-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:8px;background:var(--yc-icon-bg);color:var(--yc-icon-color)}.yc-home-corporate-item strong{font-size:var(--yc-fs-14,14px);font-weight:700;color:var(--yc-text)}.yc-home-corporate-item p{margin:0;font-size:var(--yc-fs-12,12px);line-height:1.5;color:var(--yc-muted)}.yc-home-final{text-align:center;padding:36px 24px;border:1px solid var(--yc-border-soft);border-radius:8px;background:var(--yc-surface)}.yc-home-section--soft .yc-home-final{background:var(--yc-surface)}.yc-home-final h2{margin:0 0 10px;font-size:var(--yc-fs-26,26px);font-weight:700}.yc-home-final p{margin:0 auto 20px;max-width:36em;font-size:var(--yc-fs-14,14px);line-height:1.6;color:var(--yc-muted)}.yc-home-final-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}@media(max-width:1024px){.yc-home-trust,.yc-home-cats{grid-template-columns:repeat(2,minmax(0,1fr))}.yc-home-payment-highlight{grid-template-columns:40px minmax(0,1fr) auto;gap:13px;padding:16px}.yc-home-payment-highlight-icon{width:40px;height:40px}.yc-home-product-grid.yc-grid.cols-4{grid-template-columns:repeat(3,1fr)}.yc-home-hero-grid,.yc-home-installment,.yc-home-reviews,.yc-home-corporate,.yc-home-newsletter{grid-template-columns:minmax(0,1fr)}.yc-home-hero-track{height:clamp(280px,44vw,460px)}.yc-home-hero-slide.is-product-visual .yc-home-hero-link>.yc-home-img{width:min(82%,760px)}}@media(max-width:640px){.yc-home-section{padding:28px 0}.yc-home-payment-highlight{grid-template-columns:36px minmax(0,1fr);gap:11px;padding:14px;border-radius:var(--yc-radius-md,12px)}.yc-home-payment-highlight-icon{width:36px;height:36px;border-radius:11px}.yc-home-payment-highlight-icon .micon{font-size:18px}.yc-home-payment-highlight-eyebrow{font-size:10px}.yc-home-payment-highlight-copy h2{font-size:var(--yc-fs-15,15px)}.yc-home-payment-highlight-copy p{font-size:var(--yc-fs-12,12px)}.yc-home-payment-highlight-link{grid-column:2;justify-self:start;min-height:36px;margin-top:1px;padding-inline:11px;font-size:var(--yc-fs-12,12px)}.yc-home-section.yc-home-section--hero{padding-top:min(var(--yc-hero-gap),16px)}.yc-home-hero-track{height:clamp(230px,72vw,340px)}.yc-home-hero-slide.is-product-visual .yc-home-hero-link>.yc-home-img{width:100%;height:100%;padding:0;object-fit:cover;mix-blend-mode:normal}.yc-home-hero-controls{bottom:6px}.yc-home-hero-dots{gap:0;padding:0 3px}.yc-home-hero-dots button{flex-basis:19px;width:19px;height:19px}.yc-home-hero-dots button:before{width:5px;height:5px}.yc-home-hero-dots button.is-active:before{width:12px}.yc-home-head{flex-direction:column;align-items:flex-start;gap:8px}.yc-home-more{white-space:normal}.yc-home-head h2{font-size:var(--yc-fs-20,20px)}.yc-home-trust,.yc-home-cats,.yc-home-brands,.yc-home-why,.yc-home-quick,.yc-home-corporate-grid,.yc-home-product-grid.yc-grid.cols-4{grid-template-columns:minmax(0,1fr)}.yc-home-hero-actions,.yc-home-installment-actions,.yc-home-final-actions{flex-direction:column;width:100%}.yc-home-hero-actions .yc-btn,.yc-home-installment-actions .yc-btn,.yc-home-final-actions .yc-btn{width:100%}.yc-home-newsletter-form{flex-direction:column}.yc-home-newsletter-form .yc-btn{width:100%}.yc-home-review-card{grid-template-columns:minmax(0,1fr)}}.yc-home-why-item,.yc-home-newsletter,.yc-home-newsletter-form,.yc-home-newsletter-form>*{box-sizing:border-box;min-width:0}.yc-home-newsletter-form input{width:100%;max-width:100%;min-width:0;box-sizing:border-box;font-family:var(--yc-font-body);font-size:var(--yc-fs-14,14px);line-height:1.35;color:var(--yc-text)}.yc-home-newsletter-form input::placeholder{font:inherit;color:var(--yc-text-soft);opacity:1}@media(max-width:640px){.yc-home-why{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.yc-home-why-item{align-items:flex-start;gap:9px;padding:12px 10px}.yc-home-why-icon{flex:0 0 30px;width:30px;height:30px;border-radius:9px}.yc-home-why-icon .micon{font-size:16px}.yc-home-why-item strong{margin-bottom:4px;font-family:var(--yc-font-heading);font-size:var(--yc-fs-12-5,12.5px);line-height:1.3}.yc-home-why-item p{font-family:var(--yc-font-body);font-size:var(--yc-fs-11-5,11.5px);line-height:1.42;overflow-wrap:anywhere}.yc-home-newsletter{gap:14px;padding:16px;border-radius:var(--yc-radius-md,12px)}.yc-home-newsletter-copy h2{font-family:var(--yc-font-heading);font-size:var(--yc-fs-18,18px);line-height:1.3}.yc-home-newsletter-copy p{font-family:var(--yc-font-body);font-size:var(--yc-fs-13,13px);line-height:1.5}.yc-home-newsletter-form{display:grid;grid-template-columns:minmax(0,1fr);gap:8px;width:100%}.yc-home-newsletter-form input{display:block;flex:none;height:44px;margin:0;padding:0 12px;border-radius:var(--yc-radius-sm,8px);font-size:var(--yc-fs-14,14px)}.yc-home-newsletter-form .yc-btn{width:100%;min-width:0;min-height:42px;margin:0;font-family:var(--yc-font-body);font-size:var(--yc-fs-13,13px)}}.yc-home-section:has(.yc-home-trust){padding:12px 0 24px;border:0;background:transparent}.yc-home-trust{gap:10px}.yc-home-trust-item{align-items:center;gap:10px;padding:12px;min-width:0;border-radius:var(--yc-radius-md)}.yc-home-trust-icon{flex-basis:30px;width:30px;height:30px;border-radius:var(--yc-radius-sm)}.yc-home-trust-icon .micon{font-size:17px}.yc-home-trust-item strong{margin-bottom:3px;font-size:calc(var(--yc-font-size)*.75);font-weight:var(--yc-font-heading-weight)}.yc-home-trust-item p{font-size:calc(var(--yc-font-size)*.6875);line-height:1.45}@media(max-width:900px){.yc-home-hero{width:calc(100% - var(--yc-header-mobile-gutter,var(--yc-gutter)) * 2)}.yc-home-trust{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:minmax(240px,76%);overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-x:contain;padding:2px 0 6px;gap:10px}.yc-home-trust::-webkit-scrollbar{display:none}.yc-home-trust-item{scroll-snap-align:start;padding:10px 12px}.yc-home-trust-item strong{font-size:calc(var(--yc-font-size-mobile)*.75)}.yc-home-trust-item p{font-size:calc(var(--yc-font-size-mobile)*.6875)}.yc-home-section:has(.yc-home-trust){padding:4px 0 16px}}@media(max-width:760px){.yc-home-hero.has-editorial{margin-top:14px}.yc-home-hero.has-editorial .yc-home-hero-track{height:auto;min-height:0;border-radius:18px}.yc-home-hero.has-editorial .yc-home-hero-slide.has-copy.is-active{grid-template-columns:minmax(0,1fr);grid-template-rows:auto 210px;gap:0;padding:22px 20px 28px}.yc-home-hero.has-editorial .yc-home-hero-copy{max-width:38ch}.yc-home-hero-eyebrow{margin-bottom:9px;font-size:var(--yc-fs-9,9px)}.yc-home-hero-copy h2{margin-bottom:8px;font-size:clamp(29px,8vw,36px)}.yc-home-hero-copy p{font-size:var(--yc-fs-13,13px);line-height:1.5}.yc-home-hero-cta{min-height:40px;margin-top:14px;font-size:var(--yc-fs-12,12px)}.yc-home-hero.has-editorial .yc-home-hero-link{height:210px;min-height:0}.yc-home-hero.has-editorial .yc-home-hero-link>.yc-home-img{height:210px;max-height:210px;padding:4px}.yc-home-hero.has-editorial .yc-home-hero-controls{bottom:7px}}@media(prefers-reduced-motion:reduce){.yc-home-hero-dots button:before{transition:none}}.yc-home-hero--image-only{margin-top:var(--yc-hero-gap,24px)}.yc-home-hero--image-only.has-banners .yc-home-hero-track{height:auto;aspect-ratio:var(--yc-hero-ratio,2.6);background:var(--yc-surface)}.yc-home-hero--image-only .yc-home-hero-slide{overflow:hidden}.yc-home-hero--image-only .yc-home-hero-link{display:flex;width:100%;height:100%;background:var(--yc-surface)}.yc-home-hero--image-only .yc-home-hero-link picture{display:block;width:100%;height:100%}.yc-home-hero--image-only .yc-home-hero-link :is(img,.yc-home-img){display:block;width:100%;height:100%;max-width:none;max-height:none;object-fit:cover;object-position:center;padding:0;mix-blend-mode:normal;filter:none}.yc-home-hero--image-only .yc-home-hero-slide.is-portrait .yc-home-hero-link :is(img,.yc-home-img){width:min(100%,560px);height:100%;margin-inline:auto;object-fit:contain;padding:12px 0}.yc-home-hero--image-only .yc-home-product-stack{height:100%;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;padding:clamp(16px,4vw,64px);gap:clamp(8px,2vw,28px);background:var(--yc-surface-alt)}.yc-home-hero--image-only .yc-home-product-stack-item{height:min(100%,320px);border:0;background:var(--yc-surface)}.yc-home-hero--image-only .yc-home-product-stack-item img{width:100%;height:100%;object-fit:contain;padding:10px}.yc-home-hero--image-only .yc-home-hero-dots{padding:0 4px;border-color:color-mix(in srgb,var(--yc-border) 72%,transparent);background:color-mix(in srgb,var(--yc-surface) 92%,transparent);backdrop-filter:blur(5px)}@media(max-width:900px){.yc-home-hero--image-only{margin-top:14px}.yc-home-hero--image-only.has-banners .yc-home-hero-track{height:auto;aspect-ratio:1.75}.yc-home-hero--image-only .yc-home-hero-slide.is-portrait .yc-home-hero-link :is(img,.yc-home-img){width:min(100%,360px);padding:8px 0}.yc-home-hero--image-only .yc-home-product-stack{grid-template-columns:repeat(2,minmax(0,1fr));padding:12px;gap:8px}.yc-home-hero--image-only .yc-home-product-stack-item{height:100%;min-height:0}.yc-home-hero--image-only .yc-home-product-stack-item img{padding:5px}}.yc-home-trust--images{grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-flow:row;grid-auto-columns:auto;gap:16px;overflow:visible;padding:0}.yc-home-trust--images .yc-home-trust-placeholder{display:block;min-width:0;margin:0;padding:0;overflow:hidden;aspect-ratio:12/7;border:1px solid var(--yc-border-soft);border-radius:var(--yc-radius-md);background:var(--yc-surface-alt);scroll-snap-align:initial}.yc-home-trust--images .yc-home-trust-placeholder img{display:block;width:100%;height:100%;object-fit:cover}@media(max-width:900px){.yc-home-trust--images{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-flow:row;grid-auto-columns:auto;gap:10px;overflow:visible;padding:0;scroll-snap-type:none}.yc-home-trust--images .yc-home-trust-placeholder{aspect-ratio:1.45}}.yc-home-category-browser{min-width:0}.yc-home-category-browser .yc-home-head{flex-direction:row;align-items:center}.yc-home-category-actions{display:flex;align-items:center;gap:16px}.yc-home-cat-controls{display:flex;align-items:center;gap:6px}.yc-home-cat-controls button{display:grid;place-items:center;width:34px;height:34px;min-width:34px;padding:0;border:1px solid var(--yc-border);border-radius:50%;background:var(--yc-surface);color:var(--yc-text);cursor:pointer}.yc-home-cat-controls button:disabled{opacity:.35;cursor:default}.yc-home-cat-controls [data-category-prev] .micon{transform:rotate(180deg)}.yc-home-cat-controls button:focus-visible{outline:2px solid var(--yc-primary);outline-offset:2px}.yc-home-category-browser .yc-home-cats{display:grid;grid-template-columns:repeat(var(--yc-cat-columns,8),minmax(0,1fr));grid-auto-flow:row;grid-auto-columns:auto;gap:16px;overflow:visible;padding:2px 0;scroll-snap-type:none}.yc-home-category-browser .yc-home-cats.is-overflow{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:var(--yc-cat-width,136px);overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-x:contain}.yc-home-category-browser .yc-home-cats::-webkit-scrollbar{display:none}.yc-home-category-browser .yc-home-cat{min-width:0;scroll-snap-align:start}@media(max-width:900px){.yc-home-category-browser .yc-home-cats,.yc-home-category-browser .yc-home-cats.is-overflow{grid-template-columns:repeat(var(--yc-cat-mobile-columns,4),minmax(0,1fr));grid-auto-flow:row;grid-auto-columns:auto;gap:16px 10px;overflow:visible;scroll-snap-type:none;padding:0}.yc-home-category-browser .yc-home-cat:nth-child(n+9){display:none}.yc-home-category-browser .yc-home-cat-controls{display:none}.yc-home-category-browser .yc-home-cat{gap:7px}.yc-home-category-browser .yc-home-cat-media{padding:6px;border-radius:12px;aspect-ratio:1}.yc-home-category-browser .yc-home-cat-name{font-size:clamp(10px,2.7vw,12px);line-height:1.35;overflow-wrap:anywhere}.yc-home-category-browser .yc-home-more{font-size:var(--yc-fs-11,11px);white-space:nowrap}}.yc-home-blog-card{position:relative;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.yc-home-blog-card:hover{transform:translateY(-3px);border-color:var(--yc-primary-border,var(--yc-border))}.yc-home-blog-media img{transition:transform .35s ease}.yc-home-blog-card:hover .yc-home-blog-media img{transform:scale(1.04)}.yc-home-blog-badge{position:absolute;inset-block-start:10px;inset-inline-start:10px;z-index:2;display:inline-flex;align-items:center;max-width:calc(100% - 20px);padding:5px 10px;border-radius:999px;background:var(--yc-primary);color:var(--yc-primary-text,#fff);font-size:var(--yc-fs-11,11px);font-weight:650;line-height:1.2;letter-spacing:.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.yc-home-blog-meta{display:flex;align-items:center;gap:6px;margin:0 0 7px;color:var(--yc-text-soft);font-size:var(--yc-fs-11,11px);line-height:1.4}.yc-home-blog-meta time{display:inline}.yc-home-blog-dot{opacity:.6}.yc-home-blog-excerpt{margin:0;color:var(--yc-muted);font-size:var(--yc-fs-13,13px);line-height:1.55}.yc-home-blog-more{display:inline-flex;align-items:center;gap:5px;margin-top:11px;color:var(--yc-link-color);font-size:var(--yc-fs-12-5,12.5px);font-weight:650;line-height:1}.yc-home-blog-more .micon{font-size:13px;transition:transform .2s ease}.yc-home-blog-card:hover .yc-home-blog-more .micon{transform:translate(3px)}.yc-home-blog-card h3{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.yc-home-blog.is-overlay .yc-home-blog-card{overflow:hidden}.yc-home-blog.is-overlay .yc-home-blog-media{border-bottom:0}.yc-home-blog.is-overlay .yc-home-blog-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 28%,color-mix(in srgb,#000 76%,transparent) 100%)}.yc-home-blog.is-overlay .yc-home-blog-card{display:grid}.yc-home-blog.is-overlay .yc-home-blog-media{grid-area:1/1}.yc-home-blog.is-overlay .yc-home-blog-body{grid-area:1/1;z-index:2;align-self:end;padding:16px}.yc-home-blog.is-overlay :is(.yc-home-blog-body h3 a,.yc-home-blog-excerpt,.yc-home-blog-meta,.yc-home-blog-more){color:#fff}.yc-home-blog.is-overlay .yc-home-blog-excerpt{opacity:.92}.yc-home-blog.is-minimal .yc-home-blog-card{border:0;border-radius:0;background:transparent}.yc-home-blog.is-minimal .yc-home-blog-media{border:0;border-radius:var(--yc-radius-md,10px);overflow:hidden}.yc-home-blog.is-minimal .yc-home-blog-body{padding:12px 2px 0}.yc-home-blog.is-minimal .yc-home-blog-card:hover{transform:none}@media(max-width:760px){.yc-home-blog{grid-template-columns:repeat(var(--yc-blog-cols-m,2),minmax(0,1fr));gap:10px}.yc-home-blog-body{padding:10px 10px 12px}.yc-home-blog.is-overlay .yc-home-blog-body{padding:13px}.yc-home-blog-card h3{font-size:var(--yc-fs-13-5,13.5px);line-height:1.32}.yc-home-blog-excerpt{font-size:var(--yc-fs-11-5,11.5px);line-height:1.45}}.yc-home-blog-media>img,.yc-home-blog-media>.yc-home-img{position:absolute;inset:0;width:100%!important;height:100%!important;max-width:none;object-fit:cover}.yc-home-blog-media>.yc-home-blog-fallback{position:absolute;inset:0}.yc-home-blog.is-overlay .yc-home-blog-media:after{z-index:1}.yc-home-hero.has-banners .yc-home-hero-track,.yc-home-hero--image-only.has-banners .yc-home-hero-track{height:auto!important;aspect-ratio:auto!important;min-height:0;background:transparent}.yc-home-hero.has-banners .yc-home-hero-slide{position:relative;inset:auto;overflow:visible}.yc-home-hero.has-banners .yc-home-hero-slide:not(.is-active){display:none}.yc-home-hero.has-banners .yc-home-hero-link{display:block;height:auto;background:transparent;line-height:0}.yc-home-hero.has-banners .yc-home-hero-link picture{display:block;height:auto}.yc-home-hero.has-banners .yc-home-hero-link :is(img,.yc-home-img),.yc-home-hero.has-banners .yc-home-hero-link>picture>img,.yc-home-hero--image-only .yc-home-hero-slide.is-portrait .yc-home-hero-link :is(img,.yc-home-img){display:block;width:100%!important;height:auto!important;max-width:100%;max-height:none!important;margin:0;padding:0!important;object-fit:fill!important}
