/* PIX|WEB — styles de la page Tarifs. */

body.page-tarifs .site-header:not(.is-scrolled):not(.mega-open) .site-nav__link, body.page-tarifs .site-header:not(.is-scrolled):not(.mega-open) .login-link {
  color: rgba(0, 0, 0, .82);
}


body.page-tarifs .site-header:not(.is-scrolled):not(.mega-open) .site-nav__link:hover, body.page-tarifs .site-header:not(.is-scrolled):not(.mega-open) .login-link:hover {
  color: #000;
  background: rgba(0, 0, 0, .06);
}


body.page-tarifs .site-header:not(.is-scrolled):not(.mega-open) .burger__lines span {
  background: #000;
}


.pricing-page>* {
  position: relative;
  z-index: 1;
}


.pricing-page button, .pricing-page a {
  -webkit-tap-highlight-color: transparent;
}


.pricing-hero {
  max-width: 1240px;
  margin: 0 auto;
  text-align: center;
}


.pricing-title {
  font-size: clamp(54px, calc(2.82vw + 8px), 66px);
  line-height: 0.96;
  letter-spacing: -0.058em;
  font-weight: 400;
  margin-bottom: clamp(20px, 1.8vw, 26px);
  color: var(--pp-text);
}


.pricing-title-line2 {
  display: inline-block;
}


.pricing-subtitle {
  max-width: 780px;
  margin: 0 auto clamp(28px, 3vw, 42px);
  font-size: 15px;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: -0.01em;
  color: rgba(5, 5, 5, .86);
}


.pricing-pill {
  width: max-content;
  margin: 0 auto;
  min-height: 46px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--pp-radius-pill);
  background: #eeeeee;
  color: #101010;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.01em;
  box-shadow: none;
}


.billing-toggle {
  width: min(100%, 430px);
  margin: 0 auto 18px;
  padding: 6px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  border-radius: 999px;
  background: #ececec;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
}


.billing-toggle__option {
  min-height: 48px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #111111;
  font: inherit;
  font-size: clamp(.94rem, 1.05vw, 1.04rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  transition: background .25s var(--pp-ease), box-shadow .25s var(--pp-ease), transform .25s var(--pp-ease), color .25s var(--pp-ease);
}


.billing-toggle__option:hover {
  transform: translateY(-1px);
}


.billing-toggle__option.is-active {
  background: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .05), inset 0 1px 0 rgba(255, 255, 255, 1);
}


.billing-toggle__hint {
  max-width: 430px;
  margin: 8px auto 0;
  text-align: center;
  color: rgba(0, 0, 0, .52);
  font-size: .82rem;
  line-height: 1.4;
  font-weight: 500;
}


.pricing-page .saving.is-annual {
  color: rgba(0, 0, 0, .72);
  font-size: clamp(.84rem, .88vw, .92rem);
  line-height: 1.3;
  font-weight: 600;
}


.pricing-grid {
  max-width: 1360px;
  margin: clamp(72px, 8vw, 110px) auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 1.5vw, 24px);
  align-items: stretch;
}


.plan-head {
  position: relative;
  z-index: 1;
  min-height: 42px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: clamp(22px, 2.2vw, 30px);
}


.plan-name {
  font-size: clamp(1rem, 1.08vw, 1.22rem);
  letter-spacing: -.02em;
  line-height: 1;
  font-weight: 500;
  color: var(--pp-text);
}


.pricing-page .price-row {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  gap: 4px;
  margin-bottom: 8px;
}


.pricing-page .price {
  font-size: clamp(2.4rem, 3.2vw, 3.4rem);
  line-height: .9;
  letter-spacing: -.06em;
  font-weight: 400;
  color: var(--pp-text);
}


.pricing-page .tax {
  padding-bottom: 9px;
  font-size: clamp(.88rem, .92vw, .98rem);
  line-height: 1;
  letter-spacing: -.02em;
  font-weight: 500;
  color: var(--pp-text);
}


