:root {
    --buy-primary: #22bde9;
    --buy-secondary: #2ac0c1;
    --buy-orange: #ff5b37;
    --buy-text: #111827;
    --buy-muted: #6b7280;
    --buy-border: #e5e7eb;
  }
  
  main {
    min-height: 800px;
    padding-top: 30px;
  }
  
  .pricing-section .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
  }
  
  .product-section {
    background: #ffffff;
  }
  
  .product-section .product-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1216px;
    margin: auto;
    padding: 24px 16px 32px;
    border-bottom: 1px solid #f3f4f6;
  }
  
  .product-section .product-container .product-information {
    display: flex;
    align-items: center;
    gap: 24px;
  }
  
  .product-section .product-information .product-logo {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
    border: 1px solid #b9ebf8;
    border-radius: 24px;
    background: #eaf9fd;
    box-shadow: inset 0 2px 5px rgba(15, 23, 42, .05);
  }
  
  .product-section .product-information .product-logo>img {
    display: block;
    width: 48px;
    height: 48px;
    object-fit: contain;
  }
  
  .product-section .product-logo .product-os-badge {
    position: absolute;
    right: -5px;
    bottom: -6px;
    padding: 3px 6px;
    border: 1px solid #f3f4f6;
    border-radius: 6px;
    background: #ffffff;
    color: var(--buy-primary);
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    box-shadow: 0 2px 5px rgba(15, 23, 42, .08);
  }
  
  .product-section .product-information .product-copy h1 {
    margin: 0;
    color: #111827;
    font-size: 30px;
    line-height: 36px;
    font-weight: 800;
    letter-spacing: -1px;
  }
  
  .product-section .product-information .product-support {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 8px 0 0;
    color: var(--buy-muted);
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
  }
  
  .product-section .product-information .product-support>span {
    width: 10px;
    height: 10px;
    flex: 0 0 10px;
    border-radius: 999px;
    background: #10b981;
  }
  
  .product-section .product-information .product-support strong {
    font-weight: 500;
  }
  
  .product-section .product-copy .product-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    margin-top: 16px;
  }
  
  .product-section .product-benefits .product-benefit {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #4b5563;
    font-size: 13px;
    font-weight: 700;
  }
  
  .product-section .product-benefit>i {
    color: var(--buy-secondary);
    font-size: 16px;
  }
  
  .product-section .product-container .os-switch {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 8px;
    padding: 4px;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: #f1f5f9;
  }
  
  .product-section .os-switch .os-button {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border: 1px solid transparent;
    border-radius: 12px;
    background: transparent;
    color: #6b7280;
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
  }
  
  .product-section .os-switch .os-button.active {
    border-color: #e2e8f0;
    background: #ffffff;
    color: var(--buy-primary);
    box-shadow: 0 1px 3px rgba(15, 23, 42, .08);
  }
  
  @media (max-width: 900px) {
    .product-section .product-container {
      flex-direction: column;
      gap: 24px;
    }
  
    .product-section .product-container .os-switch {
      margin-left: 104px;
    }
  }
  
  @media (max-width: 640px) {
    .product-section .product-container {
      padding: 20px 12px 28px;
    }
  
    .product-section .product-container .product-information {
      align-items: flex-start;
      gap: 16px;
    }
  
    .product-section .product-information .product-logo {
      width: 58px;
      height: 58px;
      flex-basis: 58px;
      border-radius: 18px;
    }
  
    .product-section .product-information .product-logo>img {
      width: 38px;
      height: 38px;
    }
  
    .product-section .product-information .product-copy h1 {
      font-size: 23px;
      line-height: 29px;
    }
  
    .product-section .product-information .product-support {
      align-items: flex-start;
      font-size: 12px;
      line-height: 18px;
    }
  
    .product-section .product-copy .product-benefits {
      flex-direction: column;
      gap: 9px;
    }
  
    .product-section .product-container .os-switch {
      margin-left: 0;
    }
  }
  
  .pricing-section {
    background: #ffffff;
  }
  
  .pricing-section .pricing-container {
    max-width: 1216px;
    margin: auto;
    padding: 24px 16px 48px;
  }
  
  .pricing-section .pricing-container .pricing-grid {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 32px;
  }
  
  .pricing-section .pricing-grid .plan-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 373px;
    min-height: 470px;
    padding: 32px;
    border: 1px solid var(--buy-border);
    border-radius: 24px;
    background: #ffffff;
  }
  
  .pricing-section .pricing-grid .plan-card:hover {
    border-color: #8eddf3;
    box-shadow: 0 16px 30px rgba(15, 23, 42, .1);
  }
  
  .pricing-section .pricing-grid .annual-plan {
    border: 2px solid var(--buy-orange);
  }
  
  .pricing-section .annual-plan .best-seller {
    position: absolute;
    top: -14px;
    left: 100px;
    padding: 7px 20px;
    border-radius: 999px;
    background: var(--buy-orange);
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    white-space: nowrap;
    box-shadow: 0 5px 12px rgba(255, 91, 55, .3);
  }
  
  .pricing-section .plan-card .plan-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .pricing-section .plan-main .plan-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }
  
  .pricing-section .plan-heading h3 {
    margin: 0;
    color: #374151;
    font-size: 24px;
    font-weight: 700;
  }
  
  .pricing-section .plan-heading .plan-help {
    position: relative;
  }
  
  .pricing-section .plan-help .tooltip-trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #9ca3af;
    cursor: help;
  }
  
  .pricing-section .plan-help .plan-tooltip {
    position: absolute;
    left: -110px;
    bottom: 30px;
    z-index: 20;
    display: none;
    width: 256px;
    margin: 0;
    padding: 12px;
    border-radius: 12px;
    background: #0f172a;
    color: #ffffff;
    font-size: 12px;
    line-height: 18px;
    box-shadow: 0 12px 22px rgba(15, 23, 42, .2);
  }
  
  .pricing-section .plan-help:hover .plan-tooltip,
  .pricing-section .plan-help:focus-within .plan-tooltip {
    display: block;
  }
  
  .pricing-section .plan-main .plan-price {
    margin: 24px 0;
  }
  
  .pricing-section .plan-price strong {
    display: block;
    color: var(--buy-primary);
    font-size: 46px;
    line-height: 54px;
    font-weight: 800;
    letter-spacing: -2px;
  }
  
  .pricing-section .annual-plan .plan-price strong {
    color: var(--buy-orange);
  }
  
  .pricing-section .plan-price span {
    display: block;
    margin-top: 4px;
    color: #9ca3af;
    font-size: 12px;
    font-weight: 500;
  }
  
  .pricing-section .plan-main .plan-buy-links {
    display: flex;
    align-self: stretch;
  }
  
  .pricing-section .plan-buy-links .buy-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex: 1 1 auto;
    padding: 14px;
    border: 0;
    border-radius: 12px;
    background: var(--buy-primary);
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 6px 12px rgba(34, 189, 233, .2);
  }

  .pricing-section .plan-buy-links .buy-link .iconfont {
    font-weight: 300;
  }
  
  .pricing-section .plan-buy-links .mac-buy-link {
    display: none;
  }
  
  .pricing-section.mac-product .plan-buy-links .windows-buy-link {
    display: none;
  }
  
  .pricing-section.mac-product .plan-buy-links .mac-buy-link {
    display: flex;
  }
  
  .pricing-section .annual-plan .buy-link {
    background: var(--buy-orange);
    box-shadow: 0 6px 12px rgba(255, 91, 55, .2);
  }
  
  .pricing-section .plan-card .plan-features {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 32px 0 0;
    padding: 24px 0 0;
    border-top: 1px solid #f3f4f6;
    list-style: none;
  }
  
  .pricing-section .plan-features li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #4b5563;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
  }
  
  .pricing-section .plan-features li::before {
    content: "";
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-radius: 999px;
    background: var(--buy-primary);
  }
  
  .pricing-section .annual-plan .plan-features li::before {
    background: var(--buy-orange);
  }
  
  .pricing-section .pricing-container .order-consent {
    max-width: 896px;
    margin: 32px auto 0;
    color: #6b7280;
    text-align: center;
    font-size: 13px;
    line-height: 21px;
    font-weight: 500;
  }
  
  .pricing-section .order-consent a {
    color: #00a99a;
    font-weight: 600;
  }
  
  .pricing-section .pricing-container .payment-methods {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 32px;
    padding-top: 16px;
    border-top: 1px solid #f3f4f6;
  }
  
  .pricing-section .payment-methods>strong {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
  }
  
  .pricing-section .payment-methods .payment-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }

  .pricing-section .payment-methods .payment-list ul {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
  }
  .pricing-section .payment-methods .payment-list ul li {
    margin-left: 20px;
  }

  @media (max-width: 770px) {
    .pricing-section .payment-methods .payment-list ul {
      flex-wrap: wrap;
      justify-content: center;
      align-items: flex-start;
    }
  }
  .pricing-section .payment-list span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    padding: 0 14px;
    border: 1px solid #f3f4f6;
    border-radius: 8px;
    background: #f9fafb;
    font-size: 12px;
    font-weight: 800;
  }
  
  .pricing-section .payment-list .paypal {
    color: #1e40af;
  }
  
  .pricing-section .payment-list .mastercard {
    color: #ea580c;
  }
  
  .pricing-section .payment-list .visa {
    color: #1e3a8a;
  }
  
  .pricing-section .payment-list .jcb {
    color: #00a525;
  }
  
  .pricing-section .payment-list .discover {
    color: #e26d13;
  }
  
  .pricing-section .payment-list .amex {
    color: #0369a1;
  }
  
  .pricing-section .payment-list .maestro {
    color: #ef4444;
  }
  
  @media (max-width: 1100px) {
    .pricing-section .pricing-container .pricing-grid {
      flex-wrap: wrap;
    }
  }
  
  @media (max-width: 640px) {
    .pricing-section .pricing-container {
      padding: 20px 12px 40px;
    }
  
    .pricing-section .pricing-container .pricing-grid {
      gap: 26px;
    }
  
    .pricing-section .pricing-grid .plan-card {
      width: 360px;
      min-height: 440px;
      padding: 26px 22px;
    }
  
    .pricing-section .annual-plan .best-seller {
      left: 92px;
    }
  
    .pricing-section .plan-help .plan-tooltip {
      left: -170px;
    }
  
    .pricing-section .pricing-container .payment-methods {
      flex-direction: column;
    }
  }
  
  @media (max-width: 400px) {
    .pricing-section .pricing-grid .plan-card {
      width: 336px;
    }
  
    .pricing-section .annual-plan .best-seller {
      left: 80px;
    }
  }
  
  .purchase-faq-section {
    position: relative;
    overflow: hidden;
    padding: 64px 16px;
    background-color: #007a87;
    background-image: linear-gradient(to right, rgba(255, 255, 255, .03) 1px, transparent 1px);
    background-size: 24px 24px;
    color: #ffffff;
  }
  
  .purchase-faq-section .purchase-faq-container {
    max-width: 896px;
    margin: auto;
  }
  
  .purchase-faq-section .purchase-faq-container>h2 {
    margin: 0 0 40px;
    text-align: center;
    font-size: 36px;
    line-height: 44px;
    font-weight: 800;
    letter-spacing: -1px;
  }
  
  .purchase-faq-section .purchase-faq-container .purchase-faq-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  
  .purchase-faq-section .purchase-faq-list .purchase-faq-item {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 16px;
    background: rgba(19, 78, 74, .18);
  }
  
  .purchase-faq-section .purchase-faq-item button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    padding: 20px 24px;
    border: 0;
    background: transparent;
    color: #ffffff;
    text-align: left;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
  }
  
  .purchase-faq-section .purchase-faq-item button>i {
    flex: 0 0 18px;
    color: #ccfbf1;
  }
  
  .purchase-faq-section .purchase-faq-list .purchase-faq-item>p {
    display: none;
    margin: 0;
    padding: 16px 24px 24px;
    border-top: 1px solid rgba(255, 255, 255, .07);
    color: #ccfbf1;
    font-size: 14px;
    line-height: 23px;
  }
  
  .purchase-faq-section .purchase-faq-list .purchase-faq-item.open>p {
    display: block;
  }
  
  @media (max-width: 640px) {
    .purchase-faq-section {
      padding: 48px 12px;
    }
  
    .purchase-faq-section .purchase-faq-container>h2 {
      margin-bottom: 28px;
      font-size: 28px;
      line-height: 36px;
    }
  
    .purchase-faq-section .purchase-faq-item button {
      padding: 17px;
      font-size: 15px;
    }
  
    .purchase-faq-section .purchase-faq-list .purchase-faq-item>p {
      padding: 14px 17px 18px;
    }
  }
  
  .purchase-trust-section {
    padding: 64px 16px;
    background: #ffffff;
  }
  
  .purchase-trust-section .purchase-trust-container {
    display: flex;
    justify-content: center;
    gap: 24px;
    max-width: 1216px;
    margin: auto;
  }
  
  .purchase-trust-section .purchase-trust-container .purchase-trust-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 286px;
    min-height: 250px;
    padding: 32px;
    border: 1px solid #f3f4f6;
    border-radius: 24px;
    background: #f8fafc;
    text-align: center;
  }
  
  .purchase-trust-section .purchase-trust-card>i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin-bottom: 20px;
    border: 1px solid #a7f3d0;
    border-radius: 999px;
    background: #d1fae5;
    color: #059669;
    font-size: 30px;
  }
  
  .purchase-trust-section .purchase-trust-card h2 {
    margin: 0;
    color: #111827;
    font-size: 16px;
    line-height: 24px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  
  .purchase-trust-section .purchase-trust-card p {
    margin: 12px 0 0;
    color: #6b7280;
    font-size: 13px;
    line-height: 21px;
    font-weight: 500;
  }
  
  @media (max-width: 1100px) {
    .purchase-trust-section .purchase-trust-container {
      flex-wrap: wrap;
    }
  }
  
  @media (max-width: 640px) {
    .purchase-trust-section {
      padding: 48px 12px;
    }
  
    .purchase-trust-section .purchase-trust-container .purchase-trust-card {
      width: 360px;
      min-height: 220px;
    }
  }
  
  @media (max-width: 400px) {
    .purchase-trust-section .purchase-trust-container .purchase-trust-card {
      width: 336px;
    }
  }
  
  .purchase-dialog-section .purchase-dialog {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 50;
    display: none;
    width: 350px;
    padding: 16px 20px;
    border: 1px solid #0e7490;
    border-radius: 14px;
    background: #083344;
    color: #cffafe;
    box-shadow: 0 16px 32px rgba(15, 23, 42, .25);
  }
  
  .purchase-dialog-section .purchase-dialog p {
    margin: 0;
    font-size: 12px;
    line-height: 19px;
    font-weight: 700;
  }
  
  @media (max-width: 640px) {
    .purchase-dialog-section .purchase-dialog {
      right: 16px;
      left: 16px;
      bottom: 16px;
      width: auto;
    }
  }
  