:root{--hp-accent: #0B57D0;--hp-card-radius: 20px;--hp-max-width: 960px}.hp-inner{max-width:var(--hp-max-width);margin:0 auto;width:100%}.hc-outer{max-width:var(--hp-max-width);margin:0 auto}.hc{background:#fff;border-radius:var(--hp-card-radius);box-shadow:0 4px 6px -1px #00000014,0 2px 4px -2px #0000000f}.hc__inner{display:grid;grid-template-columns:1fr 1fr}.hc__inner--reversed .hc__col--image{order:2}.hc__inner--reversed .hc__col--text{order:1}.hc__col--image{position:relative;display:flex;align-items:center;justify-content:center;order:1;overflow:hidden}.hc__slider{position:relative;width:100%;height:100%}.hc__slide img{max-width:100%;width:auto;height:auto;object-fit:contain;display:block}.hc__badge{position:absolute;top:12px;right:12px;z-index:10;background:transparent;color:#0a4ab0;border:1.5px solid #0A4AB0;font-family:Instrument Sans,sans-serif;font-size:11px;font-weight:700;padding:5px 14px;border-radius:999px;white-space:nowrap;line-height:normal}.hc__col--text{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:16px;order:2}.hc__title{font-family:Instrument Sans,sans-serif;font-size:68px;font-weight:700;letter-spacing:-.035em;line-height:1.05;color:#000;margin:0}.hc__hl{color:#0b57d0}.hc__desc{font-family:Instrument Sans,sans-serif;font-size:20px;font-weight:500;color:#666;line-height:1.6;margin:0}.hc__cta{display:inline-block;background:#0b57d0;color:#fff;font-family:Instrument Sans,sans-serif;font-size:16px;font-weight:600;letter-spacing:.04em;padding:14px 28px;border-radius:9999px;text-decoration:none;transition:opacity .2s var(--ds-ease),transform .2s var(--ds-ease);white-space:nowrap;margin-top:4px}.hc__cta:focus-visible{outline:none;box-shadow:var(--ds-focus-ring)}.hc__cta:hover{opacity:.85;transform:translateY(-1px)}.tb-strip{padding:28px 24px;max-width:var(--hp-max-width);margin:0 auto}.tb-strip__inner{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.tb-item{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 12px}.tb-item__icon{color:#0b57d0;margin-bottom:14px;display:flex;align-items:center;justify-content:center}.tb-item__icon svg{width:40px;height:40px}.tb-item__icon img{width:40px;height:40px;object-fit:contain}.tb-item__title{font-family:Instrument Sans,sans-serif;font-size:14px;font-weight:700;color:#111;line-height:1.3;margin-bottom:6px;display:block}.tb-item__desc{font-family:Instrument Sans,sans-serif;font-size:13px;font-weight:400;color:#666;line-height:1.5;margin:0}.hp-reviews{padding:56px 0;background:var(--ds-section)}.hp-reviews__heading{font-family:var(--ds-font-display);font-size:clamp(22px,2.4vw,32px);font-weight:700;color:var(--ds-on-surface);text-align:center;margin:0 16px 24px}.hp-reviews__track{display:flex;gap:14px;overflow-x:auto;padding:4px 16px 12px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;justify-content:safe center}.hp-reviews__track::-webkit-scrollbar{display:none}.hp-review{flex-shrink:0;width:220px;background:var(--ds-surface-lowest);border:1.5px solid var(--ds-surface-high);border-radius:16px;padding:16px;scroll-snap-align:start;box-shadow:var(--ds-shadow-sm)}.hp-review__stars{display:flex;gap:2px;margin-bottom:8px}.hp-review__star{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;background:#00b67a;border-radius:2px;color:#fff;font-size:10px;line-height:1}.hp-review__title{font-family:var(--ds-font-body);font-size:13px;font-weight:700;color:var(--ds-on-surface);margin:0 0 6px}.hp-review__text{font-family:var(--ds-font-body);font-size:12px;color:var(--ds-on-surface-muted);line-height:1.55;margin:0 0 10px;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.hp-review__meta{font-family:var(--ds-font-body);font-size:11px;color:var(--ds-on-surface-muted)}.hp-reviews__footer{text-align:center;margin-top:12px;padding:0 16px;font-family:var(--ds-font-body);font-size:12px;color:var(--ds-on-surface-muted)}.hp-process{padding:72px 16px;background:var(--green-dark)}.hp-process__heading{font-family:var(--ds-font-display);font-size:clamp(22px,2.4vw,32px);font-weight:700;color:var(--ds-on-dark);text-align:center;margin:0 0 40px}.hp-process__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px 24px}.hp-step{text-align:center}.hp-step__number{display:block;font-family:var(--ds-font-display);font-size:15px;font-weight:700;color:var(--ds-accent);line-height:1;margin-bottom:8px;letter-spacing:.06em}.hp-step__text{font-family:var(--ds-font-body);font-size:15px;color:var(--ds-on-dark-muted);line-height:1.6}.hp-models{padding:32px 16px 40px}.hp-models__heading{font-family:var(--ds-font-display);font-size:clamp(22px,2.4vw,32px);font-weight:700;color:var(--ds-on-surface);text-align:center;margin:0 0 24px}.hp-models__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.hp-model{background:var(--ds-surface-lowest);border:1px solid var(--ds-surface-high);border-radius:16px;padding:20px 12px 14px;display:flex;flex-direction:column;align-items:center;gap:12px;cursor:pointer;transition:box-shadow .18s,transform .18s;text-decoration:none}.hp-model:hover{box-shadow:var(--ds-shadow-sm);transform:translateY(-2px)}.hp-model__img{width:110px;height:90px;display:flex;align-items:center;justify-content:center}.hp-model__img img{width:100%;height:100%;object-fit:contain}.hp-model__name{font-family:var(--ds-font-body);font-size:12px;font-weight:600;color:var(--ds-on-surface);text-align:center;line-height:1.3}@media(min-width:768px){.hc-wrap{padding:20px 24px 0}.tb-strip{padding:14px 24px}.hp-process{padding:40px 24px}.hp-models{padding:40px 24px 56px}}@media(min-width:1024px){.hp-models__grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:640px){.hc{margin:20px 16px!important}.hc__inner{grid-template-columns:1fr;padding-left:24px!important;padding-right:24px!important}.hc__inner .hc__col--image{order:1;height:300px}.hc__inner .hc__col--text{order:2;align-items:center;text-align:center;gap:14px}.hc__title{font-size:34px;max-width:100%!important}.hc__desc{font-size:16px;line-height:1.55;max-width:100%!important}.hc__cta{padding:15px 30px}.tb-strip__inner{flex-wrap:wrap;justify-content:center;gap:24px}.tb-item{flex:0 0 calc(50% - 12px)}.hp-review{width:188px}.hp-process__grid{gap:20px 12px}.hp-models__grid{grid-template-columns:repeat(2,1fr);gap:10px}.hp-model{min-height:44px;padding:16px 8px 12px}.hp-model__img{width:72px;height:58px}.hp-model__name{font-size:13px}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/homepage.css.map */
