@layer theme,base;@layer components{.faq-section{max-width:80rem;margin:0 auto;padding:4rem 2rem}.faq-section-inner{max-width:48rem}.faq-section-title{font-family:var(--serif);letter-spacing:-.02em;color:var(--foreground);margin-bottom:2rem;font-size:2.25rem;font-weight:600}.faq-group+.faq-group{margin-top:2.5rem}.faq-category{font-family:var(--serif);letter-spacing:-.01em;color:var(--foreground);margin-bottom:1rem;font-size:1.5rem;font-weight:600}.faq-items{flex-direction:column;display:flex}.faq-item{border-top:1px solid var(--nav-border)}.faq-item:last-child{border-bottom:1px solid var(--nav-border)}.faq-item-trigger{cursor:pointer;text-align:left;width:100%;color:var(--foreground);background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 0;display:flex}.faq-item-question{font-family:var(--sans);font-size:1.0625rem;font-weight:500;line-height:1.4}.faq-item-icon{background:var(--foreground);width:2.25rem;height:2.25rem;color:var(--background);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:transform .3s;display:flex}.faq-item-icon--open{transform:rotate(180deg)}.faq-item-answer{grid-template-rows:0fr;transition:grid-template-rows .3s;display:grid;overflow:hidden}.faq-item-answer--open{grid-template-rows:1fr}.faq-item-answer-inner{overflow:hidden}.faq-item-answer-content{font-family:var(--sans);color:var(--muted);padding-bottom:1.25rem;padding-right:3.25rem;font-size:.9375rem;line-height:1.7}.faq-item-answer-content p{margin-bottom:.75rem}.faq-item-answer-content p:last-child{margin-bottom:0}.faq-item-answer-content a{color:var(--accent);text-underline-offset:2px;text-decoration:underline}.faq-item-answer-content a:hover{color:var(--accent-hover)}.faq-item-answer-content strong{color:var(--foreground);font-weight:600}.faq-item-answer-content ul{margin-bottom:.75rem;padding-left:1.5rem;list-style-type:disc}.faq-item-answer-content ol{margin-bottom:.75rem;padding-left:1.5rem;list-style-type:decimal}.faq-item-answer-content li{margin-bottom:.25rem}@media (max-width:640px){.faq-section{padding:3rem 1rem}.faq-section-title{font-size:1.75rem}.faq-category{font-size:1.25rem}.faq-item-question{font-size:1rem}.faq-item-icon{width:2rem;height:2rem}}}@layer utilities;