.pricing-page .per {
  padding-bottom: 8px;
  font-size: clamp(.98rem, 1vw, 1.08rem);
  line-height: 1;
  letter-spacing: -.02em;
  font-weight: 500;
  color: var(--pp-text);
}


.pricing-page .description {
  position: relative;
  z-index: 1;
  max-width: 390px;
  color: rgba(0, 0, 0, .64);
  font-size: clamp(.9rem, .95vw, 1rem);
  line-height: 1.28;
  letter-spacing: 0;
  font-weight: 300;
  margin-bottom: clamp(22px, 2.5vw, 28px);
}


.pricing-page .description strong {
  font-weight: 500;
}


.pricing-page .features {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 9px;
  margin-top: auto;
  margin-bottom: 20px;
  list-style: none;
  padding: 0;
  color: rgba(0, 0, 0, .72);
  font-size: 0.88rem;
  line-height: 1.25;
  letter-spacing: 0;

  font-weight: 300;}


.pricing-page .features li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 0;
}


.pricing-page .plan-actions {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
}


.pricing-page .plan-btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  font: inherit;
  font-size: clamp(.86rem, .9vw, .94rem);
  line-height: 1;
  font-weight: 500;
  letter-spacing: -.01em;
  text-align: center;
  text-decoration: none;
  transition: transform .25s var(--pp-ease), background .25s var(--pp-ease), border-color .25s var(--pp-ease), box-shadow .25s var(--pp-ease), color .25s var(--pp-ease);
}


.pricing-page .plan-btn:hover {
  transform: translateY(-1px);
}


.pricing-page .plan-btn--primary {
  background: #0071e3;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, .16);
  box-shadow: 0 18px 38px rgba(0, 113, 227, .30);
}


.pricing-page .plan-btn--primary:hover {
  background: #147ce5;
  box-shadow: 0 22px 44px rgba(0, 113, 227, .36);
}


.pricing-page .plan-btn--secondary {
  background: rgba(0, 0, 0, .04);
  color: #111111;
  border: 1px solid rgba(0, 0, 0, .16);
}


.pricing-page .plan-btn--secondary:hover {
  background: rgba(0, 0, 0, .08);
  border-color: rgba(0, 0, 0, .24);
}


.pricing-expand-cta {
  max-width: 1680px;
  margin: clamp(46px, 4.5vw, 68px) auto 0;
  display: flex;
  justify-content: center;
  padding: 0 24px;
}


.pricing-page .features-toggle {
  min-height: 74px;
  padding: 0 clamp(26px, 3vw, 42px);
  border: 2px solid #cfcfcf;
  background: #ececec;
  color: #111111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font: inherit;
  font-size: clamp(.82rem, .94vw, .98rem);
  font-weight: 600;
  letter-spacing: .01em;
  text-transform: none;
  cursor: pointer;
  transition: background .25s ease, border-color .25s ease, transform .25s ease;

  border-radius: var(--card-radius);}


.pricing-page .features-toggle-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  font-size: 32px;
  line-height: 1;
  font-weight: 300;
  transform: translateY(-1px);
}


.pricing-accordion-wrap {
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 24px;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(20px);
  transition: max-height .8s ease, opacity .35s ease, transform .45s ease, margin-top .45s ease;
}


.pricing-accordion-wrap.is-open {
  margin-top: clamp(56px, 5vw, 82px);
  max-height: 12000px;
  opacity: 1;
  overflow: visible;
  transform: translateY(0);
}


.pricing-accordion-head {
  width: 100%;
  min-height: 88px;
  padding: 0;
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  font: inherit;
  color: #111111;
  text-align: left;
}


.pricing-accordion-title {
  font-size: clamp(1.35rem, 1.55vw, 1.72rem);
  line-height: 1;
  letter-spacing: -.03em;
  font-weight: 400;
}


.pricing-accordion-head-icon {
  font-size: 34px;
  line-height: 1;
  font-weight: 300;
}


