.deals-faq{background:#fff}.deals-faq__header{margin-bottom:2.5rem}.deals-faq__header--left{text-align:left}.deals-faq__header--center{text-align:center}.deals-faq__header--right{text-align:right}.deals-faq__heading{font-size:clamp(2rem,4vw,2.75rem);font-weight:700;color:#1f2937;margin:0 0 .75rem;letter-spacing:-.02em}.deals-faq__subheading{font-size:1.3rem;color:#6b7280;margin:0;line-height:1.6}.deals-faq__header--center .deals-faq__subheading{max-width:600px;margin-left:auto;margin-right:auto}.deals-faq__container{max-width:900px;margin:0 auto}.deals-faq__container--two-column{max-width:100%;display:grid;grid-template-columns:1fr 1fr;gap:2rem}.deals-faq__list{display:flex;flex-direction:column;gap:1rem}.deals-faq__category{margin:2rem 0 1rem;padding-bottom:.5rem;border-bottom:2px solid #e5e7eb}.deals-faq__category:first-child{margin-top:0}.deals-faq__category-title{font-size:1.5rem;font-weight:700;color:#374151;margin:0;text-transform:uppercase;letter-spacing:.05em}.deals-faq__item{border:2px solid #e5e7eb;border-radius:12px;margin-bottom:1rem;overflow:hidden;transition:all .3s ease;background:#fff}.deals-faq__item:hover{border-color:#cbd5e0;box-shadow:0 4px 12px #00000014}.deals-faq__question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.5rem;background:transparent;border:none;cursor:pointer;text-align:left;font-family:inherit;transition:all .2s ease}.deals-faq__question:hover{background:#f9fafb}.deals-faq__question--open{background:#f0f9ff;border-bottom:1px solid #e0f2fe}.deals-faq__question-text{flex:1;font-size:1.3rem;font-weight:600;color:#1f2937;line-height:1.4}.deals-faq__question--open .deals-faq__question-text{color:#2563eb}.deals-faq__icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#f3f4f6;border-radius:50%;flex-shrink:0;transition:all .3s ease;position:relative}.deals-faq__question:hover .deals-faq__icon{background:#e5e7eb}.deals-faq__question--open .deals-faq__icon{background:#2563eb;transform:rotate(180deg)}.deals-faq__icon svg{width:24px;height:24px;color:#6b7280;position:absolute;transition:all .3s ease}.deals-faq__question--open .deals-faq__icon svg{color:#fff}.deals-faq__icon-plus{opacity:1;display:block}.deals-faq__icon-minus,.deals-faq__question--open .deals-faq__icon-plus{opacity:0;display:none}.deals-faq__question--open .deals-faq__icon-minus{opacity:1;display:block}.deals-faq__answer{height:0;overflow:hidden;transition:height .3s ease}.deals-faq__answer-content{padding:0 1.5rem 1.5rem;font-size:1.3rem;color:#4b5563;line-height:1.7}.deals-faq__question--open+.deals-faq__answer .deals-faq__answer-content{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.deals-faq__link{display:inline-flex;align-items:center;gap:.25rem;margin-top:.75rem;color:#2563eb;font-weight:600;text-decoration:none;font-size:1.3rem;transition:all .2s ease}.deals-faq__link:hover{color:#1d4ed8;gap:.5rem}.deals-faq__link svg{width:14px;height:14px;transition:transform .2s ease}.deals-faq__link:hover svg{transform:translate(2px)}.deals-faq__column{display:flex;flex-direction:column;gap:1rem}.deals-faq__contact{margin-top:3rem;padding:2.5rem;background:linear-gradient(135deg,#eff6ff,#dbeafe);border:2px solid #93c5fd;border-radius:16px;position:relative;overflow:hidden}.deals-faq__contact:before{content:"";position:absolute;top:-50%;right:-10%;width:300px;height:300px;background:radial-gradient(circle,rgba(59,130,246,.1) 0%,transparent 70%);border-radius:50%}.deals-faq__contact-content{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem;max-width:600px;margin:0 auto}.deals-faq__contact-icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;background:#fff;border-radius:12px;box-shadow:0 4px 12px #3b82f626;color:#2563eb;flex-shrink:0}.deals-faq__contact-content>div{width:100%}.deals-faq__contact-title{font-size:1.75rem;font-weight:700;color:#1e40af;margin:0 0 .5rem}.deals-faq__contact-text{font-size:1.3rem;color:#3730a3;margin:0 0 1rem}.deals-faq__contact-button{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2.5rem;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-size:1.3rem;font-weight:600;text-decoration:none;border-radius:8px;box-shadow:0 4px 14px #2563eb40;transition:all .3s ease}.deals-faq__contact-button:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);box-shadow:0 6px 20px #2563eb59;transform:translateY(-2px)}@media screen and (max-width: 749px){.deals-faq__header{margin-bottom:1.5rem}.deals-faq__container--two-column{grid-template-columns:1fr;gap:0}.deals-faq__item{border-radius:8px;margin-bottom:.75rem}.deals-faq__question{padding:1.25rem}.deals-faq__question-text{font-size:1.3rem}.deals-faq__icon{width:32px;height:32px}.deals-faq__icon svg{width:20px;height:20px}.deals-faq__answer-content{padding:0 1.25rem 1.25rem;font-size:1.3rem}.deals-faq__contact{padding:2rem 1.5rem}.deals-faq__contact-content{flex-direction:column;text-align:center}.deals-faq__contact-button{width:100%;justify-content:center}}@media print{.deals-faq__item{page-break-inside:avoid;border:1px solid #000}.deals-faq__answer{height:auto!important}.deals-faq__icon,.deals-faq__contact{display:none}}.deals-faq__question:focus{outline:none;box-shadow:0 0 0 3px #3b82f61a;background:#f0f9ff}.deals-faq__question:focus .deals-faq__question-text{color:#2563eb}@media (prefers-reduced-motion: reduce){.deals-faq__item,.deals-faq__question,.deals-faq__icon,.deals-faq__answer,.deals-faq__link{transition:none}.deals-faq__answer-content{animation:none}}@media (prefers-color-scheme: dark){.deals-faq{background:#111827}.deals-faq__heading{color:#f3f4f6}.deals-faq__subheading{color:#9ca3af}.deals-faq__item{background:#1f2937;border-color:#374151}.deals-faq__question:hover{background:#374151}.deals-faq__question--open{background:#1e3a8a}.deals-faq__question-text{color:#e5e7eb}.deals-faq__answer-content{color:#9ca3af}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/section-deals-faq.css.map */
