body.template-index .faq-section{position:relative;padding:var(--ep-section-pad) 0;background:transparent}body.template-index .faq-header{text-align:center}body.template-index .faq-header h2:not(.section-badge):not(.ep-badge){font-family:var(--font-heading-family, "Switzer", sans-serif);font-size:var(--ep-fs-3xl, clamp(2rem, 6vw, 2.5rem));font-weight:var(--ep-fw-semibold, 600);line-height:1.2;letter-spacing:-.01em;margin-bottom:16px}body.template-index .faq-header p{font-size:17px;font-weight:400;color:var(--ep-color-muted);max-width:800px;margin:0 auto}body.template-index .faq-grid{display:grid;gap:16px;max-width:900px;margin:0 auto}body.template-index .faq-item{background:rgba(var(--ep-color-surface-rgb),.95);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(var(--ep-color-surface-rgb),.5);border-radius:var(--ep-radius-lg, 16px);cursor:pointer;transition:var(--ep-transition-base, all .2s ease)}body.template-index .faq-item:hover{background:rgba(var(--ep-color-surface-rgb),.97);border-color:rgba(var(--ep-color-accent-strong-rgb),.15)}body.template-index .faq-item[open]{background:rgba(var(--ep-color-surface-rgb),.95);border-color:rgba(var(--ep-color-accent-strong-rgb),.2);box-shadow:var(--ep-shadow-card, 0 16px 32px rgba(var(--ep-color-accent-strong-rgb), .08))}body.template-index .faq-item summary{font-weight:600;font-size:17px;list-style:none;display:flex;align-items:center;gap:16px;-webkit-user-select:none;user-select:none;cursor:pointer}body.template-index .faq-item summary::-webkit-details-marker,body.template-index .faq-item summary::marker{display:none;content:""}body.template-index .faq-item__number{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:var(--ep-radius-md, 12px);background:linear-gradient(135deg,rgba(var(--ep-color-accent-rgb),.08),rgba(var(--ep-color-primary-rgb),.05));color:var(--ep-color-accent);font-family:var(--ep-font-display, "Switzer", sans-serif);font-size:14px;font-weight:700;letter-spacing:.02em;transition:all .3s cubic-bezier(.4,0,.2,1)}body.template-index .faq-item[open] .faq-item__number{background:var(--ep-color-accent);color:#fff;transform:scale(1.05)}body.template-index .faq-item__question{flex:1;color:var(--ep-color-primary);transition:color .25s ease}body.template-index .faq-item:hover .faq-item__question{color:var(--ep-color-accent)}body.template-index .faq-item__icon{flex-shrink:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:var(--ep-radius-sm, 8px);background:rgba(var(--ep-color-accent-rgb),.08);color:var(--ep-color-accent);transition:all .3s cubic-bezier(.4,0,.2,1)}body.template-index .faq-item__icon svg{width:20px;height:20px;transition:transform .4s cubic-bezier(.4,0,.2,1)}body.template-index .faq-item[open] .faq-item__icon{background:rgba(var(--ep-color-accent-rgb),.15)}body.template-index .faq-item[open] .faq-item__icon svg{transform:rotate(180deg)}body.template-index .faq-item:hover .faq-item__icon{background:rgba(var(--ep-color-accent-rgb),.12);transform:scale(1.05)}body.template-index .faq-item__content{display:grid;grid-template-rows:0fr;transition:grid-template-rows .4s cubic-bezier(.4,0,.2,1);overflow:hidden}body.template-index .faq-item[open] .faq-item__content{grid-template-rows:1fr}body.template-index .faq-item__content>p{overflow:hidden;margin:0;padding-top:16px;padding-left:56px}body.template-index .faq-item__content p{line-height:1.7;color:var(--ep-color-muted)}body.template-index .faq-cta{background:linear-gradient(135deg,rgba(var(--ep-color-primary-rgb),.04),rgba(var(--ep-color-accent-rgb),.06));border-radius:var(--ep-radius-xl, 24px);border:1px solid rgba(var(--ep-color-accent-rgb),.1);text-align:center;max-width:900px;margin-left:auto;margin-right:auto}body.template-index .faq-cta h3{font-size:24px;font-weight:600;color:var(--ep-color-text);margin-bottom:12px}body.template-index .faq-cta p{font-size:16px;color:var(--ep-color-muted);margin-bottom:24px}body.template-index .faq-cta .button{padding:14px 32px;font-size:16px}body.template-index .faq-section{margin-bottom:0}body.template-index .faq-header{margin-bottom:32px}body.template-index .faq-item{padding:20px}body.template-index .faq-cta{margin-top:28px;padding:28px 22px}@media(min-width:520px){body.template-index .faq-section{margin-bottom:0}body.template-index .faq-header{margin-bottom:48px}body.template-index .faq-item{padding:24px 28px}body.template-index .faq-cta{margin-top:36px;padding:32px 24px}}@media(min-width:750px){body.template-index .faq-section{margin-bottom:0}body.template-index .faq-cta{margin-top:56px;padding:40px}}@keyframes faqItemSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}body.template-index .faq-item{animation:faqItemSlideIn .5s ease-out forwards;animation-play-state:paused;opacity:0}body.template-index .faq-item.is-visible{animation-play-state:running}body.template-index .faq-item:nth-child(1){animation-delay:.05s}body.template-index .faq-item:nth-child(2){animation-delay:.1s}body.template-index .faq-item:nth-child(3){animation-delay:.15s}body.template-index .faq-item:nth-child(4){animation-delay:.2s}body.template-index .faq-item:nth-child(5){animation-delay:.25s}body.template-index .faq-item:nth-child(6){animation-delay:.3s}body.template-index .faq-item:focus-visible,body.template-index .faq-item summary:focus-visible,body.template-index .faq-cta .button:focus-visible{outline:2px solid var(--ep-color-accent);outline-offset:4px}@media(prefers-reduced-motion:reduce){body.template-index .faq-item,body.template-index .faq-item__number,body.template-index .faq-item__icon,body.template-index .faq-item__icon svg,body.template-index .faq-item__content,body.template-index .faq-cta .button{animation:none;transition:none}body.template-index .faq-item{opacity:1}body.template-index .faq-cta .button:hover,body.template-index .faq-item:hover .faq-item__icon,body.template-index .faq-item[open] .faq-item__number{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/27/assets/ep-faq.css.map */