.pricing-accordion-panel {
  overflow: hidden;
  max-height: 0;
  transition: max-height .6s ease;
}


.pricing-accordion-item.is-open .pricing-accordion-panel {
  max-height: 5200px;
  overflow: visible;
}


.comparison-table {
  width: 100%;
  padding: 0 0 10px;
  position: relative;
}


.comparison-table-head {
  position: sticky;
  top: var(--pp-sticky-top);
  z-index: 20;
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: clamp(26px, 3vw, 48px);
  align-items: center;
  padding: 26px 0 40px;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}


.comparison-title-col h2 {
  margin: 0 0 18px;
  max-width: 430px;
  font-size: clamp(1.55rem, 1.85vw, 2rem);
  line-height: 1;
  letter-spacing: -0.065em;
  font-weight: 500;
  color: #111111;
}


.comparison-title-col p {
  max-width: 560px;
  color: rgba(0, 0, 0, .62);
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  font-weight: 300;
}


.comparison-plan-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}


.comparison-plan-name {
  font-size: clamp(1rem, 1.08vw, 1.16rem);
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -.02em;
  color: #111111;
  margin-bottom: 6px;
}


.comparison-plan-price {
  font-size: clamp(.98rem, 1.02vw, 1.08rem);
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: -0.035em;
  color: #111111;
  margin-bottom: 18px;
}


.comparison-plan-btn {
  width: 100%;
  min-height: 60px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 0;
  background: #000000;
  color: #ffffff;
  font: inherit;
  font-size: clamp(.82rem, .9vw, .96rem);
  font-weight: 600;
  letter-spacing: .01em;
  text-transform: none;
  text-decoration: none;
  cursor: pointer;
  transition: opacity .25s ease, transform .25s ease;

  border-radius: var(--card-radius);
  box-shadow: none;
}


.comparison-plan-btn:hover {
  opacity: .92;
  transform: translateY(-1px);
  background: #000000;
}


.comparison-row {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: clamp(26px, 3vw, 48px);
  align-items: center;
  min-height: 88px;
  border-top: 1px solid var(--pp-line);
}


.comparison-feature {
  font-size: clamp(.94rem, 1vw, 1.05rem);
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: -.02em;
  color: #111111;
}


.pricing-page .feature-title {
  display: block;
  font-weight: 500;
  color: #101010;
}


.pricing-page .feature-desc {
  display: block;
  max-width: 560px;
  margin-top: 6px;
  color: rgba(0, 0, 0, .58);
  font-size: clamp(.86rem, .92vw, .98rem);
  line-height: 1.28;
  letter-spacing: 0;
  font-weight: 300;
}


.comparison-category {
  position: sticky;
  top: calc(var(--pp-sticky-top) + var(--pp-comparison-head-h));
  z-index: 15;
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: clamp(26px, 3vw, 48px);
  align-items: end;
  min-height: 122px;
  border-top: 1px solid #111111;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  padding: 28px 0 24px;
  background: rgba(255, 255, 255, .98);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}


.comparison-category-title {
  grid-column: 1 / -1;
}


.comparison-category-title strong {
  display: block;
  margin-bottom: 8px;
  font-size: clamp(1.35rem, 1.7vw, 1.9rem);
  line-height: 1;
  letter-spacing: -.03em;
  font-weight: 400;
  color: #050505;
}


.comparison-category-title span {
  display: block;
  max-width: 760px;
  color: rgba(0, 0, 0, .58);
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  font-weight: 300;
}


.comparison-value {
  text-align: center;
  font-size: clamp(.98rem, 1.06vw, 1.12rem);
  line-height: 1.22;
  font-weight: 400;
  letter-spacing: -.02em;
  color: #111111;
}


.comparison-value.check {
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0;
}


.comparison-note {
  text-align: left;
  color: rgba(0, 0, 0, .64);
  font-size: clamp(.9rem, .96vw, 1rem);
  line-height: 1.25;
  font-weight: 300;
}


