.faq-hero{margin-bottom:2rem;padding:2rem 0}.faq-hero__content{display:grid;grid-template-columns:1fr;gap:3rem;align-items:start}@media(min-width:768px){.faq-hero__content{grid-template-columns:1fr 1fr;gap:4rem}}.faq-hero__text{display:flex;flex-direction:column;gap:1.5rem}.faq-hero__title{font-size:2.5rem;font-weight:700;line-height:1.2;margin:0;color:var(--text-color, #1a1a1a)}@media(min-width:768px){.faq-hero__title{font-size:3rem}}.faq-hero__description{font-size:1.05rem;line-height:1.7;color:var(--text-color, #1a1a1a)}.faq-hero__contact{display:block;margin-top:.5rem;font-weight:600;color:var(--primary-color, #000)}.faq-hero__contact a{color:inherit;text-decoration:none;border-bottom:2px solid currentColor;transition:opacity .2s ease}.faq-hero__contact a:hover{opacity:.7}.faq-hero__quote{padding:1.25rem 1.5rem;background-color:var(--background-accent, #f8f8f8);border-left:3px solid var(--primary-color, #000);font-style:italic;color:var(--text-color, #333)}.faq-hero__quote p{margin:.5rem 0;font-size:1rem}.faq-hero__quote p:first-child{font-size:1.125rem}.faq-hero__image{position:relative}.faq-hero__image img{width:100%;height:auto;border-radius:8px;box-shadow:0 4px 12px #0000001a}.faq-hero__image-caption{margin-top:.75rem;font-size:.875rem;font-style:italic;color:var(--text-color-secondary, #666);text-align:center}.faq-controls{margin-bottom:2rem;display:flex;flex-direction:column;gap:1.25rem}.faq-search{position:relative;max-width:600px;margin:0 auto;width:100%}.faq-search-input{width:100%;padding:.875rem 3rem .875rem 1.25rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;font-family:inherit;color:var(--text-color, #333);background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.faq-search-input:focus{outline:none;border-color:var(--primary-color, #000);box-shadow:0 0 0 3px #00000014}.faq-search-input::placeholder{color:#999}.faq-search-icon{position:absolute;right:1.25rem;top:50%;transform:translateY(-50%);color:#999;pointer-events:none;line-height:1}.faq-categories{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.faq-category-btn{padding:.5rem 1.25rem;border:2px solid #e0e0e0;background:#fff;border-radius:20px;font-size:.875rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .2s ease;color:var(--text-color, #333)}.faq-category-btn:hover{border-color:var(--primary-color, #000);background:#00000005}.faq-category-btn.active{background:var(--primary-color, #000);border-color:var(--primary-color, #000);color:#fff}.faq-category-btn:focus-visible{outline:3px solid var(--primary-color, #000);outline-offset:2px}.faq-no-results{text-align:center;padding:2rem;color:var(--text-color, #666);font-size:1rem}.faq-clear-search{background:none;border:none;color:var(--primary-color, #000);font-weight:600;cursor:pointer;text-decoration:underline;font-size:inherit;font-family:inherit;padding:0}.faq-grid{display:flex;flex-direction:column;gap:1rem}.faq-item{background:#fff;border:2px solid #e0e0e0;border-radius:12px;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}.faq-item:hover{border-color:#00000040}.faq-item--open{border-color:var(--primary-color, #000);box-shadow:0 2px 8px #0000000f}.faq-question{width:100%;padding:1.25rem 1.5rem;background:#fff;border:none;text-align:left;font-size:1.05rem;font-weight:600;font-family:inherit;color:var(--text-color, #1a1a1a);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem;transition:background .2s ease,color .2s ease;line-height:1.4}.faq-question:hover{background:#00000004}.faq-question:focus-visible{outline:3px solid var(--primary-color, #000);outline-offset:-3px}.faq-question[aria-expanded=true]{background:#00000006;color:var(--primary-color, #000)}.faq-question__text{flex:1}.faq-question__toggle{font-size:1.5rem;font-weight:300;min-width:24px;text-align:center;transition:transform .2s ease;color:var(--primary-color, #000);line-height:1;flex-shrink:0}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-answer__inner{padding:0 1.5rem 1.5rem;color:var(--text-color, #333);line-height:1.7;font-size:1rem}.faq-answer__inner p{margin:0 0 .75rem}.faq-answer__inner p:last-child{margin-bottom:0}.faq-answer__inner strong{font-weight:600;color:var(--text-color, #1a1a1a)}.faq-answer__inner a{color:var(--text-color, #1a1a1a);text-decoration:underline;text-underline-offset:2px;transition:opacity .2s ease}.faq-answer__inner a:hover{opacity:.7}.stats-section{margin:4rem 0;padding:3rem 2rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:12px;text-align:center}.stats-title{font-size:2rem;font-weight:700;margin-bottom:3rem;color:var(--text-color, #1a1a1a)}.stats-grid{display:grid;grid-template-columns:1fr;gap:3rem;max-width:900px;margin:0 auto}@media(min-width:640px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.stats-grid{grid-template-columns:repeat(3,1fr)}}.stats-grid.has-4-items{max-width:1200px}@media(min-width:900px){.stats-grid.has-4-items{grid-template-columns:repeat(4,1fr)}}.stat-item{display:flex;flex-direction:column;align-items:center;gap:.75rem;opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.stat-item:nth-child(2){transition-delay:.15s}.stat-item:nth-child(3){transition-delay:.3s}.stat-item:nth-child(4){transition-delay:.45s}.stat-item--visible{opacity:1;transform:translateY(0)}.stat-number{font-size:3rem;font-weight:700;line-height:1;color:var(--primary-color, #000)}@media(min-width:768px){.stat-number{font-size:3.5rem}}.stat-underline{width:60px;height:3px;background-color:var(--primary-color, #000)}.stat-label{font-size:1rem;font-weight:500;color:var(--text-color, #333);text-transform:uppercase;letter-spacing:.05em}.contact-cta{margin:4rem 0;padding:3rem 2rem;background-color:var(--background-accent, #f8f8f8);border-radius:12px;text-align:center}.contact-cta__title{font-size:2rem;font-weight:700;margin-bottom:1rem;color:var(--text-color, #1a1a1a)}.contact-cta__text{font-size:1.05rem;color:var(--text-color, #333);margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.contact-cta__info{display:flex;flex-direction:column;gap:1rem;align-items:center}@media(min-width:640px){.contact-cta__info{flex-direction:row;justify-content:center;gap:2rem}}.contact-cta__phone,.contact-cta__email{font-size:1.25rem;font-weight:600;color:var(--primary-color, #000);text-decoration:none;padding:.75rem 1.5rem;border:2px solid var(--primary-color, #000);border-radius:6px;transition:all .2s ease;display:inline-block}.contact-cta__phone:hover,.contact-cta__email:hover{background-color:var(--primary-color, #000);color:#fff}.faq-section-header{margin-bottom:3rem;text-align:center}.faq-section-header h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.faq-section-header p{font-size:1.125rem;color:var(--text-color-secondary, #4a4a4a);max-width:700px;margin:0 auto}.faq__category{font-size:1.5rem;font-weight:700;margin:3rem 0 1.5rem;padding-bottom:.75rem;border-bottom:2px solid var(--border-color, #e0e0e0);display:flex;align-items:center;gap:.75rem}.faq__category svg,.faq__category img{width:24px;height:24px}details.accordion{border:1px solid var(--border-color, #e0e0e0);border-radius:6px;margin-bottom:1rem;overflow:hidden}details.accordion summary{padding:1rem 1.5rem;cursor:pointer;font-weight:600;background-color:var(--background-light, #fafafa);transition:background-color .2s ease;-webkit-user-select:none;user-select:none}details.accordion summary:hover{background-color:var(--background-accent, #f0f0f0)}details.accordion[open] summary{border-bottom:1px solid var(--border-color, #e0e0e0)}details.accordion .prose{padding:1.5rem}.constrained-image{max-width:var(--image-max-width, 100%);height:auto}:root{--faq-primary-color: #000;--faq-text-color: #1a1a1a;--faq-text-secondary: #4a4a4a;--faq-background-accent: #f8f8f8;--faq-border-color: #e0e0e0;--faq-link-color: #0066cc}@media print{.faq-hero,.faq-section,.stats-section,.contact-cta{page-break-inside:avoid}.faq-hero__image img{max-width:50%}.contact-cta__phone,.contact-cta__email{border:none;padding:0}}.faq-hero__contact a:focus,.faq-answer a:focus,.contact-cta__phone:focus,.contact-cta__email:focus{outline:2px solid var(--primary-color, #000);outline-offset:2px}@media(prefers-reduced-motion:reduce){.faq-hero__contact a,.faq-answer a,.contact-cta__phone,.contact-cta__email,details.accordion summary{transition:none}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}
/*# sourceMappingURL=/cdn/shop/t/148/assets/faq-page.css.map */
