.faq-section.svelte-pi5nal{display:flex;flex-direction:column;overflow:hidden;height:calc(100svh - var(--navbar-height, 72px));min-height:calc(100svh - var(--navbar-height, 72px));max-height:calc(100svh - var(--navbar-height, 72px))}.faq-content.svelte-pi5nal{display:flex;flex-direction:column;flex:1;min-height:0;max-height:100%;overflow:hidden}.faq-header.svelte-pi5nal,.search-container.svelte-pi5nal,.category-filters.svelte-pi5nal{flex-shrink:0}.faq-scroll-container.svelte-pi5nal{flex:1;min-height:0;overflow-y:auto;padding-right:.5rem;margin-right:-.5rem;scrollbar-width:thin;scrollbar-color:color-mix(in srgb,var(--color-brand-accent) 40%,transparent) color-mix(in srgb,var(--color-brand-dark) 30%,transparent)}.faq-scroll-container.svelte-pi5nal::-webkit-scrollbar{width:6px}.faq-scroll-container.svelte-pi5nal::-webkit-scrollbar-track{background:color-mix(in srgb,var(--color-brand-dark) 30%,transparent);border-radius:3px}.faq-scroll-container.svelte-pi5nal::-webkit-scrollbar-thumb{background:color-mix(in srgb,var(--color-brand-accent) 40%,transparent);border-radius:3px}.faq-scroll-container.svelte-pi5nal::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb,var(--color-brand-accent) 60%,transparent)}.faq-bg-overlay.svelte-pi5nal{position:absolute;inset:0;background:linear-gradient(160deg,#000f34f5,#000f34e0)}.search-container.svelte-pi5nal{margin-bottom:1.5rem}.search-input-wrapper.svelte-pi5nal{position:relative;display:flex;align-items:center}.search-icon.svelte-pi5nal{position:absolute;left:1rem;width:1.25rem;height:1.25rem;color:#b0c4de80;pointer-events:none}.search-input.svelte-pi5nal{width:100%;padding:.875rem 3rem;font-size:.9rem;color:var(--color-brand-light);background:#0a193299;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;transition:box-shadow .2s ease}.search-input.svelte-pi5nal::placeholder{color:#b0c4de66}.search-input.svelte-pi5nal:focus{outline:none;border-color:color-mix(in srgb,var(--color-brand-accent) 50%,transparent);box-shadow:0 0 0 3px color-mix(in srgb,var(--color-brand-accent) 10%,transparent)}.clear-btn.svelte-pi5nal{position:absolute;right:.75rem;display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;background:#ffffff14;border:none;border-radius:50%;cursor:pointer;transition:box-shadow .2s ease,transform .2s ease,opacity .2s ease}.clear-btn.svelte-pi5nal:hover{background:#ffffff26}.clear-btn.svelte-pi5nal svg:where(.svelte-pi5nal){width:.875rem;height:.875rem;color:#b0c4deb3}.search-meta.svelte-pi5nal{display:flex;align-items:center;gap:.5rem;margin-top:.75rem;font-size:.75rem}.result-count.svelte-pi5nal{color:var(--color-brand-accent);font-weight:600}.search-term.svelte-pi5nal{color:#b0c4de99}.search-highlight{background:color-mix(in srgb,var(--color-brand-accent) 30%,transparent);color:var(--color-brand-light);padding:.1em .2em;border-radius:.25em}.category-filters.svelte-pi5nal{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.category-btn.svelte-pi5nal{padding:.5rem 1rem;font-size:.75rem;font-weight:500;color:#b0c4decc;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:2rem;cursor:pointer;transition:box-shadow .2s ease,transform .2s ease,opacity .2s ease;white-space:nowrap}.category-btn.svelte-pi5nal:hover{background:#ffffff14;border-color:#ffffff26}.category-btn.active.svelte-pi5nal{background:color-mix(in srgb,var(--color-brand-accent) 15%,transparent);border-color:color-mix(in srgb,var(--color-brand-accent) 40%,transparent);color:var(--color-brand-accent)}.faq-list.svelte-pi5nal{display:flex;flex-direction:column;gap:.75rem}.faq-item.svelte-pi5nal{background:#0a193299;border:1px solid rgba(255,255,255,.08);border-radius:1rem;overflow:hidden;transition:box-shadow .2s ease,transform .2s ease}.faq-item.svelte-pi5nal:hover{border-color:#ffffff1f}.faq-item.expanded.svelte-pi5nal{border-color:color-mix(in srgb,var(--color-brand-accent) 40%,transparent)}.faq-question.svelte-pi5nal{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;padding:1.25rem 1.5rem;background:transparent;border:none;cursor:pointer;text-align:left}.question-text.svelte-pi5nal{font-size:.9rem;font-weight:600;color:var(--color-brand-light);line-height:1.4}.toggle-icon.svelte-pi5nal{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);flex-shrink:0;transition:box-shadow .2s ease,transform .2s ease,opacity .2s ease}.faq-item.expanded.svelte-pi5nal .toggle-icon:where(.svelte-pi5nal){background:color-mix(in srgb,var(--color-brand-accent) 20%,transparent);border-color:color-mix(in srgb,var(--color-brand-accent) 40%,transparent);color:var(--color-brand-accent)}.toggle-icon.svelte-pi5nal svg:where(.svelte-pi5nal){width:1rem;height:1rem;color:#b0c4deb3}.faq-item.expanded.svelte-pi5nal .toggle-icon:where(.svelte-pi5nal) svg:where(.svelte-pi5nal){color:var(--color-brand-accent)}.faq-answer.svelte-pi5nal{padding:1.25rem 1.5rem;font-size:.85rem;color:#b0c4ded9;line-height:1.7;border-top:1px solid rgba(255,255,255,.06);margin-top:0}.faq-answer.svelte-pi5nal a{color:var(--color-brand-accent);text-decoration:underline;text-underline-offset:2px}.faq-answer.svelte-pi5nal a:hover{color:var(--color-brand-accent-light)}.no-results.svelte-pi5nal{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center;padding:3rem 1rem;color:#b0c4de99;font-size:.9rem}.no-results-icon.svelte-pi5nal{width:3rem;height:3rem;color:#b0c4de4d;margin-bottom:.5rem}.no-results.svelte-pi5nal p:where(.svelte-pi5nal){margin:0}.no-results.svelte-pi5nal .btn-sm:where(.svelte-pi5nal){padding:.5rem 1rem;font-size:.8rem}@media(max-width:768px){.search-container.svelte-pi5nal{margin-bottom:1rem}.search-input.svelte-pi5nal{padding:.75rem 2.5rem .75rem 2.75rem;font-size:.85rem;border-radius:.625rem}.search-icon.svelte-pi5nal{left:.875rem;width:1.125rem;height:1.125rem}.search-meta.svelte-pi5nal{margin-top:.5rem;font-size:.7rem}.category-filters.svelte-pi5nal{gap:.375rem;margin-bottom:1.25rem;overflow-x:auto;flex-wrap:nowrap;padding-bottom:.5rem;scrollbar-width:none;-ms-overflow-style:none}.category-filters.svelte-pi5nal::-webkit-scrollbar{display:none}.category-btn.svelte-pi5nal{padding:.375rem .75rem;font-size:.7rem;flex-shrink:0}.faq-list.svelte-pi5nal{gap:.5rem}.faq-item.svelte-pi5nal{border-radius:.75rem}.faq-question.svelte-pi5nal{padding:.875rem 1rem;gap:.75rem}.question-text.svelte-pi5nal{font-size:.8rem;line-height:1.35}.toggle-icon.svelte-pi5nal{width:1.75rem;height:1.75rem}.toggle-icon.svelte-pi5nal svg:where(.svelte-pi5nal){width:.875rem;height:.875rem}.faq-answer.svelte-pi5nal{padding:.875rem 1rem;font-size:.8rem;line-height:1.6}.no-results.svelte-pi5nal{padding:2rem 1rem}.no-results-icon.svelte-pi5nal{width:2.5rem;height:2.5rem}}@media(max-width:480px){.search-input.svelte-pi5nal{padding:.625rem 2.25rem .625rem 2.5rem;font-size:.8rem}.search-icon.svelte-pi5nal{left:.75rem;width:1rem;height:1rem}.clear-btn.svelte-pi5nal{right:.5rem;width:1.5rem;height:1.5rem}.clear-btn.svelte-pi5nal svg:where(.svelte-pi5nal){width:.75rem;height:.75rem}.category-filters.svelte-pi5nal{gap:.25rem;margin-bottom:1rem}.category-btn.svelte-pi5nal{padding:.3rem .625rem;font-size:.65rem}.faq-list.svelte-pi5nal{gap:.375rem}.faq-question.svelte-pi5nal{padding:.75rem .875rem;gap:.625rem}.question-text.svelte-pi5nal{font-size:.75rem}.toggle-icon.svelte-pi5nal{width:1.5rem;height:1.5rem}.toggle-icon.svelte-pi5nal svg:where(.svelte-pi5nal){width:.75rem;height:.75rem}.faq-answer.svelte-pi5nal{padding:.75rem .875rem;font-size:.75rem}}@media(max-width:900px)and (orientation:landscape){.faq-section.svelte-pi5nal{height:auto;min-height:auto;max-height:none;overflow:visible}.faq-content.svelte-pi5nal{max-height:none;overflow:visible}.faq-scroll-container.svelte-pi5nal{overflow:visible;max-height:none}.search-container.svelte-pi5nal{margin-bottom:.5rem}.search-input.svelte-pi5nal{padding:.5rem 2rem .5rem 2.25rem;font-size:.7rem;border-radius:.5rem}.search-icon.svelte-pi5nal{width:.875rem;height:.875rem}.category-filters.svelte-pi5nal{gap:.25rem;margin-bottom:.5rem}.category-btn.svelte-pi5nal{padding:.25rem .5rem;font-size:.55rem}.faq-list.svelte-pi5nal{gap:.375rem}.faq-question.svelte-pi5nal{padding:.5rem .75rem}.question-text.svelte-pi5nal{font-size:.65rem}.toggle-icon.svelte-pi5nal{width:1.25rem;height:1.25rem}.toggle-icon.svelte-pi5nal svg:where(.svelte-pi5nal){width:.625rem;height:.625rem}.faq-answer.svelte-pi5nal{padding:.5rem .75rem;font-size:.6rem;line-height:1.5}}.hero-section.svelte-tibptj{background-color:#000f34;display:flex;align-items:center;justify-content:center;color:var(--color-brand-light);overflow:hidden}.hero-background.svelte-tibptj{position:absolute;inset:0;z-index:0;overflow:hidden}.hero-background__video.svelte-tibptj,.hero-background__poster.svelte-tibptj{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:grayscale(60%) contrast(1.1) brightness(.5) saturate(.7)}.hero-background__video.svelte-tibptj{transition:opacity 2s ease-in-out}@media(max-width:768px){.hero-background__video.svelte-tibptj{filter:brightness(.45)}.hero-background__poster.svelte-tibptj{filter:brightness(.35) saturate(.5)}}.hero-background__video--active.svelte-tibptj{opacity:1;z-index:1}.hero-background__video--inactive.svelte-tibptj{opacity:0;z-index:0}.hero-background__scrim.svelte-tibptj{position:absolute;inset:0;z-index:2;background:linear-gradient(90deg,transparent 0%,transparent 35%,rgba(0,8,20,.2) 50%,rgba(0,8,20,.5) 65%,rgba(0,8,20,.8) 80%,rgba(0,8,20,.95) 100%)}.hero-background__vignette.svelte-tibptj{position:absolute;inset:0;z-index:3;background:radial-gradient(ellipse 120% 100% at 70% 50%,transparent 0%,rgba(0,10,30,.25) 60%,rgba(0,10,30,.5) 100%)}.hero-noise.svelte-tibptj{position:absolute;inset:0;z-index:4;opacity:.012;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='3.5' numOctaves='4' /%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' /%3E%3C/svg%3E")}.hero-gradient-flow.svelte-tibptj{position:absolute;inset:0;z-index:1;pointer-events:none;background:radial-gradient(ellipse 50% 60% at 20% 40%,rgba(121,229,78,.03) 0%,transparent 50%),radial-gradient(ellipse 40% 40% at 80% 60%,rgba(100,150,255,.02) 0%,transparent 50%);animation:svelte-tibptj-gradient-shift 25s ease-in-out infinite}.hero-gradient-flow.paused.svelte-tibptj{animation-play-state:paused}@keyframes svelte-tibptj-gradient-shift{0%,to{opacity:1;transform:scale(1) translate(0)}33%{opacity:.85;transform:scale(1.05) translate(1%,-1%)}66%{opacity:1;transform:scale(1.02) translate(-1%,1%)}}.hero-shell.svelte-tibptj{position:relative;z-index:5;width:100%;max-width:1400px;height:100%;display:flex;align-items:center;justify-content:space-between;padding:clamp(2rem,5vw,4rem) clamp(1.5rem,5vw,6rem) clamp(2rem,5vw,4rem) clamp(1rem,3vw,3rem);box-sizing:border-box;gap:clamp(2rem,5vw,5rem)}.hero-copy.svelte-tibptj{flex:1 1 70%;display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:clamp(1rem,2vh,1.5rem);max-width:900px;container-type:inline-size}.hero-heading.svelte-tibptj{margin:0;font-size:clamp(1.4rem,3.04vw,2.6rem);font-weight:700;font-style:normal;line-height:1.15;letter-spacing:-.02em;color:#fff;text-shadow:0 2px 20px rgba(0,0,0,.3)}.hero-subheading.svelte-tibptj{margin:0;font-size:clamp(.8rem,1.44vw,1rem);line-height:1.5;color:#c8d7f0e6;max-width:45ch}.hero-subheading.svelte-tibptj .mobile-break{display:none}.hero-cta.svelte-tibptj{display:flex;gap:1rem;margin-top:.5rem}.hero-cta__primary.svelte-tibptj{letter-spacing:.08em;padding:clamp(.75rem,1.5vh,1rem) clamp(1.5rem,3vw,2.5rem);font-size:clamp(.8rem,1vw,.9rem);text-transform:uppercase;font-weight:600}.hero-cta__arrow.svelte-tibptj{margin-left:.625rem;transition:transform .2s ease}.hero-cta__primary.svelte-tibptj:hover .hero-cta__arrow:where(.svelte-tibptj){transform:translate(4px)}.hero-trust-badges.svelte-tibptj{display:flex;flex-direction:column;gap:.375rem;margin-top:.5rem}.hero-trust.svelte-tibptj{display:flex;align-items:center;gap:.5rem;font-size:clamp(.8rem,1.1vw,.9rem);color:#c8d7f0cc}.hero-trust.svelte-tibptj strong:where(.svelte-tibptj){color:#fff;font-weight:700}.hero-trust__check.svelte-tibptj{width:1.125rem;height:1.125rem;flex-shrink:0;color:var(--color-brand-accent-light)}.hero-trust__flag.svelte-tibptj{width:1.25rem;height:auto;flex-shrink:0;border-radius:2px;box-shadow:0 1px 3px #0000004d}.hero-image-card.svelte-tibptj{flex:0 1 35%;display:flex;align-items:center;justify-content:flex-end;max-width:450px;margin-right:-1rem}.hero-image-card__inner.svelte-tibptj{position:relative;width:100%;border-radius:20px;overflow:hidden;background:linear-gradient(145deg,#ffffff14,#ffffff05);border:1px solid rgba(255,255,255,.12);box-shadow:0 25px 60px -15px #00000080,0 10px 30px -10px #0000004d,inset 0 1px #ffffff1a}.hero-image-card__inner.svelte-tibptj:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 10%,rgba(255,255,255,.2) 50%,transparent 90%);z-index:2}.hero-image-card__img.svelte-tibptj{width:100%;height:auto;display:block;object-fit:cover;aspect-ratio:4 / 5;filter:brightness(.85) contrast(1.06)}.hero-image-card__inner.svelte-tibptj:after{content:"";position:absolute;inset:0;background:#000a1e1a;pointer-events:none;z-index:1}@media(max-width:1024px){.hero-shell.svelte-tibptj{gap:2rem;padding:2rem}.hero-copy.svelte-tibptj{flex:0 1 55%}.hero-image-card.svelte-tibptj{flex:0 1 45%;max-width:400px}}@media(max-width:768px){.hero-section.svelte-tibptj{overflow:clip}.hero-shell.svelte-tibptj{flex-direction:column;justify-content:center;align-items:center;padding:1.5rem;gap:0}.hero-copy.svelte-tibptj{flex:none;align-items:center;text-align:center;max-width:100%;container-type:normal}.hero-heading.svelte-tibptj{font-size:clamp(1.75rem,7vw,2.5rem);text-align:center}.hero-heading.svelte-tibptj .hero-heading-line2{display:block;text-align:left}.hero-subheading.svelte-tibptj{max-width:30ch;text-align:left;align-self:flex-start}.hero-subheading.svelte-tibptj .mobile-break{display:block}.hero-cta.svelte-tibptj{justify-content:center}.hero-trust-badges.svelte-tibptj{align-items:flex-start;align-self:center}.hero-trust.svelte-tibptj{justify-content:flex-start}.hero-image-card.svelte-tibptj{display:none}}@media(max-height:500px)and (orientation:landscape){.hero-shell.svelte-tibptj{flex-direction:row;align-items:center;justify-content:flex-start;padding:1rem 2rem;gap:2rem}.hero-copy.svelte-tibptj{flex:1 1 auto;align-items:flex-start;text-align:left;max-width:100%;container-type:normal;gap:.5rem}.hero-heading.svelte-tibptj{font-size:clamp(1.1rem,3vw,1.5rem)}.hero-heading.svelte-tibptj .hero-heading-line2{text-align:left}.hero-subheading.svelte-tibptj{font-size:.75rem;max-width:40ch;text-align:left;align-self:flex-start}.hero-subheading.svelte-tibptj .mobile-break{display:none}.hero-cta.svelte-tibptj{margin-top:.25rem;justify-content:flex-start}.hero-cta__primary.svelte-tibptj{padding:.5rem 1.25rem;font-size:.7rem}.hero-trust-badges.svelte-tibptj{margin-top:.25rem;gap:.125rem;align-self:flex-start}.hero-trust.svelte-tibptj{font-size:.65rem}.hero-trust__check.svelte-tibptj{width:.875rem;height:.875rem}.hero-trust__flag.svelte-tibptj{width:1rem}.hero-image-card.svelte-tibptj{display:none}.hero-background__poster.svelte-tibptj{filter:brightness(.35) saturate(.5)}}@media(max-width:480px){.hero-shell.svelte-tibptj{padding:1rem}.hero-heading.svelte-tibptj{font-size:clamp(1.5rem,6.5vw,2rem)}.hero-subheading.svelte-tibptj{font-size:.875rem}.hero-trust.svelte-tibptj{font-size:.75rem}}@media(min-width:1440px){.hero-heading.svelte-tibptj{font-size:2.75rem}.hero-subheading.svelte-tibptj{font-size:1.375rem}.hero-image-card.svelte-tibptj{max-width:550px}.hero-image-card__inner.svelte-tibptj{border-radius:24px}}@media(min-width:2560px){.hero-heading.svelte-tibptj{font-size:3rem}.hero-subheading.svelte-tibptj{font-size:1.625rem}.hero-image-card.svelte-tibptj{max-width:700px}}@media(prefers-reduced-motion:reduce){.svelte-tibptj,.svelte-tibptj:before,.svelte-tibptj:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.hero-gradient-flow.svelte-tibptj{animation:none}.hero-background__video.svelte-tibptj{transition:none}.hero-background__video--inactive.svelte-tibptj{display:none}}.product-detail-dialog.svelte-h80kk{position:fixed;inset:0;margin:0;padding:0;border:none;background:transparent;max-width:none;max-height:none;width:100%;height:100%;z-index:200;overflow:visible}.product-detail-dialog.svelte-h80kk :where(.svelte-h80kk){box-sizing:border-box}.product-detail-dialog.svelte-h80kk::backdrop{background:var(--fx-backdrop-color);backdrop-filter:blur(var(--fx-blur-backdrop))}.dialog-content.svelte-h80kk{position:relative;z-index:10;display:flex;min-height:100%;align-items:center;justify-content:center;overflow-y:auto;overflow-x:hidden}.dialog-content.svelte-h80kk>:where(.svelte-h80kk){width:100%}@media(max-width:768px){.dialog-content.svelte-h80kk{align-items:flex-start;padding:.5rem}.dialog-content.svelte-h80kk>:where(.svelte-h80kk){max-width:100%;width:100%}}@media(max-width:640px){.dialog-content.svelte-h80kk{padding:.25rem}.product-detail-dialog.svelte-h80kk{font-size:14px}}.product-detail-dialog.svelte-h80kk{opacity:0;transform:translate3d(0,var(--modal-enter-y),0);will-change:transform,opacity;contain:layout paint;transition:opacity var(--fx-duration-overlay) var(--fx-ease-premium),transform var(--fx-duration-overlay) var(--fx-ease-premium)}.product-detail-dialog[open].svelte-h80kk{opacity:1;transform:translateZ(0)}@starting-style{.product-detail-dialog[open].svelte-h80kk{opacity:0;transform:translate3d(0,var(--modal-enter-y),0)}}.product-detail-dialog.svelte-h80kk::backdrop{opacity:0;transition:opacity var(--fx-duration-backdrop) var(--fx-ease-ui)}.product-detail-dialog[open].svelte-h80kk::backdrop{opacity:1}@starting-style{.product-detail-dialog[open].svelte-h80kk::backdrop{opacity:0}}.product-detail-dialog.is-closing.svelte-h80kk::backdrop{opacity:0}.star-rating.svelte-g3tu47{display:flex;align-items:center;gap:.375rem;flex-shrink:0;flex-wrap:wrap;min-height:1.25rem}.star-rating__stars.svelte-g3tu47{position:relative;display:inline-block;line-height:1}.star-rating__empty.svelte-g3tu47,.star-rating__filled.svelte-g3tu47{letter-spacing:.05em;font-style:normal}.star-rating__empty.svelte-g3tu47{color:color-mix(in srgb,var(--color-brand-muted) 30%,transparent)}.star-rating__filled.svelte-g3tu47{position:absolute;top:0;left:0;overflow:hidden;white-space:nowrap;color:var(--color-warning)}.star-rating__value.svelte-g3tu47{font-size:var(--text-xs);font-weight:600;color:#e4edffd9}.star-rating__divider.svelte-g3tu47{color:#8fa6c666;font-size:var(--text-xs)}.star-rating__count.svelte-g3tu47{font-size:var(--text-xs);color:#8fa6c6b3}.star-rating--sm.svelte-g3tu47 .star-rating__empty:where(.svelte-g3tu47),.star-rating--sm.svelte-g3tu47 .star-rating__filled:where(.svelte-g3tu47){font-size:.875rem}.star-rating--md.svelte-g3tu47 .star-rating__empty:where(.svelte-g3tu47),.star-rating--md.svelte-g3tu47 .star-rating__filled:where(.svelte-g3tu47){font-size:1rem}.star-rating--lg.svelte-g3tu47 .star-rating__empty:where(.svelte-g3tu47),.star-rating--lg.svelte-g3tu47 .star-rating__filled:where(.svelte-g3tu47){font-size:1.25rem}@media(max-width:480px){.star-rating.svelte-g3tu47{gap:.25rem}.star-rating--sm.svelte-g3tu47 .star-rating__empty:where(.svelte-g3tu47),.star-rating--sm.svelte-g3tu47 .star-rating__filled:where(.svelte-g3tu47){font-size:.75rem}}.testimonials-section.svelte-27tc5b{display:flex;flex-direction:column;overflow:hidden}.testimonials-section.expanded.svelte-27tc5b{height:calc(100svh - var(--navbar-height, 72px));min-height:calc(100svh - var(--navbar-height, 72px));max-height:calc(100svh - var(--navbar-height, 72px))}.testimonials-content.svelte-27tc5b{display:flex;flex-direction:column;flex:1;min-height:0;max-height:100%;overflow:hidden}.testimonials-header.svelte-27tc5b{flex-shrink:0}.show-more-top.svelte-27tc5b{flex-shrink:0;margin-bottom:1.5rem}.testimonials-scroll-container.svelte-27tc5b{flex:1;min-height:0}.testimonials-section.expanded.svelte-27tc5b .testimonials-scroll-container:where(.svelte-27tc5b){overflow-y:auto;padding-right:.5rem;margin-right:-.5rem;scrollbar-width:thin;scrollbar-color:color-mix(in srgb,var(--color-brand-accent) 40%,transparent) color-mix(in srgb,var(--color-brand-dark) 30%,transparent)}.testimonials-section.expanded.svelte-27tc5b .testimonials-scroll-container:where(.svelte-27tc5b)::-webkit-scrollbar{width:6px}.testimonials-section.expanded.svelte-27tc5b .testimonials-scroll-container:where(.svelte-27tc5b)::-webkit-scrollbar-track{background:color-mix(in srgb,var(--color-brand-dark) 30%,transparent);border-radius:3px}.testimonials-section.expanded.svelte-27tc5b .testimonials-scroll-container:where(.svelte-27tc5b)::-webkit-scrollbar-thumb{background:color-mix(in srgb,var(--color-brand-accent) 40%,transparent);border-radius:3px}.testimonials-section.expanded.svelte-27tc5b .testimonials-scroll-container:where(.svelte-27tc5b)::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb,var(--color-brand-accent) 60%,transparent)}.testimonial-count.svelte-27tc5b{display:inline-flex;align-items:center;gap:.75rem;padding:.5rem 1rem;background:color-mix(in srgb,var(--color-brand-accent) 10%,transparent);border:1px solid color-mix(in srgb,var(--color-brand-accent) 20%,transparent);border-radius:2rem}.count-number.svelte-27tc5b{font-size:1.25rem;font-weight:700;color:var(--color-brand-accent)}.count-label.svelte-27tc5b{font-size:.75rem;font-weight:500;color:#b0c4decc;text-transform:uppercase;letter-spacing:.1em}.testimonials-grid.svelte-27tc5b{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.testimonial-card.svelte-27tc5b{background:#0a193299;border:1px solid rgba(255,255,255,.08);border-radius:1rem;padding:1.5rem;transition:background .3s ease,border-color .3s ease,box-shadow .3s ease,transform .3s ease;display:flex;flex-direction:column;gap:1rem}.testimonial-card.svelte-27tc5b:hover{border-color:color-mix(in srgb,var(--color-brand-accent) 30%,transparent);transform:translateY(-2px);box-shadow:0 8px 32px -8px #0006}.card-header.svelte-27tc5b{display:flex;align-items:center;gap:.875rem}.avatar.svelte-27tc5b{width:2.75rem;height:2.75rem;border-radius:50%;background:linear-gradient(135deg,color-mix(in srgb,var(--color-brand-accent) 20%,transparent),color-mix(in srgb,var(--color-brand-accent) 10%,transparent));border:1px solid color-mix(in srgb,var(--color-brand-accent) 30%,transparent);display:flex;align-items:center;justify-content:center;flex-shrink:0}.avatar-initials.svelte-27tc5b{font-size:.75rem;font-weight:600;color:var(--color-brand-accent);text-transform:uppercase;letter-spacing:.05em}.customer-info.svelte-27tc5b{min-width:0}.customer-name.svelte-27tc5b{display:block;font-size:.9rem;font-weight:600;color:var(--color-brand-light)}.customer-title.svelte-27tc5b{display:block;font-size:.65rem;font-weight:500;color:#b0c4de99;text-transform:uppercase;letter-spacing:.15em;margin-top:.125rem}.card-divider.svelte-27tc5b{height:1px;background:linear-gradient(90deg,color-mix(in srgb,var(--color-brand-accent) 30%,transparent),color-mix(in srgb,var(--color-brand-accent) 10%,transparent),transparent)}.testimonial-quote.svelte-27tc5b{position:relative;flex:1}.quote-mark.svelte-27tc5b{position:absolute;top:-.5rem;left:-.25rem;font-size:2rem;font-weight:700;color:color-mix(in srgb,var(--color-brand-accent) 30%,transparent);line-height:1}.testimonial-quote.svelte-27tc5b p:where(.svelte-27tc5b){font-size:.85rem;color:#b0c4ded9;line-height:1.6;margin:0;padding-left:1rem;display:-webkit-box;line-clamp:6;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden}.show-more-container.svelte-27tc5b{display:flex;justify-content:center}.show-more-btn.svelte-27tc5b{display:inline-flex;align-items:center;gap:.5rem}.btn-icon.svelte-27tc5b{width:1rem;height:1rem}@media(max-width:768px){.testimonials-grid.svelte-27tc5b{grid-template-columns:1fr;gap:1rem}.testimonial-card.svelte-27tc5b{padding:1.25rem}}@media(max-width:480px){.testimonial-count.svelte-27tc5b{padding:.375rem .75rem}.count-number.svelte-27tc5b{font-size:1rem}}@media(max-width:900px)and (orientation:landscape){.testimonials-section.svelte-27tc5b,.testimonials-section.expanded.svelte-27tc5b{height:auto;min-height:auto;max-height:none;overflow:visible}.testimonials-content.svelte-27tc5b{max-height:none;overflow:visible}.testimonials-scroll-container.svelte-27tc5b,.testimonials-section.expanded.svelte-27tc5b .testimonials-scroll-container:where(.svelte-27tc5b){overflow:visible;max-height:none}.testimonial-count.svelte-27tc5b{padding:.25rem .5rem}.count-number.svelte-27tc5b{font-size:.9rem}.count-label.svelte-27tc5b{font-size:.6rem}.testimonials-grid.svelte-27tc5b{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:.75rem}.testimonial-card.svelte-27tc5b{padding:.75rem;gap:.5rem}.avatar.svelte-27tc5b{width:2rem;height:2rem}.avatar-initials.svelte-27tc5b{font-size:.6rem}.customer-name.svelte-27tc5b{font-size:.75rem}.customer-title.svelte-27tc5b{font-size:.55rem}.testimonial-quote.svelte-27tc5b p:where(.svelte-27tc5b){font-size:.7rem;line-clamp:3;-webkit-line-clamp:3}.show-more-top.svelte-27tc5b{margin-bottom:.75rem}}.fitment-dialog.svelte-1i0qd48{position:fixed;inset:0;width:100%;height:100%;max-width:100%;max-height:100%;display:flex;align-items:center;justify-content:center;background:transparent;border:none;padding:1rem;overscroll-behavior:contain}.fitment-dialog.svelte-1i0qd48::backdrop{background:#000a1ee6;backdrop-filter:blur(8px);animation:svelte-1i0qd48-fadeIn .2s ease}.fitment-dialog.svelte-1i0qd48:not([open]){display:none}@keyframes svelte-1i0qd48-fadeIn{0%{opacity:0}to{opacity:1}}.modal-container.svelte-1i0qd48{width:100%;max-width:480px;max-height:90vh;overflow-y:auto;overscroll-behavior:contain;border-radius:1.25rem;background:linear-gradient(165deg,#0c1c3cfa,#040c23fc);border:1px solid rgba(255,255,255,.12);box-shadow:0 25px 80px -20px #000c;animation:svelte-1i0qd48-slideUp .4s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column}@keyframes svelte-1i0qd48-slideUp{0%{opacity:0;transform:translate3d(0,var(--modal-enter-y),0) scale(.98)}to{opacity:1;transform:translateZ(0) scale(1)}}.product-header.svelte-1i0qd48{display:flex;align-items:center;gap:1rem;padding:1.25rem;border-bottom:1px solid rgba(255,255,255,.08);background:#0003}.product-thumb.svelte-1i0qd48{width:64px;height:64px;border-radius:.75rem;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.product-thumb.svelte-1i0qd48 img:where(.svelte-1i0qd48){width:100%;height:100%;object-fit:contain;padding:.25rem}.product-info.svelte-1i0qd48{flex:1;min-width:0}.product-label.svelte-1i0qd48{font-size:.65rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--color-brand-accent);margin:0 0 .25rem}.product-name.svelte-1i0qd48{font-size:1rem;font-weight:600;color:#fff;margin:0;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-price.svelte-1i0qd48{font-size:.9rem;font-weight:700;color:var(--color-brand-accent);margin:.25rem 0 0}.modal-close.svelte-1i0qd48{width:2.75rem;height:2.75rem;border:none;background:#ffffff0d;border-radius:.5rem;color:#fff9;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s ease,color .15s ease,border-color .15s ease,box-shadow .15s ease,transform .15s ease,opacity .15s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.modal-close.svelte-1i0qd48:hover{background:#ffffff1a;color:#fff}.modal-close.svelte-1i0qd48:active{background:#ffffff26;color:#fff}.modal-close.svelte-1i0qd48 svg:where(.svelte-1i0qd48){width:1.25rem;height:1.25rem}.modal-body.svelte-1i0qd48{padding:1.25rem;display:flex;flex-direction:column;gap:1rem}.fitment-prompt.svelte-1i0qd48{display:flex;align-items:flex-start;gap:.875rem;padding:1rem;background:color-mix(in srgb,var(--color-brand-accent) 8%,transparent);border:1px solid color-mix(in srgb,var(--color-brand-accent) 20%,transparent);border-radius:.75rem}.prompt-icon.svelte-1i0qd48{width:1.5rem;height:1.5rem;color:var(--color-brand-accent);flex-shrink:0;margin-top:.125rem}.prompt-title.svelte-1i0qd48{font-size:.9375rem;font-weight:600;color:#fff;margin:0 0 .25rem}.prompt-subtitle.svelte-1i0qd48{font-size:.8125rem;color:#ffffffa6;margin:0;line-height:1.4}.vehicle-section.svelte-1i0qd48{display:flex;flex-direction:column;gap:.5rem}.section-label.svelte-1i0qd48{display:flex;align-items:center;gap:.375rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.section-label.svelte-1i0qd48 svg:where(.svelte-1i0qd48){width:1rem;height:1rem}.section-label--fit.svelte-1i0qd48{color:var(--color-brand-accent)}.section-label--nofit.svelte-1i0qd48{color:#fff6}.vehicle-grid.svelte-1i0qd48{display:flex;flex-direction:column;gap:.5rem}.vehicle-card.svelte-1i0qd48{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;padding:.875rem 1rem;border-radius:.75rem;border:1px solid;cursor:pointer;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease;text-align:left}.vehicle-card--fit.svelte-1i0qd48{background:color-mix(in srgb,var(--color-brand-accent) 10%,transparent);border-color:color-mix(in srgb,var(--color-brand-accent) 40%,transparent)}.vehicle-card--fit.svelte-1i0qd48:hover:not(:disabled){background:color-mix(in srgb,var(--color-brand-accent) 18%,transparent);border-color:var(--color-brand-accent);transform:translate(4px)}.vehicle-card--fit.svelte-1i0qd48:disabled{opacity:.6;cursor:not-allowed}.vehicle-card-main.svelte-1i0qd48{display:flex;flex-direction:column;gap:.125rem}.vehicle-year.svelte-1i0qd48{font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-brand-accent)}.vehicle-make-model.svelte-1i0qd48{font-size:.9375rem;font-weight:600;color:#fff}.vehicle-card-action.svelte-1i0qd48{display:flex;align-items:center;gap:.375rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-brand-accent)}.vehicle-card-action.svelte-1i0qd48 svg:where(.svelte-1i0qd48){width:1rem;height:1rem;transition:transform .2s ease}.vehicle-card--fit.svelte-1i0qd48:hover:not(:disabled) .vehicle-card-action:where(.svelte-1i0qd48) svg:where(.svelte-1i0qd48){transform:translate(4px)}.nofit-list.svelte-1i0qd48{display:flex;flex-wrap:wrap;gap:.375rem}.nofit-vehicle.svelte-1i0qd48{padding:.375rem .625rem;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:.375rem;font-size:.75rem;color:#ffffff80}.different-vehicle-btn.svelte-1i0qd48{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.75rem;border:1px dashed rgba(255,255,255,.2);background:transparent;border-radius:.75rem;font-size:.8125rem;font-weight:500;color:#ffffffb3;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease,box-shadow .15s ease,transform .15s ease,opacity .15s ease}.different-vehicle-btn.svelte-1i0qd48:hover{border-color:#fff6;color:#fff;background:#ffffff08}.different-vehicle-btn.svelte-1i0qd48 svg:where(.svelte-1i0qd48){width:1rem;height:1rem}.manual-entry.svelte-1i0qd48{display:flex;flex-direction:column;gap:1rem}.back-btn.svelte-1i0qd48{display:inline-flex;align-items:center;gap:.375rem;padding:0;border:none;background:none;font-size:.8125rem;font-weight:500;color:#fff9;cursor:pointer;transition:color .15s ease}.back-btn.svelte-1i0qd48:hover{color:#fff}.back-btn.svelte-1i0qd48 svg:where(.svelte-1i0qd48){width:1rem;height:1rem}.form-grid.svelte-1i0qd48{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.form-field.svelte-1i0qd48{display:flex;flex-direction:column;gap:.375rem}.form-field.svelte-1i0qd48 label:where(.svelte-1i0qd48){font-size:.75rem;font-weight:600;color:#ffffffb3}.verify-btn.svelte-1i0qd48{margin-top:.5rem}.error-box.svelte-1i0qd48{display:flex;align-items:center;gap:.625rem;padding:.75rem 1rem;background:#dc26261f;border:1px solid rgba(220,38,38,.3);border-radius:.625rem;font-size:.8125rem;color:#fca5a5}.error-box.svelte-1i0qd48 svg:where(.svelte-1i0qd48){width:1.125rem;height:1.125rem;flex-shrink:0}.alternatives.svelte-1i0qd48{display:flex;flex-direction:column;gap:.5rem}.alternatives-label.svelte-1i0qd48{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-brand-accent);margin:0}.alt-product.svelte-1i0qd48{display:flex;align-items:center;gap:.75rem;width:100%;padding:.625rem .875rem;background:color-mix(in srgb,var(--color-brand-accent) 6%,transparent);border:1px solid color-mix(in srgb,var(--color-brand-accent) 20%,transparent);border-radius:.5rem;cursor:pointer;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease;text-align:left}.alt-product.svelte-1i0qd48:hover{background:color-mix(in srgb,var(--color-brand-accent) 12%,transparent);border-color:var(--color-brand-accent);transform:translate(4px)}.alt-name.svelte-1i0qd48{flex:1;font-size:.8125rem;font-weight:500;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.alt-price.svelte-1i0qd48{font-size:.8125rem;font-weight:600;color:var(--color-brand-accent)}.alt-product.svelte-1i0qd48 svg:where(.svelte-1i0qd48){width:1rem;height:1rem;color:var(--color-brand-accent);flex-shrink:0;transition:transform .2s ease}.alt-product.svelte-1i0qd48:hover svg:where(.svelte-1i0qd48){transform:translate(4px)}.modal-footer.svelte-1i0qd48{padding:1rem 1.25rem 1.25rem;border-top:1px solid rgba(255,255,255,.08)}.skip-link.svelte-1i0qd48{display:block;width:100%;padding:.5rem;border:none;background:none;font-size:.8125rem;color:#fff6;text-decoration:underline;text-underline-offset:2px;cursor:pointer;transition:color .15s ease}.skip-link.svelte-1i0qd48:hover:not(:disabled){color:#fff9}.skip-link.svelte-1i0qd48:disabled{opacity:.5;cursor:not-allowed}.skip-confirm.svelte-1i0qd48{display:flex;flex-direction:column;gap:.875rem}.skip-warning.svelte-1i0qd48{display:flex;gap:.625rem;padding:.75rem;background:#f59e0b1a;border:1px solid rgba(245,158,11,.3);border-radius:.5rem}.skip-warning.svelte-1i0qd48 svg:where(.svelte-1i0qd48){width:1.125rem;height:1.125rem;color:var(--color-warning);flex-shrink:0}.skip-warning.svelte-1i0qd48 p:where(.svelte-1i0qd48){font-size:.8125rem;color:#ffffffd9;margin:0;line-height:1.4}.skip-actions.svelte-1i0qd48{display:flex;gap:.75rem}.skip-actions.svelte-1i0qd48 .btn:where(.svelte-1i0qd48){flex:1}.btn-warning.svelte-1i0qd48{background:linear-gradient(135deg,var(--color-warning),var(--color-warning-dark, #d97706));color:#000;font-weight:600}.btn-warning.svelte-1i0qd48:hover:not(:disabled){filter:brightness(1.1)}.btn-ghost.svelte-1i0qd48{background:#ffffff0d;border:1px solid rgba(255,255,255,.15);color:#fffc}.btn-ghost.svelte-1i0qd48:hover{background:#ffffff14}@media(max-width:480px){.modal-container.svelte-1i0qd48{max-height:95vh}.product-header.svelte-1i0qd48{padding:1rem}.product-thumb.svelte-1i0qd48{width:56px;height:56px}.modal-body.svelte-1i0qd48{padding:1rem}.form-grid.svelte-1i0qd48{grid-template-columns:1fr}.skip-actions.svelte-1i0qd48{flex-direction:column}}