.pw-premium-top {
  max-width: 1680px;
  margin: 0 auto clamp(72px, 7vw, 112px);
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(360px, .88fr);
  gap: clamp(34px, 4.2vw, 56px);
  align-items: center;
}


.pw-premium-copy {
  max-width: 680px;
}


.pw-premium-title {
  margin: 0;
  font-size: clamp(44px, calc(2.82vw - 2px), 56px);
  line-height: 0.96;
  letter-spacing: -0.058em;
  font-weight: 400;
  color: #ffffff;
  max-width: 760px;
}


.pw-premium-text {
  max-width: 620px;
  margin: clamp(22px, 2vw, 30px) 0 0;
  color: rgba(255, 255, 255, .86);
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  font-weight: 300;
}


.pw-arrow {
  position: absolute;
  right: 28px;
  font-size: 1.22rem;
  line-height: 1;
  font-weight: 400;
}


.pw-faq-block {
  max-width: 1680px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(360px, .88fr);
  gap: clamp(34px, 4.2vw, 56px);
  align-items: start;
}


.pw-faq-title {
  margin: 0;
  font-size: clamp(44px, calc(2.82vw - 2px), 56px);
  line-height: 0.96;
  letter-spacing: -0.058em;
  font-weight: 400;
  color: #ffffff;
}


.pw-faq-right {
  width: 100%;
}


.pw-faq-item {
  border-top: 1px solid rgba(255, 255, 255, .22);
}


.pw-faq-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, .22);
}


.pw-faq-question {
  width: 100%;
  border: 0;
  background: transparent;
  color: #ffffff;
  padding: 26px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  text-align: left;
  cursor: pointer;
  font: inherit;
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  line-height: 1.22;
  font-weight: 400;
  letter-spacing: 0;
}


.pw-faq-icon {
  flex: 0 0 auto;
  font-size: 1.7rem;
  line-height: 1;
  color: #ffffff;
  font-weight: 300;
  transition: transform .28s var(--pp-ease);
}


.pw-faq-item.is-open .pw-faq-icon {
  transform: rotate(45deg);
}


.pw-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s var(--pp-ease);
}


.pw-faq-answer p {
  margin: 0;
  padding: 0 90px 28px 0;
  color: rgba(255, 255, 255, .76);
  font-size: clamp(0.82rem, 0.95vw, 0.92rem);
  line-height: 1.75;
  letter-spacing: 0;
  font-weight: 300;
}


.pricing-page .reveal {
  opacity: 0;
  transform: translateY(28px);
  animation: pp-reveal .8s var(--pp-ease) forwards;
}


.pricing-page .pricing-title.reveal {
  animation-delay: .05s;
}


.pricing-page .pricing-subtitle.reveal {
  animation-delay: .14s;
}


.pricing-page .pricing-pill.reveal {
  animation-delay: .22s;
}


.pricing-page .plan-card:nth-child(1) {
  animation-delay: .32s;
}


.pricing-page .plan-card:nth-child(2) {
  animation-delay: .42s;
}


.pricing-page .plan-card:nth-child(3) {
  animation-delay: .52s;
}


.pricing-page .pricing-expand-cta.reveal {
  animation-delay: .62s;
}


.pricing-page::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(circle at 12% 18%, rgba(0, 0, 0, .04), transparent 30%), radial-gradient(circle at 84% 18%, rgba(0, 0, 0, .025), transparent 28%);
  opacity: .38;
}


.pricing-title, .pricing-subtitle, .plan-name, .pricing-page .price, .pricing-page .tax, .pricing-page .per, .pricing-page .description, .pricing-accordion-head, .comparison-title-col h2, .comparison-plan-name, .comparison-plan-price, .comparison-feature, .pricing-page .feature-title, .comparison-category-title strong, .comparison-value {
  color: #050505;
}


