.pricing-page {
      padding: 0 7.5rem 6rem 7.5rem;
    }

    .pricing-hero {
      margin-top: 4rem;
      text-align: center;
      margin-bottom: 3rem;
    }

    .pricing-hero h1 {
      font-size: 2.4rem;
      font-weight: 800;
      margin-bottom: 0.75rem;
    }

    .pricing-hero p {
      font-size: 0.9rem;
      color: var(--color-text-muted);
      max-width: 32rem;
      margin-inline: auto;
    }

    .billing-toggle {
      margin-top: 2rem;
      display: inline-flex;
      align-items: center;
      padding: 0.1rem;
      border-radius: 999px;
      background: #f3f4f6;
      font-size: 0.8rem;
    }

    .billing-option {
      padding: 0.4rem 1rem;
      border-radius: 999px;
      cursor: default;
      color: #6b7280;
      white-space: nowrap;
    }

    .billing-option.is-active {
      background: #ffffff;
      color: #111827;
      box-shadow: 0 1px 4px rgba(15, 23, 42, 0.14);
    }

    .billing-note {
      margin-left: 0.5rem;
      font-size: 0.7rem;
      color: #9ca3af;
    }

    .pricing-cards {
      margin-top: 3rem;
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
      gap: 3rem;
      align-items: stretch;
    }

    .plan-card {
      border-radius: 1.25rem;
      background: #f9fafb;
      padding: 1.7rem 1.6rem 1.9rem;
    
      text-align: left;
    }

    .plan-card--premium {
      border: 1px solid #f97316;
      background: #fff7ed;
      position: relative;
    }

    .plan-label {
      font-size: 0.85rem;
      font-weight: 600;
      margin-bottom: 0.4rem;
    }

    .plan-tagline {
      font-size: 0.78rem;
      color: #6b7280;
      margin-bottom: 1rem;
    }

    .plan-price {
      display: flex;
      align-items: baseline;
      gap: 0.25rem;
      margin-bottom: 0.2rem;
    }

    .plan-price span:first-child {
      font-size: 2rem;
      font-weight: 800;
    }

    .plan-per {
      font-size: 0.78rem;
      color: #6b7280;
    }

    .plan-subcopy {
      font-size: 0.75rem;
      color: #9ca3af;
      margin-bottom: 1rem;
    }

    .plan-cta-wrap {
      margin-bottom: 1.3rem;
    }

    .plan-cta-wrap .btn {
      width: 100%;
      justify-content: center;
      font-size: 0.8rem;
    }

    .plan-cta-secondary {
      width: 100%;
      border-radius: 999px;
      border: 1px solid #e5e7eb;
      padding: 0.55rem 0.9rem;
      font-size: 0.8rem;
      background: #ffffff;
      cursor: pointer;
    }

    .plan-features-title {
      font-size: 0.75rem;
      font-weight: 600;
      margin-bottom: 0.5rem;
      color: #6b7280;
    }

    .plan-features-list {
      list-style: none;
      padding-left: 0;
      margin: 0;
      display: flex;
      flex-direction: column;
      gap: 1rem;
      font-size: 0.78rem;
      color: #4b5563;
    }

    .plan-features-list li {
      display: flex;
      gap: 0.5rem;
      align-items: flex-start;
    }

    .plan-features-list i {
      color: #22c55e;
      margin-top: 0.1rem;
      font-size: 0.8rem;
    }

    .plan-pill-popular {
      position: absolute;
      top: 0.5rem;
      right: 0.9rem;
      font-size: 0.65rem;
      background: #f97316;
      color: #fff;
      border-radius: 999px;
      padding: 0.2rem 0.5rem;
      font-weight: 600;
    }

    .pricing-table-section {
      margin-top: 4.5rem;
      margin-bottom: 8rem;
    }

    .pricing-table-heading {
      text-align: center;
      margin-bottom: 1.5rem;
      font-size: 2rem;
    }

    .pricing-table-wrapper {
      border-radius: 1.25rem;
      overflow: hidden;
      box-shadow: 0 20px 50px rgba(15, 23, 42, 0.06);
      background: #ffffff;
      font-size: 0.78rem;
    }

    .pricing-table {
      width: 100%;
      border-collapse: collapse;
    }

    .pricing-table thead {
      background: #f9fafb;
      font-weight: 600;
    }

    .pricing-table th,
    .pricing-table td {
      padding: 0.55rem 0.75rem;
      text-align: left;
    }

    .pricing-table th:nth-child(2),
    .pricing-table td:nth-child(2) {
      text-align: center;
      width: 80px;
    }

    .pricing-table th:nth-child(3),
    .pricing-table td:nth-child(3) {
      text-align: center;
      width: 90px;
    }

    .pricing-row-group {
      background: #f9fafb;
      font-weight: 600;
      color: #4b5563;
    }

    .pricing-word{
      font-size: 12px;
      color: #9ca3af;
    }

    .xicon{
      color: red;
    }

    .pricing-table tbody tr:nth-child(even) {
      background: #fefdfb;
    }

    .pricing-check {
      color: #22c55e;
      font-size: 0.9rem;
    }

    .pricing-x {
      color: #f97316;
      font-size: 0.75rem;
    }

    .pricing-table-footer {
      width: fit-content;
      padding: 0.8rem 0.75rem 1rem;
      display: flex;
      justify-content: end;
      align-items: flex-end;
      gap: 1rem;
    }

    .pricing-table-footer .btn {
      font-size: 0.78rem;
      padding-inline: 1.1rem;
    }

    .pricing-community-section {
      margin-top: 4.5rem;
      padding: 3rem 2.5rem;
      border-radius: 1.75rem;
      background: #fdf4ff;
      text-align: center;
    }

    .pricing-community-section h2 {
      font-size: 1.4rem;
      margin-bottom: 0.5rem;
    }

    .pricing-community-section p {
      max-width: 32rem;
      margin: 0 auto 1.5rem;
      font-size: 0.9rem;
      color: #4b5563;
    }

    .pricing-community-store-row {
      margin-top: 1.5rem;
      display: flex;
      justify-content: center;
      gap: 1rem;
      flex-wrap: wrap;
    }

    .pricing-social-footer {
      margin-top: 4rem;
      border-top: 1px solid #f3f4f6;
      padding-top: 2rem;
      display: grid;
      grid-template-columns: minmax(0, 2fr) minmax(0, 1.4fr) minmax(0, 1fr);
      gap: 2.5rem;
      align-items: flex-start;
      font-size: 0.8rem;
    }

    .pricing-social-left {
      display: flex;
      flex-direction: column;
      gap: 0.75rem;
    }

    .pricing-social-icons {
      display: flex;
      gap: 0.6rem;
      font-size: 0.85rem;
      color: #9ca3af;
    }

    .pricing-social-icons a { color: inherit; }

    .pricing-newsletter-label {
      font-size: 0.8rem;
      margin-bottom: 0.35rem;
    }

    .pricing-newsletter-form {
      display: flex;
      flex-wrap: wrap;
      gap: 0.65rem;
      align-items: center;
    }

    .pricing-newsletter-form input[type="email"] {
      padding: 0.5rem 0.8rem;
      border-radius: 999px;
      border: 1px solid #e5e7eb;
      font-size: 0.8rem;
      min-width: 200px;
    }

    .pricing-newsletter-form .btn {
      padding: 0.45rem 1.1rem;
      font-size: 0.78rem;
    }

    .pricing-footer-links {
      display: flex;
      gap: 3rem;
      font-size: 0.78rem;
      color: #6b7280;
    }

    .pricing-footer-links ul {
      list-style: none;
      padding-left: 0;
      margin: 0;
      display: flex;
      flex-direction: column;
      gap: 0.25rem;
    }

    .pricing-footer-links a { color: inherit; }

    .pricing-logo-strip {
      margin-top: 3rem;
      text-align: center;
    }

    .pricing-logo-strip h2 {
      font-size: 3rem;
      margin-bottom: 1.5rem;
    }

    .pricing-logo-strip h2 span:last-child {
      color: #f97316;
    }

    .pricing-logo-avatars {
      margin-top: 1.5rem;
      display: flex;
      justify-content: center;
      gap: 1.5rem;
      flex-wrap: wrap;
    }

    .pricing-logo-avatar {
      width: 72px;
      height: 72px;
      border-radius: 1.5rem;
      background: #fee2e2;
    }

    @media (max-width: 960px) {
      .pricing-page {
        padding: 0 1.25rem 4rem 1.25rem;
      }

      .pricing-cards {
        grid-template-columns: minmax(0, 1fr);
      }

      .pricing-social-footer {
        grid-template-columns: minmax(0, 1fr);
      }
    }