.faq-section{min-height:100vh;background:var(--faq-bg-color, #ffffff);position:relative;overflow:hidden}.faq-bg{position:absolute;top:0;right:0;bottom:0;left:0}.faq-pattern{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.1}.pattern-dot,.pattern-line{position:absolute;background:var(--faq-accent-color, #000000);border-radius:9999px}.pattern-dot-1{top:5rem;left:2.5rem;width:.5rem;height:.5rem}.pattern-line-1{top:10rem;right:5rem;width:.25rem;height:5rem}.pattern-line-2{bottom:10rem;left:25%;width:5rem;height:.25rem}.pattern-dot-2{top:33.333333%;right:33.333333%;width:.75rem;height:.75rem;opacity:.5}.pattern-dot-3{bottom:5rem;right:2.5rem;width:.5rem;height:.5rem}.faq-container{position:relative;z-index:10;max-width:80rem;margin:0 auto;padding:8rem 1.5rem}.faq-header{margin-bottom:10rem;opacity:0;transform:translateY(50px);animation:fadeInUp 1s ease-out forwards}.faq-header-grid{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media (min-width: 1024px){.faq-header-grid{grid-template-columns:1fr 1fr}}.faq-breadcrumb{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.breadcrumb-line{width:4rem;height:1px;background:var(--faq-text-color, #000000)}.breadcrumb-text{color:var(--faq-text-color, #000000);letter-spacing:.3em;text-transform:uppercase;font-size:.75rem}.faq-title{color:var(--faq-text-color, #000000);font-size:4rem;line-height:.9;letter-spacing:-.025em;margin-bottom:2rem;font-weight:700}@media (min-width: 640px){.faq-title{font-size:5rem}}@media (min-width: 1024px){.faq-title{font-size:6rem}}.title-italic{font-style:italic}.faq-header-card{position:relative}.header-card{background:var(--faq-accent-color, #000000);color:#fff;padding:3rem;border-radius:1.5rem;transform:rotate(3deg);transition:transform .7s ease;box-shadow:0 25px 50px -12px #00000040}.header-card:hover{transform:rotate(0)}.header-card p{line-height:1.625;margin:0}.header-card-shadow{position:absolute;bottom:-1rem;right:-1rem;width:100%;height:100%;border:2px solid var(--faq-text-color, #000000);border-radius:1.5rem;z-index:-1}.faq-tabs-wrapper{width:100%}.faq-tabs-mobile{display:block;margin-bottom:5rem}@media (min-width: 768px){.faq-tabs-mobile{display:none}}.faq-tabs-scroll{width:100%;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.faq-tabs-scroll::-webkit-scrollbar{display:none}.faq-tabs-desktop{display:none;margin-bottom:6rem}@media (min-width: 768px){.faq-tabs-desktop{display:block}}.faq-tabs-center{display:flex;justify-content:center}.faq-tabs-list{display:inline-flex;height:auto;padding:0;background:transparent;gap:1.5rem}@media (min-width: 768px){.faq-tabs-list{gap:2rem}}.faq-tab-trigger{padding:1rem 2rem;border:2px solid var(--faq-text-color, #000000);color:var(--faq-text-color, #000000);background:transparent;border-radius:1rem;cursor:pointer;transition:all .5s ease;white-space:nowrap;font-weight:600;transform:scale(1)}@media (min-width: 768px){.faq-tab-trigger{padding:1.5rem 3rem}}.faq-tab-trigger:hover{background:var(--faq-text-color, #000000);color:var(--faq-bg-color, #ffffff);transform:scale(1.05)}.faq-tab-trigger.active{background:var(--faq-text-color, #000000);color:var(--faq-bg-color, #ffffff)}@media (min-width: 768px){.faq-tab-trigger:hover{transform:scale(1.1)}.faq-tab-trigger.tab-1:hover,.faq-tab-trigger.tab-3:hover{transform:scale(1.1) rotate(2deg)}.faq-tab-trigger.tab-2:hover,.faq-tab-trigger.tab-4:hover{transform:scale(1.1) rotate(-2deg)}}.faq-tab-content{display:none;margin-top:0}.faq-tab-content.active{display:block;opacity:0;animation:fadeIn .8s ease-out forwards}.faq-content-grid{display:grid;grid-template-columns:1fr;gap:3rem}.faq-item-wrapper{display:flex;opacity:0;animation:slideIn .8s ease-out forwards}.faq-item-wrapper:nth-child(2n){justify-content:flex-end;text-align:right}.faq-item-wrapper:nth-child(odd){justify-content:flex-start;text-align:left}.faq-item-wrapper:nth-child(1){animation-delay:.1s}.faq-item-wrapper:nth-child(2){animation-delay:.2s}.faq-item-wrapper:nth-child(3){animation-delay:.3s}.faq-item-wrapper:nth-child(4){animation-delay:.4s}.faq-item{width:100%;max-width:64rem}.faq-item-card{position:relative;background:var(--faq-bg-color, #ffffff);border:2px solid var(--faq-text-color, #000000);border-radius:1.5rem;padding:3rem;transition:all .7s ease;box-shadow:0 10px 25px -5px #0000001a;transform:scale(1)}.faq-item-card:hover{background:var(--faq-text-color, #000000);color:var(--faq-bg-color, #ffffff);transform:scale(1.02);box-shadow:0 20px 40px -10px #0003}.corner-accent{position:absolute;width:2rem;height:2rem;border:4px solid var(--faq-text-color, #000000);transition:border-color .7s ease}.faq-item-card:hover .corner-accent{border-color:var(--faq-bg-color, #ffffff)}.corner-tl{top:1rem;left:1rem;border-bottom:none;border-right:none;border-top-left-radius:.75rem}.corner-br{bottom:1rem;right:1rem;border-top:none;border-left:none;border-bottom-right-radius:.75rem}.faq-accordion{width:100%}.faq-question{display:flex;justify-content:space-between;align-items:center;width:100%;background:transparent;border:none;color:inherit;cursor:pointer;padding:0 0 2rem;text-align:left;font-size:inherit;font-weight:600;transition:all .7s ease}.question-text{transition:letter-spacing .7s ease}.faq-item-card:hover .question-text{letter-spacing:.025em}.faq-chevron{flex-shrink:0;margin-left:1rem;transition:transform .3s ease,color .7s ease}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-answer.active{max-height:500px}.faq-answer-content{line-height:1.625;padding-bottom:0;transition:color .7s ease}.faq-question.active .faq-chevron{transform:rotate(180deg)}.faq-cta{margin-top:10rem;opacity:0;transform:translateY(100px);animation:fadeInUp 1s ease-out .5s forwards}.faq-cta-center{text-align:center}.faq-cta-wrapper{position:relative;display:inline-block}.faq-cta-card{background:var(--faq-accent-color, #000000);color:#fff;padding:5rem;border-radius:1.5rem;transform:rotate(-1deg);transition:transform .7s ease;box-shadow:0 25px 50px -12px #00000040}.faq-cta-card:hover{transform:rotate(0)}.cta-title{color:#fff;margin-bottom:2rem;letter-spacing:-.025em;font-size:2.5rem;font-weight:700}.cta-description{color:#fff;margin-bottom:3rem;max-width:32rem;line-height:1.625}.cta-buttons{display:flex;flex-direction:column;gap:2rem;justify-content:center}@media (min-width: 640px){.cta-buttons{flex-direction:row}}.cta-button{padding:1.5rem 3rem;border:2px solid white;border-radius:1rem;text-decoration:none;font-weight:600;transition:all .5s ease;display:inline-block;transform:scale(1)}.cta-button:hover{transform:scale(1.1)}.cta-button-primary{background:#fff;color:var(--faq-accent-color, #000000)}.cta-button-primary:hover{background:var(--faq-accent-color, #000000);color:#fff;border-color:var(--faq-accent-color, #000000);transform:scale(1.1) rotate(2deg)}.cta-button-secondary{background:transparent;color:#fff}.cta-button-secondary:hover{background:#fff;color:var(--faq-accent-color, #000000);transform:scale(1.1) rotate(-2deg)}.cta-card-shadow{position:absolute;top:1rem;left:1rem;width:100%;height:100%;border:2px solid var(--faq-text-color, #000000);border-radius:1.5rem;z-index:-1}@keyframes fadeInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}.faq-item-wrapper:nth-child(2n){animation-name:slideInRight}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.faq-section{--faq-bg-color: var(--background-color, #ffffff);--faq-text-color: var(--text-color, #000000);--faq-accent-color: var(--accent-color, #000000)}@media (max-width: 640px){.faq-container{padding:4rem 1rem}.faq-title{font-size:3rem}.header-card,.faq-item-card{padding:2rem}.faq-cta-card{padding:3rem}.cta-title{font-size:2rem}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/faq-section.css.map */