.pricing-subtitle, .pricing-page .description, .pricing-page .features, .pricing-page .feature-desc, .comparison-category-title span, .comparison-note {
  color: rgba(0, 0, 0, .58);
}


.pricing-pill, .pricing-page .features-toggle {
  background: linear-gradient(145deg, var(--pp-chrome) 0%, var(--pp-chrome-2) 100%);
  color: #050505;
  border: 1px solid rgba(0, 0, 0, .105);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .82), 0 14px 34px rgba(0, 0, 0, .055);
}


.pricing-page .features-toggle:hover {
  transform: translateY(-2px);
  background: #ffffff;
  border-color: rgba(0, 0, 0, .16);
}


.plan-card {
  min-height: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: clamp(24px, 2.1vw, 32px) clamp(22px, 2vw, 28px);
  border-radius: var(--card-radius);
  overflow: hidden;
  transform: translateY(0);
  transition: transform .5s var(--pp-ease), box-shadow .5s var(--pp-ease), border-color .5s var(--pp-ease);
  background: var(--pp-card);
  border: 1px solid rgba(0, 0, 0, .105);
  box-shadow: var(--pp-shadow);
}


.plan-card::before {
  content: "";
  position: absolute;
  inset: 0;
  transition: opacity .5s var(--pp-ease);
  pointer-events: none;
  background: radial-gradient(circle at 18% 20%, rgba(255, 255, 255, .76), transparent 26%), radial-gradient(circle at 82% 16%, rgba(0, 0, 0, .08), transparent 28%), linear-gradient(145deg, rgba(247, 247, 242, .92) 0%, rgba(238, 238, 234, .74) 100%);
  opacity: 0;
}


.plan-card:hover {
  transform: translateY(-10px);
  border-color: rgba(0, 0, 0, .16);
  box-shadow: var(--pp-shadow-strong);
}


.plan-card:hover::before {
  opacity: .42;
}


.plan-card.featured {
  border-color: rgba(0, 0, 0, .16);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .13), var(--pp-shadow);
}


.pricing-page .badge, .pricing-page .saving, .plan-dot {
  color: #0071e3;
}


.pricing-page .badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: var(--pp-radius-pill);
  font-size: 0.76rem;
  font-weight: 500;
  white-space: nowrap;
  background: #0071e3;
  color: #ffffff;
  box-shadow: 0 18px 34px rgba(0, 113, 227, .26);

  letter-spacing: .04em;}


.pricing-page .saving {
  position: relative;
  z-index: 1;
  min-height: 34px;
  max-width: 360px;
  font-size: clamp(.88rem, .94vw, .98rem);
  line-height: 1.28;
  font-weight: 400;
  margin-bottom: 18px;
  color: #0071e3;
}


.plan-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  border-radius: 50%;
  vertical-align: middle;
  transform: translateY(-1px);
  background: #0071e3;
}


.pricing-page .features li::before {
  content: "";
  flex: 0 0 7px;
  width: 7px;
  height: 7px;
  margin-top: .42em;
  border-radius: 999px;
  background: #050505;
  opacity: .85;
}


.pricing-accordion-item, .pricing-accordion-item:last-child, .comparison-row, .comparison-table-head, .comparison-category {
  border-color: rgba(0, 0, 0, .105);
}


.comparison-table-head, .comparison-category {
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}


.comparison-section {
  position: relative;
  background: #ffffff;
}


.pw-premium-faq-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 80% 8%, rgba(255, 255, 255, .08), transparent 30%), radial-gradient(circle at 14% 82%, rgba(255, 255, 255, .045), transparent 28%);
  opacity: .42;
  z-index: -1;
}


.pw-premium-top, .pw-faq-block {
  position: relative;
  z-index: 1;
}


