.elementor-383 .elementor-element.elementor-element-5055b4d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-383 .elementor-element.elementor-element-5055b4d:not(.elementor-motion-effects-element-type-background), .elementor-383 .elementor-element.elementor-element-5055b4d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-4b857ff );}.elementor-383 .elementor-element.elementor-element-a9b2d13{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS */.fold-pricing {
    max-width: 1100px;
    margin: 0 auto;
    padding: 3rem 1.5rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #333333;
  }

  .fold-pricing-header {
    text-align: center;
    margin-bottom: 2.5rem;
  }

  .fold-pricing-eyebrow {
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.12em;
    font-weight: 600;
    color: #61CE70;
    margin-bottom: 0.5rem;
  }

  .fold-pricing-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
  }

  .fold-pricing-subtitle {
    font-size: 1rem;
    color: #666666;
    max-width: 620px;
    margin: 0.5rem auto 0;
  }

  .fold-pricing-note {
    font-size: 0.85rem;
    color: #999999;
    margin-top: 0.75rem;
  }

  .fold-pricing-grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    align-items: stretch;
  }

  .fold-plan {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #E5E5E5;
    box-shadow: 0 10px 20px rgba(0,0,0,0.04);
    padding: 2rem 1.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
  }

  .fold-plan.featured {
    border-color: #61CE70;
    box-shadow: 0 14px 28px rgba(0,0,0,0.08);
    transform: translateY(-4px);
  }

  .fold-plan-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: #61CE70;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.3rem 0.6rem;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }

  .fold-plan-badge-muted {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: #F4F4F4;
    color: #666666;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 0.3rem 0.6rem;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }

  .fold-plan-name {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
  }

  .fold-plan-tagline {
    font-size: 0.9rem;
    color: #777777;
    margin-bottom: 1.25rem;
  }

  .fold-plan-price {
    display: flex;
    align-items: baseline;
    gap: 0.25rem;
    margin-bottom: 0.35rem;
    
  }
  
   .strike {
     text-decoration: line-through;   
    }
    
    .highlight-price {
        
    color: #61CE70;
    }

  .fold-plan-price-main {
    font-size: 2rem;
    font-weight: 700;
  }

  .fold-plan-price-period {
    font-size: 0.9rem;
    color: #777777;
  }

  .fold-plan-price-caption {
    font-size: 0.8rem;
    color: #999999;
    margin-bottom: 1.25rem;
  }

  .fold-plan-divider {
    height: 1px;
    background: #F0F0F0;
    margin: 1rem 0 1.25rem;
  }

  .fold-plan-features {
    list-style: none;
    padding: 0;
    margin: 0 0 1.75rem;
    flex-grow: 1;
  }

  .fold-plan-features li {
    font-size: 0.9rem;
    margin-bottom: 0.45rem;
    display: flex;
    align-items: flex-start;
    gap: 0.4rem;
  }

  .fold-plan-features li::before {
    content: "✓";
    font-weight: 700;
    font-size: 0.8rem;
    margin-top: 0.05rem;
    color: #61CE70;
  }

  .fold-plan-coming li::before {
    content: "•";
    font-weight: 700;
    font-size: 0.8rem;
    color: #BBBBBB;
  }

  .fold-plan-cta-wrap {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
  }

  .fold-btn-primary {
    display: inline-block;
    text-align: center;
    padding: 0.85rem 1rem;
    border-radius: 999px;
    border: none;
    background: #61CE70;
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
    box-shadow: 0 8px 18px rgba(97, 206, 112, 0.35);
  }

  .fold-btn-primary:hover {
    background: #4EB25A;
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(97, 206, 112, 0.4);
  }

  .fold-btn-outline {
    display: inline-block;
    text-align: center;
    padding: 0.8rem 1rem;
    border-radius: 999px;
    border: 1px solid #DDDDDD;
    background: #FAFAFA;
    color: #555555;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    cursor: default;
  }

  .fold-plan-cta-note {
    font-size: 0.8rem;
    color: #999999;
  }

  @media (max-width: 768px) {
    .fold-pricing {
      padding: 2.5rem 1rem;
    }
    .fold-plan.featured {
      transform: none;
    }
   
    }
  }/* End custom CSS */