.article-faq-wrapper{margin:4rem auto;padding:3rem 1.5rem;background:linear-gradient(135deg,#070707,#b9f7f9)}.article-faq__container{max-width:900px;margin:0 auto}.article-faq__header{margin-bottom:3rem;text-align:center;animation:fadeInDown .6s ease-out}.article-faq__header .section__title-text{margin:0;font-size:2.5rem;font-weight:700;line-height:1.2;color:#fff!important;position:relative;display:inline-block;padding-bottom:1rem}.article-faq__header .section__title-text:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,#b9f7f9,#7de5e8);border-radius:2px}.article-faq__accordion{display:flex;flex-direction:column;gap:1.25rem}.article-faq__item{border:2px solid #e8f9fa;border-radius:12px;background:#fff;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);animation:fadeInUp .5s ease-out backwards;box-shadow:0 2px 8px #b9f7f91a}.article-faq__item:nth-child(1){animation-delay:.1s}.article-faq__item:nth-child(2){animation-delay:.15s}.article-faq__item:nth-child(3){animation-delay:.2s}.article-faq__item:nth-child(4){animation-delay:.25s}.article-faq__item:nth-child(5){animation-delay:.3s}.article-faq__item:nth-child(6){animation-delay:.35s}.article-faq__item:nth-child(7){animation-delay:.4s}.article-faq__item:nth-child(8){animation-delay:.45s}.article-faq__item:nth-child(9){animation-delay:.5s}.article-faq__item:nth-child(10){animation-delay:.55s}.article-faq__item:hover{border-color:#b9f7f9;box-shadow:0 8px 24px #b9f7f94d;transform:translateY(-2px)}.article-faq__item.is-active{border-color:#7de5e8;background:linear-gradient(135deg,#fff,#f8fdfd);box-shadow:0 12px 32px #7de5e840}.article-faq__question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:1.5rem 2rem;background:transparent;border:none;cursor:pointer;text-align:left;transition:all .3s ease;position:relative}.article-faq__question:before{content:"";position:absolute;left:0;top:0;bottom:0;width:0;background:linear-gradient(90deg,#b9f7f9 0%,transparent 100%);transition:width .4s cubic-bezier(.4,0,.2,1);opacity:0}.article-faq__item.is-active .article-faq__question:before{width:6px;opacity:1}.article-faq__question:hover{background:#b9f7f914}.article-faq__item.is-active .article-faq__question{background:#b9f7f91f}.article-faq__question:focus{outline:3px solid #b9f7f9;outline-offset:-3px}.article-faq__question-text{flex:1;font-size:1.125rem;font-weight:600;line-height:1.5;color:#2d2d2d;transition:all .3s ease}.article-faq__item.is-active .article-faq__question-text{color:#1a1a1a;font-weight:700}.article-faq__icon{flex-shrink:0;width:32px;height:32px;position:relative;display:flex;align-items:center;justify-content:center;background:#b9f7f933;border-radius:50%;transition:all .4s cubic-bezier(.4,0,.2,1)}.article-faq__item:hover .article-faq__icon{background:#b9f7f966;transform:scale(1.1)}.article-faq__item.is-active .article-faq__icon{background:#b9f7f9;transform:rotate(180deg)}.article-faq__icon svg{position:absolute;width:20px;height:20px;transition:all .4s cubic-bezier(.4,0,.2,1);color:#2d2d2d}.article-faq__icon .icon--plus{opacity:1;transform:rotate(0) scale(1)}.article-faq__icon .icon--minus{opacity:0;transform:rotate(-180deg) scale(.5)}.article-faq__item.is-active .article-faq__icon .icon--plus{opacity:0;transform:rotate(180deg) scale(.5)}.article-faq__item.is-active .article-faq__icon .icon--minus{opacity:1;transform:rotate(0) scale(1)}.article-faq__answer{max-height:0;overflow:hidden;transition:max-height .5s cubic-bezier(.4,0,.2,1),opacity .4s ease,padding .4s ease;opacity:0}.article-faq__item.is-active .article-faq__answer{max-height:3000px;opacity:1}.article-faq__answer-content{padding:0 2rem 2rem;color:#555;font-size:1.0625rem;line-height:1.8;animation:fadeIn .5s ease-out .2s backwards}.article-faq__answer-content p{margin:0 0 1rem}.article-faq__answer-content p:last-child{margin-bottom:0}.article-faq__answer-content a{color:#2d2d2d;text-decoration:underline;text-decoration-color:#b9f7f9;text-decoration-thickness:2px;transition:all .3s ease}.article-faq__answer-content a:hover{color:#1a1a1a;text-decoration-color:#7de5e8;background:#b9f7f926;padding:2px 4px;border-radius:3px}.article-faq__answer-content ul,.article-faq__answer-content ol{margin:1rem 0 1rem 1.5rem;padding:0}.article-faq__answer-content li{margin-bottom:.75rem;padding-left:.5rem}.article-faq__answer-content li::marker{color:#b9f7f9}.article-faq__answer-content strong{font-weight:700;color:#2d2d2d}.article-faq__answer-content em{font-style:italic;color:#666}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media screen and (max-width:768px){.article-faq-wrapper{margin:3rem auto;padding:2rem 1rem}.article-faq__header{margin-bottom:2.5rem}.article-faq__header .section__title-text{font-size:2rem}.article-faq__accordion{gap:1rem}.article-faq__question{padding:1.25rem 1.5rem;gap:1.5rem}.article-faq__question-text{font-size:1.0625rem}.article-faq__answer-content{padding:0 1.5rem 1.5rem;font-size:1rem}.article-faq__icon{width:28px;height:28px}.article-faq__icon svg{width:18px;height:18px}}@media screen and (max-width:480px){.article-faq-wrapper{margin:2rem auto;padding:1.5rem .75rem}.article-faq__header{margin-bottom:2rem}.article-faq__header .section__title-text{font-size:1.75rem;padding-bottom:.75rem}.article-faq__header .section__title-text:after{width:60px;height:3px}.article-faq__question{padding:1rem 1.25rem;gap:1rem}.article-faq__question-text{font-size:1rem}.article-faq__answer-content{padding:0 1.25rem 1.25rem;font-size:.9375rem;line-height:1.7}.article-faq__icon{width:26px;height:26px}.article-faq__icon svg{width:16px;height:16px}}@media(prefers-reduced-motion:reduce){.article-faq__item,.article-faq__question,.article-faq__question-text,.article-faq__icon,.article-faq__icon svg,.article-faq__answer,.article-faq__answer-content{animation:none!important;transition:none!important}.article-faq__item:hover{transform:none}}@media print{.article-faq-wrapper{background:#fff}.article-faq__item{border:1px solid #ccc;page-break-inside:avoid;box-shadow:none}.article-faq__answer{max-height:none!important;opacity:1!important}.article-faq__icon{display:none}.article-faq__question:before{display:none}}@media(prefers-color-scheme:dark){.article-faq-wrapper{background:linear-gradient(179deg,#2d2d2d,#b9f7f9)}.article-faq__header .section__title-text{color:#f5f5f5}.article-faq__item{background:#2d2d2d;border-color:#3d3d3d}.article-faq__item.is-active{background:linear-gradient(135deg,#2d2d2d,#1a1a1a)}.article-faq__question-text{color:#e5e5e5}.article-faq__item.is-active .article-faq__question-text{color:#f5f5f5}.article-faq__answer-content{color:#b5b5b5}.article-faq__answer-content strong,.article-faq__answer-content a{color:#e5e5e5}}
/*# sourceMappingURL=/cdn/shop/t/28/assets/article-faq.css.map */