.pw-premium-media {
  position: relative;
  width: 100%;
  max-width: 760px;
  justify-self: end;
  border-radius: var(--card-radius);
  overflow: hidden;
  background: radial-gradient(circle at 18% 20%, rgba(255, 255, 255, .76), transparent 26%), radial-gradient(circle at 82% 16%, rgba(0, 0, 0, .08), transparent 28%), linear-gradient(145deg, #f6f6f6 0%, #eeeeee 100%);
  border: 1px solid rgba(255, 255, 255, .10);
}


.pw-premium-title, .pw-faq-title, .pw-faq-question, .pw-faq-icon {
  color: #ffffff;
}


.pw-premium-text, .pw-faq-answer p {
  color: rgba(255, 255, 255, .62);
}


.pw-premium-btn {
  margin-top: clamp(30px, 3vw, 42px);
  min-width: min(400px, 100%);
  min-height: 72px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  position: relative;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, .22);
  text-decoration: none;
  font-size: clamp(.88rem, .92vw, .98rem);
  line-height: 1;
  font-weight: 600;
  letter-spacing: .01em;
  text-transform: none;
  transition: background .28s var(--pp-ease), border-color .28s var(--pp-ease), transform .28s var(--pp-ease);
  border-color: rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .04);
  color: #ffffff;
  box-shadow: none;

  border-radius: var(--card-radius);}


.pw-premium-btn:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .22);
}


.pw-faq-item, .pw-faq-item:last-child {
  border-color: rgba(255, 255, 255, .14);
}


.pricing-page {
  --pp-radius-xl: var(--card-radius);
  --pp-radius-pill: 999px;
  --pp-ease: cubic-bezier(.22, 1, .36, 1);
  --pp-sticky-top: var(--header-h, 78px);
  --pp-comparison-head-h: 0px;
  position: relative;
  min-height: 100vh;
  padding: clamp(58px, 7vw, 92px) clamp(18px, 3vw, 52px) clamp(64px, 8vw, 120px);
  font-family: inherit;
  overflow: hidden;
  --pp-bg: #ffffff;
  --pp-text: #050505;
  --pp-muted: rgba(0, 0, 0, .58);
  --pp-blue: #0071e3;
  --pp-blue-hover: #147ce5;
  --pp-line: rgba(0, 0, 0, .105);
  --pp-card: rgba(255, 255, 255, .96);
  --pp-chrome: #f7f7f7;
  --pp-chrome-2: #eeeeee;
  --pp-shadow: 0 18px 44px rgba(0, 0, 0, .08);
  --pp-shadow-strong: 0 26px 70px rgba(0, 0, 0, .12);
  background: var(--pp-bg);
  color: var(--pp-text);
  padding-bottom: 0;
}


.pw-premium-faq-section {
  width: 100vw;
  margin: clamp(74px, 8vw, 126px) calc(50% - 50vw) 0;
  padding: clamp(72px, 8vw, 120px) clamp(24px, 4vw, 52px);
  overflow: hidden;
  position: relative;
  isolation: isolate;
  background: #050505;
  color: #ffffff;
  margin-bottom: 0;
}


.pw-premium-media img {
  width: 100%;
  aspect-ratio: 1.34 / 1;
  object-fit: cover;
  display: block;
  border-radius: var(--card-radius);
  filter: grayscale(.12) contrast(1.04) brightness(.92) saturate(.82);
  object-position: center center;
}


.pw-premium-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, .06), rgba(0, 0, 0, .20));
  z-index: 1;
}


@media (min-width: 1600px) {
  .pricing-page {
    padding-left: var(--section-x);
    padding-right: var(--section-x);
  }

  .pricing-grid,
  .pricing-expand-cta,
  .pricing-accordion-wrap,
  .pw-premium-top,
  .pw-faq-block {
    max-width: var(--layout-wide-max);
  }

  .pw-premium-faq-section {
    padding-left: var(--section-x);
    padding-right: var(--section-x);
  }
}

