.faq-hero{position:relative;min-height:40vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#3e3e3e,#313131);overflow:visible;padding-top:100px}@media(max-width:991px){.faq-hero{min-height:38vh;padding-top:90px}}@media(max-width:767px){.faq-hero{min-height:35vh;padding-top:80px}}.faq-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(184,125,86,.15) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(212,165,116,.1) 0%,transparent 50%);pointer-events:none}.faq-hero__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#3e3e3e4d;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px)}.faq-hero__content{position:relative;z-index:10;max-width:900px;margin:0 auto;padding:2rem;text-align:center}@media(max-width:991px){.faq-hero__content{padding:1.5rem}}@media(max-width:767px){.faq-hero__content{padding:1rem}}.faq-hero__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.5rem;background:linear-gradient(135deg,#b87d5633,#d4a57426);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#d4a574;border:2px solid rgba(212,165,116,.4);border-radius:2rem;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem}.faq-hero__badge svg{width:20px;height:20px;stroke-width:2}.faq-hero__title{font-family:Playfair Display,Georgia,serif;font-size:3.5rem;font-weight:700;line-height:1.2;color:#fff;margin-bottom:1.5rem}@media(max-width:1199px){.faq-hero__title{font-size:3rem}}@media(max-width:991px){.faq-hero__title{font-size:2.5rem}}@media(max-width:767px){.faq-hero__title{font-size:2rem}}.faq-hero__subtitle{font-size:1.25rem;color:#ffffffe6;margin-bottom:3rem;line-height:1.6}@media(max-width:767px){.faq-hero__subtitle{font-size:1.0625rem}}.faq-hero__search{margin-bottom:3rem;position:relative;z-index:10}.faq-hero__stats{display:flex;justify-content:center;gap:3rem;position:relative;z-index:1}@media(max-width:767px){.faq-hero__stats{gap:1.5rem}}.faq-stat{text-align:center}.faq-stat__number{display:block;font-size:2rem;font-weight:700;background:linear-gradient(135deg,#d4a574,#c7997a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}@media(max-width:767px){.faq-stat__number{font-size:1.5rem}}.faq-stat__label{font-size:.875rem;color:#ffffffb3;text-transform:uppercase;letter-spacing:.05em}@media(max-width:767px){.faq-stat__label{font-size:.75rem}}.faq-search{position:relative;max-width:700px;margin:0 auto}.faq-search__icon{position:absolute;left:1.5rem;top:50%;transform:translateY(-50%);color:#ffffff80;pointer-events:none;stroke-width:2.5}.faq-search__input{width:100%;padding:1.25rem 3.5rem;font-size:1.0625rem;color:#fff;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.2);border-radius:3rem;outline:none;transition:all .3s ease}.faq-search__input::placeholder{color:#ffffff80}.faq-search__input:focus{background:#ffffff26;border-color:#d4a57480;box-shadow:0 0 30px #d4a57433}@media(max-width:767px){.faq-search__input{padding:1rem 3rem;font-size:.9375rem}}.faq-search__clear{position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#ffffff80;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.faq-search__clear:hover{color:#fff;background:#ffffff1a}.faq-search__results{position:absolute;top:calc(100% + 1rem);left:0;right:0;background:#fff;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:1rem;padding:.5rem;max-height:450px;overflow-y:auto;box-shadow:0 20px 60px #3e3e3e66,0 0 0 1px #3e3e3e1a;display:none;z-index:11;border:2px solid rgba(212,165,116,.2)}.faq-search__results.active{display:block;animation:slideDown .3s ease}.faq-search__results::-webkit-scrollbar{width:8px}.faq-search__results::-webkit-scrollbar-track{background:#f8f8f880;border-radius:1rem}.faq-search__results::-webkit-scrollbar-thumb{background:#b87d56;border-radius:1rem}.faq-search__results::-webkit-scrollbar-thumb:hover{background:#9a6441}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.search-result{padding:1rem;margin-bottom:.5rem;background:#fff;border-radius:.75rem;cursor:pointer;transition:all .2s ease;border-left:3px solid transparent;border:2px solid transparent;outline:none;text-align:left}.search-result:hover,.search-result.keyboard-focus{background:linear-gradient(135deg,#b87d5614,#d4a5740d);border-left-color:#b87d56;border-color:#b87d5633;transform:translate(5px);box-shadow:0 4px 15px #b87d5626}.search-result.keyboard-focus{border-color:#b87d56;box-shadow:0 0 0 3px #b87d5633}.search-result:last-child{margin-bottom:0}.search-result__category{font-size:.75rem;color:#b87d56;text-transform:uppercase;letter-spacing:.05em;font-weight:600;margin-bottom:.25rem}.search-result__question{font-size:1rem;font-weight:600;color:#3e3e3e;margin-bottom:.25rem}.search-result__preview{font-size:.875rem;color:#666;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.faq-nav{background:#fff;padding:2rem 0;box-shadow:0 2px 10px #3e3e3e0d;position:sticky;top:0;z-index:100}.faq-nav__list{display:flex;gap:1rem;overflow-x:auto;padding:.5rem 0}.faq-nav__list::-webkit-scrollbar{height:4px}.faq-nav__list::-webkit-scrollbar-track{background:#f8f8f8}.faq-nav__list::-webkit-scrollbar-thumb{background:#b87d56;border-radius:2px}@media(max-width:767px){.faq-nav__list{gap:.75rem}}.faq-nav__item{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#f8f8f8;border:2px solid transparent;border-radius:2rem;font-size:.9375rem;font-weight:600;color:#3e3e3e;cursor:pointer;transition:all .3s ease;white-space:nowrap;flex-shrink:0}.faq-nav__item svg{width:20px;height:20px;stroke-width:2}.faq-nav__item:hover{background:#fcf9f8;border-color:#b87d564d;transform:translateY(-2px)}.faq-nav__item.active{background:linear-gradient(135deg,#b87d56,#d4a574);color:#fff;box-shadow:0 4px 15px #b87d564d}@media(max-width:767px){.faq-nav__item{padding:.625rem 1.25rem;font-size:.875rem}.faq-nav__item svg{width:18px;height:18px}}.faq-content{padding:5rem 0;background:linear-gradient(135deg,#f8f5ef,#fff 40%,#fbfaf6)}@media(max-width:991px){.faq-content{padding:3rem 0}}.faq-grid{display:flex;flex-direction:column;gap:3rem}.faq-category{transition:all .3s ease}.faq-category.hidden{display:none}.faq-category__header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.faq-category__icon{width:36px;height:36px;padding:.5rem;background:linear-gradient(135deg,#b87d56,#d4a574);color:#fff;border-radius:.75rem;stroke-width:2;flex-shrink:0;display:flex;align-items:center;justify-content:center}@media(max-width:767px){.faq-category__icon{width:32px;height:32px}}.faq-category__title{font-family:Playfair Display,Georgia,serif;font-size:2rem;font-weight:700;color:#3e3e3e;margin:0;line-height:1.2}@media(max-width:991px){.faq-category__title{font-size:1.75rem}}@media(max-width:767px){.faq-category__title{font-size:1.5rem}}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 2px 10px #3e3e3e0d;transition:all .3s ease}.faq-item:hover{box-shadow:0 8px 30px #3e3e3e1a;transform:translateY(-2px)}.faq-item.active{box-shadow:0 8px 30px #b87d5626}.faq-item.active .faq-question{background:linear-gradient(135deg,#b87d560d,#d4a5740d);color:#b87d56}.faq-item.active .faq-icon{transform:rotate(45deg);color:#b87d56}.faq-item.active .faq-answer{max-height:1000px;padding:1.5rem;opacity:1}.faq-item.hidden{display:none}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.5rem;background:none;border:none;text-align:left;cursor:pointer;font-size:1.0625rem;font-weight:600;color:#3e3e3e;transition:all .3s ease}@media(max-width:767px){.faq-question{padding:1.25rem;font-size:1rem}}.faq-icon{flex-shrink:0;width:24px;height:24px;color:#666;transition:all .3s ease;stroke-width:2.5}@media(max-width:767px){.faq-icon{width:20px;height:20px}}.faq-answer{max-height:0;padding:0 1.5rem;overflow:hidden;opacity:0;transition:all .4s ease;color:#666;font-size:1rem;line-height:1.7}.faq-answer p{margin-bottom:1rem}.faq-answer p:last-child{margin-bottom:0}.faq-answer ul,.faq-answer ol{margin:1rem 0;padding-left:1.5rem}.faq-answer ul li,.faq-answer ol li{margin-bottom:.5rem;line-height:1.6}.faq-answer ul li:last-child,.faq-answer ol li:last-child{margin-bottom:0}.faq-answer ul li strong,.faq-answer ol li strong{color:#3e3e3e;font-weight:600}@media(max-width:767px){.faq-answer{font-size:.9375rem;padding:0 1.25rem}}.faq-cta{padding:5rem 0;background:linear-gradient(135deg,#3e3e3e,#2a2a2a);position:relative;overflow:hidden}.faq-cta:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(184,125,86,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(212,165,116,.08) 0%,transparent 50%);pointer-events:none}.faq-cta__card{position:relative;z-index:10;display:grid;grid-template-columns:2fr 1fr;gap:3rem;align-items:center;padding:4rem;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.1);border-radius:2rem;overflow:hidden}@media(max-width:1199px){.faq-cta__card{grid-template-columns:1fr;padding:3rem;gap:2rem}}@media(max-width:767px){.faq-cta__card{padding:2rem}}.faq-cta__content{color:#fff}.faq-cta__title{font-family:Playfair Display,Georgia,serif;font-size:2.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#d4a574,#c7997a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(max-width:991px){.faq-cta__title{font-size:2rem}}@media(max-width:767px){.faq-cta__title{font-size:1.75rem}}.faq-cta__text{font-size:1.125rem;color:#ffffffe6;margin-bottom:2rem;line-height:1.6}@media(max-width:767px){.faq-cta__text{font-size:1rem}}.faq-cta__buttons{display:flex;gap:1rem;flex-wrap:wrap}@media(max-width:767px){.faq-cta__buttons{flex-direction:column}}.faq-cta__image{position:relative;display:flex;align-items:center;justify-content:center;color:#ffffff26}.faq-cta__image svg{width:100%;max-width:200px;height:auto;animation:float 6s ease-in-out infinite}@media(max-width:1199px){.faq-cta__image{display:none}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.no-results{padding:3rem 2rem;text-align:center;color:#666;background:linear-gradient(135deg,#b87d5605,#d4a57405);border-radius:.75rem;margin:.5rem}.no-results svg{width:64px;height:64px;color:#b87d564d;margin-bottom:1rem;stroke-width:1.5}.no-results h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#3e3e3e}.no-results p{font-size:.9375rem;color:#666}.highlight{background:linear-gradient(135deg,#d4a5744d,#b87d5633);padding:.125rem .25rem;border-radius:.25rem;font-weight:600}
