.help-center__hero{text-align:center;margin-bottom:3rem}.help-center__title{font-size:2.8rem;font-weight:700;margin:0 0 1rem;color:rgb(var(--color-foreground))}.help-center__subtitle{font-size:1.6rem;color:rgba(var(--color-foreground),.7);max-width:600px;margin:0 auto}.help-center__nav{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:4rem}.help-center__nav-item{display:flex;flex-direction:column;align-items:center;gap:.8rem;padding:1.5rem;background:rgba(var(--color-foreground),.03);border:1px solid rgba(var(--color-foreground),.1);border-radius:12px;text-decoration:none;color:rgb(var(--color-foreground));transition:all .2s ease}.help-center__nav-item:hover{background:rgba(var(--color-foreground),.06);border-color:rgba(var(--color-foreground),.2);transform:translateY(-2px)}.help-center__nav-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:rgba(var(--color-button),.1);border-radius:50%;color:rgb(var(--color-button))}.help-center__section{margin-bottom:4rem;padding-top:2rem}.help-center__section-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid rgba(var(--color-foreground),.1)}.help-center__section-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:rgba(var(--color-button),.1);border-radius:12px;color:rgb(var(--color-button))}.help-center__section-title{font-size:2rem;font-weight:600;margin:0;color:rgb(var(--color-foreground))}.help-center__content-grid{display:grid;gap:1.5rem}.help-center__info-card{background:rgba(var(--color-foreground),.02);border:1px solid rgba(var(--color-foreground),.08);border-radius:12px;padding:1.5rem}.help-center__info-card h3{font-size:1.4rem;font-weight:600;margin:0 0 .8rem;color:rgb(var(--color-foreground))}.help-center__info-card p{font-size:1.4rem;line-height:1.7;margin:0;color:rgba(var(--color-foreground),.75)}.help-center__steps{margin:0;padding-left:1.5rem;font-size:1.4rem;line-height:1.8;color:rgba(var(--color-foreground),.75)}.help-center__steps li{margin-bottom:.5rem}.help-center__guarantee-box{text-align:center;background:linear-gradient(135deg,#22c55e1a,#22c55e0d);border:1px solid rgba(34,197,94,.2);border-radius:16px;padding:2.5rem;margin-bottom:2rem}.help-center__guarantee-icon{color:#22c55e;margin-bottom:1rem}.help-center__guarantee-box h3{font-size:1.8rem;font-weight:600;margin:0 0 .5rem;color:rgb(var(--color-foreground))}.help-center__guarantee-box p{font-size:1.4rem;color:rgba(var(--color-foreground),.75);margin:0}.help-center__cta-box{text-align:center;background:rgba(var(--color-button),.05);border:1px solid rgba(var(--color-button),.2);border-radius:16px;padding:2.5rem;margin-top:2rem}.help-center__cta-box h3{font-size:1.6rem;font-weight:600;margin:0 0 .5rem}.help-center__cta-box p{font-size:1.4rem;color:rgba(var(--color-foreground),.75);margin:0 0 1.5rem}.help-center__button{display:inline-block;padding:1.2rem 2.4rem;background:rgb(var(--color-button));color:rgb(var(--color-button-text));text-decoration:none;border-radius:8px;font-size:1.4rem;font-weight:600;transition:opacity .2s ease}.help-center__button:hover{opacity:.9}.help-center__button--secondary{background:transparent;color:rgb(var(--color-button));border:1px solid rgb(var(--color-button));padding:.8rem 1.6rem;margin-top:1rem}.help-center__button--secondary:hover{background:rgba(var(--color-button),.1);opacity:1}.help-center__faq-list{max-width:800px}.help-center__faq-item{border-bottom:1px solid rgba(var(--color-foreground),.1)}.help-center__faq-item:first-child{border-top:1px solid rgba(var(--color-foreground),.1)}.help-center__faq-question{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.5rem 0;cursor:pointer;font-size:1.5rem;font-weight:500;color:rgb(var(--color-foreground));list-style:none}.help-center__faq-question::-webkit-details-marker{display:none}.help-center__faq-icon{transition:transform .3s ease;color:rgba(var(--color-foreground),.5)}.help-center__faq-item[open] .help-center__faq-icon{transform:rotate(180deg)}.help-center__faq-answer{padding:0 0 1.5rem}.help-center__faq-answer p{font-size:1.4rem;line-height:1.7;margin:0;color:rgba(var(--color-foreground),.75)}.help-center__contact-grid{display:grid;gap:1.5rem}.help-center__contact-card{text-align:center;background:rgba(var(--color-foreground),.02);border:1px solid rgba(var(--color-foreground),.08);border-radius:16px;padding:2rem}.help-center__contact-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:rgba(var(--color-button),.1);border-radius:50%;color:rgb(var(--color-button));margin:0 auto 1rem}.help-center__contact-card h3{font-size:1.5rem;font-weight:600;margin:0 0 .5rem}.help-center__contact-card p{font-size:1.4rem;margin:.3rem 0;color:rgba(var(--color-foreground),.85)}.help-center__contact-note{font-size:1.2rem!important;color:rgba(var(--color-foreground),.6)!important;margin-top:.5rem!important}.help-center__contact-card .help-center__button{margin-top:1.2rem}@media screen and (min-width:750px){.help-center__title{font-size:3.6rem}.help-center__subtitle{font-size:1.8rem}.help-center__nav{grid-template-columns:repeat(4,1fr)}.help-center__nav-item{flex-direction:row;gap:1.2rem;padding:1.5rem 2rem}.help-center__content-grid{grid-template-columns:repeat(2,1fr)}.help-center__contact-grid{grid-template-columns:repeat(3,1fr)}.help-center__section-title{font-size:2.4rem}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/component-help-center.css.map */