@media (max-width: 1180px) {
.pw-premium-top, .pw-faq-block {
    grid-template-columns: 1fr;
  }

.pw-premium-copy, .pw-faq-left {
    max-width: 100%;
  }

.pw-faq-title {
    margin-bottom: 8px;
  }

.pricing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

.plan-card {
    min-height: 600px;
  }

.plan-name {
    font-size: clamp(1rem, 1.08vw, 1.18rem);
  }

.pricing-page .badge {
    padding: 0 14px;
    font-size: .78rem;
  }

.pricing-page .price {
    font-size: clamp(2.4rem, 3.2vw, 3.4rem);
  }

.pricing-page .description, .pricing-page .features {
    font-size: .88rem;
  }

.comparison-table {
    overflow-x: auto;
    padding-bottom: 20px;
  }

.comparison-table-head, .comparison-row {
    min-width: 960px;
  }
}


@media (max-width: 700px) {
.pricing-page {
    padding: 54px 18px 80px;
  }

.pricing-title {
    font-size: clamp(45px, calc(10.2vw + 9px), 55px);
    line-height: 0.98;
    letter-spacing: -0.055em;
  }

.pricing-pill {
    width: 100%;
    max-width: 420px;
    min-height: 34px;
    padding: 0 18px;
    text-align: center;
  }

.billing-toggle {
    width: 100%;
    max-width: 360px;
    margin-bottom: 18px;
    padding: 5px;
    gap: 5px;
  }

.billing-toggle__option {
    min-height: 44px;
    padding: 0 14px;
    font-size: .92rem;
  }

.billing-toggle__hint {
    max-width: 320px;
    font-size: .78rem;
  }

.pricing-grid {
    margin-top: 54px;
    grid-template-columns: 1fr;
    gap: 18px;
  }

.plan-card {
    min-height: auto;
    padding: 26px 22px 22px;
    border-radius: var(--card-radius);
  }

.plan-head {
    margin-bottom: 26px;
  }

.pricing-page .price {
    font-size: 3.2rem;
  }

.pricing-page .per {
    font-size: 1rem;
  }

.pricing-page .description {
    margin-bottom: 34px;
  }

.pricing-page .plan-actions {
    grid-template-columns: 1fr;
  }

.pricing-page .plan-btn {
    min-height: 48px;
  }

.pricing-expand-cta {
    padding: 0;
  }

.pricing-page .features-toggle {
    width: 100%;
    min-height: 66px;
    padding: 0 16px;
    gap: 12px;
    font-size: .72rem;
  }

.pricing-page .features-toggle-icon {
    font-size: 28px;
  }

.pricing-accordion-wrap {
    padding: 0;
  }

.pricing-accordion-wrap.is-open {
    margin-top: 48px;
  }

.pricing-accordion-head {
    min-height: 74px;
  }

.pricing-accordion-title {
    font-size: 1.5rem;
  }

.pricing-accordion-head-icon {
    font-size: 30px;
  }

.comparison-table-head, .comparison-row {
    min-width: 880px;
  }

.comparison-table-head {
    gap: 20px;
    grid-template-columns: 1.6fr repeat(3, 1fr);
    padding: 22px 0 34px;
  }

.comparison-row {
    min-height: 82px;
    gap: 20px;
    grid-template-columns: 1.6fr repeat(3, 1fr);
  }

.comparison-title-col h2 {
    font-size: 1.55rem;
  }

.comparison-title-col p {
    font-size: .96rem;
  }

.pw-premium-faq-section {
    padding: 56px 20px;
  }

.pw-premium-title, .pw-faq-title {
    font-size: clamp(35px, calc(10.2vw - 1px), 45px);
    line-height: 0.98;
    letter-spacing: -0.055em;
  }

.pw-premium-top {
    gap: 38px;
    margin-bottom: 70px;
  }

.pw-premium-btn {
    width: 100%;
    min-width: 100%;
    min-height: 58px;
    padding: 0 22px;
  }

.pw-faq-question {
    padding: 24px 0;
    font-size: 1.05rem;
  }

.pw-faq-icon {
    font-size: 1.8rem;
  }

.pw-faq-answer p {
    padding: 0 12px 24px 0;
  }
}
