.product-finder-hero{isolation:isolate;position:relative;overflow:hidden;padding:clamp(3.5rem,7vw,6.5rem) 0;background:#17191f;color:#fff}
.product-finder-hero__backdrop{position:absolute;inset:0;z-index:-2;background:center/cover no-repeat;opacity:.3}
.product-finder-hero__backdrop:after{position:absolute;inset:0;background:linear-gradient(110deg,rgba(11,14,21,.98),color-mix(in srgb,var(--product-finder-bg,#0b2864) 48%,rgba(11,14,21,.92)));content:""}
.product-finder-hero__content{max-width:49rem;margin:0 auto 2rem;text-align:center}
.product-finder-hero__title,.product-finder-hero__content h1,.product-finder-hero__content h2{margin:0 0 .9rem;color:inherit;font-size:clamp(1.75rem,3.3vw,3rem);font-weight:850;line-height:1.35}
.product-finder-hero__description{max-width:42rem;margin:auto;color:rgba(255,255,255,.8);font-size:1rem;line-height:2}
.product-finder-hero__benefits{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:1.15rem}
.product-finder-hero__benefits span{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .7rem;border:1px solid rgba(255,255,255,.18);border-radius:99px;background:rgba(255,255,255,.07);font-size:.8rem}
.product-finder-panel{max-width:1120px;margin:auto;border:1px solid rgba(255,255,255,.08);border-radius:1.15rem;background:#0d1b31;box-shadow:0 1.7rem 4rem rgba(0,0,0,.32);overflow:hidden}
.product-finder-tabs{display:flex;align-items:stretch;min-height:5.4rem;overflow-x:auto;border-bottom:1px solid rgba(255,255,255,.27);scroll-snap-type:inline mandatory;scrollbar-width:none}
.product-finder-tabs::-webkit-scrollbar{display:none}
.product-finder-tab{position:relative;display:inline-flex;flex:1 0 10rem;align-items:center;justify-content:center;gap:.7rem;min-width:max-content;padding:1rem 1.5rem;border:0;background:transparent;color:rgba(255,255,255,.62);font:inherit;font-size:.94rem;font-weight:750;white-space:nowrap;cursor:pointer;scroll-snap-align:center;transition:color .2s ease,background-color .2s ease}
.product-finder-tab:after{position:absolute;right:1.1rem;bottom:0;left:1.1rem;height:3px;border-radius:3px 3px 0 0;background:#fff;content:"";opacity:0;transform:scaleX(.4);transition:opacity .2s ease,transform .2s ease}
.product-finder-tab:hover{background:rgba(255,255,255,.05);color:#fff}
.product-finder-tab.is-active{color:#fff}
.product-finder-tab.is-active:after{opacity:1;transform:scaleX(1)}
.product-finder-tab i{font-size:1.25rem}
.product-finder-tab-panel{display:none;padding:1.35rem}
.product-finder-tab-panel.is-active{display:block;animation:productFinderPanelIn .22s ease-out}
.product-finder-form{display:grid;grid-template-columns:minmax(0,1fr) 9.5rem;align-items:stretch;gap:1rem}
.product-finder-form__fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}
.product-finder-field{position:relative;display:grid;grid-template-columns:3rem minmax(0,1fr);grid-template-areas:"icon copy" "select select";gap:.6rem .75rem;min-height:8.9rem;padding:1rem;border:1px solid #dce1ea;border-radius:.8rem;background:#fff;color:#162033;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}
.product-finder-field:hover,.product-finder-field:focus-within{border-color:var(--product-finder-bg,#1f56a5);box-shadow:0 .55rem 1.3rem rgba(2,18,48,.12);transform:translateY(-2px)}
.product-finder-field.is-filled{border-color:var(--product-finder-bg,#1f56a5);background:#f8fbff}
.product-finder-field__icon{grid-area:icon;display:grid;place-items:center;width:3rem;height:3rem;border-radius:50%;background:#edf0f5;color:var(--product-finder-bg,#1f56a5);font-size:1.15rem}
.product-finder-field__copy{grid-area:copy;display:flex;min-width:0;flex-direction:column;justify-content:center;line-height:1.35}
.product-finder-field__copy small{margin-bottom:.15rem;color:#627087;font-size:.7rem;font-weight:500}
.product-finder-field__copy strong{overflow:hidden;color:#111827;font-size:.9rem;text-overflow:ellipsis;white-space:nowrap}
.product-finder-field select{grid-area:select;min-width:0;width:100%;height:2.8rem;padding:0 2.5rem 0 .9rem;border:1px solid #d5dce8;border-radius:.55rem;background:#fff;color:#172033;font:inherit;font-size:.9rem;font-weight:650;cursor:pointer;outline:none}
.product-finder-field select:focus{border-color:var(--product-finder-bg,#1f56a5);box-shadow:0 0 0 .2rem color-mix(in srgb,var(--product-finder-bg,#1f56a5) 15%,transparent)}
.product-finder-form__submit{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.55rem;padding:1rem .6rem;border:0;border-radius:.8rem;background:#ff7c17;color:#1c1711;font:inherit;font-weight:850;cursor:pointer;box-shadow:0 .6rem 1.3rem rgba(255,124,23,.23);transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}
.product-finder-form__submit:hover{background:#ff922f;box-shadow:0 .9rem 1.7rem rgba(255,124,23,.34);transform:translateY(-2px)}
.product-finder-form__submit i{display:grid;place-items:center;width:2.8rem;height:2.8rem;border-radius:50%;background:rgba(0,0,0,.09);font-size:1.15rem}
.product-finder-form__submit span{font-size:.8rem;text-align:center}
.product-finder-panel__empty{padding:1.1rem;border-radius:.65rem;background:#fff;color:#222;line-height:1.9}
.product-finder-mock{background:linear-gradient(135deg,color-mix(in srgb,var(--color-primary) 18%,#fff),#fff)}
@keyframes productFinderPanelIn{from{opacity:0;transform:translateY(.4rem)}to{opacity:1;transform:translateY(0)}}
@media(max-width:991.98px){.product-finder-form{grid-template-columns:1fr}.product-finder-form__fields{grid-template-columns:repeat(2,minmax(0,1fr))}.product-finder-form__submit{min-height:4.4rem;flex-direction:row}.product-finder-form__submit i{width:2.25rem;height:2.25rem}.product-finder-tab{flex:0 0 auto}}
@media(max-width:575.98px){.product-finder-hero{padding:3rem 0 4rem}.product-finder-hero__content{padding-inline:.25rem;text-align:right}.product-finder-hero__benefits{justify-content:flex-start}.product-finder-panel{border-radius:1rem}.product-finder-tabs{min-height:4.7rem;padding-inline:.25rem;scroll-padding-inline:1rem}.product-finder-tab{flex:0 0 auto;min-width:8.7rem;padding:.85rem 1rem;font-size:.84rem}.product-finder-tab:after{right:.75rem;left:.75rem}.product-finder-tab-panel{padding:.8rem}.product-finder-form__fields{grid-template-columns:1fr;gap:.65rem}.product-finder-field{grid-template-columns:2.8rem minmax(0,1fr);min-height:7.8rem;padding:.85rem}.product-finder-field__icon{width:2.8rem;height:2.8rem}.product-finder-form__submit{min-height:4rem}.product-finder-hero__title{font-size:1.65rem;line-height:1.5}}
@media(prefers-reduced-motion:reduce){.product-finder-tab,.product-finder-tab:after,.product-finder-field,.product-finder-form__submit{transition:none}.product-finder-tab-panel.is-active{animation:none}}
