.feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}
.features-section {
    padding: 60px 0px;
    background: #F9F9F9;
}

.feature-card {
    background: #fff;
    border: 1px solid #DBDDD9;
    border-radius: 24px;
    padding: 30px;
    text-align: left;
}
.feature-card .icon-wrapper {
    width: 82px;
    height: 82px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    overflow: hidden;
    margin-bottom: 26px;
}
.feature-card .feature-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 20px;
    color: #131413;
}
.feature-card .feature-description {
    font-size: 16px;
    color: #424342;
    line-height: 24px;
    opacity: 80%;
}
.form-club-r {
 padding: 60px 20px;
}


/* Outer Wrapper Container */
    .sb-portal-wrapper {
      width: 100%;
      max-width: 780px;
      margin: 0 auto;
    }

    /* ==========================================================================
       STREAMING_CHUNK: Styling the Responsive Stepper Bar
       ========================================================================== */
    .sb-stepper-container {
      margin-bottom: 40px;
      padding: 0 10px;
    }

    .sb-stepper-list {
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: relative;
      list-style: none !important;
    }

    /* Connector line running through nodes */
    .sb-stepper-list::after {
      content: "";
      position: absolute;
      top: 20px;
      left: 0;
      right: 0;
      height: 1px;
      background-color: var(--sb-theme-line-inactive);
      z-index: 1;
    }

    .sb-step-node {
      display: flex;
      align-items: center;
      gap: 12px;
      position: relative;
      z-index: 2;
      background-color: #ffffff; /* Matches body bg to mask the connector line */
      padding: 0 12px;
      transition: all 0.3s ease;
    }

    .sb-step-circle {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      font-weight: 500;
      transition: all 0.3s ease;
      border: 1px solid var(--sb-theme-line-inactive);
      background-color: #ffffff;
      color: var(--sb-theme-text-inactive);
    }

    .sb-step-label {
      font-size: 16px;
      font-weight: 500;
      color: #525252;
      white-space: nowrap;
      transition: color 0.3s ease;
    }

    /* Active State (Figma Orange Theme) */
    .sb-step-node.sb-active .sb-step-circle {
      background-color: var(--sb-theme-orange);
      border-color: var(--sb-theme-orange);
      color: #ffffff;
      font-weight: 600;
    }

    .sb-step-node.sb-active .sb-step-label {
      color: var(--sb-theme-text-primary);
      font-weight: 600;
    }

    /* Completed State (Figma Green Check Theme) */
    .sb-step-node.sb-completed .sb-step-circle {
      background-color: var(--sb-theme-green);
      border-color: var(--sb-theme-green);
      color: #ffffff;
    }

    .sb-step-node.sb-completed .sb-step-label {
      color: var(--sb-theme-green);
      font-weight: 500;
    }

    .sb-billing-toggle {
        display: flex;
        justify-content: center;
        gap: 8px;
        margin-bottom: 20px;
    }

    .sb-billing-btn {
        border: 1px solid #ddd;
        background: #fff;
        padding: 8px 20px;
        border-radius: 30px;
        cursor: pointer;
        font-size: 12px;
        font-weight: 500;
    }

    .sb-billing-btn.active {
        background: #ff9800;
        color: #fff;
        border-color: #ff9800;
    }

    .sb-plan-grid {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 20px;
    }

    .sb-plan-card {
        position: relative;
        border: 1px solid #E4E4E4;
        border-radius: 14px;
        padding: 33px;
        cursor: pointer;
        transition: .25s;
        background: #FFFFFF;
    }

    .sb-plan-card:hover {
        border-color: #60a917;
    }

    .sb-plan-card.active {
         border-color: #60a917;
         background: #f4faef;
    }
    .mbr-ship-card .sb-section-subtitle {
        margin-bottom: 30px;
        opacity: 80%;
    }
    .sb-plan-check {
        position: absolute;
        top: 12px;
        right: 12px;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        background: #60a917;
        color: #fff;
        display: none;
        align-items: center;
        justify-content: center;
    }
    .sb-plan-check svg {
        width: 15px;
        height: 15px;
    }
    .sb-plan-card.active .sb-plan-check {
        display: flex;
    }

    .sb-plan-card h3 {
        margin-bottom: 9px;
        font-size: 14px;
        color: #5DA12C;
    }

    .sb-plan-price {
        font-size: 34px;
        font-weight: 700;
     }
    .mbr-ship-card .sb-section-title {
        margin-bottom: 6px;
    }
    .sb-plan-price span:last-child {
        font-size: 12px;
        color: #777;
        font-weight: 400;
        opacity: 80%;
    }

    .sb-plan-desc {
        color: #777;
    }

    .sb-plan-features {
        margin-top: 24px;
        border: 1px solid #FBD4A1;
        background: #F8EEE2;
        border-radius: 14px;
        padding: 20px;
        font-size: 14px;
        line-height: 21px;
        color: #131413;
    }
    @media(max-width:950px){
     .sb-step-label{
       display:none;
     }
    }
    @media(max-width:840px){
    .feature-grid{
       grid-template-columns: repeat(2, 1fr);    
    }   
    }
    @media(max-width:768px){
    .sb-plan-grid{
        grid-template-columns:1fr;
    }
    .sb-section-title {
        font-size: 18px;
    }
    }
    @media(max-width:500px){
       .feature-grid{
       grid-template-columns: repeat(1, 1fr);    
      }     
    }
    /* ==========================================================================
       STREAMING_CHUNK: Styling the Core Card Layout
       ========================================================================== */
    .sb-form-card {
        background-color: #F9F9F9;
        border: 1px solid #E9E9E9;
        border-radius: 14px;
        padding: 30px;
        transition: all 0.3s ease;
    }
    .sb-step-panel {
      display: none;
    }

    .sb-step-panel.sb-visible {
      display: block;
      animation: sbFadeSlideIn 0.35s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    }

    @keyframes sbFadeSlideIn {
      from {
        opacity: 0;
        transform: translateY(8px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .sb-section-title {
      font-size: 24px;
      font-weight: 600;
      color: var(--sb-theme-text-primary);
      margin-bottom: 28px;
   }
   /* ==========================================================================
   STREAMING_CHUNK: Styling Input Controls & Form Fields
   ========================================================================== */
    .sb-form-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 24px;
    }

    .sb-form-split-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
    }

    .sb-form-group {
      display: flex;
      flex-direction: column;
      gap: 0px;
      position: relative;
    }

    .sb-label {
        display: block;
        font-size: 14px;
        font-weight: 500;
        color: #131413;
        margin: 0 0 10px;
    }

    .sb-label span {
      color: var(--sb-theme-orange);
      margin-left: 2px;
    }
    .sb-checkbox-label {
        display: flex;
        align-items: center;
        gap: 5px;
    }
    .sb-input, 
    .sb-select,
    .sb-textarea {
      width: 100%;
      height: 50px;
      background-color: var(--sb-field-bg);
      border: 1px solid var(--sb-field-border);
      border-radius: 10px;
      padding: 0 16px;
      font-family: 'Inter', sans-serif;
      font-size: 14px;
      color: var(--sb-theme-text-primary);
      outline: none;
      transition: all 0.2s ease;
    }

    .sb-textarea {
      height: 120px;
      padding: 14px 16px;
      resize: vertical;
    }

    .sb-input::placeholder,
    .sb-textarea::placeholder {
      color: var(--sb-placeholder-color);
      opacity: 1;
    }

    .sb-input:focus,
    .sb-select:focus,
    .sb-textarea:focus {
      border-color: var(--sb-theme-orange);
      box-shadow: 0 0 0 3px rgba(255, 152, 17, 0.1);
    }

    /* Custom select chevron indicator drop-down wrapper */
    .sb-select-wrapper {
      position: relative;
    }

    .sb-select {
      appearance: none;
      -webkit-appearance: none;
      padding-right: 40px;
      cursor: pointer;
    }

    .sb-select-wrapper::after {
      content: "";
      position: absolute;
      right: 18px;
      top: 50%;
      transform: translateY(-50%);
      width: 10px;
      height: 6px;
      background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23131413' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: center;
      pointer-events: none;
    }

    /* Checkbox Elements styling */
    .sb-checkbox-row {
      display: flex;
      flex-wrap: wrap;
      gap: 24px;
    }
   .sb-checkbox-input{
      appearance: none;
      -webkit-appearance: none;
      width: 20px;
      height: 20px;
      border: 1px solid var(--sb-field-border);
      border-radius: 4px;
      background-color: var(--sb-field-bg);
      outline: none;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.2s ease;
    }

    .sb-checkbox-input:checked {
      background-color: var(--sb-theme-orange);
      border-color: var(--sb-theme-orange);
    }

    .sb-checkbox-input:checked::before {
      content: "";
      width: 10px;
      height: 6px;
      border-left: 2px solid #ffffff;
      border-bottom: 2px solid #ffffff;
      transform: rotate(-45deg) translate(1px, -1px);
    }

    /* ==========================================================================
       STREAMING_CHUNK: Styling Stripe Secured Payment & Badging
       ========================================================================== */
    .sb-stripe-badge {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        font-size: 14px;
        color: #131413;
        margin-top: 26px;
        background: #F8EEE2;
        padding: 16px;
        width: 100%;
        border: 1px solid #FBD4A1;
        border-radius: 12px;
    }

    .sb-stripe-brand {
      font-weight: 800;
      color: #635bff;
    }

   /* STREAMING_CHUNK: Styling Review Layout */
    .sb-review-wrapper {
        background-color: #ffffff;
        border: 1px solid #E4E4E4;
        border-radius: 10px;
        padding: 30px;
    }
    .sb-review-wrapper.ns-step {
        background: #F0FAE9;
        border-color: #5DA12C;
    }
    .sb-review-header {
        font-size: 18px;
        font-weight: 600;
        color: #0F1B12;
        margin-bottom: 20px;
    }
    .mbr-dt .sb-review-header {
        color: #5DA12C;
    }
     .sb-review-grid {
        display: grid;
        grid-template-columns: 140px 1fr;
        gap: 14px 20px;
        font-size: 14px;
        line-height: 20px;
    }
   .sb-review-label {
        color: #131413;
        font-weight: 400;
        opacity: 80%;
    }

     .sb-review-value {
        color: #525252;
        font-weight: 600;
     }

    /* Fee Notification Box */
    .sb-fee-banner {
        background-color: #ECFAED;
        border-radius: 14px;
        padding: 22px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 24px;
        margin-top: 20px;
    }
   .sb-fee-info {
      display: flex;
      flex-direction: column;
      gap: 0px;
    }
    
    .sb-fee-title {
        font-size: 16px;
        font-weight: 600;
        color: #131413;
        line-height: 100%;
        margin-bottom: 6px;
    }

      .sb-fee-desc {
        font-size: 14px;
        color: #818181;
    }
        
    .sb-fee-amount {
        font-size: 16px;
        font-weight: 600;
        color: #5DA12C;
        display: flex;
        flex-direction: column;
        text-align: right;
    }

    /* ==========================================================================
       STREAMING_CHUNK: Styling Buttons and Controls
       ========================================================================== */
    .sb-footer-actions {
      display: flex;
      justify-content: end;
      gap: 16px;
      margin-top: 40px;
   }

    .sb-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 15px 31px;
        border-radius: 10px;
        font-family: 'Inter', sans-serif;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        text-decoration: none;
        transition: all 0.2s ease;
        outline: none;
    }

    /* Orange Primary Button */
    .sb-btn-orange {
      background-color: var(--sb-theme-orange);
      color: #ffffff;
      border: none;
    }

    .sb-btn-orange:hover {
      background-color: var(--sb-theme-orange-hover);
      transform: translateY(-1px);
    }

    /* Green Primary Button */
    .sb-btn-green {
      background-color: var(--sb-theme-green);
      color: #ffffff;
      border: none;
    }

    .sb-btn-green:hover {
      background-color: var(--sb-theme-green-hover);
      transform: translateY(-1px);
    }

    /* Secondary Back Button (Outlined/Gray) */
    .sb-btn-secondary {
      background-color: #ffffff;
      color: var(--sb-theme-text-muted);
      border: 1px solid var(--sb-field-border);
    }

    .sb-btn-secondary:hover {
      background-color: #fcfcfc;
      color: var(--sb-theme-text-primary);
      border-color: #cacaca;
    }

    /* SVG arrow alignment */
    .sb-btn svg {
      transition: transform 0.2s ease;
    }

    .sb-btn-orange:hover svg,
    .sb-btn-green:hover svg {
      transform: translate(2px, -2px);
    }

    .sb-input.is-invalid,
    .sb-select.is-invalid,
    .sb-textarea.is-invalid {
        border-color: #dc3545 !important;
        padding-right: calc(1.5em + .75rem);

        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");

        background-repeat: no-repeat;
        background-position: right 12px center;
        background-size: 16px;
    }
    /*STREAMING_CHUNK: Styling Submission Success Screen*/
    .sb-success-card {
        text-align: center;
        background-color: #F5FBF6;
        border-radius: 24px;
        max-width: 626px;
        margin: auto;
        overflow: hidden;
        padding: 40px;
    }
    .sb-success-hero {
        background: #193C00;
        color: #fff;
        border-radius: 24px 24px 0 0;
        padding: 40px;
        text-align: center;
    }
    .sb-success-body {
    background: #F9F9F9;
    border-top: none;
    border-radius: 0 0 24px 24px;
    padding: 30px;
    }
    .sb-success-art {
       margin: 0 auto 14px;
    }

    .sb-success-title {
        font-size: 34px;
        font-weight: 600;
        margin: 14px 0 10px;
        font-style: italic;
        line-height: 100%;
        color: #131413;
        margin-top: 30px;
        margin-bottom: 16px;
    }
    
    .sb-success-desc {
        font-size: 16px;
        font-weight: 400;
        color: #424342;
        opacity: 80%;
        margin-bottom: 30px;
        line-height: 28px;
    }

    .sb-success-buttons {
      display: flex;
      justify-content: center;
      gap: 16px;
    }

    .sb-input.is-invalid {
        border-color: #df4b59;
    }

    .sb-upload-wrapper {
    width: 100%;
}

