/* From amare-pricing-wix (Mindbody + Wix) — scoped under .pricing-page */
 
    .pricing-page * { box-sizing: border-box; }
.pricing-page {
      margin: 0;
      font-family: var(--font-sans, "DM Sans", system-ui, sans-serif);
      background: transparent;
      color: var(--color-ink, #1f1f1f);
    }

    .pricing-page .pricing-wrapper {
      max-width: 1320px;
      margin: 0 auto;
      padding: 28px 24px 48px;
    }

    .pricing-page .pricing-lede {
      text-align: center;
      max-width: 40rem;
      margin: -0.5rem auto 1.75rem;
      color: #6d6a67;
      font-size: 0.95rem;
      line-height: 1.5;
      padding: 0 1rem;
    }

    .pricing-page .main-title {
      text-align: center;
      font-size: clamp(26px, 5vw, 44px);
      line-height: 1.12;
      margin: 0 auto 28px;
      padding: 0 12px;
      font-weight: 700;
      color: #1a1a1a;
      text-transform: uppercase;
      letter-spacing: 0.06em;
      max-width: 22em;
    }

    .pricing-page .main-title::after {
      content: "";
      display: block;
      width: 56px;
      height: 3px;
      margin: 14px auto 0;
      background: linear-gradient(90deg, #a47c25, #c9a86a);
      border-radius: 999px;
    }

    .pricing-page .pricing-block {
      margin-bottom: 0;
    }

    /* Fine divider between category sections — symmetric spacing around the rule */
    .pricing-page .pricing-block + .pricing-block {
      margin-top: 36px;
      padding-top: 36px;
      border-top: none;
      background-repeat: no-repeat;
      background-image: linear-gradient(
        90deg,
        transparent 0%,
        rgba(212, 196, 176, 0.25) 12%,
        rgba(164, 124, 37, 0.42) 50%,
        rgba(212, 196, 176, 0.25) 88%,
        transparent 100%
      );
      background-size: min(520px, 100%) 1px;
      background-position: center top;
    }

    .section-title {
      text-align: center;
      font-size: 26px;
      line-height: 1.15;
      margin: 0 0 8px;
      font-weight: 600;
      color: #202020;
    }

    .section-subtitle {
      text-align: center;
      font-size: 15px;
      line-height: 1.4;
      color: #6d6a67;
      margin: 0 0 22px;
    }

    .exclusive-offer {
      max-width: 700px;
      margin: 0 auto 24px;
      background: #f8f8fb;
      border: 1px solid #d7c6b0;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    }

    .exclusive-offer__media {
      line-height: 0;
      background: #fff;
      border-bottom: 1px solid #e8e0d6;
    }

    .exclusive-offer__media img {
      width: 100%;
      height: 112px;
      object-fit: cover;
      object-position: center 42%;
      display: block;
    }

    .exclusive-offer__body {
      padding: 16px 20px 18px;
      text-align: center;
    }

    .exclusive-offer__label {
      display: inline-block;
      background: #ddd5cb;
      color: #2b2b2b;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      padding: 6px 12px;
      border-radius: 999px;
      line-height: 1;
      margin: 0 0 10px;
    }

    .exclusive-offer__headline {
      margin: 0 0 8px;
      font-size: 18px;
      font-weight: 700;
      line-height: 1.2;
      color: #1d1d1d;
    }

    .exclusive-offer__headline .exclusive-offer__accent {
      color: #a47c25;
      font-style: normal;
    }

    .exclusive-offer__headline-line {
      font-weight: 700;
    }

    .exclusive-offer__text {
      margin: 0;
      font-size: 14px;
      line-height: 1.5;
      color: #4a4642;
    }

    .exclusive-offer__text strong {
      color: #1f1f1f;
      font-weight: 600;
    }

    .exclusive-offer__pickup {
      margin: 12px 0 0;
      text-align: center;
    }

    .exclusive-offer__pickup-badge {
      display: inline-block;
      max-width: 100%;
      background: #f0ebe3;
      color: #3a3632;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.02em;
      line-height: 1.35;
      padding: 8px 14px;
      border-radius: 999px;
      border: 1px solid #d7c6b0;
    }

    @media (min-width: 1024px) {
      .exclusive-offer {
        max-width: 500px;
      }
    }

    /* הערה מתחת לכרטיס New Client */
    .section-hint {
      text-align: center;
      font-size: 12px;
      line-height: 1.4;
      color: #7a7672;
      margin: 14px auto 0;
      max-width: 36em;
      padding: 0 14px;
    }

    .section-policy {
      text-align: center;
      font-size: 14px;
      line-height: 1.5;
      color: #4a4642;
      margin: -8px auto 22px;
      max-width: 720px;
      padding: 0 8px;
    }

    /* מתחת לכרטיסים — אותו גודל/צבע כמו .section-hint */
    .section-policy.section-policy--below-cards {
      margin: 16px auto 0;
      font-size: 12px;
      line-height: 1.4;
      color: #7a7672;
      max-width: 36em;
      padding: 0 14px;
    }

    .page-footer-note {
      display: flex;
      justify-content: center;
      font-size: 14px;
      line-height: 1.55;
      color: #4a4642;
      margin: 8px auto 0;
      max-width: 720px;
      padding: 28px 16px 0;
      border-top: 1px solid #e5ddd2;
    }

    .footer-rules {
      list-style: none;
      padding: 0;
      margin: 0 auto;
      max-width: 38em;
      text-align: left;
    }

    .footer-rules li {
      display: flex;
      align-items: flex-start;
      gap: 8px;
      margin-bottom: 0.75em;
      line-height: 1.5;
    }

    .footer-rules li:last-child {
      margin-bottom: 0;
    }

    .footer-rules li::before {
      content: "•";
      color: #a47c25;
      font-weight: bold;
      flex-shrink: 0;
      line-height: 1.5;
    }

    .cards-row {
      display: flex;
      justify-content: center;
      align-items: stretch;
      flex-wrap: wrap;
      gap: 16px;
    }

    .pkg-card {
      background: #f8f8fb;
      border: 1px solid #d7c6b0;
      border-radius: 20px;
      width: 280px;
      min-height: 360px;
      padding: 14px 16px 16px;
      display: flex;
      flex-direction: column;
      position: relative;
      box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    }

    .pkg-card.highlight {
      border: 2px solid #d7c6b0;
    }

    .badge {
      display: inline-block;
      align-self: flex-start;
      background: #ddd5cb;
      color: #2b2b2b;
      font-size: 11px;
      padding: 6px 10px;
      border-radius: 999px;
      margin-bottom: 12px;
      line-height: 1;
    }

    .pkg-card.no-badge .badge {
      visibility: hidden;
      height: 24px;
      margin-bottom: 12px;
    }

    .plan-name {
      text-align: center;
      font-size: 22px;
      line-height: 1.2;
      font-weight: 700;
      margin: 0 0 4px;
      color: #1d1d1d;
    }

    .plan-price {
      text-align: center;
      font-size: 48px;
      line-height: 1;
      font-weight: 700;
      margin: 0;
      color: #17223a;
    }

    .plan-period {
      text-align: center;
      font-size: 13px;
      color: #666;
      margin: 4px 0 2px;
    }

    /* מחיר משוער למחלקה — באדג’ קטן כמו Most Popular, גוון מעט שונה */
    .per-class {
      align-self: center;
      display: inline-block;
      max-width: calc(100% - 8px);
      margin: 6px auto 14px;
      padding: 6px 12px;
      font-size: 11px;
      line-height: 1.3;
      font-weight: 600;
      letter-spacing: 0.01em;
      color: #2f2c28;
      text-align: center;
      background: #e8e2d9;
      border: 1px solid #cfc4b8;
      border-radius: 999px;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    }

    .per-class-sub {
      font-weight: 500;
      color: #5c5852;
      white-space: normal;
    }

    .plan-gift {
      align-self: center;
      display: inline-block;
      max-width: calc(100% - 8px);
      margin: 0 auto 10px;
      padding: 4px 10px;
      font-size: 10px;
      line-height: 1.2;
      font-weight: 600;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: #5c5650;
      text-align: center;
      background: #f2ede6;
      border: 1px solid #d4cabf;
      border-radius: 999px;
    }

    .pkg-card .per-class + .plan-gift {
      margin-top: -4px;
    }

    .plan-gift--after-period {
      margin: 4px auto 10px;
    }

    .features {
      list-style: none;
      padding: 0;
      margin: 0 0 16px;
      flex-grow: 1;
    }

    .features li {
      display: flex;
      align-items: flex-start;
      gap: 6px;
      font-size: 15px;
      line-height: 1.4;
      margin-bottom: 8px;
      color: #1f1f1f;
    }

    .features li::before {
      content: "•";
      color: #a47c25;
      font-weight: bold;
      flex-shrink: 0;
      line-height: 1.4;
    }

    .cta {
      display: block;
      width: 100%;
      text-align: center;
      text-decoration: none;
      background: #d2c3b0;
      color: #1d1d1d;
      font-size: 15px;
      font-weight: 700;
      padding: 13px 16px;
      border-radius: 999px;
      transition: background 0.2s ease, box-shadow 0.2s ease;
    }

    .cta:hover {
      background: #c8b7a1;
    }

    .cta:focus {
      outline: none;
    }

    .cta:focus-visible {
      outline: 2px solid #17223a;
      outline-offset: 3px;
    }

    .new-client-row {
      justify-content: center;
    }

    .new-client-row .pkg-card {
      width: 480px;
      min-height: 340px;
    }

    .new-client-row .plan-name {
      font-size: 36px;
    }

    .new-client-row .plan-price {
      font-size: 60px;
    }

    @media (max-width: 1024px) {
      .pkg-card {
        width: calc(50% - 8px);
        min-width: 0;
      }

      .new-client-row .pkg-card {
        width: min(100%, 560px);
      }
    }

    @media (max-width: 768px) {
      .pricing-page .pricing-wrapper {
        padding: 22px 12px 40px;
      }

      .pricing-page .main-title {
        margin-bottom: 22px;
        letter-spacing: 0.05em;
      }

      .pricing-page .main-title::after {
        width: 44px;
        margin-top: 12px;
      }

      .pricing-page .pricing-block + .pricing-block {
        margin-top: 26px;
        padding-top: 26px;
        background-size: min(360px, 92vw) 1px;
      }

      .section-title {
        font-size: 22px;
      }

      .section-subtitle {
        font-size: 14px;
        margin-bottom: 16px;
      }

      .exclusive-offer {
        margin: 0 auto 18px;
        border-radius: 16px;
      }

      .exclusive-offer__media img {
        height: 88px;
        object-position: center 40%;
      }

      .exclusive-offer__body {
        padding: 14px 14px 16px;
      }

      .exclusive-offer__label {
        font-size: 9px;
        padding: 5px 10px;
        margin-bottom: 8px;
      }

      .exclusive-offer__headline {
        font-size: 16px;
        margin-bottom: 6px;
      }

      .exclusive-offer__headline-dash {
        display: none;
      }

      .exclusive-offer__headline-line,
      .exclusive-offer__headline .exclusive-offer__accent {
        display: block;
      }

      .exclusive-offer__headline .exclusive-offer__accent {
        margin-top: 4px;
      }

      .exclusive-offer__text {
        font-size: 12px;
        line-height: 1.45;
      }

      .exclusive-offer__pickup {
        margin-top: 10px;
      }

      .exclusive-offer__pickup-badge {
        font-size: 10px;
        padding: 6px 12px;
      }

      .section-hint {
        font-size: 11px;
        margin-top: 12px;
      }

      .section-policy {
        font-size: 13px;
        margin: -4px auto 16px;
      }

      .section-policy.section-policy--below-cards {
        font-size: 11px;
        line-height: 1.4;
        color: #7a7672;
        margin: 14px auto 0;
        max-width: 36em;
        padding: 0 14px;
      }

      .page-footer-note {
        font-size: 13px;
        padding: 22px 12px 0;
      }

      .cards-row {
        gap: 10px;
        justify-content: space-between;
      }

      /* שורה עם כרטיס יחיד — בלי מתיחה לגובה מיותר */
      .new-client-row {
        align-items: flex-start;
      }

      /* שני כרטיסים בשורה גם במסכים צרים (כולל בתוך iframe ב-Wix) */
      .pkg-card {
        flex: 1 1 calc(50% - 5px);
        max-width: calc(50% - 5px);
        width: calc(50% - 5px);
        min-width: 0;
        min-height: auto;
        padding: 12px 10px 12px;
        border-radius: 16px;
      }

      /* בדיוק 3 כרטיסים (מנויים חודשיים): השלישי לבד — רוחב מלא, בלי עמודה ריקה */
      .cards-row .pkg-card:nth-child(3):last-child {
        flex: 1 1 100%;
        max-width: 100%;
        width: 100%;
      }

      .plan-name {
        font-size: 16px;
      }

      .plan-price {
        font-size: 34px;
      }

      .plan-period {
        font-size: 12px;
        margin-bottom: 2px;
      }

      .per-class {
        font-size: 10px;
        padding: 5px 9px;
        margin: 4px auto 10px;
      }

      /* Recurring 5 / 8 — מסתירים את (at X classes/mo) במובייל */
      .per-class-sub {
        display: none;
      }

      .plan-gift {
        font-size: 9px;
        padding: 3px 8px;
        margin: 0 auto 8px;
        letter-spacing: 0.06em;
      }

      .pkg-card .per-class + .plan-gift {
        margin-top: -2px;
      }

      .plan-gift--after-period {
        margin: 2px auto 8px;
      }

      /* בלי flex-grow — הרשימה לא נמתחת והכפתור עולה, פחות גובה כרטיס */
      .features {
        flex-grow: 0;
        margin-bottom: 10px;
      }

      .features li {
        font-size: 12px;
        line-height: 1.35;
        margin-bottom: 4px;
      }

      .features li:last-child {
        margin-bottom: 0;
      }

      .cta {
        font-size: 12px;
        padding: 10px 8px;
        /* דוחף את Buy Now לתחתית הכרטיס כששני כרטיסים באותה שורה (גובה שווה מ-align-items: stretch) */
        margin-top: auto;
      }

      .badge {
        font-size: 10px;
        padding: 4px 8px;
        margin-bottom: 8px;
      }

      .pkg-card.no-badge .badge {
        height: 20px;
        margin-bottom: 8px;
      }

      /* דורסים min-height:340px מהבסיס — אחרת נשאר חלון ריק מתחת לכפתור */
      .new-client-row .pkg-card {
        flex: 0 1 auto;
        align-self: center;
        max-width: 100%;
        width: 100%;
        min-height: 0;
        padding: 10px 12px 10px;
      }

      .new-client-row .plan-name {
        font-size: 24px;
        margin-bottom: 2px;
      }

      .new-client-row .plan-price {
        font-size: 40px;
        line-height: 1;
      }

      .new-client-row .plan-period {
        margin-bottom: 2px;
      }
    }

    /* מסכים קטנים מאוד: נשארים 2 בעמודה, רק מצמצמים טיפוגרפיה */
    @media (max-width: 380px) {
      .plan-name {
        font-size: 14px;
      }

      .plan-price {
        font-size: 28px;
      }

      .features li {
        font-size: 11px;
      }

      .cta {
        font-size: 11px;
        padding: 10px 6px;
      }
    }
  