.faq-modern-section{position:relative;z-index:0;padding-top:var(--faq-padding-top, 60px);padding-bottom:var(--faq-padding-bottom, 60px);overflow:hidden}.faq-modern-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;opacity:var(--faq-pattern-opacity, .12);background-image:var(--faq-pattern-image, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='320' height='320' viewBox='0 0 320 320'%3E%3Cg fill='none' stroke='currentColor' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cdefs%3E%3Cg id='paw'%3E%3Ccircle cx='-18' cy='-34' r='7.5'/%3E%3Ccircle cx='-6' cy='-41' r='7'/%3E%3Ccircle cx='8' cy='-41' r='7'/%3E%3Ccircle cx='20' cy='-34' r='7.5'/%3E%3Cpath d='M-30 -6c0-14 12-26 30-26s30 12 30 26c0 18-14 32-30 32S-30 12-30-6z'/%3E%3C/g%3E%3C/defs%3E%3Cuse href='%23paw' transform='translate(70 250) rotate(-18) scale(1.05)'/%3E%3Cuse href='%23paw' transform='translate(165 275) rotate(12) scale(0.9)'/%3E%3Cuse href='%23paw' transform='translate(265 245) rotate(-8) scale(0.95)'/%3E%3Cuse href='%23paw' transform='translate(110 170) rotate(22) scale(0.75)'/%3E%3Cuse href='%23paw' transform='translate(235 155) rotate(-28) scale(0.7)'/%3E%3Cuse href='%23paw' transform='translate(35 120) rotate(8) scale(0.65)'/%3E%3C/g%3E%3C/svg%3E"));background-repeat:repeat;background-position:left bottom;background-size:var(--faq-pattern-size, 320px) var(--faq-pattern-size, 320px);color:rgb(var(--color-foreground-rgb) / 1);-webkit-mask-image:linear-gradient(to top,rgba(0,0,0,.9) 0%,rgba(0,0,0,0) 70%);mask-image:linear-gradient(to top,#000000e6,#0000 70%);-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.faq-modern__container{width:100%;margin:0 auto;padding:0 1rem;position:relative;z-index:1}.faq-modern__container--wide{max-width:1200px}.faq-modern__container--standard{max-width:900px}.faq-modern__container--narrow{max-width:700px}.faq-modern__header{text-align:center;margin-bottom:3rem}.faq-modern__subtitle{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:rgb(var(--color-foreground-rgb) / .5);margin:0 0 .75rem}.faq-modern__title{font-family:var(--faq-title-font, var(--font-heading--family));font-size:clamp(1.75rem,4vw,var(--faq-title-size, 2.5rem));font-weight:var(--faq-title-weight, 400);text-transform:var(--faq-title-case, none);line-height:1.2;letter-spacing:-.02em;color:rgb(var(--color-foreground-rgb));margin:0 0 1rem}.faq-modern__description{font-size:1.05rem;line-height:1.6;color:rgb(var(--color-foreground-rgb) / .65);max-width:500px;margin:0 auto}.faq-modern__list{display:flex;flex-direction:column;gap:.75rem}.faq-modern__item{background:rgb(var(--color-white-rgb) / 1);border-radius:var(--faq-border-radius, 16px);border:1px solid rgb(0 0 0 / .15);box-shadow:0 2px 12px #0000000a;overflow:hidden;transition:box-shadow .3s ease,transform .3s ease,border-color .3s ease}.faq-modern__item:hover{box-shadow:0 4px 20px #00000014}.faq-modern__item.is-open{box-shadow:0 6px 24px #0000001a}.faq-modern__question{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;padding:1.25rem 1.5rem;background-color:#ffc22b;border:none;cursor:pointer;text-align:left;transition:background-color .2s ease}.faq-modern__question:hover{background-color:#ffc22b}.faq-modern__question:focus-visible{outline:2px solid rgb(var(--color-foreground-rgb) / .3);outline-offset:-2px}.faq-modern__question-text{font-size:1.05rem;font-weight:400;line-height:1.4;color:#000;flex:1}@media (min-width: 750px){.faq-modern__question{padding:1.5rem 2rem}.faq-modern__question-text{font-size:1.1rem}}.faq-modern__icon{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;flex-shrink:0;border-radius:50%;background:var(--color-black);color:var(--color-white);transition:background-color .3s ease,transform .3s ease}.faq-modern__item:hover .faq-modern__icon{background:var(--color-black)}.faq-modern__item.is-open .faq-modern__icon{background:var(--color-white);color:var(--color-black)}.faq-modern__icon svg{width:14px;height:14px}.faq-modern__icon-line{transition:transform .3s ease,opacity .3s ease;transform-origin:center}.faq-modern__item.is-open .faq-modern__icon-line--vertical{transform:rotate(90deg);opacity:0}.faq-modern__answer{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1)}.faq-modern__answer-content{background:var(--color-white);border-top:1px solid rgb(var(--color-foreground-rgb) / .12);border-radius:0 0 var(--faq-border-radius, 16px) var(--faq-border-radius, 16px);padding:1rem 1.5rem 1.5rem;font-size:.95rem;line-height:1.7;color:#000000bf}.faq-modern__answer-content p{margin:0}.faq-modern__answer-content p+p{margin-top:1rem}.faq-modern__answer-content a{color:var(--color-black);text-decoration:underline;text-underline-offset:2px}.faq-modern__answer-content a:hover{text-decoration:none}@media (min-width: 750px){.faq-modern__answer-content{padding:1.25rem 2rem 2rem;font-size:1rem}}.faq-modern__footer{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-top:3rem;padding:2rem;background:rgb(var(--color-foreground-rgb) / .03);border-radius:var(--faq-border-radius, 16px);text-align:center}@media (min-width: 750px){.faq-modern__footer{flex-direction:row;justify-content:center;gap:1.5rem;text-align:left}}.faq-modern__footer-text{font-size:1rem;color:rgb(var(--color-foreground-rgb) / .7);margin:0}.faq-modern__footer-button{flex-shrink:0}@media (prefers-reduced-motion: no-preference){.faq-modern__item{animation:faq-fade-in .5s ease backwards}.faq-modern__item:nth-child(1){animation-delay:.05s}.faq-modern__item:nth-child(2){animation-delay:.1s}.faq-modern__item:nth-child(3){animation-delay:.15s}.faq-modern__item:nth-child(4){animation-delay:.2s}.faq-modern__item:nth-child(5){animation-delay:.25s}.faq-modern__item:nth-child(6){animation-delay:.3s}.faq-modern__item:nth-child(7){animation-delay:.35s}.faq-modern__item:nth-child(8){animation-delay:.4s}}@keyframes faq-fade-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}
/*# sourceMappingURL=/cdn/shop/t/24/assets/faq-modern.css.map */
