body.bbs-pricing { background: #101110; color: #f4f3ef; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; letter-spacing: 0; padding-top: 84px; }
.bbs-pricing .navbar { min-height: 84px; }
.bbs-pricing .navbar-topbar { display: none; }
.bbs-pricing .navbar-main { min-height: 84px; padding: 0 4.5%; max-width: 1600px; margin: auto; }
.bbs-pricing .price-page { max-width: 1440px; margin: auto; padding: 0 4.5% 60px; }
.price-page *, .price-page { box-sizing: border-box; }
.price-page [hidden] { display: none !important; }
.price-page a { text-decoration: none; }
.price-page a:focus-visible, .price-page button:focus-visible, .price-page summary:focus-visible { outline: 2px solid #ff9c35; outline-offset: 5px; }
.price-page .price-eyebrow { margin: 0 0 24px; color: #a7aaa4; font-size: 10px; font-weight: 400; letter-spacing: .16em; text-transform: uppercase; line-height: 1.6; }
.price-intro { display: grid; grid-template-columns: 1.4fr 1fr; align-items: end; gap: 60px; padding: 75px 0 60px; }
.price-intro h1 { font-size: clamp(52px, 6.3vw, 88px); font-weight: 500; line-height: 1.04; letter-spacing: -.065em; margin: 0; color: #f4f3ef; }
.price-intro h1 span { color: #ff9c35; }
.price-intro-side { max-width: 350px; padding-bottom: 3px; justify-self: end; }
.price-intro-side p { font-size: 16px; line-height: 1.75; color: #a7aaa4; margin: 0 0 20px; }
.price-text-link { display: inline-flex; align-items: center; gap: 20px; min-height: 44px; color: #f4f3ef; font-size: 13px; }
.price-text-link:hover { color: #ff9c35; }
.price-toolbar { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; padding: 24px 0; border-top: 1px solid #ffffff24; border-bottom: 1px solid #ffffff24; }
.price-tabs { display: inline-flex; gap: 4px; padding: 4px; border: 1px solid #ffffff24; border-radius: 6px; }
.price-tabs button { display: flex; align-items: center; gap: 20px; padding: 12px 20px; min-height: 46px; border: 0; border-radius: 3px; color: #a7aaa4; background: transparent; font: 500 14px 'Helvetica Neue', Helvetica, Arial, sans-serif; cursor: pointer; }
.price-tabs button[aria-selected='true'] { background: #f4f3ef; color: #101110; }
.price-tabs button span { opacity: .6; font-size: 10px; }
.price-toolbar-note { color: #a7aaa4; font-size: 11px; }
.price-section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding: 35px 0 25px; }
.price-section-heading h2 { font-size: 24px; font-weight: 500; letter-spacing: -.035em; margin: 0; color: #f4f3ef; }
.price-section-heading > span { color: #92988e; font-size: 11px; }
.price-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; align-items: stretch; grid-auto-rows: 1fr; }
.price-grid--four { grid-template-columns: repeat(2,minmax(0,1fr)); }
.price-card { display: flex; flex-direction: column; border: 1px solid #ffffff24; border-radius: 7px; padding: 26px; min-width: 0; background: #151715; height: 100%; }
.price-card--featured { border-color: #ff9c357a; background: #1d1c17; }
.price-card-top { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; justify-content: space-between; min-height: 25px; margin-bottom: 24px; color: #a7aaa4; font-size: 10px; }
.price-card-top .price-recommended { color: #ffb463; background: #ff9c3514; border-radius: 3px; padding: 5px 7px; font-size: 8px; letter-spacing: .055em; }
.price-card h3 { font-size: 26px; font-weight: 500; line-height: 1.15; letter-spacing: -.045em; color: #f4f3ef; margin: 0 0 12px; }
.price-card-description { color: #a7aaa4; font-size: 13px; line-height: 1.6; min-height: 42px; margin: 0; }
.price-amount-block { display: flex; flex-direction: column; gap: 8px; margin: 28px 0 25px; }
.price-amount-block strong { color: #f4f3ef; font-size: clamp(27px, 3vw, 40px); font-weight: 500; line-height: 1.15; letter-spacing: -.045em; }
.price-card--featured .price-amount-block strong { color: #ffb463; }
.price-amount-block > span { color: #92988e; font-size: 11px; }
.price-amount-block > span > span { margin: 0 7px; color: #555b51; }
.price-amount-block del { color: #92988e; font-size: 12px; }
.price-features { list-style: none; padding: 21px 0 0; border-top: 1px solid #ffffff16; margin: 0 0 14px; }
.price-features li { position: relative; padding-left: 19px; margin-bottom: 12px; font-size: 12px; line-height: 1.6; color: #c1c6bc; }
.price-features li::before { content: ''; position: absolute; left: 1px; top: 6px; width: 8px; height: 4px; border-left: 1.5px solid #ff9c35; border-bottom: 1.5px solid #ff9c35; transform: rotate(-45deg); }
.price-details { margin-top: auto; margin-bottom: 20px; }
.price-details summary, .price-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; cursor: pointer; list-style: none; min-height: 44px; color: #f4f3ef; font-size: 12px; }
.price-details summary::-webkit-details-marker, .price-faq summary::-webkit-details-marker { display: none; }
.price-details summary > span, .price-faq summary > span { position: relative; flex: 0 0 12px; width: 12px; height: 12px; }
.price-details summary > span::before, .price-faq summary > span::before, .price-details summary > span::after, .price-faq summary > span::after { content: ''; position: absolute; left: 0; top: 5px; width: 12px; height: 1px; background: #a7aaa4; }
.price-details summary > span::after, .price-faq summary > span::after { transform: rotate(90deg); }
.price-page details[open] > summary > span::after { display: none; }
.price-details > div > p { color: #a7aaa4; font-size: 12px; line-height: 1.7; margin: 12px 0; }
.price-details .price-features { padding-top: 12px; }
.price-book { display: inline-flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 48px; padding: 14px 16px; background: transparent; border: 1px solid #ffffff30; border-radius: 4px; color: #f4f3ef; font-size: 12px; font-weight: 500; transition: background .15s ease, border-color .15s ease; }
.price-book svg { flex-shrink: 0; }
.price-book:hover { border-color: #ff9c35; background: #ffffff05; }
.price-card--featured .price-book, .price-help .price-book { color: #17130e; background: #ff9c35; border-color: #ff9c35; }
.price-card--featured .price-book:hover, .price-help .price-book:hover { background: #ffb463; }
.price-special-heading { padding: 55px 0 25px; }
.price-special-heading .price-eyebrow { margin-bottom: 12px; }
.price-special-heading h2, .price-help h2, .price-faq h2 { margin: 0; font-size: clamp(26px, 3vw, 38px); font-weight: 500; letter-spacing: -.045em; line-height: 1.15; color: #f4f3ef; }
.price-grid--special .price-card h3 { font-size: 23px; }
.price-note { display: flex; align-items: start; gap: 12px; padding: 24px 0 45px; }
.price-note > span { display: flex; align-items: center; justify-content: center; width: 16px; height: 16px; border: 1px solid #737a6b; border-radius: 50%; flex-shrink: 0; color: #a7aaa4; font-size: 10px; margin-top: 2px; }
.price-note p { margin: 0; color: #a7aaa4; font-size: 12px; line-height: 1.7; }
.price-help { display: flex; justify-content: space-between; align-items: center; gap: 30px; border-top: 1px solid #ffffff24; border-bottom: 1px solid #ffffff24; padding: 40px 0; }
.price-help .price-eyebrow, .price-faq .price-eyebrow { margin-bottom: 16px; }
.price-help p:not(.price-eyebrow) { color: #a7aaa4; font-size: 13px; line-height: 1.7; margin: 16px 0 0; }
.price-help .price-book { min-width: 210px; }
.price-faq { display: grid; grid-template-columns: 1fr 1.2fr; gap: 65px; padding-top: 60px; }
.price-faq .price-text-link { margin-top: 22px; }
.price-faq-list details { padding: 12px 0; border-bottom: 1px solid #ffffff24; }
.price-faq summary { font-size: 14px; }
.price-faq details p { margin: 8px 0 16px; color: #a7aaa4; font-size: 13px; line-height: 1.75; }
.price-faq details a { color: #ffb463; text-decoration: underline; }
.bbs-pricing .footer { background: #101110; border-top: 1px solid #ffffff24; border-radius: 0; box-shadow: none; margin: 0; padding: 24px 4.5%; }
.bbs-pricing .footer .legal-links a, .bbs-pricing .footer .copyright { color: #a7aaa4; font-size: 10px; }
@media (max-width: 1050px) { .price-card { padding: 22px; } .price-grid { gap: 12px; } .price-card-top { align-items: start; flex-direction: column; min-height: 45px; } }
@media (max-width: 800px) { .price-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } .price-intro { gap: 30px; } .price-faq { gap: 30px; } }
@media (max-width: 600px) {
  body.bbs-pricing { padding-top: 72px; }
  .bbs-pricing .navbar, .bbs-pricing .navbar-main { min-height: 72px; }
  .bbs-pricing .price-page { padding: 0 22px 44px; }
  .price-intro { grid-template-columns: 1fr; padding: 42px 0 30px; gap: 24px; }
  .price-intro h1 { font-size: clamp(48px, 12vw, 68px); }
  .price-intro-side { justify-self: start; max-width: 320px; }
  .price-intro-side p { font-size: 14px; margin-bottom: 10px; }
  .price-toolbar { gap: 14px; padding: 20px 0; }
  .price-tabs { width: 100%; }
  .price-tabs button { flex: 1; justify-content: space-between; padding: 12px 18px; }
  .price-section-heading { padding: 25px 0 20px; }
  .price-section-heading h2 { font-size: 21px; }
  .price-section-heading > span { display: none; }
  .price-grid { grid-template-columns: 1fr; gap: 16px; }
  .price-card { padding: 24px; }
  .price-card-top { min-height: 25px; flex-direction: row; align-items: center; margin-bottom: 20px; }
  .price-card-description { min-height: 0; }
  .price-amount-block strong { font-size: 38px; }
  .price-special-heading { padding-top: 38px; }
  .price-help { flex-direction: column; align-items: start; padding: 32px 0; gap: 24px; }
  .price-help .price-book { width: 100%; }
  .price-faq { grid-template-columns: 1fr; padding-top: 38px; gap: 20px; }
}
@media (prefers-reduced-motion: reduce) { .price-book { transition: none; } }

.price-card-info { margin-bottom: 24px; }
.price-card-info p { color: #a7aaa4; font-size: 12px; line-height: 1.7; margin: 12px 0; }
.price-card > .price-book { margin-top: auto; }
.price-help { margin-top: 45px; }
/* Swipe through equally sized packages on phones, with the next card visible. */
@media (max-width: 600px) {
  .price-grid, .price-grid--four {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: 88%;
    grid-auto-rows: auto;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 0;
    gap: 12px;
    padding: 4px 2px 18px;
    scrollbar-width: thin;
    scrollbar-color: #ff9c35 #252825;
  }
  .price-grid > .price-card { scroll-snap-align: start; }
}