.sb-upload-box {
    border: 2px dashed #3b82f6;
    border-radius: 12px;
    min-height: 220px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    cursor: pointer;

    transition: all .25s ease;
}

.sb-upload-box:hover {
    background: #f8fbff;
}

.sb-upload-icon {
    font-size: 48px;
    color: #3b82f6;
    margin-bottom: 12px;
}

.sb-upload-text {
    font-size: 18px;
    color: #333;
    font-weight: 500;
}

.sb-file-info {
    margin-top: 12px;

    background: #eef4ff;
    border-radius: 8px;

    padding: 12px 16px;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sb-file-name {
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sb-file-remove {
    background: none;
    border: none;
    cursor: pointer;

    color: #222;
    font-size: 15px;
}

.sb-file-remove:hover {
    color: #dc3545;
}

.sb-upload-preview {
    width: 100%;
    max-height: 220px;
    object-fit: cover;
    border-radius: 12px;
}

    @media (max-width: 680px) {
        .sb-btn {
          font-size: 14px;
        }
      .sb-stepper-list::after {
        top: 20px;
        left: 20px;
        right: 20px;
      }
      
      .sb-step-label {
        display: none !important;
      }

      .sb-step-node {
        padding: 0;
      }

      .sb-form-card {
        padding: 24px 16px;
      }

      .sb-form-split-grid {
        grid-template-columns: 1fr;
      }

      .sb-review-grid {
        grid-template-columns: 1fr;
        gap: 6px;
      }

      .sb-fee-banner {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
      }

      .sb-success-buttons {
        flex-direction: column;
        gap: 12px;
      }

      .sb-success-buttons .sb-btn {
        width: 100%;
      }
    }

    /* ==========================================================================
       STREAMING_CHUNK: Member registration — Stripe split card fields, consent
       list and welcome next-steps (shared with the club form's .sb- classes)
       ========================================================================== */
    .sb-stripe-input {
      padding: 14px 16px;
      height: auto;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .sb-stripe-input.StripeElement--focus {
      border-color: var(--sb-theme-orange);
      box-shadow: 0 0 0 3px rgba(255, 152, 17, 0.1);
    }

    .sb-stripe-input.StripeElement--invalid {
      border-color: #dc3545;
    }

    .sb-card-errors {
      color: #dc3545;
      font-size: 13px;
      margin-top: 6px;
      min-height: 16px;
    }

    .sb-consent-list {
      display: flex;
      flex-direction: column;
      gap: 14px;
      margin: 24px 0 4px;
    }

    .sb-consent-list .sb-checkbox-label {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        font-size: 12px;
        font-weight: 400;
        color: var(--sb-theme-text-primary);
        cursor: pointer;
        align-items: flex-start;
        color: #424342;
        opacity:80%;
    }

    .sb-consent-list .sb-checkbox-label a {
        font-weight: 600;
        color: #5DA12C;
        text-decoration: underline;
    }
    
    .sb-consent-list .sb-checkbox-input {
      flex: 0 0 auto;
      margin-top: 1px;
    }

    .sb-next-steps {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 10px;
      margin-top: 8px;
      text-align: left;
    }

    .sb-next-steps li {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 14px;
        color: #131413;
        font-weight: 500;
        opacity: 80%;
    }

    .sb-next-steps li i {
      color: var(--sb-theme-green);
    }
    .sb-order-text-y {
        font-size: 12px;
        font-weight: 600;
        color: #5DA12C;
        margin-bottom:6px;
    }
    .sb-fee-change {
    cursor: pointer;
    color: #5DA12C;
    font-weight: 500;
    opacity: 80%;
    }