.faqs{background:var(--dark);border-top:1px solid var(--border);padding:clamp(80px,10vw,120px) 0}.faqs-inner{margin:0 auto;max-width:var(--container);padding:0 40px}.faqs-eyebrow{color:var(--orange);display:block;font-size:10px;font-weight:700;letter-spacing:.22em;margin-bottom:16px;text-transform:uppercase}.faqs-h2{color:var(--offwhite);font-family:var(--ff-head);font-size:clamp(30px,3.5vw,48px);font-weight:400;line-height:1.1;margin-bottom:56px}.faqs-h2 em{color:var(--orange);font-style:italic}.faqs-grid{align-items:start;display:grid;gap:80px;grid-template-columns:1fr 380px}.faqs-grid--no-aside{grid-template-columns:1fr;max-width:880px}.faq-list{display:flex;flex-direction:column;gap:2px;list-style:none}.faq-item{background:hsla(42,25%,92%,.05);overflow:hidden}.faq-item:first-child{border-radius:12px 12px 0 0}.faq-item:last-child{border-radius:0 0 12px 12px}.faq-q{align-items:center;background:transparent;border:none;color:var(--offwhite);cursor:pointer;display:flex;font-family:var(--ff-head);font-size:1.0625rem;font-weight:400;gap:1rem;justify-content:space-between;padding:1.375rem 1.75rem;text-align:left;transition:background .2s;user-select:none;width:100%}.faq-q:hover{background:hsla(42,25%,92%,.07)}.faq-icon{align-items:center;border:1.5px solid hsla(42,25%,92%,.2);border-radius:50%;color:var(--orange);display:flex;flex-shrink:0;font-size:.875rem;font-style:normal;font-weight:600;height:26px;justify-content:center;transition:all .3s;width:26px}.faq-item.is-open .faq-icon{background:var(--orange);border-color:var(--orange);color:#fff;transform:rotate(45deg)}.faq-ans{color:hsla(42,25%,92%,.5);display:none;font-size:.9375rem;line-height:1.75;padding:0 1.75rem 1.375rem}.faq-item.is-open .faq-ans{animation:fadeUp .25s ease;display:block}.faq-ans strong{color:var(--offwhite);font-weight:600}.faq-ans a{color:var(--orange);text-decoration:underline}.faqs-aside{position:sticky;top:100px}.faqs-aside-cta{background:hsla(42,25%,92%,.06);border:1px solid hsla(42,25%,92%,.1);border-radius:16px;margin-bottom:1.5rem;padding:2.5rem}.faqs-aside-cta h3{color:var(--offwhite);font-family:var(--ff-head);font-size:1.5rem;font-weight:400;line-height:1.25;margin-bottom:.875rem}.faqs-aside-cta h3 em{color:var(--orange);font-style:italic}.faqs-aside-body{color:hsla(42,25%,92%,.5);font-size:.9375rem;line-height:1.65;margin-bottom:1.75rem}.faqs-aside-btn{background:var(--orange);border:none;border-radius:8px;color:#fff;cursor:pointer;display:block;font-family:var(--ff-body);font-size:1rem;font-weight:600;padding:1.125rem 2rem;text-align:center;text-decoration:none;transition:all .25s}.faqs-aside-btn:hover{background:#ff7a59;box-shadow:0 12px 32px rgba(232,93,60,.35);transform:translateY(-2px)}.faqs-pricing{background:rgba(232,93,60,.06);border:1px solid rgba(232,93,60,.2);border-radius:12px;margin-bottom:1.25rem;padding:1.75rem}.faqs-pricing h4{color:var(--offwhite);font-family:var(--ff-head);font-size:1.125rem;font-weight:400;margin-bottom:1.25rem}.faqs-pricing-row{align-items:center;border-bottom:1px solid hsla(42,25%,92%,.07);display:flex;font-size:.875rem;justify-content:space-between;padding:.625rem 0}.faqs-pricing-row:last-of-type{border-bottom:none}.faqs-pricing-label{color:hsla(42,25%,92%,.45)}.faqs-pricing-val{color:var(--offwhite);font-weight:600}.faqs-pricing-note{color:hsla(42,25%,92%,.35);font-size:.75rem;line-height:1.6;margin-top:1rem}.faqs-pricing-link{color:var(--orange);display:inline-block;font-size:.8125rem;font-weight:600;margin-top:.875rem;text-decoration:none;transition:opacity .2s}.faqs-pricing-link:hover{opacity:.75}@media (max-width:960px){.faqs-grid{gap:48px;grid-template-columns:1fr}.faqs-aside{position:static}}@media (max-width:600px){.faqs-inner{padding:0 20px}.faq-q{font-size:.9375rem;padding:1.125rem 1.25rem}.faq-ans{padding:0 1.25rem 1.125rem}}