.pricing-page {
  --pricing-line: rgba(16, 25, 49, 0.12);
  background: var(--paper);
}

.pricing-site-header {
  position: relative;
  top: auto;
  left: auto;
  width: min(1440px, calc(100% - 64px));
  margin: 0 auto;
  transform: none;
}

.pricing-site-header nav .is-current { color: var(--blue); }

.pricing-plans-section { padding: 58px 32px 110px; background: #eef1ff; }
.pricing-page-intro { width: min(1100px, 100%); margin: 0 auto; text-align: center; }
.pricing-page-intro .eyebrow { margin-bottom: 15px; }
.pricing-page-intro h1 { margin: 0; color: var(--ink); font-size: clamp(48px, 4.8vw, 68px); line-height: .98; letter-spacing: -.06em; text-wrap: balance; }
.pricing-page-intro > p:last-child { width: min(680px, 100%); margin: 20px auto 0; color: #687085; font-size: 15px; line-height: 1.6; text-wrap: pretty; }
.pricing-grid-full { margin-top: 42px; }
.pricing-grid-full .price-card { min-height: 520px; }
.pricing-card-heading { min-height: 49px; display: flex; align-items: center; gap: 12px; }
.pricing-plan-icon { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 13px; color: #5f43db; background: #eeeaff; }
.pricing-plan-icon svg { width: 21px; height: 21px; }
.pricing-plan-icon-coral { color: #d85e49; background: #fff0ec; }
.pricing-plan-icon-lime { color: #4f8028; background: #eff8dc; }
.pricing-card-status { display: inline-block; margin-top: 6px; color: #8791a3; font-size: 9px; font-weight: 700; }
.featured-price .pricing-card-status { color: #a6b1c6; }
.pricing-grid-full .price-card > a { margin-top: 25px; }
.pricing-grid-full .price-card ul { margin-top: 29px; }
.pricing-note { width: min(1210px, 100%); margin: 29px auto 0; color: #687085; font-size: 11px; text-align: center; }
.pricing-note span { color: var(--blue); margin-right: 5px; }

.feature-section { padding: 155px 32px 170px; background: #f8f9fc; }
.feature-heading { width: min(1210px, 100%); margin: 0 auto; display: grid; grid-template-columns: 1.1fr .9fr; gap: 75px; align-items: end; }
.feature-heading h2 { margin: 0; font-size: clamp(52px, 6.2vw, 86px); line-height: .94; letter-spacing: -.075em; }
.feature-heading > p:last-child { max-width: 440px; margin: 0 0 5px; color: #687085; font-size: 15px; line-height: 1.65; }
.feature-table-wrap { width: min(1210px, 100%); margin: 72px auto 0; overflow-x: auto; border: 1px solid #dfe3eb; border-radius: 24px; box-shadow: 0 25px 60px rgba(41, 53, 99, .07); }
.feature-table { min-width: 760px; background: white; }
.feature-row { display: grid; grid-template-columns: 1.45fr repeat(3, 1fr); }
.feature-row + .feature-row { border-top: 1px solid #e8ebf0; }
.feature-row > * { min-height: 78px; padding: 22px 23px; display: flex; align-items: center; border-right: 1px solid #e8ebf0; color: #737c8d; font-size: 11px; line-height: 1.45; }
.feature-row > *:last-child { border-right: 0; }
.feature-row strong { color: #283247; font-size: 12px; }
.feature-header > * { min-height: 65px; color: #8992a1; background: #f7f8fb; font-size: 8px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.feature-header > span:nth-child(3) { color: var(--blue); background: #eef2ff; }
.feature-yes { color: #285d35 !important; font-weight: 750; background: #f4faea; }
.feature-muted { color: #afb5c1 !important; }

.pricing-path-section { padding: 155px 32px 170px; color: white; background: var(--ink); }
.pricing-path-heading { width: min(1210px, 100%); margin: 0 auto; text-align: center; }
.pricing-path-heading .eyebrow { color: var(--periwinkle); }
.pricing-path-heading h2 { margin: 0; font-size: clamp(52px, 6.4vw, 88px); line-height: .93; letter-spacing: -.075em; }
.pricing-path-heading h2 em { color: var(--lime); }
.pricing-path-grid { width: min(1210px, 100%); margin: 76px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pricing-path-grid article { position: relative; min-height: 305px; padding: 27px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .12); border-radius: 25px; background: linear-gradient(150deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .035)); }
.pricing-path-grid article::after { content: ""; position: absolute; width: 220px; height: 220px; right: -115px; bottom: -120px; border-radius: 50%; background: rgba(140, 114, 255, .18); }
.pricing-path-grid article:nth-child(2)::after { background: rgba(255, 128, 107, .17); }
.pricing-path-grid article:nth-child(3)::after { background: rgba(202, 255, 105, .14); }
.path-number { color: #79849b; font-size: 10px; font-weight: 850; letter-spacing: .12em; }
.path-icon { width: 40px; height: 40px; margin-left: auto; display: grid; place-items: center; border-radius: 13px; color: #d8d1ff; background: rgba(140, 114, 255, .18); font-size: 19px; }
.pricing-path-grid article { display: flex; flex-direction: column; }
.pricing-path-grid h3 { margin: auto 0 0; font-size: 26px; letter-spacing: -.05em; }
.pricing-path-grid p { max-width: 290px; margin: 14px 0 0; color: #a1aabd; font-size: 12px; line-height: 1.65; }
.path-icon-coral { color: #ffb0a2; background: rgba(255, 128, 107, .15); }
.path-icon-lime { color: var(--lime); background: rgba(202, 255, 105, .15); }

.pricing-faq-section { padding: 155px 32px 170px; display: grid; grid-template-columns: .82fr 1.18fr; gap: 110px; background: #f8f9fc; }
.pricing-faq-heading { width: min(520px, 100%); justify-self: end; }
.pricing-faq-heading h2 { margin: 0; font-size: clamp(52px, 5.8vw, 80px); line-height: .94; letter-spacing: -.07em; }
.pricing-faq-list { width: min(700px, 100%); }
.pricing-faq-list details { border-top: 1px solid #dfe3ea; }
.pricing-faq-list details:last-child { border-bottom: 1px solid #dfe3ea; }
.pricing-faq-list summary { min-height: 88px; display: grid; grid-template-columns: 32px 1fr 28px; align-items: center; gap: 15px; color: #242d40; cursor: pointer; list-style: none; font-size: 14px; font-weight: 740; }
.pricing-faq-list summary::-webkit-details-marker { display: none; }
.pricing-faq-list summary > span { color: var(--blue); font-size: 8px; font-weight: 850; letter-spacing: .1em; }
.pricing-faq-list summary > b { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 9px; color: #6f7788; background: #edf0f6; font-size: 13px; transition: transform 180ms ease, background 180ms ease; }
.pricing-faq-list details[open] summary > b { color: #263a19; background: var(--lime); transform: rotate(45deg); }
.pricing-faq-list details > p { margin: -5px 40px 29px 47px; color: #737b8a; font-size: 12px; line-height: 1.7; }
.pricing-final-cta { padding: 155px 32px 170px; text-align: center; color: white; background: radial-gradient(circle at 50% -15%, rgba(70, 103, 255, .52), transparent 44%), linear-gradient(145deg, #111a37, #070c18 67%); }
.pricing-final-cta .eyebrow { color: var(--periwinkle); }
.pricing-final-cta h2 { margin: 0; font-size: clamp(57px, 7vw, 96px); line-height: .92; letter-spacing: -.075em; }
.pricing-final-cta h2 em { color: var(--lime); }
.pricing-final-cta > p:not(.eyebrow) { margin: 25px auto 0; color: #a2abbd; font-size: 16px; }
.pricing-final-cta .primary-cta { margin-top: 33px; }
.pricing-footer { margin-top: 0; }

@media (max-width: 1000px) {
  .feature-heading { grid-template-columns: 1fr; gap: 22px; }
  .feature-heading > p:last-child { max-width: 640px; margin: 0; }
  .pricing-grid-full .price-card { min-height: 0; }
  .pricing-path-grid { grid-template-columns: 1fr; }
  .pricing-path-grid article { min-height: 250px; }
  .pricing-faq-section { grid-template-columns: 1fr; gap: 55px; }
  .pricing-faq-heading { justify-self: start; }
  .pricing-faq-list { max-width: 760px; }
}

@media (max-width: 640px) {
  .pricing-site-header { width: calc(100% - 36px); }
  .pricing-plans-section, .feature-section, .pricing-path-section, .pricing-faq-section, .pricing-final-cta { padding: 105px 18px 115px; }
  .pricing-plans-section { padding-top: 44px; }
  .pricing-page-intro h1, .feature-heading h2, .pricing-path-heading h2, .pricing-faq-heading h2, .pricing-final-cta h2 { font-size: clamp(43px, 11vw, 58px); }
  .pricing-page-intro > p:last-child { font-size: 14px; }
  .pricing-grid-full { margin-top: 38px; }
  .pricing-grid-full .price-card { padding: 26px 23px; }
  .pricing-note { font-size: 10px; line-height: 1.5; }
  .feature-table-wrap { margin-top: 52px; border-radius: 18px; }
  .pricing-faq-section { gap: 42px; }
  .pricing-final-cta > p:not(.eyebrow) { font-size: 14px; line-height: 1.6; }
}

@media (prefers-reduced-motion: reduce) {
  .pricing-plan-icon, .pricing-path-grid article, .pricing-final-cta .primary-cta { transition: none !important; }
}
